Date: Thu, 16 Aug 2018 12:10:09 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Jung-uk Kim <jkim@FreeBSD.org>, Ravi Pokala <rpokala@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: <57eef2b1-d126-a8da-c45a-d8cab0373a08@FreeBSD.org> In-Reply-To: <20180816184745.bmfgz42ko5kfpyz6@ler-imac.local> References: <201808141748.w7EHm3wI027223@repo.freebsd.org> <C5C1BA80-FB1B-4EDC-A9DB-746093868B07@panasas.com> <de95eb75-7d84-9c04-bf9c-ef3757b33a4d@FreeBSD.org> <20180816175403.ub22a5glkczrmfij@ler-imac.local> <c62adb2f-398f-e3a3-d194-3204aa20ce2a@FreeBSD.org> <20180816182115.mqxkpzgifomjodwl@ler-imac.local> <1a403266-d3f8-1e06-01d6-fb1a7e5f29e5@FreeBSD.org> <20180816184745.bmfgz42ko5kfpyz6@ler-imac.local>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --09uLwxXBfFgATWp4unUV8tJhiGwGIkFYk Content-Type: multipart/mixed; boundary="kD1giywAopNArsMYWJtuMqrGyikLn20uk"; protected-headers="v1" From: Bryan Drewery <bdrewery@FreeBSD.org> To: Jung-uk Kim <jkim@FreeBSD.org>, Ravi Pokala <rpokala@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <57eef2b1-d126-a8da-c45a-d8cab0373a08@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... References: <201808141748.w7EHm3wI027223@repo.freebsd.org> <C5C1BA80-FB1B-4EDC-A9DB-746093868B07@panasas.com> <de95eb75-7d84-9c04-bf9c-ef3757b33a4d@FreeBSD.org> <20180816175403.ub22a5glkczrmfij@ler-imac.local> <c62adb2f-398f-e3a3-d194-3204aa20ce2a@FreeBSD.org> <20180816182115.mqxkpzgifomjodwl@ler-imac.local> <1a403266-d3f8-1e06-01d6-fb1a7e5f29e5@FreeBSD.org> <20180816184745.bmfgz42ko5kfpyz6@ler-imac.local> In-Reply-To: <20180816184745.bmfgz42ko5kfpyz6@ler-imac.local> --kD1giywAopNArsMYWJtuMqrGyikLn20uk Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 8/16/18 11:47 AM, Larry Rosenman wrote: > On Thu, Aug 16, 2018 at 11:34:59AM -0700, Bryan Drewery wrote: >> On 8/16/18 11:21 AM, Larry Rosenman wrote: >>> 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: <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/ope= nssl/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/ba= se/head/crypto/openssh/moduli.c:257) >>>>>>>>>> /tmp/moduli-6780ab.o:(Fssh_gen_candidates) >>>>>>> ---------------------------------------------------------------- >>>>>>> >>>>>>> At first I thought it was because I was rebuilding without cleani= ng, but I nuked the tree and rebuilt from scratch, and got the same error= =2E >>>>>>> >>>>>>> I didn't bisect it to this change, but it's the only recent chang= e to crypto... >>>>>> >>>>>> I built worlds many times and I haven't seen such problem. In fac= t, >>>>>> 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 d= on't >>>> think it does. Is it a requirement now? >>>> >> >> Jenkins doesn't use META_MODE and it's not a requirement. >=20 > Can you (bdrewery@) possibly diagnose why meta-mode is messing this up > with the moduli file? >=20 >> Sure. I'm hitting it as well. --=20 Regards, Bryan Drewery --kD1giywAopNArsMYWJtuMqrGyikLn20uk-- --09uLwxXBfFgATWp4unUV8tJhiGwGIkFYk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAlt1zBEACgkQNddxu25G l8/YRwgAzLhDnUsq1mzLU4IyESuUorGuxai/vSyxu1PbVnhwZAFZtYZN/iNqxLhR Npg3qh8hsx6s/5/eiXwadhqOa0aQ5vClFMhGGtbswmJ+QJlE+1v49eW4b2dzjq2l IU3F4bcNpDdklHPp4/bW8enmKbt6GwuKVrs+Tck18NBv1JUoma4Y3zrXhQ12/rYV XdOrir41w804GysEn0bxa6pqZq32ywHQ6M8A9U2mx9F3s8Nc1uBfEFbeo6+eq1GX +ASzXAEtQ+Og1F1pGspk85n2EWT5VvDNavUZtBJy3PF5rC6ImukU74GdO9MX+M5z 6I7yGtcqr1NBHYhoNaO79ojPbVgHQQ== =xSJ3 -----END PGP SIGNATURE----- --09uLwxXBfFgATWp4unUV8tJhiGwGIkFYk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57eef2b1-d126-a8da-c45a-d8cab0373a08>