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)
Change History (2)
Changed 8 months ago by amadeus24
comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | sequoia added |
---|---|
Port: | HandBrakeCLI added |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The log says:
so this software has not been updated for OS X 10.11 or later.
Duplicate of #49129.