Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 22:45:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 242630] [PowerPC] lang/ruby26 build fails on rb_mjit_min_header-2.6.5.h (FreeBSD 12.1-RELEASE-p1)
Message-ID:  <bug-242630-25139-gsVGral7lG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242630-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242630-25139@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=3D242630

--- Comment #7 from Tibikuera <tibikuera@yahoo.ca> ---
(In reply to Tibikuera from comment #3)

I ended up trying the following (as suggested in the web page
http://www.bitwizard.nl/sig11/) and since after the "dd" command it did sto=
p at
the same place, this is not supposed to be a hardware issue:

"First lets make sure it is the hardware that is causing your trouble. When=
 the
"make" stops, simply type "make" again. If it compiles a few more files bef=
ore
stopping, it must be hardware that is causing you troubles. If it immediate=
ly
stops again (i.e. scans a few directories with "nothing to be done for xxxx"
before bombing at exactly the same place), try

   dd if=3D/dev/HARD_DISK of=3D/dev/null bs=3D1024k count=3DMEGS

Change HARD_DISK to "hda" to the name of your harddisk (e.g. hda or sda. Or=
 use
"df ."). Change the MEGS to the number of megabytes of main memory that you
have. This will cause the first several megabytes of your harddisk to be re=
ad
from disk, forcing the C source files and the gcc binary to be reread from =
disk
the next time you run it. Now type make again. If it still stops in the same
place I'm starting to wonder if you're reading the right FAQ, as it is star=
ting
to look like a software problem after all.... Take a peek at the "what are =
the
other possibilities" question..... If without this "dd" command the compiler
keeps on stopping at the same place, but moves to another place after you u=
se
the "dd" you definitely have a disk->ram transfer problem."

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242630-25139-gsVGral7lG>