Opened 6 months ago

Last modified 6 months ago

#68784 assigned defect

cl-zpb-exif @20210117: The operation couldn’t be completed. Unable to locate a Java Runtime.

Reported by: barracuda156 Owned by: catap (Kirill A. Korinsky)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: arm64 Cc:
Port: cl-zpb-exif

Description

The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.

Command failed: /opt/local/bin/abcl --noinit --eval '(defun user-homedir-pathname () #p"/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lisp_cl-zpb-exif/cl-zpb-exif/work/.home/")' --eval '(require "asdf")' --eval '(setf asdf:*central-registry* (list* (quote *default-pathname-defaults*) #p"/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lisp_cl-zpb-exif/cl-zpb-exif/work/build/system/" #p"/opt/local/share/common-lisp/system/" asdf:*central-registry*))' --eval '(asdf:operate (quote asdf:build-op) (quote zpb-exif))' 2>&1
Exit code: 1
Error: Failed to build cl-zpb-exif: asdf:build-op cannot be executed
DEBUG: Error code: NONE
DEBUG: Backtrace: asdf:build-op cannot be executed
    while executing
"$procedure $targetname"

https://build.macports.org/builders/ports-12_arm64-builder/builds/112186/steps/install-port/logs/stdio https://build.macports.org/builders/ports-11_arm64-builder/builds/108823/steps/install-port/logs/stdio

Looks like it picks a wrong Lisp compiler?

Change History (6)

comment:1 Changed 6 months ago by catap (Kirill A. Korinsky)

I'm tracking that issue on Java PG for a while. If you install *any* openjdk, it will fix it.

comment:2 in reply to:  1 Changed 6 months ago by barracuda156

Replying to catap:

I'm tracking that issue on Java PG for a while. If you install *any* openjdk, it will fix it.

Do we actually need to depend on abcl here though?

comment:3 Changed 6 months ago by catap (Kirill A. Korinsky)

Yep, I'm supporting that lisp as well

comment:4 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: cl-zpb-exif fails on aarch64cl-zpb-exif @20210117: The operation couldn’t be completed. Unable to locate a Java Runtime.

comment:5 Changed 6 months ago by catap (Kirill A. Korinsky)

Ryan, this is issue for ABCL port and the root cause is java PG. Not some random lisp port.

comment:6 Changed 6 months ago by catap (Kirill A. Korinsky)

The root cause of this issue: https://trac.macports.org/ticket/68804

Note: See TracTickets for help on using tickets.