WebHosting Paid by #1Payday.Loans


   The ROCK Linux project has been discontinued in 2010. Here are the old data for the historical record!

[00:21] daja77 (n=daja77@dslb-088-072-033-048.pools.arcor-ip.net) joined #rocklinux.
[00:24] ija_ (n=ija@212.80.242.10) left irc: Read error: 113 (No route to host)
[00:24] ija (n=ija@84.19.223.181) joined #rocklinux.
[00:30] <th> oh we do not have /dev in /etc/fstab
[00:32] <th> blindcod1r: the <BACK> in "DeviceMapper configuration (encrypted filesystems)" still recreates initrd
[00:33] <th> and why dont we have a "run postinstall" in stone?
[00:33] <th> we still have the "run cron daily"
[00:34] <th> and postinstall -a gives errors
[00:34] daja77_ (n=daja77@dslb-088-072-032-253.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[00:34] <th> some manpage stuff
[00:35] <stf^rocklinux> th: that's because some irda-utils manpages are broken
[00:35] <stf^rocklinux> see e.g. man irnet
[00:36] <stf^rocklinux> th: Iirc cron daily is going to be completely replaced with postinstall scripts sooner or later. Atm. they seem to coexist quite well...
[00:37] <stf^rocklinux> th: btw. there already is a postinstall -a call in /etc/stone.d/mod_setup.sh
[00:40] <th> stf^rocklinux: yea but i just wanted to use stone to make my extracted bbs set workable... and i could not find how to do so
[00:43] <stf^rocklinux> th: I often mine -i -R /2nd_partition the packages of a new ISO, then --rbind mount /dev and /proc to the alternate root dir, then chroot to it, run postinstall, passwd, and stone. Et voila, I have a working installation within less than 5 minutes of downtime...
[00:44] <stf^rocklinux> well, I still use lilo, but that's different story...
[00:48] <stf^rocklinux> this way, stone is not really needed to make the system bootable, I just use it to set the keyboard layout, network config, etc.
[00:49] <stf^rocklinux> It requires to edit /etc/fstab by hand, though (for additional partitions and devices)
[01:01] <th> mkinitrd.sh:
[01:01] <th> libdirs="${rootdir}/lib `sed -e"s,^\(.*\),${rootdir}\1," ${rootdir}/etc/ld.so.conf | tr '\n' ' '`"
[01:01] <th> find ${libdirs} -name "${library}" 2>/dev/null |
[01:01] <th> ...
[01:01] <th> that has issues if one of the ld.so.conf dirs does not exist
[01:02] <th> like empty /opt (/opt/*)
[01:02] <th> or no /usr/X11
[01:12] <stf^rocklinux> hm, I'll take a look
[01:12] <th> but i think it's only warnings
[01:16] <stf^rocklinux> th: yes
[01:17] <th> perhaps we should replace the `find $libdirs` with a `for x in $libdirs .. test -d $x ..`
[01:19] <stf^rocklinux> th: see  2006062501155512695
[01:20] ija_ (n=ija@84.19.223.137) joined #rocklinux.
[01:21] ija (n=ija@84.19.223.181) left irc: Nick collision from services.
[01:21] Nick change: ija_ -> ija
[01:23] <th> .   mentioned in /etc/fstab don't exist
[01:23] <stf^rocklinux> fstab?
[01:24] <th> your words
[01:24] <th> ;-
[01:24] <th> ;-] it's late
[01:24] <th> but yea - looks like this would do the trick
[01:25] <stf^rocklinux> yeah, it's late ^^ it's not related to mkinitrd, is it?
[01:25] <th> Stefan Fiedler:
[01:25] <th>     rockinitrd: fix mkinitrd for the case that some directories
[01:25] <th>     mentioned in /etc/fstab don't exist
[01:26] <stf^rocklinux> ic :D
[01:27] <stf^rocklinux> added s,/etc/fstab,/etc/ld.so.conf, as a comment
[01:27] <th> jupp
[01:27] Action: stf^rocklinux watching "Drawn Together" on MTV atm. ;)
[01:28] <th> fortunately i do not have a TV
[01:30] <stf^rocklinux> th: well, imo it's one of the main reasons to have TV at all 
[01:31] <stf^rocklinux> "The Simpsons" still being number one
[02:29] <th> can i loop-mount a qemu disk?
[02:31] <th> i created an image and mkfs'ed a filesystem to it.
[02:31] <stf^rocklinux> th: probably not, since qemu disk images are whole disks, while loop-mounting uses single partitions...
[02:31] <th> well i could mount a whole disk in qemu
[02:32] <th> but i used od to compare
[02:32] <th> od /dev/hda in qemu
[02:32] <th> and od on the image outside
[02:32] <th> it's different
[02:32] esdentem (n=esdentem@fortuna.bingo-ev.de) left irc: "Get MacIrssi - https://www.g1m0.se/macirssi/"
[02:33] <stf^rocklinux> th: furthermore, there are several different formats for qemu images
[02:33] <stf^rocklinux> th: e.g. one format allowing "holes" in images
[02:34] <th> is there a really raw format?
[02:34] <stf^rocklinux> th: yes, the one with holes is the default, though, irrc
[02:35] <stf^rocklinux> th: according to the docs, you can also use real disks as a -hd option to qemu, but the docs recommend to use it with great care (for obvious reasons)
[02:37] <stf^rocklinux> th: see https://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC18 for details on qemu-img
[02:37] esdentem (n=esdentem@fortuna.bingo-ev.de) joined #rocklinux.
[02:38] <th> stf^rocklinux: thanks
[02:39] <th> Raw disk image format (default).
[02:39] <stf^rocklinux> th: np. seems I mixed up some info, but you'' figure it out ;)
[02:55] <th> ahh qemu somehow enforces the partition table
[03:05] esdentem_ (n=esdentem@fortuna.bingo-ev.de) joined #rocklinux.
[03:18] <th> blindcod1r: curl to pallas just hangs and blocks the whole build. this sucks
[03:19] esdentem (n=esdentem@fortuna.bingo-ev.de) left irc: Read error: 113 (No route to host)
[03:28] esdentem_ (n=esdentem@fortuna.bingo-ev.de) left irc: Read error: 113 (No route to host)
[03:43] <th> which instance should mkdir /dev/pts?
[03:47] blindcod1r (i=blindcod@tor/regular/blindcoder) left irc: Remote closed the connection
[03:48] blindcoder (i=blindcod@tor/session/direct/x-c01f218d1ce078fb) joined #rocklinux.
[05:13] feistel (n=feistel@200.125.101.50) joined #rocklinux.
[05:13] feistel (n=feistel@200.125.101.50) left #rocklinux.
[05:52] ija (n=ija@84.19.223.137) got netsplit.
[05:52] daja77 (n=daja77@dslb-088-072-033-048.pools.arcor-ip.net) got netsplit.
[05:52] rocklogbot (i=blindcod@pallas.crash-override.net) got netsplit.
[05:52] th (n=th@bozeman.hbsn.de) got netsplit.
[05:52] mnemoc (n=amery@kilo105.server4you.de) got netsplit.
[05:52] blindcoder (i=blindcod@tor/regular/blindcoder) got netsplit.
[05:52] SMP (n=stefanp@vanessa.wronline.net) got netsplit.
[05:52] _Ragnar__ (i=loki@216.250.77.230) got netsplit.
[05:52] kasc (n=kasc@dslb-084-060-112-054.pools.arcor-ip.net) got netsplit.
[05:52] fake (n=fake@rapidnetworks.de) got netsplit.
[05:52] stf^rocklinux (n=user@heim-035-163.raab-heim.uni-linz.ac.at) got netsplit.
[05:52] toberkel (n=toberkel@toberkel.net) got netsplit.
[06:17] rockbot joined #rocklinux.
[06:17] #rocklinux: mode change '+ns ' by kornbluth.freenode.net
[06:22] -:#rocklinux- *** Notice -- TS for #rocklinux changed from 1151208813 to 1151208725
[06:22] #rocklinux: mode change '-s ' by irc.freenode.net
[06:22] blindcoder (i=blindcod@tor/regular/blindcoder) joined #rocklinux.
[06:22] mnemoc (n=amery@kilo105.server4you.de) joined #rocklinux.
[06:22] esden (i=esdentem@pallas.crash-override.net) joined #rocklinux.
[06:22] th (n=th@bozeman.hbsn.de) joined #rocklinux.
[06:22] fake (n=fake@rapidnetworks.de) joined #rocklinux.
[06:23] kasc (n=kasc@dslb-084-060-112-054.pools.arcor-ip.net) joined #rocklinux.
[06:32] ija (n=ija@84.19.223.137) joined #rocklinux.
[06:32] _Ragnar_ (i=loki@216.250.77.230) joined #rocklinux.
[07:08] -:#rocklinux- *** Notice -- TS for #rocklinux changed from 1151208725 to 1059948695
[07:08] #rocklinux: mode change '+t ' by irc.freenode.net
[07:08] SMP (n=stefanp@80.65.41.2) joined #rocklinux.
[07:08] stf^rocklinux (n=user@heim-035-163.raab-heim.uni-linz.ac.at) joined #rocklinux.
[07:08] toberkel (n=toberkel@toberkel.net) joined #rocklinux.
[07:08] #rocklinux: mode change '+bb *!*live2kill@*.emirates.net.ae *!*kostja@*.36.home-lan.fastnet.lv' by irc.freenode.net
[07:08] Topic changed on #rocklinux by !irc.freenode.net: https://lwn.net/Articles/185905/ || https://iso.rocklinux.de/rock-ftp/official/test-releases/crystal-vanilla-r7663.iso
[07:42] daja77 (n=daja77@dslb-088-072-033-048.pools.arcor-ip.net) joined #rocklinux.
[07:51] stf^rocklinux (n=user@heim-035-163.raab-heim.uni-linz.ac.at) got netsplit.
[07:51] SMP (n=stefanp@80.65.41.2) got netsplit.
[07:51] toberkel (n=toberkel@toberkel.net) got netsplit.
[07:52] stf^rocklinux (n=user@193.171.35.163) joined #rocklinux.
[07:52] SMP (n=stefanp@vanessa.wronline.net) joined #rocklinux.
[07:52] toberkel (n=toberkel@82.165.13.128) joined #rocklinux.
[08:49] <blindcoder> moin
[08:50] <blindcoder> th: well, that obviously shouldn't happen
[09:53] kasc (n=kasc@dslb-084-060-112-054.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out)
[10:03] <blindcoder> th: the hanging was because the bot died due to the freenode problems
[10:03] <blindcoder> th: thus the fifo blocked the echo command in the cgi scripts
[10:03] <blindcoder> th: I now added a kill to the script, so after a second if the pid still exists it will be killed
[10:09] kasc (n=kasc@dslb-084-060-124-030.pools.arcor-ip.net) joined #rocklinux.
[10:30] rocklogbot (i=blindcod@pallas.crash-override.net) joined #rocklinux.
[10:30] <rocklogbot> teha: crystal: shadow finished in stage 3
[10:31] <SMP> th: you can use -o and -s options to losetup to access single partitions
[10:31] <rocklogbot> teha: crystal: util-linux finished in stage 3
[10:31] <rocklogbot> teha: crystal: hdparm finished in stage 3
[10:32] <rocklogbot> :   in stage 
[10:32] <rocklogbot> teha: crystal: e2fsprogs finished in stage 3
[10:32] <blindcoder> sorry, that was me :)
[10:32] <rocklogbot> teha: crystal: device-mapper finished in stage 3
[10:32] <rocklogbot> teha: crystal: genromfs finished in stage 3
[10:33] <rocklogbot> teha: crystal: lvm2 finished in stage 3
[10:33] <rocklogbot> teha: crystal: procps finished in stage 3
[10:33] <rocklogbot> teha: crystal: psmisc finished in stage 3
[10:34] <rocklogbot> teha: crystal: module-init-tools finished in stage 3
[10:34] <rocklogbot> teha: crystal: cron finished in stage 3
[10:34] <rocklogbot> teha: crystal: sysklogd finished in stage 3
[10:34] <rocklogbot> teha: crystal: rockplug finished in stage 3
[10:34] <rocklogbot> teha: crystal: hotplug finished in stage 3
[10:34] <rocklogbot> teha: crystal: udev finished in stage 3
[10:35] <rocklogbot> teha: crystal: sysfiles finished in stage 3
[10:36] <rocklogbot> teha: crystal: parted finished in stage 3
[10:36] <rocklogbot> teha: crystal: 00-dirtree finished in stage 5
[10:36] <rocklogbot> teha: crystal: rockinitrd finished in stage 5
[11:06] <rocklogbot> teha: crystal: linux26 finished in stage 5
[11:10] <rocklogbot> teha: crystal: linux26-source finished in stage 5
[11:34] <rocklogbot> teha: crystal: glibc23 finished in stage 5
[11:34] <rocklogbot> teha: crystal: gzip finished in stage 5
[11:34] <rocklogbot> teha: crystal: microcode_ctl finished in stage 5
[11:35] <rocklogbot> teha: crystal: net-tools finished in stage 5
[11:35] <rocklogbot> teha: crystal: memtest86 finished in stage 5
[11:35] <rocklogbot> teha: crystal: x86info finished in stage 5
[11:35] <rocklogbot> teha: crystal: cpuid finished in stage 5
[11:35] <rocklogbot> teha: crystal: readline finished in stage 5
[11:36] <rocklogbot> teha: crystal: expat finished in stage 5
[11:38] <rocklogbot> teha: crystal: openssl finished in stage 5
[11:41] <rocklogbot> teha: crystal: bdb42 finished in stage 5
[11:41] <rocklogbot> teha: crystal: file finished in stage 5
[11:42] <rocklogbot> teha: crystal: m4 finished in stage 5
[11:44] <rocklogbot> teha: crystal: gmp finished in stage 5
[11:45] <rocklogbot> teha: crystal: mpfr finished in stage 5
[11:45] <rocklogbot> teha: crystal: time finished in stage 5
[11:45] <rocklogbot> teha: crystal: kiss finished in stage 5
[11:46] <rocklogbot> teha: crystal: bash3 finished in stage 5
[11:46] <rocklogbot> teha: crystal: libcap finished in stage 5
[11:47] <rocklogbot> teha: crystal: tcsh finished in stage 5
[11:47] <rocklogbot> teha: crystal: findutils finished in stage 5
[11:48] <rocklogbot> teha: crystal: tree finished in stage 5
[11:48] <rocklogbot> teha: crystal: patch finished in stage 5
[11:48] <rocklogbot> teha: crystal: make finished in stage 5
[11:48] <rocklogbot> teha: crystal: patchutils finished in stage 5
[11:49] <rocklogbot> teha: crystal: grep finished in stage 5
[11:49] <rocklogbot> teha: crystal: sed finished in stage 5
[11:50] <rocklogbot> teha: crystal: tar finished in stage 5
[11:50] <rocklogbot> teha: crystal: gawk finished in stage 5
[11:51] <rocklogbot> teha: crystal: flex finished in stage 5
[11:51] <rocklogbot> teha: crystal: bzip2 finished in stage 5
[11:51] <rocklogbot> teha: crystal: bc finished in stage 5
[11:51] <rocklogbot> teha: crystal: ed finished in stage 5
[11:52] <rocklogbot> teha: crystal: miscfiles finished in stage 5
[11:52] <rocklogbot> teha: crystal: sharutils finished in stage 5
[11:52] <rocklogbot> teha: crystal: pcre finished in stage 5
[11:53] <rocklogbot> teha: crystal: wdiff finished in stage 5
[11:53] <rocklogbot> teha: crystal: slang finished in stage 5
[11:54] <rocklogbot> teha: crystal: mmv finished in stage 5
[11:54] <rocklogbot> teha: crystal: ncompress finished in stage 5
[11:54] <rocklogbot> teha: crystal: unzip finished in stage 5
[11:54] <rocklogbot> teha: crystal: zip finished in stage 5
[11:56] <rocklogbot> teha: crystal: alsa finished in stage 5
[11:56] <rocklogbot> teha: crystal: audiofile finished in stage 5
[11:57] <rocklogbot> teha: crystal: tcp_wrappers finished in stage 5
[11:57] <rocklogbot> teha: crystal: cvs finished in stage 5
[11:58] <rocklogbot> teha: crystal: rcs finished in stage 5
[11:58] <rocklogbot> teha: crystal: indent finished in stage 5
[11:58] <rocklogbot> teha: crystal: esound finished in stage 5
[11:59] <rocklogbot> teha: crystal: libpng finished in stage 5
[11:59] esdentem (n=esdentem@p54997B0F.dip.t-dialin.net) joined #rocklinux.
[12:00] <esden> moin
[12:00] <rocklogbot> teha: crystal: curl finished in stage 5
[12:00] <rocklogbot> teha: crystal: stow finished in stage 5
[12:00] <esden> hehe ... the only one answering is rocklogbot 
[12:00] <esden> ;)
[12:01] <rocklogbot> teha: crystal: wget finished in stage 5
[12:01] <rocklogbot> teha: crystal: ncftp finished in stage 5
[12:02] <rocklogbot> teha: crystal: freetype finished in stage 5
[12:09] <blindcoder> moin esden 
[12:13] <esden> moin blindcoder 
[12:15] <th> esden: you want irssi config to make rocklog output appear as non-acitivy in irssi?
[12:16] <blindcoder> th: with that config, rocklogbot still appears in awaylog :(
[12:33] <th> blindcoder: turn off your awaylog.
[12:34] <rocklogbot> teha: crystal: xorg finished in stage 5
[12:34] <th> blindcoder: but you're right - that's an issue. but i had no problem with turning off awaylog - so i did not search for alternatives
[12:34] <rocklogbot> teha: crystal: gnome14-dirtree finished in stage 5
[12:35] <rocklogbot> teha: crystal: xterm finished in stage 5
[12:35] <rocklogbot> teha: crystal: gnome2-dirtree finished in stage 5
[12:35] <rocklogbot> teha: crystal: screen finished in stage 5
[12:36] <rocklogbot> teha: crystal: libjpeg finished in stage 5
[12:36] <rocklogbot> teha: crystal: liblockfile finished in stage 5
[12:36] <rocklogbot> teha: crystal: dialog finished in stage 5
[12:37] <rocklogbot> teha: crystal: cyrus-sasl2 finished in stage 5
[12:37] <rocklogbot> teha: crystal: mine finished in stage 5
[12:37] <rocklogbot> teha: crystal: disktype finished in stage 5
[12:37] <rocklogbot> teha: crystal: mailx finished in stage 5
[12:38] <rocklogbot> teha: crystal: postfix finished in stage 5
[12:40] <rocklogbot> teha: crystal: pine finished in stage 5
[12:40] <rocklogbot> teha: crystal: lsof finished in stage 5
[12:41] <rocklogbot> teha: crystal: popt finished in stage 5
[12:41] <rocklogbot> teha: crystal: netkit-base finished in stage 5
[12:41] <rocklogbot> teha: crystal: cdparanoia finished in stage 5
[12:41] <rocklogbot> teha: crystal: libpcap finished in stage 5
[12:42] <rocklogbot> teha: crystal: tcpdump finished in stage 5
[12:45] <rocklogbot> teha: crystal: openldap finished in stage 5
[12:45] <rocklogbot> teha: crystal: libgpg-error finished in stage 5
[12:46] <rocklogbot> teha: crystal: libgcrypt finished in stage 5
[12:46] <rocklogbot> teha: crystal: libusb finished in stage 5
[12:47] <rocklogbot> teha: crystal: libassuan finished in stage 5
[12:47] <rocklogbot> teha: crystal: libksba finished in stage 5
[12:48] <rocklogbot> teha: crystal: pth finished in stage 5
[12:48] <rocklogbot> teha: crystal: rsync finished in stage 5
[12:49] <rocklogbot> teha: crystal: lynx finished in stage 5
[12:50] <rocklogbot> teha: crystal: libtiff finished in stage 5
[12:52] <rocklogbot> teha: crystal: tcl finished in stage 5
[12:53] <rocklogbot> teha: crystal: tk finished in stage 5
[12:54] <rocklogbot> teha: crystal: pkgconfig finished in stage 5
[12:56] <rocklogbot> teha: crystal: isdn4k-utils finished in stage 5
[12:57] <rocklogbot> teha: crystal: kbd finished in stage 5
[12:58] <rocklogbot> teha: crystal: glib finished in stage 5
[12:59] <rocklogbot> teha: crystal: glib12 finished in stage 5
[13:00] <rocklogbot> teha: crystal: nas finished in stage 5
[13:01] <rocklogbot> teha: crystal: ogg-vorbis finished in stage 5
[13:02] <rocklogbot> teha: crystal: libdaemon finished in stage 5
[13:03] <rocklogbot> teha: crystal: cups finished in stage 5
[13:03] <rocklogbot> teha: crystal: ifplugd finished in stage 5
[13:05] <rocklogbot> teha: crystal: gnupg finished in stage 5
[13:07] <rocklogbot> teha: crystal: gtk+12 finished in stage 5
[13:07] <rocklogbot> teha: crystal: lcms finished in stage 5
[13:10] <rocklogbot> teha: crystal: python finished in stage 5
[13:10] <rocklogbot> teha: crystal: libmikmod finished in stage 5
[13:11] <rocklogbot> teha: crystal: libart_lgpl23 finished in stage 5
[13:11] <rocklogbot> teha: crystal: hpijs finished in stage 5
[13:11] <rocklogbot> teha: crystal: psutils finished in stage 5
[13:15] <rocklogbot> teha: crystal: gdb finished in stage 5
[13:16] <rocklogbot> teha: crystal: xmms finished in stage 5
[13:17] <rocklogbot> teha: crystal: libidn finished in stage 5
[13:31] <rocklogbot> teha: crystal: mysql finished in stage 5
[13:32] <rocklogbot> teha: crystal: libmng finished in stage 5
[13:32] <rocklogbot> teha: crystal: gpm finished in stage 5
[13:32] <rocklogbot> teha: crystal: sysfsutils finished in stage 5
[13:33] <rocklogbot> teha: crystal: atk finished in stage 5
[13:34] <rocklogbot> teha: crystal: cairo finished in stage 5
[13:35] <rocklogbot> teha: crystal: pango finished in stage 5
[13:38] <rocklogbot> teha: crystal: libxml2 finished in stage 5
[13:41] <rocklogbot> teha: crystal: postgresql finished in stage 5
[14:04] <rocklogbot> teha: crystal: qt33 finished in stage 5
[14:07] <rocklogbot> teha: crystal: gimp-print42 finished in stage 5
[14:09] <rocklogbot> teha: crystal: ghostscript finished in stage 5
[14:13] <rocklogbot> teha: crystal: net-snmp finished in stage 5
[14:17] <rocklogbot> teha: crystal: arts finished in stage 5
[14:18] <rocklogbot> teha: crystal: libxslt finished in stage 5
[14:24] <rocklogbot> teha: crystal: gtk+ finished in stage 5
[14:24] <rocklogbot> teha: crystal: procmail finished in stage 5
[14:25] <rocklogbot> teha: crystal: libidl finished in stage 5
[14:26] <rocklogbot> teha: crystal: libxml finished in stage 5
[14:28] <rocklogbot> teha: crystal: libsdl finished in stage 5
[14:28] <rocklogbot> teha: crystal: w3m finished in stage 5
[14:29] <rocklogbot> teha: crystal: neon finished in stage 5
[14:29] <rocklogbot> teha: crystal: cpan-xml-parser finished in stage 5
[14:29] <rocklogbot> teha: crystal: libglade finished in stage 5
[14:30] <rocklogbot> teha: crystal: pciutils finished in stage 5
[14:31] <rocklogbot> teha: crystal: dbus finished in stage 5
[14:32] <rocklogbot> teha: crystal: hal finished in stage 5
[14:32] <rocklogbot> teha: crystal: apmd finished in stage 5
[14:32] <rocklogbot> teha: crystal: ghostscript-fonts finished in stage 5
[14:39] <rocklogbot> teha: crystal: samba finished in stage 5
[14:39] <rocklogbot> teha: crystal: libsdl_image finished in stage 5
[14:40] <rocklogbot> teha: crystal: libsdl_ttf finished in stage 5
[14:44] <rocklogbot> teha: crystal: apache finished in stage 5
[14:46] <rocklogbot> teha: crystal: xscreensaver finished in stage 5
[14:50] <rocklogbot> teha: crystal: php5 finished in stage 5
[14:51] <rocklogbot> teha: crystal: lzo finished in stage 5
[15:24] <rocklogbot> teha: crystal: firefox finished in stage 5
[15:25] <rocklogbot> teha: crystal: libsdl_net finished in stage 5
[15:36] <rocklogbot> teha: crystal: gimp finished in stage 5
[15:37] <rocklogbot> teha: crystal: libsdl_gfx finished in stage 5
[15:37] <rocklogbot> teha: crystal: gnupg2 finished in stage 5
[15:38] <rocklogbot> teha: crystal: libsdl_mixer finished in stage 5
[15:41] <rocklogbot> teha: crystal: sane-backends finished in stage 5
[15:42] <rocklogbot> teha: crystal: gpgme finished in stage 5
[15:43] <rocklogbot> teha: crystal: mutt finished in stage 5
[15:43] <rocklogbot> teha: crystal: sysstat finished in stage 5
[15:43] <rocklogbot> teha: crystal: pinentry finished in stage 5
[15:45] <rocklogbot> teha: crystal: cdrtools finished in stage 5
[15:46] <rocklogbot> teha: crystal: swig finished in stage 5
[16:18] <rocklogbot> teha: crystal: kdelibs finished in stage 5
[16:22] <rocklogbot> teha: crystal: vim finished in stage 5
[16:56] <rocklogbot> teha: crystal: kdebase finished in stage 5
[17:05] <rocklogbot> teha: crystal: kdeutils finished in stage 5
[17:50] elon (n=elon@host7.zwelf.net) joined #rocklinux.
[17:50] <rocklogbot> teha: crystal: kdepim finished in stage 5
[17:51] <rocklogbot> teha: crystal: kdirstat finished in stage 5
[17:52] <rocklogbot> teha: crystal: koffice-l10n-de finished in stage 5
[17:53] <rocklogbot> teha: crystal: koffice-l10n-es finished in stage 5
[17:54] <rocklogbot> teha: crystal: koffice-l10n-fr finished in stage 5
[17:55] <rocklogbot> teha: crystal: koffice-l10n-it finished in stage 5
[17:56] <elon> hi there
[17:56] <rocklogbot> teha: crystal: koffice-l10n-ru finished in stage 5
[18:05] <rocklogbot> teha: crystal: kdegames finished in stage 5
[18:06] <rocklogbot> teha: crystal: dvd+rwtools finished in stage 5
[18:09] <rocklogbot> teha: crystal: kdeadmin finished in stage 5
[18:18] <rocklogbot> teha: crystal: xine-lib finished in stage 5
[18:19] <rocklogbot> teha: crystal: xine-ui finished in stage 5
[18:24] <rocklogbot> teha: crystal: kdeaccessibility finished in stage 5
[18:24] NovenTheHero (n=Noven@cpe-065-191-000-208.nc.res.rr.com) joined #rocklinux.
[18:24] <NovenTheHero> hello all
[18:24] <rocklogbot> teha: crystal: wireless-tools finished in stage 5
[18:25] <rocklogbot> teha: crystal: ppp finished in stage 5
[18:25] <rocklogbot> teha: crystal: pptp-linux finished in stage 5
[18:25] <rocklogbot> teha: crystal: sudo finished in stage 5
[18:26] <rocklogbot> teha: crystal: rtsp finished in stage 5
[18:33] <NovenTheHero> I am trying to build my distro, and I keep getting a perl error. 
[18:33] <NovenTheHero> == 12:23:10 =[1]=> Building perl/perl [5.8.8 2.2.0-rc].
[18:33] <NovenTheHero> -> Reading package configuration from package directory.
[18:33] <NovenTheHero> -> Reading build/.../tools.cross/lib/pkg_perl_post.conf
[18:33] <NovenTheHero> -> Preparing build in src.perl.mydistribution.20060625.122309.2946.daisy.home
[18:33] <NovenTheHero> -> Building. Writing output to $root/var/adm/logs/1-perl.out
[18:33] <NovenTheHero> !> pp_sys.c:(.text+0x5718): undefined reference to `eaccess'
[18:33] <NovenTheHero> !> libperl.a(pp_sys.o): In function `Perl_pp_ftewrite':
[18:33] <NovenTheHero> !> pp_sys.c:(.text+0x57f4): undefined reference to `eaccess'
[18:33] <NovenTheHero> !> libperl.a(pp_sys.o): In function `Perl_pp_fteread':
[18:33] <NovenTheHero> !> pp_sys.c:(.text+0x58d0): undefined reference to `eaccess'
[18:33] <NovenTheHero> !> collect2: ld returned 1 exit status
[18:33] <NovenTheHero> !> Due to previous errors, no 1-perl.log file!
[18:33] <NovenTheHero> !> (Try enabling xtrace in the config to track an error inside the build system.)
[18:33] <NovenTheHero> -> $root/var/adm/logs/1-perl.out -> 1-perl.err
[18:33] <NovenTheHero> == 06/25/06 12:26:15 =[1]=> Aborted building package perl.
[18:33] <NovenTheHero> -> Unmounting loop mounts ...
[18:34] <blindcoder> can you put the .err file up somewhere?
[18:42] <rocklogbot> teha: crystal: kdeedu finished in stage 5
[18:45] <NovenTheHero> I cant seem to find the err file anywhere
[18:47] <rocklogbot> teha: crystal: kdeartwork finished in stage 5
[18:47] <rocklogbot> teha: crystal: sysvinit finished in stage 5
[18:47] <rocklogbot> teha: crystal: eject finished in stage 5
[18:52] <rocklogbot> teha: crystal: mplayer finished in stage 5
[18:52] <rocklogbot> teha: crystal: lcap finished in stage 5
[18:55] <rocklogbot> teha: crystal: reiser4progs finished in stage 5
[18:55] <rocklogbot> teha: crystal: reiserfsprogs finished in stage 5
[18:55] <rocklogbot> teha: crystal: jfsutils finished in stage 5
[18:57] <rocklogbot> teha: crystal: xfsprogs finished in stage 5
[18:57] <rocklogbot> teha: crystal: ethtool finished in stage 5
[19:12] <blindcoder> NovenTheHero: it's in build/*/var/adm/logs
[19:22] <rocklogbot> teha: crystal: kdenetwork finished in stage 5
[19:23] <rocklogbot> teha: crystal: smartmontools finished in stage 5
[19:24] <rocklogbot> teha: crystal: cdrdao finished in stage 5
[19:24] <rocklogbot> teha: crystal: procinfo finished in stage 5
[19:25] <rocklogbot> teha: crystal: ksymoops finished in stage 5
[19:25] <rocklogbot> teha: crystal: usbutils finished in stage 5
[19:25] <rocklogbot> teha: crystal: at finished in stage 5
[19:25] <rocklogbot> teha: crystal: setserial finished in stage 5
[19:25] <rocklogbot> teha: crystal: dump finished in stage 5
[19:26] <rocklogbot> teha: crystal: quota finished in stage 5
[19:26] <rocklogbot> teha: crystal: netkit-ftp finished in stage 5
[19:26] <rocklogbot> teha: crystal: netkit-ntalk finished in stage 5
[19:26] <rocklogbot> teha: crystal: netkit-routed finished in stage 5
[19:26] <rocklogbot> teha: crystal: netkit-rsh finished in stage 5
[19:27] <rocklogbot> teha: crystal: netkit-telnet finished in stage 5
[19:27] <rocklogbot> teha: crystal: tftp-hpa finished in stage 5
[19:28] <rocklogbot> teha: crystal: ntp finished in stage 5
[19:28] <rocklogbot> teha: crystal: whois finished in stage 5
[19:28] <rocklogbot> teha: crystal: wu-ftpd finished in stage 5
[19:29] <rocklogbot> teha: crystal: portmap finished in stage 5
[19:29] <rocklogbot> teha: crystal: libevent finished in stage 5
[19:29] <rocklogbot> teha: crystal: libnfsidmap finished in stage 5
[19:30] <rocklogbot> teha: crystal: nfs-utils finished in stage 5
[19:30] <rocklogbot> teha: crystal: traceroute finished in stage 5
[19:30] <rocklogbot> teha: crystal: iptables finished in stage 5
[19:31] <rocklogbot> teha: crystal: iproute2 finished in stage 5
[19:31] <rocklogbot> teha: crystal: irda-utils finished in stage 5
[19:31] <rocklogbot> teha: crystal: pidentd finished in stage 5
[19:33] <rocklogbot> teha: crystal: kde-i18n-de finished in stage 5
[19:35] <rocklogbot> teha: crystal: kde-i18n-es finished in stage 5
[19:37] <rocklogbot> teha: crystal: kde-i18n-fr finished in stage 5
[19:39] <rocklogbot> teha: crystal: kde-i18n-it finished in stage 5
[19:40] <rocklogbot> teha: crystal: kde-i18n-ru finished in stage 5
[19:46] <rocklogbot> teha: crystal: subversion finished in stage 5
[20:08] <rocklogbot> teha: crystal: kdemultimedia finished in stage 5
[20:10] <rocklogbot> teha: crystal: kdetoys finished in stage 5
[20:10] <rocklogbot> teha: crystal: mdadm finished in stage 5
[20:19] <rocklogbot> teha: crystal: kdeaddons finished in stage 5
[23:53] blindcod1r (i=blindcod@tor/regular/blindcoder) joined #rocklinux.
[23:53] blindcoder (i=blindcod@tor/regular/blindcoder) left irc: Nick collision from services.
[00:00] --- Mon Jun 26 2006