I’m trying to build freedcpp package via web interface.
Everything is building ok, but on install i have such error:
+ scons PREFIX=/usr install
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
File "/usr/src/packages/BUILD/freedcpp-svn-r097/SConstruct", line 54, in <module>
scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/usr/src/packages/BUILD/freedcpp-svn-r097/SConstruct", line 59, in <module>
scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead.
File "/usr/src/packages/BUILD/freedcpp-svn-r097/SConstruct", line 62, in <module>
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [/usr/share/freedcpp] /usr/share/freedcpp: Permission denied
scons: building terminated because of errors.
error: Bad exit status from /var/tmp/rpm-tmp.jBJpjO (%install)
When i trying to build and install on my local machine everything is fine.
I tried to google, but failed to succeed
Can some one help?