[leaf-wisp] Building wisp images on debian

2006-02-23 Thread Michael Plourde
Hi, building image on debian is very complex many package are needed and sometime it's difficult to find the good one... In particular for gtk-config, what is the deb-package for it ? Maybe someone (or i do it) can send a list of package to apt-get before building wisp image. Then maybe M. Ivashch

[leaf-wisp] Problem building image... weird

2006-02-23 Thread register
I have had the same problem building images from RH9; not exactly true... the images I built would not completely boot. It would stop at Init Level:. I switched to RedHat 7.3 and the images built with ./build.sh -f work. However, none of the images built would contain the name of the latest rele

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Vladimir Ivashchenko
Probably get_patchlevel() function does not return correct information for some reason. Go to source root directory and run ls -w1 \{arch}/wisp-dist/wisp-dist/wisp-dist--1.3/[EMAIL PROTECTED]/patch-log | sed s/patch-// What would be the output? On Thu, 2006-02-23 at 11:40 -0500, [EMAIL PROT

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Michael Plourde
i got the same problem: > > the images I built would not completely boot. It would stop at Init > > Level:. except that my image is wisp-dist_1.3.1p36_img.bin and before Init Level: i got echo: need libc.so.6 (GLIBC2.3) i try like Valdimir said: > Go to source root directory and run > > ls -w1 >

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Michael Plourde
Some precision about the stop at the Init Level: line Just before i can read no inittab found that's the reason why it stock i guess, but what is wrong in the installation ? Did i miss a step ? - Original Message - From: "Michael Plourde" <[EMAIL PROTECTED]> To: "Vladimir Ivashchenko" <[E

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Vladimir Ivashchenko
Actually do the following commands ls -w1 \{arch \}/wisp-dist/wisp-dist/wisp-dist--1.3/[EMAIL PROTECTED]/patch-log | sed s/patch-// | sort -n | tail -n 1 ls -w1 \{arch \}/wisp-dist/wisp-dist/wisp-dist--1.3/[EMAIL PROTECTED]/patch-log | sed s/patch-// | sort -n These commands are used to find

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Vladimir Ivashchenko
Problem is with "echo: need libc.so.6 (GLIBC2.3)" Apparently indeed images built on RH9 would not work, as stock Wisp-Dist uses glibc 2.2. You can try replacing WISP-Dist's glibc 2.2 with glibc 2.3. Meaning that you need to replace following files in bin/root/prebuilt-cfs/lib libc.so.6 ld-2.2.4.

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Michael Plourde
i do > ls -w1 \{arch > \}/wisp-dist/wisp-dist/wisp-dist--1.3/[EMAIL PROTECTED]/p atch-log | sed s/patch-// | sort -n | tail -n 1 and the output is 36 so i'm ok with patchlevel i have try to rebuilt an image with build.sh -f and gcc-2.95 compilator to avoid need GLIBC2.3 message, but now the probl

Re: [leaf-wisp] Problem building image... weird

2006-02-23 Thread Michael Plourde
I'm on Debian can i use some trick to compile it in glibc 2.2 ? - Original Message - From: "Vladimir Ivashchenko" <[EMAIL PROTECTED]> To: "Michael Plourde" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Thursday, February 23, 2006 3:28 PM Subject: Re: [leaf-wisp] Problem building ima