Opened 8 weeks ago
Last modified 8 weeks ago
#70813 new defect
gnuplot 6.0.1 will not install on arm64
Reported by: | kickingvegas (Charles Choi) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.1 |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | gnuplot |
Description
Running on macOS 14.7, M1 arm64
$ sudo port install gnuplot Error: Cannot install gnuplot for the arch 'x86_64' because Error: its dependency expat is only installed for the arch 'arm64' Error: and the configured universal_archs '' are not sufficient. Error: Unable to execute port gnuplot: architecture mismatch
Change History (2)
comment:1 Changed 8 weeks ago by jmroot (Joshua Root)
comment:2 Changed 8 weeks ago by jmroot (Joshua Root)
Cc: | mojca added |
---|---|
Port: | gnuplot added |
Note: See
TracTickets for help on using
tickets.
qt4-mac is x86_64 only, so the qt4 portgroup sets supported_archs accordingly, and gnuplot uses the qt4 portgroup when the qt variant is selected. The default is now +qt5 which should avoid this problem.