Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-24 Thread Adam D. Barratt
Control: tags -1 - wheezy-ignore

On Thu, 2012-11-22 at 00:05 +0100, Santiago Ruano Rincón wrote:
 tags 693917 + wheezy-ignore

No. Please educate yourself as to the meaning of that tag, and why it's
inappropriate for you to be setting it.

 I'm unable to reproduce this bug on unstable, I suppose it's a
 squeeze-related bug?

The report says 

 Version: 2.14-1

which is the version that's only in unstable. So either the reported
version is very wrong, or this has nothing to do with squeeze.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-24 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 - wheezy-ignore
Bug #693917 [src:grep] grep: Bug in Debian patch: LIB= instead of LIBS=
Removed tag(s) wheezy-ignore.

-- 
693917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-23 Thread Bjarni Ingi Gislason
On Thu, Nov 22, 2012 at 12:05:37AM +0100, Santiago Ruano Rincón wrote:
 tags 693917 + wheezy-ignore
 tags 693917 + squeeze
 tags 693917 + moreinfo
 stop
 
 Hi,
 
 I'm unable to reproduce this bug on unstable, I suppose it's a
 squeeze-related bug?
 
 Thanks for reporting the bug,
 

  This is a conditional bug which needs at least to have configuration
HAVE_LIBPCRE to be true to be triggered.

 On 21/11/12 19:33, Bjarni Ingi Gislason wrote:
  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.0 +
  +++ 03-397262-dlopen-pcre.patch.new 2012-11-20 21:19:39.0 +
  @@ -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
  
  

-- 
Bjarni I. Gislason


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-21 Thread Bjarni Ingi Gislason
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.0 +
+++ 03-397262-dlopen-pcre.patch.new 2012-11-20 21:19:39.0 +
@@ -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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-21 Thread Santiago Ruano Rincón
tags 693917 + wheezy-ignore
tags 693917 + squeeze
tags 693917 + moreinfo
stop

Hi,

I'm unable to reproduce this bug on unstable, I suppose it's a
squeeze-related bug?

Thanks for reporting the bug,

On 21/11/12 19:33, Bjarni Ingi Gislason wrote:
 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.0 +
 +++ 03-397262-dlopen-pcre.patch.new   2012-11-20 21:19:39.0 +
 @@ -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
 


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#693917: grep: Bug in Debian patch: LIB= instead of LIBS=

2012-11-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 693917 + wheezy-ignore
Bug #693917 [src:grep] grep: Bug in Debian patch: LIB= instead of LIBS=
Added tag(s) wheezy-ignore.
 tags 693917 + squeeze
Bug #693917 [src:grep] grep: Bug in Debian patch: LIB= instead of LIBS=
Added tag(s) squeeze.
 tags 693917 + moreinfo
Bug #693917 [src:grep] grep: Bug in Debian patch: LIB= instead of LIBS=
Added tag(s) moreinfo.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
693917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org