IRC log for #uclibc on 20110705

00:26.11*** join/#uclibc dileks (~dileks@2001:4dd0:f889:0:205:4eff:fe46:b41f)
01:34.27*** join/#uclibc xiangfu (~user@fidelio.qi-hardware.com)
02:41.21*** join/#uclibc dileks (~dileks@p5B2EA591.dip.t-dialin.net)
05:02.59*** join/#uclibc fabled (~fabled@83.145.235.194)
05:06.26*** join/#uclibc Jacmet (peko@stolen.plutonium.dk)
06:26.21*** join/#uclibc Artemys (~quassel@stp25-2-82-234-232-91.fbx.proxad.net)
06:47.17CIA-7903maxime.ripard 07master * r6e53e059c82b 10buildroot/package/ (4 files in 2 dirs): package: add rsyslog
07:01.03CIA-7903jacmet 07master * rfef54db1a14b 10buildroot/toolchain/toolchain-buildroot/Config.in.2: toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction
07:15.15*** join/#uclibc kos_tom (~thomas@col31-4-88-188-83-94.fbx.proxad.net)
07:19.43*** join/#uclibc y_morin (c1317c6b@gateway/web/freenode/ip.193.49.124.107)
07:27.01CIA-7903jacmet 07master * r1fa6b1c276bc 10buildroot/target/Config.in.arch: target: default to i586 for x86
07:43.41*** join/#uclibc rocker (~rocker@114.143.162.182)
07:43.45rockerhello
07:44.09rockerI had compiled a alsa-lib and alsa-utils for MIPS using buildroot....
07:45.53rockerbut when I trying to play .... aplay sample.wav .... I m getting following errors...
07:47.20rockerhttp://pastebin.mozilla.org/1264803
07:49.31kos_tomcat /proc/asound/cards
07:50.24rocker---no soundcards----
07:59.56kos_tomrocker, then you're missing the kernel drivers for your sound hardware
08:16.40*** join/#uclibc avinashhm (~avinash-h@192.94.92.11)
08:33.27*** join/#uclibc acoul (~alex@orion.ozo.com)
08:47.18*** join/#uclibc xiangfu (~user@fidelio.qi-hardware.com)
08:58.22*** join/#uclibc dinar (~user1@213.33.220.118)
09:11.21*** join/#uclibc tiny (~ivob@unaffiliated/tiny)
10:05.00*** join/#uclibc julm (~julm@commune-des.alpes.fr.eu.org)
10:27.44*** join/#uclibc dileks (~dileks@2001:4dd0:f889:0:205:4eff:fe46:b41f)
12:05.49*** join/#uclibc ibot (~ibot@rikers.org)
12:05.50*** topic/#uclibc is discussion of uClibc, Busybox and Buildroot | uClibc 0.9.32 was released 08 June 2011 | busybox 1.18.5 was released 12 June 2011 (unstable busybox 1.19.0) | Buildroot 2011.05 was released 27 May 2011 | For general setup issues try #elinux or #edev
12:28.22*** join/#uclibc xiangfu (~user@fidelio.qi-hardware.com)
12:30.43*** join/#uclibc luneff (~yury@188.114.29.249)
13:01.46CIA-7903jacmet 07master * r0387830b2e6c 10buildroot/package/multimedia/lame/lame.mk: lame: fix build if host has libgtk12-dev (gtk-config)
13:09.56*** join/#uclibc fmertz (~fcm@pool-173-66-250-124.washdc.fios.verizon.net)
13:44.40*** join/#uclibc luneff (~yury@46.41.120.177)
14:01.21*** join/#uclibc avinashhm (~avinash-h@192.94.92.14)
14:37.05*** join/#uclibc trem (~trem@bny93-7-88-161-33-221.fbx.proxad.net)
14:53.09*** join/#uclibc bkuhn (~bkuhn@fsf/director/conservancy.president.bkuhn)
14:58.05*** join/#uclibc blainchen (lopez@irc.bouncer.de)
15:31.56*** join/#uclibc bkuhn (~bkuhn@fsf/director/conservancy.president.bkuhn)
15:41.28*** join/#uclibc risca (~risca@h241n2-n-a31.ias.bredband.telia.com)
16:05.52*** join/#uclibc ente (~daemon@barfooze.de)
16:05.54*** join/#uclibc ente (~daemon@unaffiliated/n0nsense)
16:07.49*** join/#uclibc ente (~daemon@barfooze.de)
16:07.51*** join/#uclibc ente (~daemon@unaffiliated/n0nsense)
16:08.44*** join/#uclibc ente (~daemon@barfooze.de)
16:08.44*** join/#uclibc ente (~daemon@unaffiliated/n0nsense)
16:21.49*** join/#uclibc y_morin_ (~ymorin@ARennes-256-1-80-153.w90-32.abo.wanadoo.fr)
16:40.29*** join/#uclibc y_morin (~ymorin@ARennes-256-1-80-153.w90-32.abo.wanadoo.fr)
16:54.07*** join/#uclibc luneff (~yury@84.51.213.254)
17:20.30*** join/#uclibc kos_tom (~thomas@2a01:e35:2f7b:7480:6aa3:c4ff:fe95:c756)
18:26.22*** join/#uclibc mnt_real (~mnt_real@bas9-montrealak-1177755294.dsl.bell.ca)
18:31.31*** join/#uclibc gustavoz (~gustavoz@host122.186-109-0.telecom.net.ar)
18:35.33kos_tomy_morin, hi!
18:35.43kos_tomy_morin, regarding the patch that allows to install the kernel into /boot, I have found another problem
18:35.56kos_tomy_morin, this option is incompatible with the fact of generating an initramfs filesystem
18:36.18y_morinkos_tom: hey! :-)
18:36.40y_morinkos_tom: can't you exclude files when doing the cpio?
18:37.07kos_tomy_morin, well, it doesn't make sense to have the filesystem inside the kernel and the kernel inside the filesystem
18:39.46y_morinkos_tom: then in case of initramfs selected, don't offer the copy-to-/boot option, maybe?
18:41.02y_morinkos_tom: but on the principle: if we install the kernel in /boot, then no need to install in the $(BINARIES_DIR), right?
18:41.08kos_tomy_morin, yep, that's what I intend to do.
18:41.16kos_tomy_morin, yes, I agree with you on this.
18:41.31y_morinOK. More reviews tonight, after dinner...
18:41.35y_morinis hungry!
18:51.50*** join/#uclibc risca (~risca@h241n2-n-a31.ias.bredband.telia.com)
19:54.11*** join/#uclibc RenOS_ (~renos@cust-226-65.on1.ontelecoms.gr)
20:06.53khemkos_tom: ping
20:07.17khemkos_tom: can you edit the cgit configs on bb.net ?
20:07.43khemis not priviliged enough
20:11.57tremnite all, sweet dreams
20:12.38kos_tomkhem, no, I'm not.
20:12.47kos_tomkhem, I can't even push on my git repo on uclibc.org :-(
20:16.13*** join/#uclibc godane (~tux@c-75-68-6-221.hsd1.nh.comcast.net)
20:16.26godanei have a problem with busybox
20:16.37godaneit will not source files
20:16.57godaneeven when in same folder as the file i'm trying to source
20:17.41godanenevermind
20:17.48godaneit was bash
20:17.55godane:P
20:20.33khemkos_tom: thx
20:20.47khemkos_tom: I must hunt down some admin
20:49.10*** part/#uclibc fmertz (~fcm@pool-173-66-250-124.washdc.fios.verizon.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.