-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Paul Waring wrote:
> I'm trying (and currently failing!) to install db44-aes (a dependency
> for something else which I want to install, but I'm currently just
> trying to get db44-aes working in order to isolate the problem). The
> error message which I'm currently getting is (from the last line of
> the compiler):
>
> http://pastebin.com/m5d4f6244
>
> I've used pastebin as some of the linking lines are very long, and I
> can post the entire output from fink install onwards if that would
> help.
>
> I genuinely have no idea why this is failing. It's definitely not a
> general problem with fink, as other packages (e.g. imagemagick)
> install without any problems, and I've run fink selfupdate several
> times (db44-aes is listed in fink update-all which is where I first
> found out that I couldn't install it). I'm using a Mac Mini with an
> Intel processor and 2Gb of RAM, so it should be able to handle the
> compilation/linking in terms of being powerful enough, and the box is
> running OS X 10.4.
>
> fink --version gives me:
>
> Package manager version: 0.27.9
> Distribution version: 0.8.1.rsync i386
> [snipped copyright notice]
>
> So I'm pretty sure that I'm running the latest and most appropriate
> version of fink (I'm also running all fink commands as root so there
> shouldn't be any permissions issues). I have no idea where to go from
> here so would definitely appreciate some help/pointers (one thing that
> I can't do however is mess about too much with the machine, as it's a
> live server, but I do have full access to the box).
>
> Thanks in advance,
>
> Paul
>
Don't snip the copyright notice.  You're violating the viral license :-)

(Just kidding)

I don't see an obvious source of an error in what you've pasted.
Here's the last lines (for folks who are reading):

/bin/sh ./libtool --mode=link --tag=CXX g++ -avoid-version  -XCClinker
- -current_version -XCClinker 4.4.20 -XCClinker -compatibility_version
- -XCClinker 4.4 -no-undefined -rpath /sw/lib  \
    -o libdb_cxx-4.4.la cxx_db.lo cxx_dbc.lo cxx_dbt.lo cxx_env.lo
cxx_except.lo cxx_lock.lo cxx_logc.lo cxx_mpool.lo cxx_multi.lo
cxx_seq.lo cxx_txn.lo db185.lo mut_tas.lo  bt_compare.lo bt_conv.lo
bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo
bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo
bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo
btree_auto.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo
hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo
hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo qam.lo
qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo
qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_auto.lo
rep_backup.lo rep_elect.lo rep_log.lo rep_method.lo rep_record.lo
rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo db_ovfl_vrfy.lo
db_vrfy.lo db_vrfyutil.lo bt_verify.lo  aes_method.lo crypto.lo
mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo crdel_auto.lo
crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo
db_clock.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo
db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo
db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo
db_reclaim.lo db_rename.lo db_remove.lo db_ret.lo db_salloc.lo
db_setid.lo db_setlsn.lo db_shash.lo db_stati.lo db_truncate.lo
db_upg.lo db_upg_opd.lo dbm.lo dbreg.lo dbreg_auto.lo dbreg_rec.lo
dbreg_stat.lo dbreg_util.lo env_failchk.lo env_file.lo env_method.lo
env_open.lo env_recover.lo env_region.lo env_register.lo env_stat.lo
fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo
hmac.lo hsearch.lo lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo
lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo
lock_util.lo log.lo log_archive.lo log_compare.lo log_debug.lo
log_get.lo log_method.lo log_put.lo log_stat.lo mp_alloc.lo mp_bh.lo
mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo
mp_method.lo mp_region.lo mp_register.lo mp_stat.lo mp_sync.lo
mp_trickle.lo mut_alloc.lo mut_method.lo mut_region.lo mut_stat.lo
os_abs.lo os_alloc.lo os_clock.lo os_config.lo os_dir.lo os_errno.lo
os_fid.lo os_flock.lo os_fsync.lo os_handle.lo os_id.lo os_map.lo
os_method.lo os_mkdir.lo os_oflags.lo os_open.lo os_region.lo
os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_sleep.lo
os_spin.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_unlink.lo sha1.lo
seq_stat.lo sequence.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo
txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo
txn_stat.lo txn_util.lo xa.lo xa_db.lo xa_map.lo
make: *** [libdb_cxx-4.4.la] Interrupt
### execution of /var/tmp/tmp.1.IX9ThZ failed, exit code 2

Where did you copy and paste the error from:  terminal output, Fink
Commander, ...? Is it possible that the error got swallowed up?

You might try the following:

1)  Check that you don't have a /usr/local/include/db.h --that's a
frequent cause of issues with this build.  If you do, temporarily move
/usr/local out of the way while you build.

2)  Try "fink -vvv -l build db44-aes" which will set the verbosity of
fink to maximum and capture a log file of the build in /tmp.

- --
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHMxntB8UpO3rKjQ8RAnaUAJ9mYB0EHr7St82EYlmI9PvgAFx8FgCZAQE4
COleUgYphTG5pRpywzcKerc=
=00ex
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to