Opened 2 years ago
Closed 23 months ago
#66408 closed defect (fixed)
Minetest: links to gmp opportunistically
Reported by: | programmingkidx | Owned by: | Zweihorn <4863737+Zweihorn@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | minetest gmp | Cc: | |
Port: | minetest |
Description
Building fails for Minetest on Mac OS 10.12. The reason is undefined symbols. Here are a few of them:
_gmpz_add
_gmpz_clear
_gmpz_export
_gmpz_import
These functions appear to be for libgmp.
I searched the log and did find this text:
:info:configure -- Using GMP provided by system.
:info:configure -- Found GMP: /opt/local/lib/libgmp.dylib
Attachments (1)
Change History (5)
Changed 2 years ago by programmingkidx
comment:1 Changed 2 years ago by programmingkidx
comment:2 Changed 2 years ago by kencu (Ken)
Summary: | Minetest fails to build on Mac OS 10.12 → Minetest: links to gmp opportunistically |
---|
comment:3 Changed 23 months ago by Zweihorn (@Zweihorn)
Closed by: https://github.com/macports/macports-ports/pull/17077
Thank for addressing this issue to us.
comment:4 Changed 23 months ago by Zweihorn <4863737+Zweihorn@…>
Owner: | set to Zweihorn <4863737+Zweihorn@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I ran 'sudo port -f activate gmp' and this fixed the problem.