Re: DOSemu needs librt

2008-04-08 Thread Juan Jose Pablos
Nils Olav Fossum escribió: > I think the patch should go in while we investigate the build system. > I have not tested, but it seems harmless. > ok, that is on the repository. - This SF.net email is sponsored by the 2008 Java

Re: DOSemu needs librt

2008-04-08 Thread Matt Hyclak
On Tue, Apr 08, 2008 at 10:46:35PM +0200, Nils Olav Fossum enlightened us: > Tirsdag 08 april 2008 21:41, skrev Matt Hyclak: > > > > My testing of today's 4.8 still requires this patch for DOSemu to work. > > > > Comments? > > > > > > I start getting the feeling that there must be something wrong w

Re: DOSemu needs librt

2008-04-08 Thread Nils Olav Fossum
Tirsdag 08 april 2008 21:41, skrev Matt Hyclak: > > > My testing of today's 4.8 still requires this patch for DOSemu to work. > > > Comments? > > > > I start getting the feeling that there must be something wrong with our > > build system. yes, we should start looking at it. The current system has

Re: DOSemu needs librt

2008-04-08 Thread Matt Hyclak
On Tue, Apr 08, 2008 at 09:27:02PM +0200, Juan Jose Pablos enlightened us: > Matt Hyclak escribió: > > 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 becaus

Re: DOSemu needs librt

2008-04-08 Thread Juan Jose Pablos
Matt Hyclak escribió: > 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 gon

Re: DOSemu needs librt

2008-04-08 Thread Matt Hyclak
4 Apr 2008 19:38:11 - @@ -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, li

Re: DOSemu needs librt

2008-04-04 Thread Matt Hyclak
cvsroot/unattended/unattended/linuxboot/Makefile,v retrieving revision 1.181 diff -u -r1.181 Makefile --- Makefile4 Apr 2008 10:46:58 - 1.181 +++ Makefile4 Apr 2008 19:38:11 - @@ -334,6 +335,11 @@ $(call copy_lib, build-$(glibc)/dlfcn/libdl.so, stage1/lib/libdl.so) +# DOSemu

DOSemu needs librt

2008-04-04 Thread Matt Hyclak
+++ Makefile4 Apr 2008 19:38:11 - @@ -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