Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396339 - net-dns/avahi-0.6.30-r2 dies doing python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover
Summary: net-dns/avahi-0.6.30-r2 dies doing python_convert_shebangs 2 "${ED}"usr/bin/a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-12-28 17:08 UTC by Deepak Shandilya
Modified: 2012-01-16 16:51 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 Deepak Shandilya 2011-12-28 17:08:24 UTC
Ebuild installation phase bombs.

Line 192 in the ebuild [following snippet]..

>if use python; then
-        python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover || die
>fi

needs to be changed to:

>if use python; then
+        python_convert_shebangs 2 "${ED}"usr/bin/avahi-discover-standalone || die
>fi

for it to succeed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-01-16 16:51:05 UTC
+  16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> avahi-0.6.30-r3.ebuild:
+  Remove || die from python_convert_shebangs and run it on a directory instead
+  wrt #396339 by Deepak Shandilya