From owner-freebsd-current@freebsd.org Sat Dec 17 17:29:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6615C85C1F for ; Sat, 17 Dec 2016 17:29:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02FE71569; Sat, 17 Dec 2016 17:29:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::e9b4:ef6:9a02:eea4] (unknown [IPv6:2001:7b8:3a7:0:e9b4:ef6:9a02:eea4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BB56A3F430; Sat, 17 Dec 2016 18:29:09 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_56EC630C-23AE-41F1-971A-6F22FD2FF6B7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: FreeBSD_HEAD_amd64_gcc - Build #1733 - Still Failing From: Dimitry Andric In-Reply-To: <20161215175646.GA64982@FreeBSD.cs.nctu.edu.tw> Date: Sat, 17 Dec 2016 18:29:09 +0100 Cc: jenkins-admin@freebsd.org, freebsd-current@FreeBSD.org, Baptiste Daroussin Message-Id: <6E1E7D83-ED31-4C50-B7FE-B121AF4584A9@FreeBSD.org> References: <1585371352.86.1481713396874.JavaMail.jenkins@jenkins-9.freebsd.org> <972921313.96.1481799792487.JavaMail.jenkins@jenkins-9.freebsd.org> <153A5C4A-09F0-41AD-B53A-661171C888EB@FreeBSD.org> <20161215175646.GA64982@FreeBSD.cs.nctu.edu.tw> To: Li-Wen Hsu X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 17 Dec 2016 17:29:12 -0000 --Apple-Mail=_56EC630C-23AE-41F1-971A-6F22FD2FF6B7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 15 Dec 2016, at 18:56, Li-Wen Hsu wrote: >=20 > On Thu, Dec 15, 2016 at 12:42:00 +0100, Dimitry Andric wrote: >> On 15 Dec 2016, at 12:03, jenkins-admin@freebsd.org wrote: >>>=20 >>> FreeBSD_HEAD_amd64_gcc - Build #1733 - Still Failing: >>>=20 >>> Build information: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1733/ >>> Full change log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1733/changes >>> Full build log: = https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1733/console >> ... >>> building shared library libprivatedevdctl.so.0 >>> /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem = /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/i= nclude/c++/v1 -std=3Dc++11 -nostdinc++ -isystem = /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/i= nclude = -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr= /lib = -B/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr= /lib = --sysroot=3D/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_g= cc/tmp -B/usr/local/x86_64-freebsd/bin/ -fstack-protector-strong -shared = -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o = libprivatedevdctl.so.0.full -Wl,-soname,libprivatedevdctl.so.0 = `NM=3D'/usr/local/x86_64-freebsd/bin/nm' NMFLAGS=3D'' lorder = consumer.pico event.pico event_factory.pico exception.pico guid.pico | = tsort -q` >>> /usr/local/bin/x86_64-freebsd-ld: cannot find -lstdc++ >>=20 >> Dear Jenkins admins, can you please install a more recent version of >> amd64-xtoolchain-gcc on the slave? This is required to avoid the = above >> error about not being able to find libstdc++. >=20 > Also from the console log: >=20 > + sudo pkg install -y devel/amd64-xtoolchain-gcc > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Checking integrity... done (0 conflicting) > The most recent version of packages are already installed >=20 > The build script install/update the latest devel/amd64-xtoolchain-gcc > package. I think the problem is we did not upgrade the dependencies. = I > cannot think of a elegant way to upgrade all amd64-xtoolchain-gcc's > dependencies, so I added a line to build script to upgrade everything > before build. >=20 > Let see if this works. See https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc/1735/, it doesn't seem to be able to find the correct package: + sudo pkg install -y devel/amd64-xtoolchain-gcc Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. pkg: No packages available to install matching = 'devel/amd64-xtoolchain-gcc' have been found in the repositories -Dimitry --Apple-Mail=_56EC630C-23AE-41F1-971A-6F22FD2FF6B7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhVdeUACgkQsF6jCi4glqPynQCePQTgKh0uve6bD5YdQkYmONQX t6wAn3q8ZMwQcXEMhION34xdMTGyy4KR =paL6 -----END PGP SIGNATURE----- --Apple-Mail=_56EC630C-23AE-41F1-971A-6F22FD2FF6B7--