Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343643 - app-arch/file-roller-2.32.0 dies with USE="-nautilus" because of || die after la-file-removal command
Summary: app-arch/file-roller-2.32.0 dies with USE="-nautilus" because of || die after...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-11-01 08:58 UTC by Hanno Böck
Modified: 2010-11-01 11:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2010-11-01 08:58:58 UTC
When built without nautilus USE flag, file-roller-2.32.0 fails with:


The reason is this line:
        find "${ED}"usr/$(get_libdir)/nautilus -name "*.la" -delete \
                || die "la file removal failed"
This will die if the dir does not exist. As the nautilus dir is optional and only exists with the appropriate use flag, it'll die.
Comment 1 Hanno Böck gentoo-dev 2010-11-01 09:00:45 UTC
Forgot to copy-paste the error message, it is:
find: `/var/tmp/portage/app-arch/file-roller-2.32.0/image/usr/lib64/nautilus': No such file or directory
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-11-01 11:26:46 UTC
+  01 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  file-roller-2.32.0.ebuild:
+  Conditional removal of nautilus plugin la file, bug #343643.

Thanks for reporting.