[Bug 739693] Re: Configure does not find libs in /lib/x86_64-linux-gnu

Bug Watch Updater 739693 at bugs.launchpad.net
Thu Aug 11 04:22:37 UTC 2011


** Changed in: perl (Debian)
       Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to perl in Ubuntu.
https://bugs.launchpad.net/bugs/739693

Title:
  Configure does not find libs in /lib/x86_64-linux-gnu

Status in The Perl Programming Language:
  Unknown
Status in “perl” package in Ubuntu:
  Fix Released
Status in “perl” source package in Natty:
  Fix Released
Status in “perl” package in Debian:
  Fix Released

Bug description:
  Binary package hint: perl

  Attempting to build the 'perl' package fails on natty.

  libc6 in natty has moved the core system libs (such as libm) that used
  to be in /lib into /lib/x86_64-linux-gnu. Perl's Configure script does
  not include this path in libspath/libpth/loclibpth so it fails to find
  the libraries. Subsequently the libs are dropped from the build line
  for gcc and the build falls over during linking.

  I have reproduced this on my system by grabbing the src-deb via 'apt-
  get source perl' both on the base system and in a pbuilder env..

  The end result is a build failure
  ----

  cc -fstack-protector -L/usr/local/lib -o miniperl \
                gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.
  o deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o  \
              miniperlmain.o opmini.o perlmini.o 
  util.o: In function `Perl_safesysmalloc':
  /tmp/buildd/perl-5.10.1/util.c:78: undefined reference to `pthread_getspecific'
  util.o: In function `Perl_safesysrealloc':
  /tmp/buildd/perl-5.10.1/util.c:134: undefined reference to `pthread_getspecific'
  util.o: In function `Perl_croak_nocontext':
  /tmp/buildd/perl-5.10.1/util.c:1444: undefined reference to `pthread_getspecific'
  util.o: In function `Perl_safesyscalloc':
  /tmp/buildd/perl-5.10.1/util.c:271: undefined reference to `pthread_getspecific'
  util.o: In function `Perl_die_nocontext':
  ...

  ---------
  Under a normal build several libs should follow at the end of the build line, like '-lm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/perl5/+bug/739693/+subscriptions




More information about the foundations-bugs mailing list