Sascha Lucas ha scritto:
it will not help. If you don't need ipv6 and tcltk support addHi
Two shot in the dark: emerge -uDav --newuse --noreplace net-libs/libwww app-text/sablotron if it doesn't work try adding "-lsablot" to your flags francesco
ok. the -uD --newuse will recompile python with +ipv6* and +tcltk* as new-use-flags. I can not run this in some minutes, because the machine is slow.
# emerge -uD --newuse --noreplace net-libs/libwww app-text/sablotron -pv
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-apps/sed-4.0.9 -bootstrap* -build -debug +nls -static 751 kB
[ebuild R ] sys-libs/db-4.1.25_p1-r4 -bootstrap -doc +java -nocxx +tcltk* 0 kB
[ebuild R ] dev-lang/python-2.3.4 +X +berkdb -bootstrap -build -debug -doc +gdbm +ipv6* +ncurses +readline +ssl +tcltk* -ucs2 0 kB
Skipping this (I can not imagine, that this will help), I tried to add "-lsablot" to my FLAGS. Because I don't know which flags I asume CFLAGS. The result follows:
checking whether the C compiler (gcc -O2 -march=pentium2 -fomit-frame-pointer -pipe -lsablot -L/usr/X11R6/lib -ltiff -L/usr/lib) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
I will do a --newuse and tell you the result tomorrow (~15h).
Sascha.
dev-lang/python -ipvs -tcltk
sys-libs/db-4.1.25_p1-r4 -tcltk
to your /etc/profile/package.use or to your /etc/make.conf if you have not emerged other packages with those flags.
emerge sed again, it's small and very important package, and the "bootstrap" use flag should not be used from users
it seems that the gcc can't find sablot library in your system, but for emerge it's installed, remove that -lsablot, from your flags, it was a try to force the linking of that library.
whould you please try to do a simple
# emerge net-libs/libwww app-text/sablotron www-servers/lighttpd
this will force the reinstallation of those 2 libraries and then of lighttpd.
hope this work francesco
-- [email protected] mailing list
