[Bug 205307] lang/perl 5.22.1_4 undefined reference to `__stack_chk_fail_local'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 14 08:04:24 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205307

            Bug ID: 205307
           Summary: lang/perl 5.22.1_4 undefined reference to
                    `__stack_chk_fail_local'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: kib at FreeBSD.org

The summary says it all.  The log of the linking command failure:

cc -lpthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib -o miniperl 
perlmini.o opmini.o miniperlmain.o  gv.o toke.o perly.o pad.o regcomp.o dump.o
util.o mg.o reentr.o mro_core.o keywords.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 globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o
pp_sort.o caretx.o   -lpthread -lm -lcrypt -lutil
perlmini.o: In function `Perl_sys_init3':
perlmini.c:(.text+0x70): undefined reference to `__stack_chk_fail_local'
perlmini.o: In function `S_forbid_setid':
perlmini.c:(.text+0x10d): undefined reference to `__stack_chk_fail_local'
perlmini.o: In function `Perl_populate_isa':
...

This is on FreeBSD/i386 stable/9 (running in a jail on the stable/10 amd64
host, if this matter).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list