GNOME Bugzilla – Bug 522031
f-spot build fails on non-root account
Last modified: 2008-03-12 15:05:59 UTC
Please describe the problem: try to build f-spot without root privileges, you will get make[4]: Entering directory `/home/.../rpm/BUILD/f-spot-0.4.2/extensions/GalleryExport' rm -f /usr/lib/f-spot/extensions/GalleryExport.addin.xml rm: cannot remove `/usr/lib/f-spot/extensions/GalleryExport.addin.xml': Permission denied (actually, above is the reason to build software without root privileges :)) Steps to reproduce: ./configure --prefix=$HOME/opt make make install Actual results: build fails Expected results: Does this happen every time? yes Other information:
Created attachment 107147 [details] [review] fixes build on non-root account
it has been fixed in current svn, and probably also in FSPOT_0_4_2_STABLE branch. *** This bug has been marked as a duplicate of 516620 ***