[MacPorts] #32759: reduce-algebra upgrade renamed reduce-3.8.0-r1535 - installs both csl and psl versions

MacPorts noreply at macports.org
Fri Jan 6 07:12:27 PST 2012


#32759: reduce-algebra upgrade renamed reduce-3.8.0-r1535 - installs both csl and
psl versions
------------------------------------+---------------------------------------
 Reporter:  mark.brethen@…          |       Owner:  snc@…                
     Type:  update                  |      Status:  assigned             
 Priority:  Normal                  |   Milestone:                       
Component:  ports                   |     Version:                       
 Keywords:                          |        Port:  reduce reduce-algebra
------------------------------------+---------------------------------------

Comment(by ecronin@…):

 It would probably fail in the same way on Lion if you had the patch from
 UsingTheRightCompiler applied.  That patch doesn't make bad ports use the
 right compiler; it makes using the wrong compiler become an explicit
 error.  The configure script hunks you've pasted are clearly running "gcc"
 explicitly, which is not what macports wants, even in configure scripts,
 and on Lion that would fail as well.  This may or may not compile on SL if
 the UsingTheRightCompiler patch isn't in play, but the portfile should
 still take care of replacing bare calls to cc or gcc with the right
 compiler even if it appears to succeed.  That's the patch you should give
 upstream, removing all bare calls to gcc and replacing them with ${CC},
 and setting ${CC} to gcc if the user (or macports on our case) hasn't
 provided a compiler to use (and the same for g++/ld/cpp/etc).

-- 
Ticket URL: <https://trac.macports.org/ticket/32759#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list