Date: Tue, 04 Dec 2018 05:21:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 233751] BSD_CRTBEGIN does not work on powerpc Message-ID: <bug-233751-227-gtyEbegBJS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233751-227@https.bugs.freebsd.org/bugzilla/> References: <bug-233751-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233751 --- Comment #2 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #1) I wonder if it is a race condition instead of just-missing file. Looking at the build logs I see things like: --- crtsavres.o --- . . .=20 --- crtsavres.o --- cc --sysroot=3D/usr/obj/usr/src/powerpc.powerpc/tmp -B/usr/obj/usr/src/powerpc.powerpc/tmp/usr/bin -x assembler-with-cpp -O2 -p= ipe=20 -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -DDT_CONFIG -D__GLIBC__=3D3 -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-asynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/src/contrib/gcclibs/include -I/usr/src/contrib/gcc/config -I/usr/src/contrib/gcc -I. -I/usr/src/gnu/usr.bin/cc/cc_tools -g -std=3Dg= nu89=20=20 -finhibit-size-directive -fno-toplevel-reorder -c /usr/src/contrib/gcc/config/rs6000/crtsavres.asm -o crtsavres.o and: -- crtsavres.o --- . . . --- crtsavres.o --- cc --sysroot=3D/usr/obj/usr/src/powerpc.powerpc64/tmp -B/usr/obj/usr/src/powerpc.powerpc64/tmp/usr/bin -x assembler-with-cpp -O2 -pipe -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -DDT_CONFIG -D__GLIBC__=3D3 -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-asynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/src/contrib/gcclibs/include -I/usr/src/contrib/gcc/config -I/usr/src/contrib/gcc -I. -I/usr/src/gnu/usr.bin/cc/cc_tools -g -std=3Dg= nu89=20=20 -finhibit-size-directive -fno-toplevel-reorder -c /usr/src/contrib/gcc/config/rs6000/crtsavres.asm -o crtsavres.o --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233751-227-gtyEbegBJS>