Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27728 - sys-libs/db-3.2.9-r7 fails to build
Summary: sys-libs/db-3.2.9-r7 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: db4
  Show dependency tree
 
Reported: 2003-09-01 13:19 UTC by Ben McKenzie
Modified: 2003-09-27 10:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Log of emerge --debug db (db.log,28.65 KB, text/plain)
2003-09-01 13:31 UTC, Ben McKenzie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben McKenzie 2003-09-01 13:19:30 UTC
Same errors as Bug #16282, in the same files. However, it seems that there was a patch made for #16282. Log of --debug db available.
Comment 1 Ben McKenzie 2003-09-01 13:31:13 UTC
Created attachment 16926 [details]
Log of emerge --debug db
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-09-02 08:47:10 UTC
Everything in your build log seems to go the way it should. I see no error in it.
Comment 3 Ben McKenzie 2003-09-06 12:26:30 UTC
Hrm...

Okay... here's the end of output I get on term when I execute emerge -U world:

test ! -f /usr/bin/ranlib || /usr/bin/ranlib libdb_cxx.a
gcc -I/usr/include/db1  -c -D_GNU_SOURCE -O2 -mcpu=i686 -pipe -I../dist/../include -D_REENTRANT  ../dist/../db_dump185/db_dump185.c
../db_dump185/db_dump185.c: In function `main':
../db_dump185/db_dump185.c:210: warning: assignment makes pointer from integer without a cast
../db_dump185/db_dump185.c:212: warning: assignment makes pointer from integer without a cast
../db_dump185/db_dump185.c:227: structure has no member named `seq'
../db_dump185/db_dump185.c:227: `R_NEXT' undeclared (first use in this function)../db_dump185/db_dump185.c:227: (Each undeclared identifier is reported only once
../db_dump185/db_dump185.c:227: for each function it appears in.)
../db_dump185/db_dump185.c:232: structure has no member named `seq'
../db_dump185/db_dump185.c: In function `db_hash':
../db_dump185/db_dump185.c:260: structure has no member named `internal'
../db_dump185/db_dump185.c:262: structure has no member named `internal'
../db_dump185/db_dump185.c: In function `db_btree':
../db_dump185/db_dump185.c:287: structure has no member named `internal'
make: *** [db_dump185.o] Error 1
 
!!! ERROR: sys-libs/db-3.2.9-r7 failed.
!!! Function src_compile, Line 92, Exitcode 2
!!! Static build failed
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-17 23:26:14 UTC
Ben:
please do 'emerge db 2>&1 | tee logfile' 

then attach that logfile here.

also include the output of 'emerge info' please.
Comment 5 Ben McKenzie 2003-09-27 10:23:17 UTC
Sorry to have waited awhile.

I emerged the newest portage, and it seems to be working fine now. Sorry!