/srv/irclogs.ubuntu.com/2007/05/18/#ubuntu-kernel.txt

=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
BenCdavef: best to just read the stuff on the wiki (URL in topic)12:22
=== elmarco is now known as elmarco|away
davefBenC: Keep trying that.  The compile bombs out on not having vboxdrv, after 9hours :-(.  I think I need to remove it from /boot/config-2.6.20-15-generic. Was hoping not to have to go through that cycle again.12:38
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== macd [n=d@adsl-156-76-159.msy.bellsouth.net] has joined #ubuntu-kernel
=== mrec_ [n=revenger@p54B36692.dip.t-dialin.net] has joined #ubuntu-kernel
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel
=== n2diy [n=darryl@ppp-42d42817.wlks.losch.net] has joined #ubuntu-kernel
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== AvengerMoJo [n=alex@61.14.130.209] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel
=== mdomsch [n=mdomsch@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
=== TheMuso_ [n=luke@ppp26-69.lns1.syd6.internode.on.net] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel
=== Lure [n=lure@external-1.hermes.si] has joined #ubuntu-kernel
=== bdgraue [n=bdgraue@dyndsl-080-228-222-198.ewe-ip-backbone.de] has joined #ubuntu-kernel
=== bdgraue [n=bdgraue@dyndsl-080-228-222-198.ewe-ip-backbone.de] has joined #ubuntu-kernel
=== ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-kernel
=== Topic for #ubuntu-kernel: Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | Latest kernel upload: 2.6.22-3.9 | Latest news: -rt and -xen kernels removed, failures in patch | linux-meta uploaded for gutsy 2.6.22 kernels.
=== Topic (#ubuntu-kernel): set by BenC at Tue May 15 20:53:58 2007
=== #ubuntu-kernel [freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg
=== ubuntunutzer [n=chatzill@p54BC6F1A.dip.t-dialin.net] has joined #ubuntu-kernel
knewthmm, wierd. thought i'd try ubuntu-gutsy.git again, and now getting "fatal: unexpected EOF // fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-gutsy.git' failed."06:39
BenCknewt: git://kernel.ubuntu.com/ubuntu/ubuntu-gutsty06:53
BenCjust moved last night06:53
knewtBenC: thanks. any idea how to work around the -headers package dependency on a non-existant package?07:02
mjg59If you only generate a single flavour, it won't build the base headers package07:07
knewti did this "AUTOBUILD=1 fakeroot debian/rules binary-debs", but it only generated the linux-headers-2.6.22.2-* stuff, not linux-headers-2.6.22.2. if i remember correctly, anyway. it certainly wouldn't install :)07:09
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel
BenCknewt: fakeroot debian/rules binary-headers07:15
BenCthat will get you the package you want07:15
knewtah, cool. BenC++07:17
knewtmay still not be 2.6.21, but guess i can live with that *g*07:17
BenCI still need to update the wiki for the gutsy build system07:17
BenCwhat does 2.6.21 have to do with it?07:17
knewt2.6.21 was what i really wanted, but i couldn't find any ubuntified trees of it anywhere07:18
=== Lure_ [n=lure@89.212.141.168] has joined #ubuntu-kernel
BenCknewt: we don't do trees for versions we aren't planning on releasing...you do realize that it's sort of a waste to use our tree just to build a kernel package07:28
BenCknewt: getting linux-2.6.21.tar.bz2 from kernel.org and using make-kpkg would be a lot easier07:29
knewthow much of a difference is there nowadays between a ubuntu kernel and a kernel.org kernel?07:33
knewtalso, how would i get make-kpkg to strip the modules such that i don't actually have a half-gig /lib/modules directory at the end of it?07:34
BenCsed 's/.*CONFIG_DEBUG_INFO.*/# CONFIG_DEBUG_INFO is not set/' .config07:34
knewthmm. i used the /boot/config* file as the base for the build. how come it produces different results?07:35
BenCit doesn't...we strip the modules after our build is done07:36
BenCwe keep the debug vmlinux image for the linux-image-debug packages07:36
BenCvmlinuz is automatically stripped07:36
BenCcode wise, they are exactly the same though07:36
knewtah07:37
knewtok, i'll try a kernel.org build again then, thanks07:38
cjwatsonBenC: a few people have asked the same question - maybe one for https://wiki.ubuntu.com/KernelTeam/FAQ ?07:43
BenCyeah07:43
cjwatsonor maybe better https://wiki.ubuntu.com/KernelCustomBuild07:44
BenCCustomBuild is for building our of our tree, so they wouldn't be exposed to this07:46
=== AvengerMoJo [n=alex@219.142.235.212] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
=== doko_ [n=doko@dslb-088-073-104-184.pools.arcor-ip.net] has joined #ubuntu-kernel
=== cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!