From owner-svn-src-all@freebsd.org Thu Aug 16 17:42:47 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F39B71070687; Thu, 16 Aug 2018 17:42:46 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A33488F966; Thu, 16 Aug 2018 17:42:46 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.5] (c-71-198-162-232.hsd1.ca.comcast.net [71.198.162.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id EFD8A1F549; Thu, 16 Aug 2018 17:42:45 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.10.0.180812 Date: Thu, 16 Aug 2018 10:42:42 -0700 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... From: Ravi Pokala To: Jung-uk Kim , , , Message-ID: Thread-Topic: 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... References: <201808141748.w7EHm3wI027223@repo.freebsd.org> In-Reply-To: <201808141748.w7EHm3wI027223@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 17:42:47 -0000 -----Original Message----- From: on behalf of Jung-uk Kim Date: 2018-08-14, Tuesday at 10:48 To: , , 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@)