From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E2A7385800C; Wed, 23 Dec 2020 13:43:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E2A7385800C From: "rimvydas.jas at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/98318] libcody breaks DragonFly bootstrap Date: Wed, 23 Dec 2020 13:43:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rimvydas.jas at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2020 13:43:41 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98318 --- Comment #11 from Rimvydas (RJ) --- Nathan, there seem to be another issue for 'make check' invoke in top level dir: configure --enable-bootstrap ... gmake -j128 && gmake -j1 -k check gmake[2]: Leaving directory '/zzz/build/trunk/libbacktrace' gmake[2]: Entering directory '/zzz/build/trunk/libcpp' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/zzz/build/trunk/libcpp' gmake[2]: Entering directory '/zzz/build/trunk/libcody' No ZSH, maybe flakey echo '# Automatically generated by Make' >tests/cody.defs echo 'testdir=3D/data/gg/libcody/tests' >>tests/cody.defs echo 'timelimit=3D60' >>tests/cody.defs echo 'memlimit=3D1' >>tests/cody.defs echo 'cpulimit=3D60' >>tests/cody.defs echo 'filelimit=3D1' >>tests/cody.defs echo 'SHELL=3D/bin/sh' >>tests/cody.defs /zzz/build/trunk/./prev-gcc/xg++ -B/zzz/build/trunk/./prev-gcc/ -B/opt/gcc11f/x86_64-unknown-dragonfly5.9/bin/ -nostdinc++ -B/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/src/.libs -B/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/libsupc++/= .libs -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include/x8= 6_64-unknown-dragonfly5.9 -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include=20 -I/data/gg/libstdc++-v3/libsupc++ -L/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/src/.libs -L/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/libsupc++/= .libs -g -O2 -include config.h -I/data/gg/libcody -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include/x8= 6_64-unknown-dragonfly5.9 -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include -I/data/gg/libstdc++-v3/libsupc++ \ -MMD -MP -MF tests/01-serialize/connect.d -c -o tests/01-serialize/connec= t.o /data/gg/libcody/tests/01-serialize/connect.cc /zzz/build/trunk/./prev-gcc/xg++ -B/zzz/build/trunk/./prev-gcc/ -B/opt/gcc11f/x86_64-unknown-dragonfly5.9/bin/ -nostdinc++ -B/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/src/.libs -B/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/libsupc++/= .libs -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include/x8= 6_64-unknown-dragonfly5.9 -I/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/include=20 -I/data/gg/libstdc++-v3/libsupc++ -L/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/src/.libs -L/zzz/build/trunk/prev-x86_64-unknown-dragonfly5.9/libstdc++-v3/libsupc++/= .libs -static-libstdc++ -static-libgcc tests/01-serialize/connect.o -lcody -o tests/01-serialize/connect /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lcody /data/gg/libcody/cody.hh:288: error: undefined reference to 'Cody::Packet::Destroy()' /data/gg/libcody/tests/01-serialize/connect.cc:24: error: undefined referen= ce to 'Cody::Client::~Client() The make -k check issue in libcody directory is reproducible on Linux box t= oo.=