Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 311889

Summary: media-libs/libwpg-0.1.3 build fails
Product: Gentoo Linux Reporter: Phill <clockhater>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: arttuv69
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: info from emerge --info
output of emerge --update --newuse world

Description Phill 2010-03-29 09:07:36 UTC
"emerge --update --newuse --deep --ask world" tries to install libwpg.

build of libpwg fails with info in attached log, emake failed.


Reproducible: Always

Steps to Reproduce:
1.emerge --sync
2.emerge --update world
3.libwpg fails to build

Actual Results:  
error as attached log

Expected Results:  
either libwpg should not be pulled into the dependency tree, or emerge should complete successfully


"emerge --info libwpg" reports

!!! '=/media-libs/libpwg-0.1.3' is not a valid package atom.
!!! Please check ebuild(5) for full details.

and "emerge -pqv libwpg" reports

!!! '/media-libs/libpwg' is not claimed by any package.


Computer has 3GB of RAM and /var/tmp/portage is mounted in RAM (+2GB swap IIRC) all other ebuilds, including mysql build correctly.

df -h output:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              47G   43G  1.4G  97% /
udev                   10M  200K  9.9M   2% /dev
shm                   1.5G     0  1.5G   0% /dev/shm
none                  1.5G  4.8M  1.5G   1% /var/tmp/portage


emerge --info attached
Comment 1 Phill 2010-03-29 09:08:23 UTC
Created attachment 225623 [details]
info from emerge --info
Comment 2 Phill 2010-03-29 09:09:29 UTC
Created attachment 225625 [details]
output of emerge --update --newuse world
Comment 3 Arttu Valo 2010-03-29 20:24:55 UTC
From your emerge --info:
> LANG="en_GB.UTF-8 UTF-8"

Try with only a single locale specified in the LANG environment variable.
Comment 4 Phill 2010-03-30 09:06:53 UTC
resolved :)