Bug 213861

Summary: lang/expect stage failure on arm64
Product: Ports & Packages Reporter: Glen Barber <gjb>
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: emaste, gahr
Priority: --- Flags: bugzilla: maintainer-feedback? (tcltk)
Version: Latest   
Hardware: arm64   
OS: Any   
Bug Depends on: 214205    
Bug Blocks: 201763    

Description Glen Barber freebsd_committer freebsd_triage 2016-10-28 18:32:04 UTC
=======================<phase: stage          >============================
===>  Staging for expect-5.45.3
===>   Generating temporary packing list
(echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ;  echo 'package ifneeded Expect 5.45.3  [list load [file join $dir libexpect5453.so]]' ) > pkgIndex.tcl
 install  -s -m 555 libexpect5453.so /wrkdirs/usr/ports/lang/expect/work/stage/usr/local/lib/expect5.45.3/libexpect5453.so
 : /wrkdirs/usr/ports/lang/expect/work/stage/usr/local/lib/expect5.45.3/libexpect5453.so
 Install pkgIndex.tcl /wrkdirs/usr/ports/lang/expect/work/stage/usr/local/lib/expect5.45.3
 install  -s -m 555 expect /wrkdirs/usr/ports/lang/expect/work/stage/usr/local/bin/expect
TCL_LIBRARY=`echo /usr/local/include/tcl8.6/library`  LD_LIBRARY_PATH=".:/usr/local/lib/tcl8.6:"  PATH=".:/usr/local/lib/tcl8.6:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/nonexistent/bin"  TCLLIBPATH="." /usr/local/bin/tclsh8.6 ./fixline1 /usr/local/bin < ./example/timed-run > timed-run
*** Signal 11

Stop.
make[1]: stopped in /wrkdirs/usr/ports/lang/expect/work/expect5.45
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/expect
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2016-10-31 10:44:59 UTC
Can we please get a core-dump of tclsh8.6?
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2016-11-04 09:27:55 UTC
I can reproduce on ref12-aarch64.freebsd.org. Vanilla tclsh from fossil trunk (http://core.tcl.tk/tcl/timeline?y=ci&t=trunk) segfaults at startup.
Looking into it..
Comment 3 Ed Maste freebsd_committer freebsd_triage 2016-11-04 15:49:17 UTC

*** This bug has been marked as a duplicate of bug 214205 ***