On Wed, Nov 19, 2003 at 08:40:52AM +0100, Geert Stappers wrote: > On Tue, Nov 18, 2003 at 12:34:25PM +0100, Goswin von Brederlow wrote: > > [EMAIL PROTECTED] (Geert Stappers) writes: > > > > > On Thu, Nov 13, 2003 at 09:59:53PM +0100, Geert Stappers wrote: > > > The regular > > > make TYPE=netboot > > > produced an image with nasty GLIBC .ufoobar symbol error. I was getting that too, .urem. I kludged the regex in mklibs to also match symbols that start with .
- re.compile("\s*\d+: .+\s+\d+\s+\w+\s+(\w+)+\s+\w+\s+(\w+)\s+(\w+)") + re.compile("\s*\d+: .+\s+\d+\s+\w+\s+(\w+)+\s+\w+\s+(\w+)\s+(\.*\w+)") It seemed to do the trick, I can build working tftpboot images. I have to build it with piggyback64 and elftoaout manually, though I didn't seem to get a menu option to partition, mount, or actually install anything. It's progress though! - Nick Lopez [EMAIL PROTECTED] -- Randomly selected signature -- Standards are great! Everybody should have one! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]