Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44445 - aide ebuild needs gettext
Summary: aide ebuild needs gettext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Forensics Herd [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-12 04:04 UTC by barthek
Modified: 2004-09-17 08:08 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 barthek 2004-03-12 04:04:14 UTC
hi,
although aide (ebuild 0.9) does not specify gettext as required (depended upon) util, its build process needs one of gettext's binaries, msgfmt:

ebuild aide
...
Making all in po
make[2]: Entering directory `/home/portagetmp/portage/aide-0.9/work/aide-0.9/po'
msgfmt -o aide.mo ru.po
make[2]: msgfmt: Command not found
make[2]: *** [aide.mo] Error 127
...
i think aide ebuild should either depend on gettext or its build process should be altered.
Comment 1 barthek 2004-07-09 14:07:16 UTC
any updates on this ?
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-09-14 02:58:59 UTC
your probably right.
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2004-09-17 08:08:14 UTC
Fixed in both 0.9 and 0.10.  Thanks for the report.