Opened 7 years ago
Closed 6 years ago
#55114 closed defect (fixed)
libtommath: error: /opt/local/include/libtommath/tommath.h is being used by the active MoarVM port.
Reported by: | kencu (Ken) | Owned by: | coke (Will Coleda) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | moarvm libtommath |
Description
looks like both libtomath
and moarvm
provide ${prefix}/include/libtommath/tommath.h
Not sure if they should be just declared conflicting, or if moarvm
might use libtommath
instead of it's internal copy...
Change History (2)
comment:1 Changed 7 years ago by mojca (Mojca Miklavec)
comment:2 Changed 6 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See https://github.com/MoarVM/MoarVM/issues/321 and #50153. I did add a conflict to MoarVM, but maybe libtommath is missing it. Please fix it if so, I'm currently not able to make any commits.