On Sat, Dec 17, 2016 at 18:29:09 +0100, Dimitry Andric wrote: > On 15 Dec 2016, at 18:56, Li-Wen Hsu <lwhsu_at_FreeBSD.org> wrote: > > > > On Thu, Dec 15, 2016 at 12:42:00 +0100, Dimitry Andric wrote: > >> On 15 Dec 2016, at 12:03, jenkins-admin_at_freebsd.org wrote: > >>> > >>> FreeBSD_HEAD_amd64_gcc - Build #1733 - Still Failing: > >>> > >>> 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/include/c++/v1 -std=c++11 -nostdinc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -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=/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/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='/usr/local/x86_64-freebsd/bin/nm' NMFLAGS='' lorder consumer.pico event.pico event_factory.pico exception.pico guid.pico | tsort -q` > >>> /usr/local/bin/x86_64-freebsd-ld: cannot find -lstdc++ > >> > >> 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++. > > > > Also from the console log: > > > > + 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 > > > > 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. > > > > 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 > I think this is another problem, the latest package set doesn't have devel/amd64-xtoolchain-gcc due to it faild in build: https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20161212/378894.html From https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc/1734/ : + sudo pkg upgrade -y Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (7 candidates): ....... done Processing candidates (7 candidates): . done Checking integrity... done (0 conflicting) Your packages are up to date. + 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 + pkg info + grep ^amd64 amd64-binutils-2.27_5,1 GNU binutils for amd64 cross-development amd64-gcc-5.3.0_1 Cross GNU Compiler Collection for amd64 amd64-xtoolchain-gcc-0.1 Pre seeded toolchain to cross build FreeBSD base Although this build also failed, are these packages what you want? I'll update the build script to make it doesn't fail when searching latest package failed. Thanks, Li-Wen -- Li-Wen Hsu <lwhsu_at_FreeBSD.org> https://lwhsu.org
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:09 UTC