Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512448 - app-cdr/isomaster-1.3.11 - msgfmt: ar.po:5: warning: header field 'Language' still has the initial default value
Summary: app-cdr/isomaster-1.3.11 - msgfmt: ar.po:5: warning: header field 'Language' ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gettext-0.19
  Show dependency tree
 
Reported: 2014-06-04 22:15 UTC by jospezial
Modified: 2014-06-11 18:12 UTC (History)
1 user (show)

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 jospezial 2014-06-04 22:15:26 UTC
With nls enabled, I get:

 * Package:    app-cdr/isomaster-1.3.11
 * Repository: gentoo
 * Maintainer: sping@gentoo.org media-optical@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU
 * FEATURES:   ccache preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking isomaster-1.3.11.tar.bz2 to /var/tmp/portage/app-cdr/isomaster-1.3.11/work
>>> Source unpacked in /var/tmp/portage/app-cdr/isomaster-1.3.11/work
>>> Preparing source in /var/tmp/portage/app-cdr/isomaster-1.3.11/work/isomaster-1.3.11 ...
 * Applying isomaster-1.3.11-make-install.patch ...
 [ ok ]
 * Applying isomaster-1.3.9-iniparser-3.0.0.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-cdr/isomaster-1.3.11/work/isomaster-1.3.11 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-cdr/isomaster-1.3.11/work/isomaster-1.3.11 ...
make -j3 DEFAULT_EDITOR=leafpad MYDOCPATH=/usr/share/doc/isomaster-1.3.11/bkisofs USE_SYSTEM_INIPARSER=1 PREFIX=/usr 
cd po && make
cp isomaster.desktop.src isomaster.desktop
echo Icon=/usr/share/isomaster/icons/isomaster.png >> isomaster.desktop
Compiling isomaster.c
make[1]: Entering directory '/var/tmp/portage/app-cdr/isomaster-1.3.11/work/isomaster-1.3.11/po'
Compiling window.c
Compiling translation ar.po
ar.po:5: warning: header field 'Language' still has the initial default value
msgfmt: found 1 fatal error
107 translated messages.
Makefile:9: recipe for target 'ar.mo' failed
make[1]: *** [ar.mo] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-cdr/isomaster-1.3.11/work/isomaster-1.3.11/po'
Makefile:101: recipe for target 'translations' failed
make: *** [translations] Error 2
make: *** Waiting for unfinished jobs....
 * ERROR: app-cdr/isomaster-1.3.11::gentoo failed (compile phase):
 *   emake failed



With nls disabled, I get:


install -d /var/tmp/portage/app-cdr/isomaster-1.3.11/image//usr/share/doc/isomaster-1.3.11/bkisofs
for FILE in bkisofs-manual/manual/*html; do \
            install -m 644 $FILE /var/tmp/portage/app-cdr/isomaster-1.3.11/image//usr/share/doc/isomaster-1.3.11/bkisofs; \
        done;
mv: cannot stat ‘/var/tmp/portage/app-cdr/isomaster-1.3.11/image//usr/share/locale’: No such file or directory
 * ERROR: app-cdr/isomaster-1.3.11::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 1916:  Called _apply_linguas
 *   environment, line  177:  Called die
 * The specific snippet of code:
 *       mv "${D}"/usr/share/locale{,_ALL} || die;
 *
Comment 1 Sebastian Pipping gentoo-dev 2014-06-10 21:28:55 UTC
+  10 Jun 2014; Sebastian Pipping <sping@gentoo.org> isomaster-1.3.11.ebuild:
+  Fix installation for USE=-nls (bug #512448)
+
Comment 2 jospezial 2014-06-11 14:59:56 UTC
With gettext-0.19.1 it works now. With and without nls useflag.
Comment 3 Sebastian Pipping gentoo-dev 2014-06-11 18:12:20 UTC
(In reply to jospezial from comment #2)
> With gettext-0.19.1 it works now. With and without nls useflag.

That's expected (see bug #512256).


+  11 Jun 2014; Sebastian Pipping <sping@gentoo.org> isomaster-1.3.11.ebuild:
+  Depend on gettext >=0.19.1 (bug #512448)
+

Closing.