From owner-svn-src-head@freebsd.org Thu Aug 16 17:54:06 2018 Return-Path: Delivered-To: svn-src-head@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 D0CB41070BFF; Thu, 16 Aug 2018 17:54:05 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:bb:dcff:fe50:d900]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 644DF70212; Thu, 16 Aug 2018 17:54:05 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=gp86w+QsLnhRGaNQIg3orpivBakCcT16Ga73htLF0jY=; b=hSNbEe9U681VKMbVIb9vQSi0iw /DYf1Ye104KfcWPqDEbdtudnm7IieBfpE8C9hBnZIhPrQKBZMkp/6rUwtXrNJT2Y0RGX/8xnqzxyo 0ztoY9mQqwTDtKk4l2TvRilnvNyYIjN2uRaF5EbxfQd5+rhcbzXKrQDwBokXeXiXMJtE=; Received: from [2600:1700:210:b18f:4c0:e5c4:68ef:d5be] (port=56563 helo=ler-imac.local) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fqMTE-000JkV-He; Thu, 16 Aug 2018 12:54:04 -0500 Date: Thu, 16 Aug 2018 12:54:04 -0500 From: Larry Rosenman To: Jung-uk Kim Cc: Ravi Pokala , 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: <20180816175403.ub22a5glkczrmfij@ler-imac.local> Mail-Followup-To: Jung-uk Kim , Ravi Pokala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201808141748.w7EHm3wI027223@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4sp62odmp6cdqtp7" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 17:54:06 -0000 --4sp62odmp6cdqtp7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2018 at 01:48:40PM -0400, Jung-uk Kim wrote: > On 18. 8. 16., Ravi Pokala wrote: > > -----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/a= pps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/= bio crypto/openssl/crypto/bn crypto/openssl/crypto/bn/asm cr... > >=20 > >> 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. > >=20 > > Is it just me, or did this change break all the worlds? > >=20 > > I got errors like this: > >=20 > > ---------------------------------------------------------------- > > /usr/bin/ld: error: undefined symbol: main > >>>> referenced by crt1.c:74 (/usr/home/rpokala/freebsd/clean/base/head/l= ib/csu/amd64/crt1.c:74) > >>>> /build/usr/home/rpokala/freebsd/clean/base/head/amd64.= amd64/tmp/usr/lib/crt1.o:(_start) > >=20 > > /usr/bin/ld: error: undefined symbol: Fssh_error > >>>> referenced by moduli.c:257 (/usr/home/rpokala/freebsd/clean/base/hea= d/crypto/openssh/moduli.c:257) > >>>> /tmp/moduli-6780ab.o:(Fssh_gen_candidates) > > ---------------------------------------------------------------- > >=20 > > At first I thought it was because I was rebuilding without cleaning, bu= t I nuked the tree and rebuilt from scratch, and got the same error. > >=20 > > I didn't bisect it to this change, but it's the only recent change to c= rypto... >=20 > I built worlds many times and I haven't seen such problem. In fact, > Jenkins didn't break on amd64 after the commit. >=20 > https://ci.freebsd.org/job/FreeBSD-head-amd64-build/9888/ Do you or jenkins run with meta-mode? That seems to be a necessary condition for the failure.=20 >=20 > Jung-uk Kim >=20 --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 --4sp62odmp6cdqtp7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHABAABCgCqFiEEHjgknedhWzvJgwVzaXyZsatIp30FAlt1ujssFIAAAAAAFQAO cGthLWFkZHJlc3NAZ251cGcub3JnbGVyQGxlcmN0ci5vcmdfFIAAAAAALgAoaXNz dWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFFMzgy NDlERTc2MTVCM0JDOTgzMDU3MzY5N0M5OUIxQUI0OEE3N0QACgkQaXyZsatIp32c Wgf/WqOWNLN24DNRlcrvmEoT7b+qEfiiPYqn4mOY14hNQ49eeFORUvNwTk7ZwMym L4AnrDuc6XmLXTY0ahdaqft9b+kaESl4haFn4TY2Or2Ye+gqD3TOkCZ6xSngdRP+ OmcIZdjYoIuR+UGCMtYWJcFVgRjkbH31+bU8kIHcmLXenKlKbLy5bnhmAUyFElIz z9N6S7mqwbDWWASyUCSpqBeCYGPICU2Z8uHUWPwdLPMKxLTba8BU6ogFIlpzWk2n yhz7C1YIZiaZuUlcz1wDpcqE9n2XNB/MsfioVUlysUnGBzX+h13w3GIOtX+79IA0 TkeLMXCmyfVxI6Yj/qS0MrKvJw== =DSW/ -----END PGP SIGNATURE----- --4sp62odmp6cdqtp7--