yes, LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
is defined in my system. also i have the /etc/locale.gen file like this: en_US ISO-8859-1 en_US.UTF-8 UTF-8 and i run the locale-gen afterwards. i don't know why it is copying the "de" locale if i set it to "en". i think it may be a problem of codepage, so the german translation file is read with a wrong codepage. i can't find a way to fix this anyway, unless i delete the translation file in the ebuild src_unpack stage (which doesn't sound like a good fix anyway). On Fri, Sep 25, 2009 at 2:53 PM, Audiodef <[email protected]> wrote: > These look like locale files. Do you have a locale set for your computer? > > -------- Original Message -------- > Subject: [proaudio] problems emerging qjackctl > From: "kRAkEn/gORe" <[email protected]> > Date: Fri, September 25, 2009 1:18 am > To: [email protected] > > i reemerged qjackctl today and i experienced this error: > >>>> Install qjackctl-0.3.4 into >>>> /var/tmp/portage/media-sound/qjackctl-0.3.4/image/ category media-sound > make -j3 DESTDIR=/var/tmp/portage/media-sound/qjackctl-0.3.4/image/ install > Updating 'translations/qjackctl_de.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Parse error at > /var/tmp/portage/media-sound/qjackctl-0.3.4/work/qjackctl-0.3.4/translations/qjackctl_de.ts:1626:12: > Premature end of document. > Updating 'translations/qjackctl_es.ts'... > > Updating 'translations/qjackctl_es.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_de.ts'... > > Updating 'translations/qjackctl_fr.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_fr.ts'... > > Updating 'translations/qjackctl_es.ts'... > > Updating 'translations/qjackctl_ru.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Found 729 source text(s) (0 new and 729 already existing) > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_ru.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_fr.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_de.ts'... > > make: *** [translations/qjackctl_de.ts] Error 1 > make: *** Waiting for unfinished jobs.... > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_ru.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_es.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_fr.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > Updating 'translations/qjackctl_ru.ts'... > > Found 729 source text(s) (0 new and 729 already existing) > > * > * ERROR: media-sound/qjackctl-0.3.4 failed. > * Call stack: > * ebuild.sh, line 49: Called src_install > * environment, line 2829: Called die > * The specific snippet of code: > * emake DESTDIR="${D}" install || die "make install failed"; > * The die message: > * make install failed > * > * If you need support, post the topmost build error, and the call > stack if relevant. > * A complete build log is located at > '/var/tmp/portage/media-sound/qjackctl-0.3.4/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/media-sound/qjackctl-0.3.4/temp/environment'. > * > >>>> Failed to emerge media-sound/qjackctl-0.3.4, Log file: > >>>> '/var/tmp/portage/media-sound/qjackctl-0.3.4/temp/build.log' > > * Messages for package media-sound/qjackctl-0.3.4: > > * > * ERROR: media-sound/qjackctl-0.3.4 failed. > * Call stack: > * ebuild.sh, line 49: Called src_install > * environment, line 2829: Called die > * The specific snippet of code: > * emake DESTDIR="${D}" install || die "make install failed"; > * The die message: > * make install failed > * > * If you need support, post the topmost build error, and the call > stack if relevant. > * A complete build log is located at > '/var/tmp/portage/media-sound/qjackctl-0.3.4/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/media-sound/qjackctl-0.3.4/temp/environment'. > * > > any ideas ? > > >
