Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14549 - Sawfish-merlin fails to build
Summary: Sawfish-merlin fails to build
Status: RESOLVED DUPLICATE of bug 5415
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: 2003-01-25 16:23 UTC by Louai Khanji
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Louai Khanji 2003-01-25 16:23:52 UTC
Hi all,  
I just finished the base gentoo install and emerged kde. Saw a few pics of  
sawfish-merlin and decided to try that. It first complained about rep-gtk,  
emerge an earlier version fixed it. But now it still bombs out during the  
build:  
 
gcc -shared  x.lo   -Wl,-soname -Wl,x.so -o .libs/x.so 
creating x.la 
(cd .libs && rm -f x.la && ln -s ../x.la x.la) 
/usr/lib/rep/i686-pc-linux-gnu/libtool --mode=link gcc -avoid-version -module     
-rpath /usr/lib/rep/i686-pc-linux-gnu  -o selection.la selection.lo 
rm -fr .libs/selection.la .libs/selection.* .libs/selection.* 
(cd . && ln -s selection.lo selection.o) 
gcc -shared  selection.lo   -Wl,-soname -Wl,selection.so -o .libs/selection.so 
creating selection.la 
(cd .libs && rm -f selection.la && ln -s ../selection.la selection.la) 
/usr/lib/rep/i686-pc-linux-gnu/libtool --mode=link gcc -avoid-version -module     
-rpath /usr/lib/rep/i686-pc-linux-gnu  -o play-sample.la play-sample.lo 
-L/usr/lib -lesd -laudiofile -lm -L/usr/lib -laudiofile -lm 
gcc -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o 
functions.o images.o keys.o main.o multihead.o pixmap-cache.o server.o 
session.o stacking-list.o windows.o -Wl,--rpath -Wl,/usr/lib -rdynamic 
-Wl,--export-dynamic  -L/usr/lib /usr/lib/librep.so -lcrypt /usr/lib/libgmp.so 
/usr/lib/libgdk_pixbuf_xlib.so -ldl /usr/lib/libgdk_pixbuf.so -L/usr/X11R6/lib 
/usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so 
/usr/lib/libglib.so -lXi -lm -lSM -lICE -lX11 -lXinerama -lXext -lnsl 
/usr/lib/rep/i686-pc-linux-gnu/libtool --mode=link gcc -avoid-version -module     
-rpath /usr/lib/rep/i686-pc-linux-gnu  -o client.la client.lo libclient_.lo 
-lSM -lICE -lX11  -L/usr/X11R6/lib  -L/usr/lib -Wl,--rpath -Wl,/usr/lib -lrep  
-ldl  -lcrypt -lgmp -lm -lnsl  
rm -fr .libs/play-sample.la .libs/play-sample.* .libs/play-sample.* 
(cd . && ln -s play-sample.lo play-sample.o) 
gcc -shared  play-sample.lo  -L/usr/lib /usr/lib/libesd.so 
/usr/lib/libaudiofile.so -lm  -Wl,-soname -Wl,play-sample.so -o 
.libs/play-sample.so 
creating play-sample.la 
(cd .libs && rm -f play-sample.la && ln -s ../play-sample.la play-sample.la) 
rm -fr .libs/client.la .libs/client.* .libs/client.* 
(cd . && ln -s client.lo client.o) 
(cd . && ln -s libclient_.lo libclient_.o) 
gcc -shared  client.lo libclient_.lo  -lSM -lICE -lX11 -L/usr/X11R6/lib 
-L/usr/lib /usr/lib/librep.so -ldl -lcrypt /usr/lib/libgmp.so -lm -lnsl  
-Wl,--rpath -Wl,/usr/lib -Wl,-soname -Wl,client.so -o .libs/client.so 
creating client.la 
(cd .libs && rm -f client.la && ln -s ../client.la client.la) 
make[1]: Leaving directory 
`/var/tmp/portage/sawfish-merlin-1.0.1-r2/work/sawfish-1.0.1/src' 
make[1]: Entering directory 
`/var/tmp/portage/sawfish-merlin-1.0.1-r2/work/sawfish-1.0.1/lisp' 
SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC 
../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl 
set -e; for d in sawfish/wm; do \ 
  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC 
../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \ 
done 
(compiling sawfish/wm/util/with-output.jl) 
(compiling sawfish/wm/util/window-outline.jl) 
error--> (file-error "No such file or directory" "sawfish/wm/util/x") 
make[1]: *** [lisp] Error 10 
make[1]: Leaving directory 
`/var/tmp/portage/sawfish-merlin-1.0.1-r2/work/sawfish-1.0.1/lisp' 
make: *** [all] Error 1 
 
!!! ERROR: x11-wm/sawfish-merlin-1.0.1-r2 failed. 
!!! Function src_compile, Line 70, Exitcode 2 
!!! (no error message) 
 
 
Any ideas? 
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-fraim-pointer" 
USE="USE="X gtk gtk2 mmx sse 3dnow mozilla kde qt truetype acpi4linux xfs 
-alsa -gnome"
Comment 1 Louai Khanji 2003-01-25 16:26:50 UTC
in case u wonder, the -fomit-fraim-pointer is a typo! Should of course be 
-fomit-frame-pointer  
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-01-25 16:30:10 UTC

*** This bug has been marked as a duplicate of 5415 ***