Re: [arch-general] DeveloperWiki:Building in a Clean Chroot
On Sat, May 23, 2009 at 4:17 AM, Baho Utot wrote: > On Sat, 2009-05-23 at 11:56 +1000, Allan McRae wrote: >> Baho Utot wrote: >> > I am missing something here ? >> > >> > >> > sudo makechrootpkg -r /home/Build/root -- -u >> > building union chroot >> > ERROR: No unionfs available. Abandon ship! >> > >> > >> > I have aufs2-utils installed and I did a modprobe fuse and modprobe aufs >> > >> >> You need to patch makechrootpkg with this: >> http://code.phraktured.net/cgit.cgi/devtools/commit/?id=2269e5c9 >> >> Allan >> >> >> > > > Since unionfs has been dropped from kernel-2.6.29.4-1 > > Please can someone push devtools-2269e5c9 to the repo that devtools > installs from. And update the DeveloperWiki:Building in a Clean Chroot > to say you need kernel-2.6.xx and aufs2-utils. > > I lost 3 days trying to fix this. I needed to build a few packages for > a server. Since I have done a Clean install from the latest install CD > and sync'd/updated the system my build system broke and following the > wiki no longer works. Note: Checking the upstream source for patches is always a good idea. I've been super busy recently - moving to a new apartment, and all that. But maybe I can try to get this pushed this week
Re: [arch-general] libnl 1.1-1 i686
Baho Utot schrieb: Source package URL gone => Making package: libnl 1.1-1 i686 (Mon May 25 18:31:16 UTC 2009) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Downloading libnl-1.1.tar.gz... --2009-05-25 18:31:17-- http://people.suug.ch/~tgr/libnl/files/libnl-1.1.tar.gz Resolving people.suug.ch... 85.118.1.10, 2001:770:15f::2 Connecting to people.suug.ch|85.118.1.10|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://www.infradead.org/~tgr/libnl/files/libnl-1.1.tar.gz [following] --2009-05-25 18:31:17-- http://www.infradead.org/~tgr/libnl/files/libnl-1.1.tar.gz Resolving www.infradead.org... 85.118.1.10, 2001:770:15f::2 Connecting to www.infradead.org|85.118.1.10|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-05-25 18:31:17 ERROR 404: Not Found. Baho, we also seem to generate source packages for GPL/LGPL packages, but it seems they are only available on the ftp.archlinux.org mirror (which is a round-robin of two servers, one of which seems to be down). Anyway, try this folder: ftp://209.85.41.144/sources/ signature.asc Description: OpenPGP digital signature
Re: [arch-general] Problem w/Digest?
On Sun, May 24, 2009 at 6:00 PM, Keith wrote: > Below are the 1st and last messages contained in the copy of Vol. 55 #44 I > received, dated May 24, 5:56 PM EDT. > > Note the timestamp on message #1: May 23, 9:17 AM UTC. Yet the message > quoted within message #10, timestamped May 24, 11:52 UTC, isn't in the > digest (or anywhere else I can find). I've noted this numerous times > recently and wrote it off to a lousy memory. But it's clearly more than > that. Are these cross-posts being replied to? Is the digest dropping > messages? Yes, they're cross posts. Note the [arch-dev-public] in the subject line. Those are cross posts from the public dev list (which is read-only to non devs)
Re: [arch-general] Network Shutdown Prior to umount on cifs mounts hangs shutdown
On Fri, 2009-05-22 at 03:58 -0500, David C. Rankin, J.D.,P.E. wrote: > On or about Friday 22 May 2009 at approximately 02:12:18 Biru Ionut composed: > > David C. Rankin, J.D.,P.E. wrote: > > > Listmates, > > > > > > I am experiencing a hang on shutdown with Arch every time I don't > > > manually unmount any samba/cifs shares before shutting down. This is due > > > to the shutdown sequence killing my network connection before unmounting > > > the samba shares. This basicly leaves all samba shares mounted and [Busy] > > > which frustrates the unmount filesystems call late in the shutdown > > > sequence. > > > > > > Is there any way to move the network shutdown until after samba shares > > > are unmounted in the shutdown sequence. Or conversely, move or add a > > > samba/cifs shares unmount to the sequence at a time before the network > > > shuts down? > > > > add netfs to daemon list. > > Thanks Biru, will give it a go and report back. > I made a bug report about this problem: http://bugs.archlinux.org/task/13622
Re: [arch-general] arch-general Digest, Vol 55, Issue 46
On Tue, 26 May 2009 at 10 AM, Aaron Griffin wrote: Yes, they're cross posts. Note the [arch-dev-public] in the subject line. Those are cross posts from the public dev list (which is read-only to non devs) Ah - got it. Thank you. Regards...K
Re: [arch-general] lilo 22.8-3 - compile - latest gcc
On Mon, May 25, 2009 at 12:07, Baho Utot wrote: > ==> Making package: lilo 22.8-3 i686 (Mon May 25 18:31:24 UTC 2009) > ==> Checking Runtime Dependencies... > ==> Checking Buildtime Dependencies... > ==> Retrieving Sources... > -> Using cached copy of lilo-22.8.src.tar.gz > -> Using cached copy of gcc-44.patch > -> Using cached copy of lilo.conf > ==> WARNING: Integrity checks (md5) are missing or incomplete. > ==> Extracting Sources... > -> bsdtar -x -f lilo-22.8.src.tar.gz > ==> Entering fakeroot environment... > ==> Starting build()... > patching file checkit > ./checkit > GCC version 2.91 or later is required > gcc is not present > > AS86 version 0.16.10 or later is required > as86 version 0.16.17 > OKAY > > LD86 version 0.16.10 or later is required > ld86 version 0.16.17 > OKAY > > BCC version 0.16.10 or later is recommended > bcc is not present > You will not be able to make floppy2, diag2.img, or lilo.com > make: *** [test.img] Error 1 > ==> ERROR: Build Failed. gcc-44.patch is invalid. It compiles fine without it; remove it. ~celti