Opened 2 years ago
Closed 2 years ago
#65402 closed defect (fixed)
py310-msgpack @1.0.4 is using libstdc++ (this installation is configured to use libc++)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | lion, mountainlion | Cc: | mascguy (Christopher Nielsen) |
Port: | py-msgpack |
Description
On Lion and Mountain Lion, rev-upgrade reports:
py310-msgpack is using libstdc++ (this installation is configured to use libc++)
This is because the port is linking without using the LDFLAGS that MacPorts is telling it to use.
This used to be handled by the python portgroup automatically including the compiler_wrapper portgroup but it no longer does this. This port could either include the compiler_wrapper portgroup itself or could use other means of passing the LDFLAGS on to the build.
When this is fixed, the port's revision needs to be increased so that anyone who installed it after the python portgroup change will be upgraded to a fixed copy.
Change History (2)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:2 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In e4ed1e49062c0cacabcabcb9b8573ae64c78e5a8/macports-ports (master):