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

Bug#193401: specific dependency on libc6



reopen 193401
retitle 193401 update for GNU/FreeBSD support
severity 193401 wishlist
thanks

hi!

On Thu, May 15, 2003 at 10:32:47PM +0200, Matthias Klose wrote:
> Robert Millan writes:
> > 
> > libstdc++5-dev depends specificaly on libc6, making it uninstallable
> > on arches that have other soname versions, including alpha, ia64,
> > i386-gnu, *-freebsd-gnu, *-netbsd
> 
> there is nothing to fix. the generated debian/control already takes
> care of this.

I sorted this out. The problem was a test in debian/rules.conf using the
wrong name:

--- gcc-3.2-3.2.3ds9/debian/rules.conf.old      2003-05-28 23:29:45.000000000 +0200
+++ gcc-3.2-3.2.3ds9/debian/rules.conf  2003-05-28 23:29:01.000000000 +0200
@@ -24,7 +24,7 @@
   ifeq ($(DEB_TARGET_GNU_SYSTEM),gnu)
     LIBC_DEP = libc0.3-dev
   else
-    ifeq ($(DEB_TARGET_GNU_SYSTEM),freebsd)
+    ifeq ($(DEB_TARGET_GNU_SYSTEM),freebsd-gnu)
       LIBC_DEP = libc1-dev
     else
       ifeq ($(DEB_TARGET_ARCH),netbsd-i386)

Since this problem is GNU/FreeBSD-specific i'm retitling this patch to put
in here my updates on debian/patches/freebsd-gnu.dpatch, too.

I'll send an updated patch in a while.

-- 
Robert Millan



Reply to: