On Mon, 2010-01-25 at 09:10 +1300, Karl Goetz wrote: > On Sun, 24 Jan 2010 11:06:01 -0800 > aurelien <[email protected]> wrote: > > > Hi, > > > > I am on gNewSense metaD. > > > > I've try to compile the : > > http://linux-libre.fsfla.org/pub/linux-libre/releases/2.6.32.5-libre/linux-2.6.32.5-libre.tar.bz2 > > > > this is what i obtain : > > > > make[1]: Leaving directory `/usr/src/linux-2.6.32.5' > > /usr/bin/make EXTRAVERSION=.5-libre-custom ARCH=i386 \ > > -C Documentation/lguest > > make[1]: Entering directory > > `/usr/src/linux-2.6.32.5/Documentation/lguest' > > cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 > > -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c > > -o lguest > > lguest.c:21:25: error: sys/eventfd.h: No such file or directory > > lguest.c: In function ‘create_thread’: > > lguest.c:1027: warning: implicit declaration of function ‘eventfd’ > > make[1]: *** [lguest] Error 1 > > make[1]: Leaving directory > > `/usr/src/linux-2.6.32.5/Documentation/lguest' > > make: *** [debian/stamp/build/kernel] Error 2 > > Did you install the required dependencies? > kk
Hi kk, I install all dependencies as it's writing in the gnufs howto. http://www.aligunduz.org/articles/buildkernel.html apt-get install fakeroot kernel-package libncurses5-dev libqt3-mt-dev bzip2 wget build-essential maybe some more are missing, but i don't know which one. Thanks for your help --aurelien _______________________________________________ linux-libre mailing list [email protected] http://www.fsfla.org/cgi-bin/mailman/listinfo/linux-libre
