On Fri, Apr 04, 2008 at 03:40:20PM -0400, Matt Hyclak enlightened us: > The current CVS dies when using DOSemu because librt.so is missing. This > patch fixes that. > > Is DOSemu going to be gone in 4.8, or do we want to have a release with both > nt5install and DOSemu to give people some transition time? >
Another resend. Need to put it in nail-floppy.txt, too. Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
Index: Makefile =================================================================== RCS file: /cvsroot/unattended/unattended/linuxboot/Makefile,v retrieving revision 1.181 diff -u -r1.181 Makefile --- Makefile 4 Apr 2008 10:46:58 -0000 1.181 +++ Makefile 4 Apr 2008 19:38:11 -0000 @@ -334,6 +335,11 @@ $(call copy_lib, build-$(glibc)/dlfcn/libdl.so, stage1/lib/libdl.so) +# DOSemu needs librt +build-$(glibc)/rt/librt.so: build-$(glibc)/libc.so + +$(call copy_lib, build-$(glibc)/rt/librt.so, stage1/lib/librt.so) + # Samba needs libresolv, libnss_*, libnsl, libcrypt build-$(glibc)/resolv/libresolv.so: build-$(glibc)/libc.so @@ -367,7 +373,7 @@ $(patsubst %, stage1/lib/%, \ libc.so ld-linux.so libdl.so libresolv.so libnsl.so \ libnss_dns.so libnss_files.so libcrypt.so \ - libm.so libutil.so libpthread.so \ + libm.so libutil.so libpthread.so librt.so \ ) ## kbd Index: misc/nail-floppy.txt =================================================================== RCS file: /cvsroot/unattended/unattended/linuxboot/misc/nail-floppy.txt,v retrieving revision 1.52 diff -u -r1.52 nail-floppy.txt --- misc/nail-floppy.txt 28 Mar 2008 08:45:36 -0000 1.52 +++ misc/nail-floppy.txt 4 Apr 2008 20:00:45 -0000 @@ -37,6 +38,7 @@ lib/libnss_dns.so lib/libnss_files.so lib/libresolv.so +lib/librt.so lib/libz.so # lspci # Should not hard-wire kernel version here. FIXME!
pgpGYPt0pYypr.pgp
Description: PGP signature
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel