Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232480 - pixman-0.11.8 failed to compile
Summary: pixman-0.11.8 failed to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-20 15:07 UTC by Dmitry Schlecht
Modified: 2008-07-20 15:58 UTC (History)
0 users

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


Attachments
build.log (build.log,20.44 KB, text/plain)
2008-07-20 15:11 UTC, Dmitry Schlecht
Details
emerge --info (einfo.log,3.78 KB, text/plain)
2008-07-20 15:16 UTC, Dmitry Schlecht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Schlecht 2008-07-20 15:07:45 UTC
x11-libs/pixman-0.11.8 failed to compile

I am using chrooted enviroment to build an new 2008.0 (~amd64) system. On the stage were pixman were requiried to be build it always fails.


Reproducible: Always

Steps to Reproduce:
1.chrooting into the build enviroment
2. emerging pixman
3. got a fail

Actual Results:  
Compilation fails with following error messages (it is a  part of then, full log contains all of then):

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-libs/pixman-0.11.8/work/pixman-0.11.8'
Making all in pixman
make[2]: Entering directory `/var/tmp/portage/x11-libs/pixman-0.11.8/work/pixman-0.11.8/pixman'
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DPIXMAN_DISABLE_DEPRECATED -march=core2 -O2 -pipe  -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-access.lo -MD -MP -MF .deps/libpixman_1_la-pixman-access.Tpo -c -o libpixman_1_la-pixman-access.lo `test -f 'pixman-access.c' || echo './'`pixman-access.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DPIXMAN_DISABLE_DEPRECATED -march=core2 -O2 -pipe  -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-access-accessors.lo -MD -MP -MF .deps/libpixman_1_la-pixman-access-accessors.Tpo -c -o libpixman_1_la-pixman-access-accessors.lo `test -f 'pixman-access-accessors.c' || echo './'`pixman-access-accessors.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DPIXMAN_DISABLE_DEPRECATED -march=core2 -O2 -pipe  -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-region16.lo -MD -MP -MF .deps/libpixman_1_la-pixman-region16.Tpo -c -o libpixman_1_la-pixman-region16.lo `test -f 'pixman-region16.c' || echo './'`pixman-region16.c
../libtool: line 825: X--tag=CC: command not found
../libtool: line 858: libtool: ignoring unknown tag : command not found
../libtool: line 825: X--mode=compile: command not found
../libtool: line 825: X--tag=CC: command not found
../libtool: line 992: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 993: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1136: Xx86_64-pc-linux-gnu-gcc: command not found
../libtool: line 858: libtool: ignoring unknown tag : command not found
../libtool: line 1136: X-DHAVE_CONFIG_H: command not found
Comment 1 Dmitry Schlecht 2008-07-20 15:11:12 UTC
Created attachment 160938 [details]
build.log
Comment 2 Dmitry Schlecht 2008-07-20 15:16:15 UTC
Created attachment 160942 [details]
emerge --info
Comment 3 Rafał Mużyło 2008-07-20 15:31:30 UTC
That's probably just been fixed in the tree.
Comment 4 Dmitry Schlecht 2008-07-20 15:58:45 UTC
(In reply to comment #3)
> That's probably just been fixed in the tree.
> 

Yep, it seems to be fixed for now.
Great, thanks.