RJVB / macstrop

RJVB's repository of alternative macports, with ports missing from or overriding those in the standard collection, including a set of KF5 ports.
20 stars 9 forks source link

Cannot build Bison #37

Closed Tatsh closed 5 years ago

Tatsh commented 5 years ago

main.log

Bison build failure is making it not possible to update my machine (I tried port upgrade -p outdated).

From the log:


:info:build   GEN      doc/bison.help
:info:build /bin/sh: line 1: 61656 Abort trap: 6           src/bison --version > doc/bison.help.tmp
:info:build make[2]: *** [doc/bison.help] Error 134
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Users_tatsh_dev_macstrop_devel_bison/bison/work/bison-3.0.4'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_Users_tatsh_dev_macstrop_devel_bison/bison/work/bison-3.0.4'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_Users_tatsh_dev_macstrop_devel_bison/bison/work/bison-3.0.4'
:info:build Command failed:  cd "/opt/local/var/macports/build/_Users_tatsh_dev_macstrop_devel_bison/bison/work/bison-3.0.4" && /usr/bin/make -j8 -w all examples/calc++/calc++ examples/mfcalc/mfcalc examples/rpcalc/rpcalc
:info:build Exit code: 2
:error:build Failed to build bison: command execution failed
:debug:build Error code: CHILDSTATUS 60988 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
RJVB commented 5 years ago

I see nothing in that log which explains what went or goes wrong. I updated the port making it identical to the current mainstream port with just a bison-2 subport, can you try again?

Tatsh commented 5 years ago

Works