Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 10:42:42 -0700
From:      Ravi Pokala <rpokala@freebsd.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm cr...
Message-ID:  <C5C1BA80-FB1B-4EDC-A9DB-746093868B07@panasas.com>
In-Reply-To: <201808141748.w7EHm3wI027223@repo.freebsd.org>
References:  <201808141748.w7EHm3wI027223@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message-----
From: <owner-src-committers@freebsd.org> on behalf of Jung-uk Kim <jkim@FreeBSD.org>
Date: 2018-08-14, Tuesday at 10:48
To: <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org>
Subject: svn commit: r337791 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm cr...

> Author: jkim
> Date: Tue Aug 14 17:48:02 2018
> New Revision: 337791
> URL: https://svnweb.freebsd.org/changeset/base/337791
> 
> Log:
>   Merge OpenSSL 1.0.2p.

Is it just me, or did this change break all the worlds?

I got errors like this:

----------------------------------------------------------------
/usr/bin/ld: error: undefined symbol: main
>>> referenced by crt1.c:74 (/usr/home/rpokala/freebsd/clean/base/head/lib/csu/amd64/crt1.c:74)
>>>               /build/usr/home/rpokala/freebsd/clean/base/head/amd64.amd64/tmp/usr/lib/crt1.o:(_start)

/usr/bin/ld: error: undefined symbol: Fssh_error
>>> referenced by moduli.c:257 (/usr/home/rpokala/freebsd/clean/base/head/crypto/openssh/moduli.c:257)
>>>               /tmp/moduli-6780ab.o:(Fssh_gen_candidates)
----------------------------------------------------------------

At first I thought it was because I was rebuilding without cleaning, but I nuked the tree and rebuilt from scratch, and got the same error.

I didn't bisect it to this change, but it's the only recent change to crypto...

-Ravi (rpokala@)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C5C1BA80-FB1B-4EDC-A9DB-746093868B07>