Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75088 - media-gfx/autotrace build failure: cannot find -lXext
Summary: media-gfx/autotrace build failure: cannot find -lXext
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-20 12:20 UTC by Ed Catmur
Modified: 2005-03-30 18:28 UTC (History)
0 users

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


Attachments
autotrace-0.31.1-x-ldflags.patch (autotrace-0.31.1-x-ldflags.patch,592 bytes, patch)
2004-12-20 12:22 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2004-12-20 12:20:39 UTC
i686-pc-linux-gnu-gcc -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=387 -ftracer -fomit-frame-pointer -ffast-math -falign-functions=64 -falign-loops=4 -falign-jumps=4 -funroll-loops -fprefetch-loop-arrays -o .libs/autotrace atou.o main.o getopt.o getopt1.o  ./.libs/libautotrace.so -L/usr/lib /usr/lib/libMagick.so /usr/lib/libltdl.so -ldl /usr/lib/libtiff.so -lc /usr/lib/libfreetype.so /usr/lib/libjpeg.so -lXext -lSM -lICE -lX11 -lXt -lbz2 -lpthread -lpng -lz -lming -lm
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [autotrace] Error 1
make[1]: Leaving directory `/var/tmp/portage/autotrace-0.31.1-r1/work/autotrace-0.31.1'
make: *** [all] Error 2

We could just add -L/usr/X11R6/lib but I would favour adding AC_PATH_X to configure.in. Patch to follow.
Comment 1 Ed Catmur 2004-12-20 12:22:28 UTC
Created attachment 46466 [details, diff]
autotrace-0.31.1-x-ldflags.patch
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-03-30 12:37:43 UTC
I can't reproduce this bugs, reassigning to gfx
Comment 3 Ed Catmur 2005-03-30 18:28:54 UTC
Well, yeah; libXext.so is now in /usr/lib not /usr/X11R6/lib, since X was re-FHS'd. Probably everyone uses recent Xorg now with libs in /usr/lib, so there's no point fixing this.

Marking WONTFIX.