Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319057 - net-dns/avahi-0.6.25-r1 broken intltool rules
Summary: net-dns/avahi-0.6.25-r1 broken intltool rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 278177
  Show dependency tree
 
Reported: 2010-05-09 13:25 UTC by Priit Laes (IRC: plaes)
Modified: 2010-06-24 21:14 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 Priit Laes (IRC: plaes) 2010-05-09 13:25:52 UTC
Avahi tarball has been rolled using b0rked inltool version. This results that some gettext files won't get installed to system.

Please add following snippet to src_prepare():
[snip]
        # Fix intltoolize broken file, see GNOME upstream  #577133
        sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
                || die "sed failed"
[/snip]
Comment 1 Sven Wegener gentoo-dev 2010-06-24 21:14:02 UTC
Thanks, commited.