Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27059

Summary: libwww error compile
Product: Gentoo Linux Reporter: ENIGMA <enigma>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4_rc4   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ENIGMA 2003-08-21 09:08:53 UTC
every time I run emerge libwww I receive the following compile error:

------------------------------------------------------------------
make[4]: Leaving directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0/LineMode/src/vms'
make[4]: Entering directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0/LineMode/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../Library/src       -I../..
/modules/expat/xmlparse  -I./../../PICS-client/src    -march=pentium2 
-mcpu=pentium2 -Os -fomit-frame-pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT 
-Wall -c HTBrowse.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../Library/src       -I../..
/modules/expat/xmlparse  -I./../../PICS-client/src    -march=pentium2 
-mcpu=pentium2 -Os -fomit-frame-pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT 
-Wall -c GridText.c
HTBrowse.c: In function `parse_command':
HTBrowse.c:1235: invalid lvalue in assignment
HTBrowse.c:1268: warning: implicit declaration of function `HText_select'
HTBrowse.c: In function `MemoryCacheFilter':
HTBrowse.c:1593: warning: implicit declaration of function `HText_selectAnchor'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../Library/src       -I../..
/modules/expat/xmlparse  -I./../../PICS-client/src    -march=pentium2 
-mcpu=pentium2 -Os -fomit-frame-pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT 
-Wall -c ConView.c
make[4]: *** [HTBrowse.o] B??d 1
make[4]: *** Czekam na niezako?czone zadania....
make[4]: Leaving directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0/LineMode/src'
make[3]: *** [all-recursive] B??d 1
make[3]: Leaving directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0/LineMode/src'
make[2]: *** [all-recursive] B??d 1
make[2]: Leaving directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0/LineMode'
make[1]: *** [all-recursive] B??d 1
make[1]: Leaving directory `/var/tmp/portage/libwww-5.4.0-r1/work/w3c-libwww-5.
4.0'
make: *** [all-recursive-am] B??d 2

!!! ERROR: net-libs/libwww-5.4.0-r1 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! (no error message)
------------------------------------------------------------------

my flags and use

CFLAGS="-march=pentium2 -mcpu=pentium2 -Os -fomit-frame-pointer -s -pipe 
-DNDEBUG -DG_DISABLE_ASSERT"

CXXFLAGS="-march=pentium2 -mcpu=pentium2 -Os -s -pipe -DNDEBUG 
-DG_DISABLE_ASSERT"

USE="acpi samba sse xml -oss -3dnow -arts -avi -cups -encode -gif -gpm -gtk 
-imlib -java -jpeg -kde -gnome -mikmod -mpeg -oggvorbis -opengl -pdflib -png -qt 
-quicktime -sdl -spell -truetype -X -xmms -xv"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-08-21 23:45:11 UTC

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