PCMCIA, IBMTR_CS, ARP-HW-TYPE

2009-10-06 Thread Claus Regelmann
at 10:24 AM, Claus Regelmann wrote: > Richard Melville wrote: >> >> >> Claus Regelmann said:- >> >> >> >> I recently finished installing LFS 6.5 on my old Laptop (IBM-T21). >> I added SYSFSUTILS-2.1.0 and PCMCIAUTILS-0.15, put the

Re: PCMCIA, IBMTR_CS, ARP-HW-TYPE

2010-05-08 Thread Claus Regelmann
EV_1 is not set CONFIG_TR=m # CONFIG_IBMOL is not set # CONFIG_IBMLS is not set ... Claus -- Claus Regelmann wrote: > I forward this problem to the lfs-dev-list now. > If anybody can give

patch for ../net/ipv4/arp.c (former PCMCIA, IBMTR_CS, ARP-HW-TYPE)

2010-05-10 Thread Claus Regelmann
Miller wrote: > From: Claus Regelmann > Date: Mon, 10 May 2010 00:39:45 +0200 > >> So the question is why CONFIG_TR is undefined allthought .config says: >> ... >> # CONFIG_NETDEV_1000 is not set >> # CONFIG_NETDEV_1 is not set >> CONFIG_TR=m > > B

Re: patch for ../net/ipv4/arp.c (former PCMCIA, IBMTR_CS, ARP-HW-TYPE)

2010-05-10 Thread Claus Regelmann
Bruce Dubbs wrote: > The Linux kernel is updated relatively often, many times due to > discoveries of security vulnerabilities. The latest available 2.6.33.x > kernel version should be used, unless the errata page says otherwise. > > We are up to 2.6.32.12 at kernel.org. > > There is no way we

Re: patch for ../net/ipv4/arp.c (former PCMCIA, IBMTR_CS, ARP-HW-TYPE)

2010-05-10 Thread Claus Regelmann
Ken Moffat wrote: > On 10 May 2010 20:21, Claus Regelmann wrote: >> I think the attached patch should be made generally available. >> For the time it is not included in the kernel, it fixes a problem >> with arp-packages on networks other than ethernet (at least for Toke

[lfs-dev] LFS 7.3: Check-0.9.9 compile error fix

2013-03-08 Thread Claus Regelmann
Hello, the following SED fixed a compile error when I used KNOPPIX 6.7.1 as initial system to build the toolchain: >> sed -i '4s/;$//' lib/putenv.c' << This is simply a typ-o in the source. This error did not occur, when I used SuSE 12.2. as initial system !!! ??? Claus -- http://linuxfromsc

Re: [lfs-dev] LFS 7.3: Check-0.9.9 compile error fix

2013-03-08 Thread Claus Regelmann
On 03/09/2013 12:01 AM, Bruce Dubbs wrote: > Claus Regelmann wrote: >> Hello, >> >> the following SED fixed a compile error when I used KNOPPIX 6.7.1 as >> initial system to build the toolchain: >>>> sed -i '4s/;$//' lib/putenv.c' <<

Re: [lfs-dev] LFS 7.3: Check-0.9.9 compile error fix

2013-03-08 Thread Claus Regelmann
On 03/09/2013 02:01 AM, Bruce Dubbs wrote: > Claus Regelmann wrote: >> On 03/09/2013 12:01 AM, Bruce Dubbs wrote: >>> Claus Regelmann wrote: >>>> Hello, >>>> >>>> the following SED fixed a compile error when I used KNOPPIX 6.7.1 as >>&

Bison/Yacc Host requirement

2006-12-22 Thread Claus Regelmann
This decision eliminates the famous KNOPPIX from being used as a startup-system. At least on my CD (version 5.0.1), bison isn't included. However I solved the problem by including bison into the tool chain before building bash. It works with SVN-20061209. build script ---