Your message dated Thu, 23 May 2013 10:17:49 +0000
with message-id <e1ufsaj-0004u7...@franck.debian.org>
and subject line Bug#693917: fixed in grep 2.14-2
has caused the Debian Bug report #693917,
regarding grep: Bug in Debian patch: "LIB=" instead of "LIBS="
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
693917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: grep
Version: 2.14-1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
Last part of output from "make":
CCLD grep
libgrep.a(pcresearch.o): In function `Pcompile':
pcresearch.c:(.text+0x433): undefined reference to `dlopen'
pcresearch.c:(.text+0x449): undefined reference to `dlsym'
pcresearch.c:(.text+0x462): undefined reference to `dlsym'
pcresearch.c:(.text+0x47b): undefined reference to `dlsym'
pcresearch.c:(.text+0x494): undefined reference to `dlsym'
collect2: ld returned 1 exit status
make[2]: *** [grep] Error 1
make[2]: Leaving directory `/tmp/grep-2.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/grep-2.14'
make: *** [all] Error 2
Patch:
--- 03-397262-dlopen-pcre.patch 2011-07-06 08:05:37.000000000 +0000
+++ 03-397262-dlopen-pcre.patch.new 2012-11-20 21:19:39.000000000 +0000
@@ -12,7 +12,7 @@ Modified by Marco d'Itri <m...@linux.it>
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
test "$ac_cv_search_pcre_compile" = "none required" ||
- LIB_PCRE=$ac_cv_search_pcre_compile
-+ LIB="-ldl $LIBS"
++ LIBS="-ldl $LIBS"
fi
for ac_func in pcre_compile
-- System Information:
Debian Release: 6.0.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: i386 (i586)
Kernel: Linux 2.6.32-45
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages grep depends on:
ii dpkg 1.15.8.13 Debian package management system
ii install-info 4.13a.dfsg.1-6 Manage installed documentation in
ii libc6 2.11.3-4 Embedded GNU C Library: Shared lib
grep recommends no packages.
Versions of packages grep suggests:
ii libpcre3 8.02-1.1 Perl 5 Compatible Regular Expressi
-- no debconf information
--
Bjarni I. Gislason
--- End Message ---
--- Begin Message ---
Source: grep
Source-Version: 2.14-2
We believe that the bug you reported is fixed in the latest version of
grep, which is due to be installed in the Debian FTP archive.
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 693...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Santiago Ruano Rincón <santi...@debian.org> (supplier of updated grep 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 23 May 2013 11:02:34 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.14-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
grep - GNU grep, egrep and fgrep
Closes: 693917
Changes:
grep (2.14-2) unstable; urgency=low
.
* Fixing bug in 03-397262-dlopen-pcre.patch: LIB instead of LIBS. Thanks
to Bjarni Ingi Gislason. (Closes: #693917)
Checksums-Sha1:
62b78f6b3e34bb6bd0a7fd3a8a2e7bf3a32248b3 1262 grep_2.14-2.dsc
d8b06a40f0d2a719ad1b6cfe252a03f03bf94569 12201 grep_2.14-2.debian.tar.bz2
ab3c05d8ddb4391c49f6f106840afc265dcfbdb9 463228 grep_2.14-2_amd64.deb
Checksums-Sha256:
feb6430f88aa9d2bd97fd331bfeb4ca2d87d66ece5b6ffb77e27f6ba7df8f809 1262
grep_2.14-2.dsc
7d5e766a60c27322271905f32c9ab6a6128c4861a521b734f66d04c8b22d94ea 12201
grep_2.14-2.debian.tar.bz2
e6c6cc7385f1aa04e1bedb4d27f66b387deb0061bd02b68c44e45d8da669eb4b 463228
grep_2.14-2_amd64.deb
Files:
4cd3aedf3d2894a913bcae4854878a52 1262 utils required grep_2.14-2.dsc
2a97d4a5b03dd84a00980688720bb016 12201 utils required
grep_2.14-2.debian.tar.bz2
7a19616be61c169ac6664f87b919025d 463228 utils required grep_2.14-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlGd5sUACgkQQUuEI2/szeB/ygCcCVDKBCGsN3ndxBE+CaPrq0S3
s/IAn2ifu/bEM1r+nbE0KmKDtwLMM1UV
=Prkz
-----END PGP SIGNATURE-----
--- End Message ---