Your message dated Sun, 19 Feb 2006 08:18:35 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338388: fixed in libpri 1.2.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libpri
Version: 1.2.0-rc1-1
Severity: important
Tags: patch
Hi,
libpri fails to build on GNU/kFreeBSD because it does not call ldconfig
correctly. Please find attached a patch to fix that. It first check for
systems with a GNU userland (ie a glibc), and then consider all of them
the same way.
It would be nice if it could be applied in the next upload.
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- libpri-1.2.0-rc1.orig/Makefile
+++ libpri-1.2.0-rc1/Makefile
@@ -32,6 +32,10 @@
OSARCH=$(shell uname -s)
PROC?=$(shell uname -m)
+ifneq (,$(findstring $(OSARCH), Linux GNU/kFreeBSD))
+OSARCH=GNU
+endif
+
TOBJS=testpri.o
T2OBJS=testprilib.o
STATIC_LIBRARY=libpri.a
@@ -43,7 +47,7 @@
INSTALL_BASE=/usr
SOFLAGS = -Wl,-hlibpri.so.1
LDCONFIG = /sbin/ldconfig
-ifeq (${OSARCH},Linux)
+ifeq (${OSARCH},GNU)
LDCONFIG_FLAGS=-n
else
ifeq (${OSARCH},FreeBSD)
--- End Message ---
--- Begin Message ---
Source: libpri
Source-Version: 1.2.2-1
We believe that the bug you reported is fixed in the latest version of
libpri, which is due to be installed in the Debian FTP archive:
libpri-dev_1.2.2-1_i386.deb
to pool/main/libp/libpri/libpri-dev_1.2.2-1_i386.deb
libpri1.2_1.2.2-1_i386.deb
to pool/main/libp/libpri/libpri1.2_1.2.2-1_i386.deb
libpri_1.2.2-1.diff.gz
to pool/main/libp/libpri/libpri_1.2.2-1.diff.gz
libpri_1.2.2-1.dsc
to pool/main/libp/libpri/libpri_1.2.2-1.dsc
libpri_1.2.2.orig.tar.gz
to pool/main/libp/libpri/libpri_1.2.2.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kilian Krause <[EMAIL PROTECTED]> (supplier of updated libpri package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 5 Feb 2006 11:42:46 +0100
Source: libpri
Binary: libpri-dev libpri1.2
Architecture: source i386
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Kilian Krause <[EMAIL PROTECTED]>
Description:
libpri-dev - Primary Rate ISDN specification development files
libpri1.2 - Primary Rate ISDN specification library
Closes: 338388 341109
Changes:
libpri (1.2.2-1) unstable; urgency=low
.
[ Tzafrir Cohen ]
* bristuff 0.3.0-PRE-1f
.
[ Kilian Krause ]
* New upstream release.
* New ABI since 1.2.1 without chaning SONAME. Adjusting at least the package
name accordingly nevertheless. (Closes: #341109)
* Add GNU/kFreeBSD patch to run ldconfig (Closes: #338388)
Files:
3ad748d0f9e9bbe4f2df85346a984cf0 817 libs optional libpri_1.2.2-1.dsc
efce9c3699110588df5e4cf09eae01d9 76070 libs optional libpri_1.2.2.orig.tar.gz
bb45436a9166d682091293f304d2f6ca 48088 libs optional libpri_1.2.2-1.diff.gz
90030eee4d10b5c0d2f0b9f4e2bc84c2 114472 libdevel optional
libpri-dev_1.2.2-1_i386.deb
73f2399dcbab942b14308d314735e5af 95940 libs optional libpri1.2_1.2.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFD5dwSvdkzt4X+wX8RAmioAJ0SbMWoLPSZ/O8RXHQ35HEx2ewlPwCfS7VU
/PkBojPE7i5qhG99fmwpIcU=
=ofRC
-----END PGP SIGNATURE-----
--- End Message ---