[MacPorts] #49610: sbcl 1.3 fails to build

MacPorts noreply at macports.org
Fri Nov 6 07:39:33 PST 2015


#49610: sbcl 1.3 fails to build
---------------------+--------------------------------
  Reporter:  glen@…  |      Owner:  macports-tickets@…
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.3.4
Resolution:          |   Keywords:  elcapitan
      Port:  sbcl    |
---------------------+--------------------------------

Comment (by glen@…):

 The pertinent section of the log file indicates that the self test for sb-
 concurrency, which is part of the (default) +fancy variant, failed:

 {{{
 :info:build * echo "(defsystem :sb-sprof :class require-system)" >
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.3.0/obj
 /sbcl-home/contrib//sb-sprof.asd
 :info:build
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.3.0/src/runtime/sbcl
 --noinform --core
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.3.0/output/sbcl.core
 --lose-on-corruption --disable-debugger --no-sysinit --no-userinit --eval
 '(load (format nil "SYS:CONTRIB;~:@(~A~);TEST.LISP" "sb-sprof"))'
 </dev/null
 :info:build ; disassembly for CONSALOT
 :info:build ; Size: 180 bytes. Origin: #x1003D978C8
 :info:build ; 8C8:       498B4C2460       MOV RCX, [R12+96]
 ; thread.binding-stack-pointer
 :info:build
 ; no-arg-parsing entry point
 :info:build ; 8CD:       48894DF8         MOV [RBP-8], RCX
 :info:build ; 8D1:       BA17001020       MOV EDX, 537919511
 :info:build ; 8D6:       BB204E0000       MOV EBX, 20000
 :info:build ; 8DB:       E96F000000       JMP L5
 :info:build ; 8E0: L0:   4883EB02         SUB RBX, 2
 :info:build ; 8E4:       49896C2440       MOV [R12+64], RBP
 ; thread.pseudo-atomic-bits
 :info:build ; 8E9:       4D8B5C2418       MOV R11, [R12+24]
 ; thread.alloc-region
 :info:build ; 8EE:       498D7360         LEA RSI, [R11+96]
 :info:build ; 8F2:       493B742420       CMP RSI, [R12+32]
 :info:build ; 8F7:       7764             JNBE L6
 :info:build ; 8F9:       4989742418       MOV [R12+24], RSI
 ; thread.alloc-region
 :info:build ; 8FE:       498D730F         LEA RSI, [R11+15]
 :info:build ; 902: L1:   48C746F1D9000000 MOV QWORD PTR [RSI-15], 217
 :info:build ; 90A:       48C746F914000000 MOV QWORD PTR [RSI-7], 20
 :info:build ; 912:       49316C2440       XOR [R12+64], RBP
 ; thread.pseudo-atomic-bits
 :info:build ; 917:       7403             JEQ L2
 :info:build ; 919:       0F0B09           BREAK 9
 ; pending interrupt trap
 :info:build ; 91C: L2:   49896C2440       MOV [R12+64], RBP
 ; thread.pseudo-atomic-bits
 :info:build ; 921:       4D8B5C2418       MOV R11, [R12+24]
 ; thread.alloc-region
 :info:build ; 926:       498D4B10         LEA RCX, [R11+16]
 :info:build ; 92A:       493B4C2420       CMP RCX, [R12+32]
 :info:build ; 92F:       773C             JNBE L7
 :info:build ; 931:       49894C2418       MOV [R12+24], RCX
 ; thread.alloc-region
 :info:build ; 936:       498D4B07         LEA RCX, [R11+7]
 :info:build ; 93A: L3:   49316C2440       XOR [R12+64], RBP
 ; thread.pseudo-atomic-bits
 :info:build ; 93F:       7403             JEQ L4
 :info:build ; 941:       0F0B09           BREAK 9
 ; pending interrupt trap
 :info:build ; 944: L4:   488971F9         MOV [RCX-7], RSI
 :info:build ; 948:       48895101         MOV [RCX+1], RDX
 :info:build ; 94C:       488BD1           MOV RDX, RCX
 :info:build ; 94F: L5:   4885DB           TEST RBX, RBX
 :info:build ; 952:       7F8C             JNLE L0
 :info:build ; 954:       488BE5           MOV RSP, RBP
 :info:build ; 957:       F8               CLC
 :info:build ; 958:       5D               POP RBP
 :info:build ; 959:       C3               RET
 :info:build ; 95A:       0F0B10           BREAK 16
 ; Invalid argument count trap
 :info:build ; 95D: L6:   6A60             PUSH 96
 :info:build ; 95F:       BEF0B01100       MOV ESI, 1159408
 ; alloc_tramp
 :info:build ; 964:       FFD6             CALL RSI
 :info:build ; 966:       5E               POP RSI
 :info:build ; 967:       4080CE0F         OR SIL, 15
 :info:build ; 96B:       EB95             JMP L1
 :info:build ; 96D: L7:   6A10             PUSH 16
 :info:build ; 96F:       B9F0B01100       MOV ECX, 1159408
 ; alloc_tramp
 :info:build ; 974:       FFD1             CALL RCX
 :info:build ; 976:       59               POP RCX
 :info:build ; 977:       80C907           OR CL, 7
 :info:build ; 97A:       EBBE             JMP L3
 :info:build *
 :info:build WARNING! Some of the contrib modules did not build
 successfully or pass
 :info:build their self-tests. Failed contribs:"
 :info:build   sb-concurrency
 :info:build Command failed: ulimit -s 8192 && unset LD_PREBIND && unset
 LD_PREBIND_ALLOW_OVERLAP && cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.3.0
 && export CC && CC=/usr/bin/clang && export CXX && CXX=/usr/bin/clang++ &&
 export CPP && CPP==/usr/bin/cpp && sh ./make.sh --fancy
 --prefix=/opt/local --xc-
 host="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.55-x86-darwin/src/runtime/sbcl
 --core
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.55-x86-darwin/output/sbcl.core
 --disable-debugger --sysinit /dev/null --userinit /dev/null"
 :info:build Exit code: 1
 :error:build org.macports.build for port sbcl returned: command execution
 failed
 :debug:build Error code: NONE
 :debug:build Backtrace: command execution failed
     while executing
 "proc-org.macports.build-build-0 org.macports.build"
     ("eval" body line 1)
     invoked from within
 "eval $procedure $targetname"
 :info:build Warning: targets not executed for sbcl: org.macports.install
 org.macports.build org.macports.destroot
 :notice:build Please see the log file for port sbcl for details:
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/main.log
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/49610#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list