Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311889 - media-libs/libwpg-0.1.3 build fails
Summary: media-libs/libwpg-0.1.3 build fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 09:07 UTC by Phill
Modified: 2010-03-31 07:33 UTC (History)
1 user (show)

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


Attachments
info from emerge --info (emerge.info.log,4.72 KB, text/plain)
2010-03-29 09:08 UTC, Phill
Details
output of emerge --update --newuse world (libwpg.fail.log,10.83 KB, text/plain)
2010-03-29 09:09 UTC, Phill
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :)