#65749 closed defect (fixed)

aquaterm @1.1.1 fails to build for Monterey/arm64

Reported by: dsteck Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: monterey, arm64 Cc:
Port: aquaterm

Description

Crashes during build; problem seems to be "error: Multiple commands produce '/opt/localm1/var/macports/build/_opt_localm1_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_aquaterm/aquaterm/work/AquaTerm-AquaTerm-5c223a5/aquaterm/build/Default/AquaTerm.app/Contents/Resources/help.html'".

Possibly related older ticket: #57204

Monterey/x86_64 port installs fine.

macOS 12.5.1 (21G83); Xcode 13.4.1, Build version 13F100; MacPorts 2.7.2

Attachments (1)

main.log (30.6 KB) - added by dsteck 20 months ago.
main.log

Download all attachments as: .zip

Change History (4)

Changed 20 months ago by dsteck

Attachment: main.log added

main.log

comment:1 Changed 20 months ago by jmroot (Joshua Root)

Owner: set to mojca
Status: newassigned

comment:2 Changed 18 months ago by wrohv

I also see this in Ventura/arm64, XCode 14.1 rc2. Prior fix #57204 solved the same issue by reverting to the old XCode build system. The release notes for XCode 14 indicate that the "legacy build system" was removed.

comment:3 Changed 18 months ago by hexane360 (Colin Gilgenbach)

Resolution: fixed
Status: assignedclosed

In 32c5c1e4a77f9a7437e74be6fb25551fd2e17e6e/macports-ports (master):

aquaterm: fix xcode build

Fixes aquaterm build. A file was specified in the bundle twice,
which newer versions of xcode seem to error out on. In the past
this was fixed using '-UseNewBuildSystem=NO' on xcode >=10, but
this fix no longer works.

Closes: #65749
References: #56895

Note: See TracTickets for help on using tickets.