• Bug#265162: Detect libc path on GNU/k*BSD

    From Robert Millan@1:229/2 to All on Thu Aug 12 02:30:08 2004
    From: [email protected]

    This is a multi-part MIME message sent by reportbug.

    Package: fakeroot
    Version: 1.0.6
    Severity: wishlist
    Tags: patch

    Hi!

    The attached patch fixes libc path for GNU/k*BSD (whose soname has changed to 0.1 on both kfreebsd-gnu and knetbsd-gnu).

    Since you kindly offered your help to port fakeroot to GNU/kFreeBSD some time ago, and it turned out that a problem with semctl() prevented you from getting it to work, I'm glad to tell you that today I've fixed this bug in Glibc's implementation of semctl() and now fakeroot works perfectly.

    Thank you very much!

    -- System Information:
    Debian Release: 3.1
    APT prefers unstable
    APT policy: (500, 'unstable')
    Architecture: kfreebsd-i386 (i386)
    Kernel: GNU/kFreeBSD 5.2.1-5
    Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

    Versions of packages fakeroot depends on:
    ii libc0.1 2.3-1+kbsd.3 GNU C Library: Shared libraries an

    -- no debconf information

    --- fakeroot-1.0.6/configure.ac 2004-06-19 00:16:28.000000000 +0200
    +++ fakeroot-1.0.6+kbsd/configure.ac 2004-08-12 01:28:07.000000000 +0200
    @@ -297,8 +297,8 @@
    (*:linux*)
    libcpath="/lib/libc.so.6"
    ;;
    - (*:kfreebsd*gnu)
    - libcpath="/lib/libc.so.1"
    + (*:k*bsd*-gnu)
    + libcpath="/lib/libc.so.0.1"
    ;;
    (*:freebsd*)
    libcpath="/usr/lib/libc.so.4"

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Clint Adams@1:229/2 to All on Thu Aug 12 03:00:09 2004
    From: [email protected]

    Since you kindly offered your help to port fakeroot to GNU/kFreeBSD some time ago, and it turned out that a problem with semctl() prevented you from getting
    it to work, I'm glad to tell you that today I've fixed this bug in Glibc's implementation of semctl() and now fakeroot works perfectly.

    Great news! I'll apply your patch and upload in a few minutes.


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)