Jeremy Huntwork wrote:
Matthew Burgess wrote:

I reported the `cfdisk' problem upstream but haven't heard anything back from the maintainer yet. As was mentioned in the thread (and the bugzilla entry), simply dropping the optimisation down from '-O2' to '-O' stops the bug from being tickled so that looks like the most prudent path to take at the moment.

I'll try to get around to getting the two changes in some time this week, then we'll merge the branch into trunk probably a week after that (just to give folks a chance to ensure there's no more problems, and that the 'ftp' and 'cfdisk' bugs really are fixed).


The fix you added to the gcc 4 branch for this doesn't quite cut it, I'm still getting Seg faults. The problem is that the configure file specifies -O2 as a CFLAG, so the sed needs to be extended, like so:

sed -i 's/-O2/-O/' MCONFIG configure

--
JH

I already sent a message about this, yesterday. :) Anyway, it will work if only configure is modified
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to