[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc_2.3.2.ds1-12 packages up for testing



On Thu, Apr 29, 2004 at 03:18:58PM +0200, Michael Banck wrote:
> The 'error message' is (IIRC):
> 
> "Forcing cross-compile by setting build to i386-dummy-gnu"

So, what about this patch?

Index: debian/sysdeps/gnu.mk
===================================================================
RCS file: /cvs/glibc/glibc-package/debian/sysdeps/gnu.mk,v
retrieving revision 1.4
diff -u -r1.4 gnu.mk
--- debian/sysdeps/gnu.mk       26 Jan 2004 00:20:58 -0000      1.4
+++ debian/sysdeps/gnu.mk       3 May 2004 23:26:30 -0000
@@ -14,3 +14,7 @@
 ln -s ld.so.1 debian/tmp-$(curpass)/lib/ld.so
 endef

+# Do not care about kernel versions for now.
+define kernel_check
+true
+endef

This will look a bit strange in the log without a specific kernel
version, but I guess that's not a big issue for now and it works:

Checking that we're running at least kernel version:
checking build system type... i386-pc-gnu
[...]

I guess it's better than:

Checking that we're running at least kernel version:
No.  Forcing cross-compile by setting build to i386-dummy-gnu.
checking build system type... i386-dummy-gnu
[...]

I don't know what those kBSD* guys are up to, but I guess they would not
care about gnu.mk, right?


Michael

-- 
Michael Banck
Debian Developer
mbanck@debian.org
http://www.advogato.org/person/mbanck/diary.html



Reply to: