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.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 > > > > -- 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