I removed /usr/src totoal and did an update this afternoon. Make
buildworld fails with the following error. Anyone has any idea?
# time -h make buildworld
[...]
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3:
#error "Inconsistency between crypto.h and cryptlib.c"
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66:
/usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
mkdep: compile failed
*** Error code 1
Stop in /usr/src/secure/lib/libcrypto.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
13m40.55s real 9m53.87s user 1m41.55s sys
--
yann@kierun.org -=*=- www.kierun.org
PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url :
http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20051118/a31badb8/attachment.bin
On Friday 18 November 2005 18:51, Yann Golanski wrote:> /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111 >:3: #error "Inconsistency between crypto.h and cryptlib.c" > In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66 >: /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 isJust a guess: try removing /usr/obj -- Harris's Lament: All the good ones are taken. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20051118/682c3ff4/attachment.bin
> On Friday 18 November 2005 18:51, Yann Golanski wrote: > > >/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c: 11> 1 > >:3: #error "Inconsistency between crypto.h and cryptlib.c" > > In file included from > > >/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c :6> 6 > >: /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is > > Just a guess: try removing /usr/objDid you do a cd /usr/src make clean;make cleanworld; I believe that takes care of cleaning up a lot of old stuff.
left over junk in /usr/obj. Remove it too. Yann Golanski wrote:> I removed /usr/src totoal and did an update this afternoon. Make > buildworld fails with the following error. Anyone has any idea? > > # time -h make buildworld > [...] > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3: > #error "Inconsistency between crypto.h and cryptlib.c" > In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66: > /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is > disabled. > In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65: > /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is > disabled. > In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61: > /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is > disabled. > In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63: > /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is > disabled. > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/secure/lib/libcrypto. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 13m40.55s real 9m53.87s user 1m41.55s sys >-- ______ Paul T. Root / _ \ 1977 MGB / /|| \\ ||\/ || _ | || || || \ ||__// \______/
Maybe also ntpdate -bu time-nw.nist.gov Cheers, -- Xin LI <delphij@delphij.net> http://www.delphij.net
Removed all in /usr/obj, did a "make clean; make cleanworld" in
/usr/src, deleted /usr/src/crypto and cvsuped the latest version as of
today. I even updated the locale time with ntpd. I am getting a new
error but still related to the old one:
# time -h make buildworld
[...]
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3:
#error "Inconsistency between crypto.h and cryptlib.c"
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66:
/usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
In file included from
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63:
/usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
disabled.
mkdep: compile failed
*** Error code 1
Stop in /usr/src/secure/lib/libcrypto.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
12m47.01s real 9m59.05s user 1m46.78s sys
--
yann@kierun.org -=*=- www.kierun.org
PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url :
http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20051121/d8ca3118/attachment.bin
Hi, On 11/21/05, Yann Golanski <yann@kierun.org> wrote: [...]> In file included from > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63: > /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is > disabled. > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/secure/lib/libcrypto. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1Would you please remove the "-j" option from build? It is not guaranteed to be usable across upgrade. Cheers, -- Xin LI <delphij@delphij.net> http://www.delphij.net
On Nov 21, 2005, at 5:11 AM, Xin LI wrote:> Would you please remove the "-j" option from build? It is not > guaranteed to be usable across upgrade.I have not been able to get make -j2 buildworld to work for 6.0 at all. Last I recall it working reliably was with 4.x.