Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#63655 closed defect (invalid)

opencbm @ 0.4.99 fails to build on high sierra

Reported by: rccraigb Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port:

Description (last modified by jmroot (Joshua Root))

opencbm fails during build step:

rccraigb$ sudo port install
--->  Computing dependencies for opencbm
--->  Fetching distfiles for opencbm
--->  Verifying checksums for opencbm
--->  Extracting opencbm
--->  Configuring opencbm
--->  Building opencbm
Error: Failed to build opencbm: command execution failed 
Error: See /opt/local/var/macports/logs/_private_tmp/opencbm/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port opencbm failed

The apparent error is:

:info:build cl65 -c --feature labels_without_colons --feature pc_assignment --feature loose_char_term --asm-include-dir .. -o tdchange.tmp tdchange.a65
:info:build tdchange.a65(151): Error: Range error (-9 not in [0..255])
:info:build tdchange.a65(169): Error: Range error (-5 not in [0..255])

The main log shows the following (is the i386 architecture correct?):

version:1
:debug:main Starting logging for opencbm @0.4.99_20111231
:debug:sysinfo macOS 10.13.6 (darwin/17.7.0) arch i386
:debug:sysinfo MacPorts 2.7.1
:debug:sysinfo Xcode 9.4.1
:debug:sysinfo SDK 10.13
:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.13
:debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$
:msg:main --->  Computing dependencies for opencbm:info:main .:debug:main opencbm has no conflicts
:debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$
:debug:main Searching for dependency: git
:debug:main Didn't find receipt, going to depspec regex for: git
:debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$
:debug:main Searching for dependency: cc65
:debug:main Didn't find receipt, going to depspec regex for: cc65
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/cc65
:debug:main OS darwin/17.7.0 (macOS 10.13.6) arch i386
...
...
...
:info:build s2.c:130:39: note: put the semicolon on a separate line to silence this warning
:info:build 5 warnings generated.
:info:build 5 warnings generated.
:info:build 6 warnings generated.
:info:build ar r libtrans.a pp.lo s1.lo s2.lo turbo.lo
:info:build ar: creating archive libtrans.a
:info:build rm s2.o65 pp1571.o65 pp1541.o65 s1.o65 turbomain.o65
:info:build cl65 -c --feature labels_without_colons --feature pc_assignment --feature loose_char_term --asm-include-dir .. -o tdchange.tmp tdchange.a65
:info:build tdchange.a65(151): Error: Range error (-9 not in [0..255])
:info:build tdchange.a65(169): Error: Range error (-5 not in [0..255])
:info:build make[1]: *** [tdchange.o65] Error 1
:info:build make: *** [opencbm] Error 1
:info:build Command failed:  cd "/opt/local/var/macports/build/_private_tmp/opencbm/work/code" && cd opencbm && make -f LINUX/Makefile PREFIX=/opt/local MANDIR=/opt/local/share/man/man1 -j24 all
:info:build Exit code: 2
:error:build Failed to build opencbm: command execution failed
:debug:build Error code: CHILDSTATUS 50108 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_private_tmp/opencbm/main.log for details.

Attachments (1)

Portfile (1.3 KB) - added by rccraigb 3 years ago.
Portfile

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by rccraigb

Attachment: Portfile added

Portfile

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Resolution: invalid
Status: newclosed

There doesn't seem to be an opencbm port in MacPorts. You would need to report this issue to whomever created this port.

comment:2 Changed 3 years ago by rccraigb

Thank you, Joshua, I didn't recognize that. Appreciate the quick response!

Note: See TracTickets for help on using tickets.