Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14265 - failure to emerge libxml2-2.4.28-r1 with nonstandard CFLAGS
Summary: failure to emerge libxml2-2.4.28-r1 with nonstandard CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 18:38 UTC by Blu3
Modified: 2003-01-21 08:17 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 Blu3 2003-01-20 18:38:17 UTC
Unrecognized options such as -03 are ignored. libxml2 still does not compile.

gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -I/usr/local/include
-pipe -g -O2 -mcpu=i686 -march=i686 -D__NO_STRING_INLINES -malign-loops=2   
-malign-jumps=2 -malign-functions=2 -ffast-math -Wall -c nanohttp.c  -fPIC  
-DPIC
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
nanohttp.c: In function lNanoHTTPConnectAttempt':
nanohttp.c:807: `len' undeclared (first use in this function)
nanohttp.c:807: (Each undeclared identifier is reported only once
nanohttp.c:807: for each function it appears in.)

dev-libs/libxml2-2.4.28-r1

Please see bug 10463 for prior information.
Comment 1 foser (RETIRED) gentoo-dev 2003-01-21 07:05:13 UTC
First of all, try the latest version in portage (altough i doubt that will solve
it).
Comment 2 Blu3 2003-01-21 07:52:17 UTC
As should have been seen by my version posting, 2.4.28-r1 is the latest in portage:

ACCEPT_LEYWORDS="~x86" emerge sync && emerge -s libxml2
[...]
*  dev-libs/libxml2
      Latest version available: 2.4.28-r1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,909 kB
      Homepage:    http://www.gnome.org/
      Description: Version 2 of the library to manipulate XML files
Comment 3 foser (RETIRED) gentoo-dev 2003-01-21 08:05:15 UTC
hmm is it.. shouldnt be.. lemme fix that
Comment 4 foser (RETIRED) gentoo-dev 2003-01-21 08:17:22 UTC
2.4.30 with added stripping of flags is in, problem should be solved now.