Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281871 - x11-misc/pcmanfm-0.5.1: emerge doesn't installs localization files
Summary: x11-misc/pcmanfm-0.5.1: emerge doesn't installs localization files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: LXDE team (DEFUNCT)
URL:
Whiteboard:
Keywords:
: 282773 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-18 07:23 UTC by Tim Eberhardt
Modified: 2009-10-29 17:57 UTC (History)
2 users (show)

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


Attachments
log of emerge pcmanfm (build.log,131.64 KB, text/plain)
2009-08-20 20:24 UTC, Tim Eberhardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Eberhardt 2009-08-18 07:23:37 UTC
When emerging pcmanfm (or other lxde packages like lxpanel) all supported languages are build but not installed. Additionally the LINGUAS settings are ignored.

Reproducible: Always

Steps to Reproduce:
emerge pcmanfm

Actual Results:  
The pcmanfm.mo files are not installed as they should (compiling by hand works fine).

Expected Results:  
pcmanfm.mo files of the configured LINGUAS setting should be installed to /usr/share/locale

~ # emerge --info
Portage 2.2_rc38 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 x86_64)
=================================================================
System uname: Linux-2.6.30-gentoo-r4-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6700_@_2.66GHz-with-gentoo-1.12.11.1
Timestamp of tree: Fri, 14 Aug 2009 08:00:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.8-r1
dev-lang/python:     2.6.2-r1, 3.1
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.4
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests ccache distlocks fixpackages metadata-transfer parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="de en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/mozilla /usr/local/portage/priv_overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acpi alsa amd64 archive automount avi berkdb bittorrent bluetooth branding bylib bzip2 cairo cdr cli cracklib crypt css cups dbus dirac divx4linux dri dts dvd dvdr emboss encode evo fam fbcon ffmpeg firefox flac foomaticdb fortran gdbm gif gmp gpm gstreamer gtk hal iconv isdnlog java6 jpeg lame libnotify mad matroska mikmod mmx mp3 mp4 mpeg mpeg2 mudflap multilib ncurses nls nocona nptl nptlonly nvidia ogg opengl openmp pam pcre pdf perl png ppds pppd python quicktime readline reflection samba scanner sdl session spell spl sqlite srt sse sse2 ssl ssse3 startup-notification svg sysfs tcpd theora threads tiff truetype type1 unicode usb vdpau vorbis wxwindows x264 xcomposite xft xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="worker" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="fbdev vesa nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-20 19:29:35 UTC
# equery files pcmanfm | grep -wc 'pcmanfm\.mo'
41

Can you attach the output of equery files and the build log please?
Comment 2 Tim Eberhardt 2009-08-20 20:23:54 UTC
# equery files pcmanfm | grep -wc 'pcmanfm\.mo'
0
Comment 3 Tim Eberhardt 2009-08-20 20:24:59 UTC
Created attachment 201807 [details]
log of emerge pcmanfm
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-21 22:52:20 UTC
Ok, there is something wrong with po/Makefile.in.in at the moment of parsing LINGUAS, I have been playing with it without success
Comment 5 bugzilla93443 2009-08-24 11:31:09 UTC
I can confirm this bug. Same problem here since upgrade to pcmanfm-0.5.1.
Comment 6 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-27 02:41:58 UTC
*** Bug 282773 has been marked as a duplicate of this bug. ***
Comment 7 Andrey 2009-10-29 09:57:09 UTC
after upgrade to pcmanfm-0.5.2 problem resolved
Comment 8 Víctor Ostorga (RETIRED) gentoo-dev 2009-10-29 17:57:51 UTC
Fixed in x11-misc/pcmanfm-0.5.2