Dan Allen
2008-Aug-29 16:43 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
Well I got bit by this and am dead in the water. Nothing builds. I tried the DEBUG_FLAGS=-g trick but to no avail. I get this: cc: Internal error: segmentation fault: 11 (program ld) I do not have a backup ld. (My bad.) Where can I get a good one? I cannot find any servers with built individual tools. Thanks, Dan Allen
Daniel Eischen
2008-Aug-29 17:12 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
On Fri, 29 Aug 2008, Dan Allen wrote:> Well I got bit by this and am dead in the water. Nothing builds. I tried > the DEBUG_FLAGS=-g trick but to no avail. > > I get this: > > cc: Internal error: segmentation fault: 11 (program ld) > > I do not have a backup ld. (My bad.) > > Where can I get a good one? I cannot find any servers with built individual > tools.Judging from others regarding this problem, you may need a few utilities. Can you download a 7.0-RELEASE live CD image, burn it, then use the utilities from that? -- DE
Steve Bertrand
2008-Aug-29 18:00 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
Dan Allen wrote:> Well I got bit by this and am dead in the water. Nothing builds. I > tried the DEBUG_FLAGS=-g trick but to no avail.My 7.0 box upgraded fine this morning: FreeBSD ids.eagle.ca 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Aug 29 11:38:12 EDT 2008 steve@ids:/usr/obj/usr/src/sys/SMP i386 The dmesg if it is relevant: http://ww3.ibctech.ca/ids.dmesg Steve
Kostik Belousov
2008-Aug-29 19:08 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
On Fri, Aug 29, 2008 at 10:43:39AM -0600, Dan Allen wrote:> Well I got bit by this and am dead in the water. Nothing builds. I > tried the DEBUG_FLAGS=-g trick but to no avail. > > I get this: > > cc: Internal error: segmentation fault: 11 (program ld) > > I do not have a backup ld. (My bad.) > > Where can I get a good one? I cannot find any servers with built > individual tools.The breakage from the WITH_CTF build is indicated by Abort from the image activator. Signal 11, AKA segmentation fault, is not likely to be caused by the dtrace MFC problems. Just in case, if you have buildworld result intact, you should enter /usr/src/gnu/usr.bin/binutils/ld and do make install DEBUG_FLAGS=-g But I think your problem is not related. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080829/7b1fcf71/attachment.pgp
Boris Samorodov
2008-Aug-29 19:29 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
On Fri, 29 Aug 2008 10:43:39 -0600 Dan Allen wrote:> Well I got bit by this and am dead in the water. Nothing builds. I > tried the DEBUG_FLAGS=-g trick but to no avail.> I get this:> cc: Internal error: segmentation fault: 11 (program ld)Yep, you need some tools installed with debug flag. I didn't try to verify them, I just did a full installworld with that flag: ----- # cd /usr/src # make installworld DEBUG_FLAGS=-g ----- Then reboot, csup and rebuild and reinstall the system once more. All is well now.> I do not have a backup ld. (My bad.)> Where can I get a good one? I cannot find any servers with built > individual tools.WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve
sthaug@nethelp.no
2008-Aug-29 19:46 UTC
WARNING: 7-STABLE BROKEN -- please wait to upgrade / Should be OK now
> The breakage from the WITH_CTF build is indicated by Abort from the > image activator. Signal 11, AKA segmentation fault, is not likely > to be caused by the dtrace MFC problems. > > Just in case, if you have buildworld result intact, you should enter > /usr/src/gnu/usr.bin/binutils/ld > and do > make install DEBUG_FLAGS=-g > > But I think your problem is not related.I cvsuped and built 7-STABLE just a couple of hours ago. No problems at all. So I agree that this may be a different problem. Steinar Haug, Nethelp consulting, sthaug@nethelp.no