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

Bug#206663: glibc: some GNU/KFreeBSD fixes



On Sat, Aug 30, 2003 at 12:12:12AM +0900, GOTO Masanori wrote:
> 
> Thanks for your effort, I've put it in.  But I don't rename filename
> from "freebsd.mk" to "kfreebsd-gnu.mk", because we use cvs,

The makefiles are looking for a file called "$(DEB_HOST_GNU_SYSTEM).mk", which
on GNU/KFreeBSD equals to "kfreebsd-gnu.mk". If you call it "freebsd.mk" it
won't be included.

To get it working you need to add "kfreebsd-gnu.mk"; then it doesn't really
matter what you do with "freebsd.mk". If you want to keep it for logging
purposes that's fine, but note that if you remove it CVS will keep a copy in
Attic so it's not lost.

Asides from that, you forgot to apply my other fix:

--- glibc-2.3.2.old/debian/sysdeps/soname.mk	2003-08-22 02:31:49.000000000 +0200
+++ glibc-2.3.2/debian/sysdeps/soname.mk	2003-08-22 04:58:01.000000000 +0200
@@ -9,7 +9,7 @@
     ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
       libc = libc0.3
     else
-      ifeq ($(DEB_HOST_GNU_SYSTEM),freebsd)
+      ifeq ($(DEB_HOST_GNU_SYSTEM),kfreebsd-gnu)
         libc = libc1
       else
         libc = libc6

thanks,

P.S: excuse me if you don't recieve this message directly, my MTA seems
     to have some trouble reaching your address.

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T, Ainulindale (Silmarillion)



Reply to: