Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16282 - sys-libs/db-3.2.9-r2 fails to compile
Summary: sys-libs/db-3.2.9-r2 fails to compile
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 11:18 UTC by Joshua Kinard
Modified: 2006-02-04 06:05 UTC (History)
1 user (show)

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 Joshua Kinard gentoo-dev 2003-02-24 11:18:51 UTC
g++ -c -I. -I../dist/../include -D_REENTRANT  -fexceptions -mcpu=ultrasparc
-mtune=ultrasparc -O3 -pipe -fomit-frame-pointer -freorder-blocks
-falign-functions=4 ../dist/../cxx/cxx_txn.cpp
In file included from
/usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.2.2/include/g++-v3/backward/iostream.h:31,
                 from ../include/db_cxx.h:52,
                 from ../cxx/cxx_txn.cpp:16:
/usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.2.2/include/g++-v3/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one deprecated or antiquated
header. Please consider using one of the 32 headers found in section 17.4.1.2 of
the C++ standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
/usr/bin/ar cr libdb_cxx.a cxx_app.o cxx_except.o cxx_lock.o cxx_log.o
cxx_mpool.o cxx_table.o cxx_txn.o mut_fcntl.o db185.o    bt_compare.o bt_conv.o
bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o
bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o
bt_upgrade.o bt_verify.o btree_auto.o crdel_auto.o crdel_rec.o db.o db_am.o
db_auto.o db_byteorder.o db_cam.o db_conv.o db_dispatch.o db_dup.o db_err.o
db_getlong.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_overflow.o
db_pr.o db_rec.o db_reclaim.o db_ret.o db_salloc.o db_shash.o db_upg.o
db_upg_opd.o db_vrfy.o db_vrfyutil.o dbm.o env_method.o env_open.o env_recover.o
env_region.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_func.o hash_meta.o
hash_method.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o
hash_verify.o hsearch.o lock.o lock_conflict.o lock_deadlock.o lock_method.o
lock_region.o lock_stat.o lock_util.o log.o log_archive.o log_auto.o
log_compare.o log_findckp.o log_get.o log_method.o log_put.o log_rec.o
log_register.o mp_alloc.o mp_bh.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o
mp_method.o mp_region.o mp_register.o mp_stat.o mp_sync.o mp_trickle.o mutex.o
os_abs.o os_alloc.o os_dir.o os_errno.o os_fid.o os_finit.o os_fsync.o
os_handle.o os_map.o os_method.o os_oflags.o os_open.o os_region.o os_rename.o
os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o os_spin.o os_stat.o
os_tmpdir.o os_unlink.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o
qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o txn.o txn_auto.o
txn_rec.o txn_region.o xa.o xa_db.o xa_map.o
test ! -f /usr/bin/ranlib || /usr/bin/ranlib libdb_cxx.a
gcc -c -D_GNU_SOURCE -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-r2 failed.
!!! Function src_compile, Line 86, Exitcode 2
!!! (no error message)
Comment 1 Joshua Kinard gentoo-dev 2003-05-12 23:04:20 UTC
Funny, I report this, and it whenever it got fixed, I never noticed it....musta been a patch.  Closing.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2003-08-17 07:34:01 UTC
Closing