From owner-freebsd-current@freebsd.org Sun Jun 16 20:35:13 2019 Return-Path: Delivered-To: freebsd-current@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 B1FE415C8C1B for ; Sun, 16 Jun 2019 20:35:13 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F208EB66 for ; Sun, 16 Jun 2019 20:35:12 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x5GKZ42K001219 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sun, 16 Jun 2019 22:35:05 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1560717305; bh=0VpqO7mVvst8ZTAoIslPg3eZQnuUVd1PaEYvZQRXaKM=; h=Date:From:To:Subject:In-Reply-To:References; b=bAA+nxXg2aveoFroCQuz5eDOichDtSzFfH74nR4D3IpcF8WeAANwXpazKfNMOEHyn k+hVcHqXO+DbMR7/zdKBaVGVnIp6GefXMrMerFGH7tCUxCHhIGN5r3GJXzdhrexXm2 KcPWoa2f5MCHzTVhe618F1kADZCsTouqeuK6w8Gm/otrPgKueGroj4a0+eIFNun8w2 eS+i8HWknuht2IWC4y/gxFYbXgOp3zy/rrhFTs6xqlFTjGn4mCV/b5TuPEgl+nua2O mp0CK38k/r/AxIJr4OSIjkqb57eO2bxeQ5ekwbz/7RUoVlM/Al+wilcYrotiD5niJx wHz5qPykrM9nQ== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x5GKZ4Q3001214 for ; Sun, 16 Jun 2019 22:35:04 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Sun, 16 Jun 2019 22:35:04 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-current@FreeBSD.org Subject: Re: r349100: buildworld does not compile (ld: error: duplicate symbol: sse42_crc32c) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2019 20:35:13 -0000 On Sun, 16 Jun 2019 17:49+0200, Rainer Hurling wrote: > This happens with two older cpus, Intel (Core 17-4770) and AMD (Phenom > II X6 1090T). > > Am I the only one, who observes this breakage? Thanks for any hint. No. This also happens on Intel Core i7 960. I will retry buildworld using -D WITHOUT_TESTS. -- Trond.