Bug 41371 - apache 2.0.59 fails to compile on Debian stable
Summary: apache 2.0.59 fails to compile on Debian stable
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.0.59
Hardware: PC Linux
: P5 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: ErrorMessage
Depends on:
Blocks:
 
Reported: 2007-01-15 14:01 UTC by Dominik
Modified: 2007-01-29 06:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik 2007-01-15 14:01:44 UTC
System is uptodate.
Currently apache 2.0.58 is in use.

Compilation fails with:

/bin/sh /installs/webserver/httpd-2.0.59/srclib/apr/libtool --silent --mode=link
 gcc -g -O2 -pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  
-I/installs/webserver/httpd-2.0.59/srclib/apr-util/include
-I/installs/webserver/httpd-2.0.59/srclib/apr-util/include/private 
-I/installs/webserver/httpd-2.0.59/srclib/apr/include   -I.  -version-info
9:12:9    -o gen_uri_delims  gen_uri_delims.lo -lrt -lm -lcrypt -lnsl  -lpthread
-ldl
libtool: link: warning: `-version-info' is ignored for programs
/usr/lib/libc_nonshared.a(elf-init.oS)(.text.__i686.get_pc_thunk.bx+0x0): In
function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
.libs/gen_uri_delims.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/installs/webserver/httpd-2.0.59/srclib/apr-util/uri/gen_uri_delims.c:24:
first defined here
collect2: ld returned 1 exit status
make[4]: *** [gen_uri_delims] Fehler 1
make[4]: Leaving directory `/installs/webserver/httpd-2.0.59/srclib/apr-util/uri'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/installs/webserver/httpd-2.0.59/srclib/apr-util/uri'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/installs/webserver/httpd-2.0.59/srclib/apr-util'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/installs/webserver/httpd-2.0.59/srclib'
make: *** [all-recursive] Fehler 1
Comment 1 Joe Orton 2007-01-29 06:21:24 UTC
This looks like a system toolchain issue.  Try a user support forum for further
help: http://httpd.apache.org/lists.html#http-users or a mailing list specific
to the Linux distribution which you're using.