On Fri, Apr 04, 2008 at 04:02:33PM -0400, Matt Hyclak enlightened us:
> 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?
> > 
> 

My testing of today's 4.8 still requires this patch for DOSemu to work.
Comments?

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!

Attachment: pgpCGi1WyGN8C.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to