Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 08:04:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205307] lang/perl 5.22.1_4 undefined reference to `__stack_chk_fail_local'
Message-ID:  <bug-205307-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: kib@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205307-13>