From owner-freebsd-stable@freebsd.org Mon Nov 12 22:06:56 2018 Return-Path: Delivered-To: freebsd-stable@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 0A41B1124C0D for ; Mon, 12 Nov 2018 22:06:56 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 839E986B55 for ; Mon, 12 Nov 2018 22:06:55 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id 44E9D1124C0B; Mon, 12 Nov 2018 22:06:55 +0000 (UTC) Delivered-To: stable@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 33A8B1124C0A for ; Mon, 12 Nov 2018 22:06:55 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5173186B53 for ; Mon, 12 Nov 2018 22:06:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2a02:b90:3002:411::6] (helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gMKM5-000L4p-N6 for stable@freebsd.org; Mon, 12 Nov 2018 22:06:49 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gMKM5-0006QV-LI for stable@freebsd.org; Mon, 12 Nov 2018 22:06:49 +0000 To: stable@freebsd.org Subject: Just updated to 12 from11 - did ld change ? Message-Id: From: Pete French Date: Mon, 12 Nov 2018 22:06:49 +0000 X-Rspamd-Queue-Id: 839E986B55 X-Spamd-Result: default: False [-5.79 / 200.00]; ARC_NA(0.00)[]; R_SPF_FAIL(0.00)[-all]; RCVD_COUNT_FIVE(0.00)[6]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; FORWARDED(0.00)[stable@mailman.ysv.freebsd.org]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; SPF_FAIL_FORWARDING(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-3.69)[ip: (-9.85), ipnet: 2001:1900:2254::/48(-4.78), asn: 10310(-3.71), country: US(-0.09)]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; MX_GOOD(-0.01)[cached: ingresso-co-uk.mail.protection.outlook.com]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[stable@freebsd.org,freebsd-stable@freebsd.org]; DMARC_POLICY_SOFTFAIL(0.10)[ingresso.co.uk : No valid SPF, No valid DKIM, none] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 22:06:56 -0000 Just trying out the BETA4 version of 12, updating from 11-STABLE. All went nice and smoothly, but when compiing coe I had to make some tweaks to the arhuments I am passing to 'ld' when part-linking objects against static libraries. Did something chnage here ? Its not on the release notes that I can see, and the version of clang seems to be the same as on my 11 boxes. Nice job aside frm that thoigh, very smooth upgrade... -pete.