From owner-svn-src-head@freebsd.org Thu Aug 16 18:21:17 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 B9C851071B63; Thu, 16 Aug 2018 18:21:17 +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 5860971529; Thu, 16 Aug 2018 18:21:17 +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=1+g2b7/xE1/qAR8iKyGxhrlKf1r1MTEurj3Vm+ZCZ+Q=; b=l0rs0t5dX8HQRIzIfX044w1y7q fvCGcAGix57yl3Mj3ai1BF4rVcBOHmZs4zbSPDcesF6yyJHevKGm99ZjIG5NHqEB4JsrgC8Mv3d9f 3q9pkW9AkwNwgeQfNzCLuKv77/5S5OLLJ/iK5ygEaimOUY4EIcMhELVOXazTPlnZDE+E=; Received: from [2600:1700:210:b18f:4c0:e5c4:68ef:d5be] (port=57151 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 1fqMtY-000KJb-BW; Thu, 16 Aug 2018 13:21:16 -0500 Date: Thu, 16 Aug 2018 13:21:15 -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, bdrewery@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: <20180816182115.mqxkpzgifomjodwl@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, bdrewery@FreeBSD.org References: <201808141748.w7EHm3wI027223@repo.freebsd.org> <20180816175403.ub22a5glkczrmfij@ler-imac.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="o7jqzcpec2h552fp" 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 18:21:18 -0000 --o7jqzcpec2h552fp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2018 at 02:02:52PM -0400, Jung-uk Kim wrote: > On 18. 8. 16., Larry Rosenman wrote: > > 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= /apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypt= o/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/amd6= 4.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/h= ead/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... > >> > >> I built worlds many times and I haven't seen such problem. In fact, > >> Jenkins didn't break on amd64 after the commit. > >> > >> 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. > I don't do meta-mode. I don't know much about Jenkins build but I don't > think it does. Is it a requirement now? >=20 It's not a requirement, but seems to be implicated in this failure..... Cc'ing bdrewery@ for the meta mode stuff. > 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 --o7jqzcpec2h552fp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHABAABCgCqFiEEHjgknedhWzvJgwVzaXyZsatIp30FAlt1wJssFIAAAAAAFQAO cGthLWFkZHJlc3NAZ251cGcub3JnbGVyQGxlcmN0ci5vcmdfFIAAAAAALgAoaXNz dWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFFMzgy NDlERTc2MTVCM0JDOTgzMDU3MzY5N0M5OUIxQUI0OEE3N0QACgkQaXyZsatIp33h sAf/Q6HZAk1BL421I8/J+Ou5ieh6Da1c79YXfNjeqiYXhS7ej3gwTMdO7ry0IQ1N nUkXjOlrq/891TeClW+jBzP6KrDK4/BVhGI/C+OSE1IP2W9bw6ILuu2CFphnFpoF u9M21Yk9jNm/OO2SacyvN0rc+H/VP2WQJwo2HulurwF7nB7O6KQ6hFqUsfypWeL0 JRD6jo+FPaPIEpMd/oHXCTtCawjJptDh1RfKiJzorGPlGlt/y9yQ7Uc41Lk0yqYk giezrSAIqd92BSsbF8s3W3WutsZKwdvuYaXhfXUsy2RRWh+7LMozNDbL1efLs+Nb Qvq7ICrMEKxthhNkTbWG5VjEUw== =NEIg -----END PGP SIGNATURE----- --o7jqzcpec2h552fp--