Opened 8 months ago

Closed 8 months ago

#71382 closed defect (duplicate)

HandBrakeCLI will not build on M1 Max

Reported by: amadeus24 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: sequoia Cc:
Port: HandBrakeCLI

Description

Installing Handbrake I face a problem with ossp-uuid, which I could install separate, but in the context with HandBrake configure want to use x86_64 architecture, even there was ossp-uuid-directory for arm64 as well. I have deleted the x86_64-directory and create a link uuid-1.6.2-x86_64 which points to uuid-1.6.2-arm64.

Maybe this was the reason I failed then later, when I was asked to install HandBrakeCLI, since configure was then looking for x86_64 architecture.

Snippet from installing with sudo port install -v

cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_HandBrake/HandBrakeCLI/work/HandBrake-0.10.0" && ./configure --prefix=/opt/local --arch=x86_64 --curl=false --fetch=curl --gcc='/usr/bin/clang' --verbose --xcode-config=osx150.x86_64 --xcode-driver=terminal APPLICATIONS_DIR='/Applications/MacPorts' BUILD.jobs=10 CCACHE=no GCC_VERSION=com.apple.compilers.llvm.clang.1_0

Attachments (1)

main.log (49.8 KB) - added by amadeus24 8 months ago.

Download all attachments as: .zip

Change History (2)

Changed 8 months ago by amadeus24

Attachment: main.log added

comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sequoia added
Port: HandBrakeCLI added
Resolution: duplicate
Status: newclosed

The log says:

configure.py: error: invalid xcconfig: osx150.x86_64 (choose from: native none osx1010.i386 osx1010.x86_64 osx106.i386 osx106.x86_64 osx107.i386 osx107.x86_64 osx108.i386 osx108.x86_64 osx109.i386 osx109.x86_64 supplemental)

so this software has not been updated for OS X 10.11 or later.

Duplicate of #49129.

Note: See TracTickets for help on using tickets.