#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)

main.log (598.6 KB) - added by programmingkidx 17 months ago.

Download all attachments as: .zip

Change History (5)

Changed 17 months ago by programmingkidx

Attachment: main.log added

comment:1 Changed 17 months ago by programmingkidx

I ran 'sudo port -f activate gmp' and this fixed the problem.

comment:2 Changed 17 months ago by kencu (Ken)

Summary: Minetest fails to build on Mac OS 10.12Minetest: links to gmp opportunistically

comment:3 Changed 16 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 16 months ago by Zweihorn <4863737+Zweihorn@…>

Owner: set to Zweihorn <4863737+Zweihorn@…>
Resolution: fixed
Status: newclosed

In 878d316473ca383f32dafeb2dc8b158c6a2d7bd0/macports-ports (master):

minetest: assume maintainership, update dependencies

Closes: #66562
Closes: #66408

Note: See TracTickets for help on using tickets.