[MacPorts] #38732: gcc48 is broken by configure-timespec.patch
MacPorts
noreply at macports.org
Wed Apr 10 06:13:09 PDT 2013
#38732: gcc48 is broken by configure-timespec.patch
------------------------+-------------------
Reporter: howarth@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: gcc48 |
------------------------+-------------------
Comment (by howarth@…):
Comparing the gcc47 and gcc48 Portfile's, I see...[[BR]]
[[BR]]
@@ -148,6 +134,8 @@[[BR]]
[[BR]]
post-destroot {[[BR]]
eval file delete [glob ${destroot}${prefix}/lib/*{a,py}][[BR]]
+ eval file delete [glob ${destroot}${prefix}/lib/libgcc*][[BR]]
+ file delete -force ${destroot}${prefix}/lib/gcc[[BR]]
file delete -force ${destroot}${prefix}/share/gcc-${major}[[BR]]
file delete -force ${destroot}${prefix}/include/${name}[[BR]]
[[BR]]
I assume somehow this manages to break the configure tests for emutls such
that this support is never built.[[BR]]
End users should be made aware that the gcc4x compilers in MacPorts are
crippled and are unlikely to pass large sections[[BR]]
of the gcc testsuite. Have you even tried running that? I routinely post
the testresults for the fink gcc4x packages[[BR]]
and, outside of the objective c failures on newer darwin, the test results
for a properly built FSF gcc are quite good.[[BR]]
[[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02347.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02348.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02414.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02415.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg00028.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg00729.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01064.html [[BR]]
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01065.html
--
Ticket URL: <https://trac.macports.org/ticket/38732#comment:7>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list