Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258994 - xfce-extra/xfce4-radio-0.4.1 fails during test when checking translations
Summary: xfce-extra/xfce4-radio-0.4.1 fails during test when checking translations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 18:10 UTC by Jeremy Stent
Modified: 2009-02-15 18:23 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info,15.25 KB, text/plain)
2009-02-14 18:11 UTC, Jeremy Stent
Details
build log (build.log,14.41 KB, text/plain)
2009-02-14 18:18 UTC, Jeremy Stent
Details
ebuild environment (environment,30.80 KB, text/plain)
2009-02-14 18:18 UTC, Jeremy Stent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stent 2009-02-14 18:10:11 UTC
emerging xfce-extra/xfce4-radio-0.4.1 fails on test when checking translations.

Reproducible: Always

Steps to Reproduce:
1.  with FEATURES="test" emerge xfce-extra/xfce4-radio-0.4.1
Actual Results:  
>>> Test phase [check]: xfce-extra/xfce4-radio-0.4.1
make -j1 -j1 check
Making check in panel-plugin
make[1]: Entering directory `/var/tmp/portage/xfce-extra/xfce4-radio-0.4.1/work/xfce4-radio-plugin-0.4.1/panel-plugin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/var/tmp/portage/xfce-extra/xfce4-radio-0.4.1/work/xfce4-radio-plugin-0.4.1/panel-plugin'
Making check in po
make[1]: Entering directory `/var/tmp/portage/xfce-extra/xfce4-radio-0.4.1/work/xfce4-radio-plugin-0.4.1/po'
XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8" INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package xfce4-radio-plugin --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

panel-plugin/radio.desktop.in.in
panel-plugin/xfce4-radio.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
          exit 1; \
        fi
make[1]: *** [check] Error 1
make[1]: Leaving directory `/var/tmp/portage/xfce-extra/xfce4-radio-0.4.1/work/xfce4-radio-plugin-0.4.1/po'
make: *** [check-recursive] Error 1


Expected Results:  
successful merge
Comment 1 Jeremy Stent 2009-02-14 18:11:31 UTC
Created attachment 182032 [details]
emerge --info
Comment 2 Jeremy Stent 2009-02-14 18:18:20 UTC
Created attachment 182035 [details]
build log
Comment 3 Jeremy Stent 2009-02-14 18:18:52 UTC
Created attachment 182036 [details]
ebuild environment