Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5292 Details for
Bug 10074
net-www/oops fails on gcc3.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
logfile
log (text/plain), 11.59 KB, created by
SpanKY
on 2002-11-01 20:37:03 UTC
(
hide
)
Description:
logfile
Filename:
MIME Type:
Creator:
SpanKY
Created:
2002-11-01 20:37:03 UTC
Size:
11.59 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking oops-1.5.22.tar.gz >>>> Source unpacked. >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking for gcc... gcc >checking for C compiler default output... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for executable suffix... >checking for object suffix... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking for a BSD compatible install... /bin/install -c >checking for flex... flex >checking for yywrap in -lfl... yes >checking lex output file root... lex.yy >checking whether yytext is a pointer... yes >checking for bison... bison -y >checking how to run the C preprocessor... gcc -E >checking for AIX... no >checking for gcc option to accept ANSI C... none needed >checking for inline... inline >checking for crypt.h... yes >checking for getopt.h... yes >checking for pthread.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for strings.h... yes >checking for unistd.h... yes >checking for sys/inttypes.h... no >checking for netinet/ip_fil.h... no >checking for netinet/ip6.h... yes >checking for libdb.a... no >checking for GigaBASE... no >checking for libz... /usr/lib/libz.a >checking for pthread_create in -lpthread... yes >checking for dlopen in -ldl... yes >checking for yywrap in -lfl... (cached) yes >checking for crypt in -lcrypt... yes >checking for pam_end in -lpam... yes >checking for socklen_t... yes >checking for uint32_t... yes >checking for uint16_t... yes >checking for struct timespec... yes >checking for __tm_gmtoff__... no >checking flags to link shared objects.... -shared >checking for -export-dynamic... yes >checking for atoll... yes >checking for bzero... yes >checking for chroot... yes >checking for ctime_r... yes >checking for daemon... yes >checking for getdomainname... yes >checking for gethostbyname_r... yes >checking for getopt... yes >checking for getrlimit... yes >checking for getrusage... yes >checking for gmtime_r... yes >checking for localtime_r... yes >checking for poll... yes >checking for pread... yes >checking for pwrite... yes >checking for directio... no >checking for setegid... yes >checking for snprintf... yes >checking for setrlimit... yes >checking for strcasestr... yes >checking for strerror_r... yes >checking for strtoll... yes >checking for strtok_r... yes >checking for snprintf... (cached) yes >checking for chown... /bin/chown >gcc >-march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include >-lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a > >>>WARNING! YOU MUST CHECK THAT ALL FILES USED BY OOPS >>>ARE OWNED BY 'squid'. OTHERWISE, YOU WILL HAVE PROBLEMS. > >configure: creating ./config.status >config.status: creating src/Makefile >config.status: creating src/modules/Makefile >config.status: creating src/oops.cfg >config.status: creating doc/oops.8 >config.status: creating doc/oopsctl.8 >config.status: creating src/config.h >Warning! You don't have BerkeleyDB or GigaBASE. >You will not be able to use storages. >cd src; make >make[1]: Entering directory `/var/tmp/portage/oops-1.5.22/work/oops-1.5.22/src' >gcc -c -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H rwlock.c >cd modules; make >make[2]: Entering directory `/var/tmp/portage/oops-1.5.22/work/oops-1.5.22/src/modules' >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c log_dummy.c >ld -shared -export-dynamic -o log_dummy.so log_dummy.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c err.c >ld -shared -export-dynamic -o err.so err.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c passwd_file.c >ld -shared -export-dynamic -o passwd_file.so passwd_file.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c pam.c >ld -shared -export-dynamic -o pam.so pam.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -D__MYSQL -c passwd_sql.c -o passwd_mysql.o >ld -shared -export-dynamic -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a -o passwd_mysql.so passwd_mysql.o >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -D__PGSQL -c passwd_sql.c -o passwd_pgsql.o >ld -shared -export-dynamic -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a -o passwd_pgsql.so passwd_pgsql.o >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c lang.c >ld -shared -export-dynamic -o lang.so lang.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c redir.c >ld -shared -export-dynamic -o redir.so redir.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c oopsctl_mod.c >ld -shared -export-dynamic -o oopsctl_mod.so oopsctl_mod.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H oopsctl.c ../rwlock.o -export-dynamic -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a -o oopsctl >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c vary_header.c >ld -shared -export-dynamic -o vary_header.so vary_header.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c accel.c >ld -shared -export-dynamic -o accel.so accel.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c transparent.c >ld -shared -export-dynamic -o transparent.so transparent.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c custom_log.c >ld -shared -export-dynamic -o custom_log.so custom_log.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c fastredir.c >fastredir.c: In function `redir': >fastredir.c:339: warning: comparison between pointer and integer >ld -shared -export-dynamic -o fastredir.so fastredir.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >gcc -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared -c berkeley_db_api.c >ld -shared -export-dynamic -o berkeley_db_api.so berkeley_db_api.o -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a >g++ -march=pentium4 -O9 -pipe -D_REENTRANT -DLINUX -I/usr/local/include -DHAVE_CONFIG_H -shared gigabase_db_api.cpp -export-dynamic -lpthread -lfl -lpam -lcrypt -ldl /usr/lib/libpcreposix.a /usr/lib/libpcre.a -o gigabase_db_api.so >In file included from ../environment.h:71, > from ../oops.h:26, > from gigabase_db_api.cpp:35: >../rwlock.h:54:1: warning: "PTHREAD_RWLOCK_INITIALIZER" redefined >In file included from ../environment.h:69, > from ../oops.h:26, > from gigabase_db_api.cpp:35: >/usr/include/pthread.h:47:1: warning: this is the location of the previous definition >In file included from ../environment.h:71, > from ../oops.h:26, > from gigabase_db_api.cpp:35: >../rwlock.h:68: conflicting types for `typedef struct > pthread_rwlock*pthread_rwlock_t' >/usr/include/bits/pthreadtypes.h:108: previous declaration as `typedef struct > _pthread_rwlock_t pthread_rwlock_t' >../rwlock.h:69: conflicting types for `typedef struct > pthread_rwlockattr*pthread_rwlockattr_t' >/usr/include/bits/pthreadtypes.h:116: previous declaration as `typedef struct > pthread_rwlockattr_t pthread_rwlockattr_t' >../rwlock.h:75: declaration of C function `int > pthread_rwlock_destroy(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:445: previous declaration `int > pthread_rwlock_destroy(pthread_rwlock_t*)' here >../rwlock.h:76: declaration of C function `int > pthread_rwlock_init(pthread_rwlock**, pthread_rwlockattr* const*)' conflicts > with >/usr/include/pthread.h:442: previous declaration `int > pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*)' here >../rwlock.h:77: declaration of C function `int > pthread_rwlock_rdlock(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:448: previous declaration `int > pthread_rwlock_rdlock(pthread_rwlock_t*)' here >../rwlock.h:78: declaration of C function `int > pthread_rwlock_tryrdlock(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:451: previous declaration `int > pthread_rwlock_tryrdlock(pthread_rwlock_t*)' here >../rwlock.h:79: declaration of C function `int > pthread_rwlock_trywrlock(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:464: previous declaration `int > pthread_rwlock_trywrlock(pthread_rwlock_t*)' here >../rwlock.h:80: declaration of C function `int > pthread_rwlock_unlock(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:474: previous declaration `int > pthread_rwlock_unlock(pthread_rwlock_t*)' here >../rwlock.h:81: declaration of C function `int > pthread_rwlock_wrlock(pthread_rwlock**)' conflicts with >/usr/include/pthread.h:461: previous declaration `int > pthread_rwlock_wrlock(pthread_rwlock_t*)' here >../rwlock.h:82: declaration of C function `int > pthread_rwlockattr_init(pthread_rwlockattr**)' conflicts with >/usr/include/pthread.h:480: previous declaration `int > pthread_rwlockattr_init(pthread_rwlockattr_t*)' here >../rwlock.h:83: declaration of C function `int > pthread_rwlockattr_getpshared(pthread_rwlockattr* const*, int*)' conflicts > with >/usr/include/pthread.h:488: previous declaration `int > pthread_rwlockattr_getpshared(const pthread_rwlockattr_t*, int*)' here >../rwlock.h:84: declaration of C function `int > pthread_rwlockattr_setpshared(pthread_rwlockattr**, int)' conflicts with >/usr/include/pthread.h:492: previous declaration `int > pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)' here >../rwlock.h:85: declaration of C function `int > pthread_rwlockattr_destroy(pthread_rwlockattr**)' conflicts with >/usr/include/pthread.h:483: previous declaration `int > pthread_rwlockattr_destroy(pthread_rwlockattr_t*)' here >make[2]: *** [gigabase_db_api.so] Error 1 >make[2]: Leaving directory `/var/tmp/portage/oops-1.5.22/work/oops-1.5.22/src/modules' >make[1]: *** [modules] Error 2 >make[1]: Leaving directory `/var/tmp/portage/oops-1.5.22/work/oops-1.5.22/src' >make: *** [all] Error 2 > >!!! ERROR: The ebuild did not complete successfully. >!!! Function src_compile, Line 49, Exitcode 2 >!!! compile problem > >Calculating dependencies ...done! >>>> emerge (1 of 1) net-www/oops-1.5.22 to / >>>> md5 ;-) oops-1.5.22.tar.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10074
: 5292