NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/40943: amd frequently dumps core
The following reply was made to PR bin/40943; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>,
gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/40943: amd frequently dumps core
Date: Tue, 10 Mar 2009 07:49:18 -0400
On Mar 10, 11:39am, hf%spg.tu-darmstadt.de@localhost (Hauke Fath) wrote:
-- Subject: Re: bin/40943: amd frequently dumps core
| Christos Zoulas wrote:
| > The following reply was made to PR bin/40943; it has been noted by GNATS.
| >
| > From: christos%zoulas.com@localhost (Christos Zoulas)
| > To: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>,
gnats-bugs%NetBSD.org@localhost
| > Cc:
| > Subject: Re: bin/40943: amd frequently dumps core
| > Date: Mon, 9 Mar 2009 11:12:30 -0400
| >
| > On Mar 9, 2:39pm, hf%spg.tu-darmstadt.de@localhost (Hauke Fath) wrote:
| > -- Subject: Re: bin/40943: amd frequently dumps core
| >
| > | At 13:30 Uhr +0000 09.03.2009, Hauke Fath wrote:
| > | > >Remove the NOLINKLIB line from the Makefile perhaps?
| > | >
| > | > It ain't that easy... tons of "undefined reference to ber_*" messages
| > | > from the linker.
| > |
| > | A bold "USE_LDAP=no" helped the build on. Now waiting for the next
coredump.
| > |
| >
| > Hmm, the ldap static libraries should be included in the link... That's
what's
| > broken I guess.
|
| Turned out to be easier than that: "LDSTATIC=-static" will teach the
| build system to do the right thing. Mostly, that is...
|
| Attemping a build.sh static build of netbsd-5, I got
|
| [...]
| --- dependall-external ---
| /u/netbsd-builds/5/mac68k/destdir/usr/lib/libcrypto.a(e_idea.o): In
| function `EVP_idea_ecb':
| e_idea.c:(.text+0xe0): warning: IDEA is a patented algorithm; link
| against libcrypto_idea.a
| e_idea.c:(.text+0xec): warning: IDEA is a patented algorithm; link
| against libcrypto_idea.a
| e_idea.c:(.text+0x19a): warning: IDEA is a patented algorithm; link
| against libcrypto_idea.a
| /u/netbsd-builds/5/mac68k/destdir/usr/lib/libcrypto.a(i_ecb.o): In
| function `idea_ecb_encrypt':
| i_ecb.c:(.text+0x70): warning: IDEA is a patented algorithm; link
| against libcrypto_idea.a
| collect2: ld returned 1 exit status
| *** [amd] Error code 1
| 1 error
| nbmake: stopped in /public/netbsd-5/external/bsd/am-utils/bin/amd
| *** [dependall] Error code 2
|
| I see the warning too when building am-utils manually, but it's not
| fatal there. Is this an issue with amd linkage, specifically?
No, I think that the warning is harmless, but perhaps we have fatal-warnings
on.
christos
Home |
Main Index |
Thread Index |
Old Index