#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 22 months ago by mascguy (Christopher Nielsen)

Cc: mascguy added

comment:2 Changed 22 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In e4ed1e49062c0cacabcabcb9b8573ae64c78e5a8/macports-ports (master):

py-msgpack: use pg compiler_wrapper
Fixes: #65402

Note: See TracTickets for help on using tickets.