Opened 11 years ago

Last modified 10 years ago

#41316 closed defect

qt4-mac: Warning about libstdc++ after installation ( r113176 does not work for me ) — at Version 1

Reported by: george.sklivanitis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.99
Keywords: mavericks Cc: michaelld@…
Port: qt4-mac

Description (last modified by neverpanic (Clemens Lang))

I have the qt4-mac port installed on Mavericks. However, I always see the following warning after building ports:

sudo port install gnuradio +all
--->  Computing dependencies for gnuradio
--->  Cleaning gnuradio
--->  Scanning binaries for linking errors: 81.4%
Warning: /opt/local/bin/qmake uses /usr/lib/libstdc++.6.dylib as C++ standard library although macports::cxx_stdlib is set to libc++.
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.

I followed the instructions of r113176 but still I have the same problem

Change History (1)

comment:1 Changed 11 years ago by neverpanic (Clemens Lang)

Description: modified (diff)

This is a false positive, IMO. I'm not very happy with this warning, since it's essentially in the wrong place. This shouldn't be printed every time rev-upgrade runs, but in a new to-be-written phase after destroot. Porting to libc++ is not a no-brainer, especially for larger projects, and should probably be left for upstream.

Note: See TracTickets for help on using tickets.