After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 522031 - f-spot build fails on non-root account
f-spot build fails on non-root account
Status: RESOLVED DUPLICATE of bug 516620
Product: f-spot
Classification: Other
Component: General
0.4.x
Other All
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-12 14:54 UTC by wrobell
Modified: 2008-03-12 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes build on non-root account (405 bytes, patch)
2008-03-12 14:57 UTC, wrobell
none Details | Review

Description wrobell 2008-03-12 14:54:27 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:
Comment 1 wrobell 2008-03-12 14:57:52 UTC
Created attachment 107147 [details] [review]
fixes build on non-root account
Comment 2 Maxxer 2008-03-12 15:05:59 UTC
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 ***