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
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
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
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
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
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
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
+++ 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