Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543670 - media-sound/audacity-2.0.5 has missing sys-devel/gettext DEPEND
Summary: media-sound/audacity-2.0.5 has missing sys-devel/gettext DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 04:57 UTC by Nikoli
Modified: 2017-07-15 09:39 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 Nikoli 2015-03-18 04:57:39 UTC
make -C locale
make[1]: Entering directory '/var/tmp/portage/media-sound/audacity-2.0.5/work/audacity-src-2.0.5/locale'
touch audacity.pot
cd ../src && find . -name "*.cpp" -or -name "*.h" \
  | xargs xgettext -F -C -k_ -k_NoAcc -kwxTRANSLATE --add-comments="i18n-hint" --msgid-bugs-address="audacity-translation@lists.sourceforge.net" --package-name="audacity" --package-version="2.0.4" --copyright-holder="Audacity Development Team" \
  -o ../locale/audacity.pot.template
xargs: xgettext: No such file or directory
Makefile:80: recipe for target 'audacity.pot' failed
make[1]: *** [audacity.pot] Error 127
make[1]: Leaving directory '/var/tmp/portage/media-sound/audacity-2.0.5/work/audacity-src-2.0.5/locale'
Makefile:21: recipe for target 'audacity' failed
make: *** [audacity] Error 2
 * ERROR: media-sound/audacity-2.0.5::gentoo failed (compile phase):
 *   emake failed
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2015-07-20 15:27:37 UTC
This will be fixed in 2.1.1 (currently masked as work in progress)
Comment 2 Pacho Ramos gentoo-dev 2017-07-15 09:39:02 UTC
fixed