-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Waring wrote: > On 08/11/2007, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: >> Where did you copy and paste the error from: terminal output, >> Fink Commander, ...? Is it possible that the error got swallowed >> up? > > Terminal output, redirected (standard error and output) to a file > because otherwise it overflows the xterm I'm using and copy/paste > becomes pretty much impossible. > >> 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. > > I do have one of those - is it ok to just move that particular file > out of the way? I don't really want to move all of /usr/local on a > live system as I've no idea if any processes are using those > files. > >> 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. > > I've done that, it doesn't seem to give much more information but > the log file is here: > > http://pastebin.com/m6dd5919 > > The important part seems to be: >
<snip> > /bin/sh ./libtool --mode=compile cc -c -Os -I../dist/.. > ../dist/../db_dump185/db_dump185.c cc -c -Os -I../dist/.. > ../dist/../db_dump185/db_dump185.c -fno-common -DPIC -o > .libs/db_dump185.o ../dist/../db_dump185/db_dump185.c: In function > 'main': ../dist/../db_dump185/db_dump185.c:212: warning: assignment > makes pointer from integer without a cast > ../dist/../db_dump185/db_dump185.c:214: warning: assignment makes > pointer from integer without a cast > ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' has no > member named 'seq' ../dist/../db_dump185/db_dump185.c:229: error: > 'R_NEXT' undeclared (first use in this function) > ../dist/../db_dump185/db_dump185.c:229: error: (Each undeclared > identifier is reported only once > ../dist/../db_dump185/db_dump185.c:229: error: for each function it > appears in.) ../dist/../db_dump185/db_dump185.c:234: error: 'struct > __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c: > In function 'db_hash': ../dist/../db_dump185/db_dump185.c:262: > error: 'struct __db' has no member named 'internal' > ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' has no > member named 'internal' ../dist/../db_dump185/db_dump185.c: In > function 'db_btree': ../dist/../db_dump185/db_dump185.c:289: error: > 'struct __db' has no member named 'internal' make: *** > [db_dump185.lo] Error 1 ### execution of /var/tmp/tmp.1.m5TGgw > failed, exit code 2 Removing runtime build-lock... Removing > build-lock package... /sw/bin/dpkg-lockwait -r > fink-buildlock-db44-aes-4.4.20-1002 (Reading database ... 52375 > files and directories currently installed.) Removing > fink-buildlock-db44-aes-4.4.20-1002 ... Failed: phase compiling: > db44-aes-4.4.20-1002 failed > > So it looks as if it might be a problem with a struct (from an > include file I imagine), but I don't know much more than that. > > Paul > Yeah, this looks like the standard error that people have gotten recently from incompatible db stuff in /usr/local . For a minimally invasive idea, try just moving just /usr/local/include temporarily. I can't imagine that anything should be using that at runtime. - -- 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 iD8DBQFHMyAEB8UpO3rKjQ8RAjZkAKCny9grfPr3j8jdj2q14tigaHrhfwCgkJDy k8LksjxHVo/854yJtnNXrI8= =vgwy -----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
