|
From: warptrosse <war...@gm...> - 2009-02-08 22:51:04
|
Hi, I miss that step... so, I did: <http://pastebin.com/m1ecb87b7>1) ./update_src <http://pastebin.com/m3294eefc>2) make mrproper 3) make unpack 4) make menuconfig (using default config) 5) make prepare (http://pastebin.com/m1a880069) 6) make makefile and It stops at: /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// touch .done_build_groff mkdir -p /build/tmp/LOGS/build ( source /build/scripts/settings ; cd ; ( nice /build/scripts/grsecurity build &> /build/tmp/LOGS/build/grsecurity ) ) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 7) grsecurity log -> http://pastebin.com/m76df31c I'm using Fedora: /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// [etacarinae@etaCarinae build]$ uname -a Linux etaCarinae 2.6.27.12-170.2.5.fc10.x86_64 #1 SMP Wed Jan 21 01:33:24 EST 2009 x86_64 x86_64 x86_64 GNU/Linux /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// [etacarinae@etaCarinae build]$ cat /proc/sys/kernel/exec-shield 0 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// thanks! On Sat, Feb 7, 2009 at 8:44 PM, Heiko Zuerker <he...@zu...> wrote: > As Serge wrote earlier, are you executing 'make prepare' before 'make > makefile'? > > > > Heiko > > > > *From:* warptrosse [mailto:war...@gm...] > *Sent:* Saturday, February 07, 2009 2:47 PM > *To:* dev...@li... > *Subject:* Re: [Devil-Linux-discuss] Problems compiling cvs trunk > > > > Hi.. > > I apply the patch manually as you suggest... and it patch successfully.... > > I don't know which's the problem..... What you suggest to do to find the > problem?..... maybe trace which patches are apply previously to the > kernel.... > > thanks... > > On Fri, Feb 6, 2009 at 11:15 PM, Serge Leschinsky <fi...@in...> > wrote: > > warptrosse wrote: > > Hi, thanks for fast reply.... I don't customize nothing and yes, I have > > the last cvs revision and last sources.... > > > > http://pastebin.com/m1ecb87b7 (./update_src) > > http://pastebin.com/m3294eefc (make mrproper) > > http://pastebin.com/m7852ba1f (make unpack) > > http://pastebin.com/m45f279b3 (after make menuconfig => .config) > > What about "make prepare" ? > > > > http://pastebin.com/m521c9ee4 (make makefile) > > http://pastebin.com/m7b37f14a (grsecurity log file) > > > > I'm requesting because grsecurity patch fails during applying. It means > that > something wrong with the sources - please try to apply the patch manually, > i.e. > > grsecurity-2.1.12-2.6.27.10-200812271347.patch.bz2 > linux-2.6.27.tar.bz2 > patch-2.6.27.10.bz2 > > tar vfxj linux-2.6.27.tar.bz2 > cd linux-2.6.27 > bzcat ../patch-2.6.27.10.bz2 | patch -p1 > bzcat ../grsecurity-2.1.12-2.6.27.10-200812271347.patch.bz2 | patch -p1 > > The sources are patched without any complaints.... > > > -- > Serge > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > -- > WARPTROSSE {The knowledge of a man belongs to all the humanity} > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- WARPTROSSE {The knowledge of a man belongs to all the humanity} |