Re: help tetex-src-3.0 error

2010-02-18 Thread Corstiaan Hol
Matthew Burgess wrote: > Glibc which provides its own copy of getline() now. The easiest way > around this is something like: > > sed -i -e 's/getline/get_line/g' texk/web2c/lib/tangleboot.{c,h} I suggest you to use the following patch to fix all errors at once: http://svn.cross-lfs.org/svn/repos

Re: Cleanest boot yet that didn't work

2010-02-18 Thread brown wrap
> The dmesg you posted earlier from Centos shows that your > system uses OHCI. > just build with > > CONFIG_USB_OHCI_HCD=y > # CONFIG_USB_UHCI_HCD is not set > > Andy I tried this and it locked up even earlier. There is a config file in the boot directory of Centos and it has both set as modul

Re: Cleanest boot yet that didn't work

2010-02-18 Thread Randy McMurchy
brown wrap wrote: > OK, I took the suggestion of make both [snip] Perhaps you could learn what all this is about by reading http://www.linux-usb.org/USB-guide/c122.html HTH. -- Randy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: Cleanest boot yet that didn't work

2010-02-18 Thread Andrew Benton
On 18/02/10 16:41, brown wrap wrote: > OK, I took the suggestion of make both > > > [r...@localhost boot]# grep CONFIG_USB_OHCI_HCD config-2.6.32.7 > CONFIG_USB_OHCI_HCD=m > [r...@localhost boot]# grep CONFIG_USB_UHCI_HCD config-2.6.32.7 > CONFIG_USB_UHCI_HCD=m > [r...@localhost boot]# > The dmes

Cleanest boot yet that didn't work

2010-02-18 Thread brown wrap
OK, I took the suggestion of make both [r...@localhost boot]# grep CONFIG_USB_OHCI_HCD config-2.6.32.7 CONFIG_USB_OHCI_HCD=m [r...@localhost boot]# grep CONFIG_USB_UHCI_HCD config-2.6.32.7 CONFIG_USB_UHCI_HCD=m [r...@localhost boot]# http://pastebin.com/d2117ee27 I am still getting this erro

Re: old static tools chain for new lfs build

2010-02-18 Thread Randy McMurchy
Bruce Dubbs wrote these words on 02/18/10 10:07 CST: > Sebastien Fievet wrote: >> Hello there, >> >> i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it. >> As a matter of (natural?) laziness, i was wondering wether i could re-use >> the static tools chain from my current 6.

Re: old static tools chain for new lfs build

2010-02-18 Thread Bruce Dubbs
Sebastien Fievet wrote: > Hello there, > > i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it. > As a matter of (natural?) laziness, i was wondering wether i could re-use > the static tools chain from my current 6.2 system to build a more recent one? I haven't tried it, b

old static tools chain for new lfs build

2010-02-18 Thread Sebastien Fievet
Hello there, i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it. As a matter of (natural?) laziness, i was wondering wether i could re-use the static tools chain from my current 6.2 system to build a more recent one? Thanks in advance, Seb. -- http://linuxfromscratch.or

Re: I finally figured out how to post the config and get a reference number

2010-02-18 Thread Simon Geard
On Thu, 2010-02-18 at 01:31 +, Andrew Benton wrote: > In your config you've enabled both OHCI and UHCI. Try just using just UHCI > like so > > # CONFIG_USB_OHCI_HCD is not set > CONFIG_USB_UHCI_HCD=y > > If that doesn't work, try with just OHCI It's NVidia hardware, so OHCI is the one you w