Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243190 - app-cdr/brasero-0.8.2 fails intltool tests
Summary: app-cdr/brasero-0.8.2 fails intltool tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 09:45 UTC by Gilles Dartiguelongue (RETIRED)
Modified: 2008-11-01 22:26 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 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-22 09:45:06 UTC
Making check in po
make[1]: entrant dans le répertoire « /var/tmp/portage/app-cdr/brasero-0.8.2/work/brasero-0.8.2/po »
INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package brasero --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.

data/brasero-copy-medium.desktop.in
data/brasero-open-image.desktop.in
data/brasero-open-playlist.desktop.in
data/brasero-open-project.desktop.in

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] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/app-cdr/brasero-0.8.2/work/brasero-0.8.2/po »
make: *** [check-recursive] Erreur 1
 * 
 * ERROR: app-cdr/brasero-0.8.2 failed.


the fix is pretty easy, just cat those filenames into either POTFILES.in or POTFILES.skip
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-11-01 22:26:33 UTC
Fixed.