[MacPorts] #20596: xmedcon +fortran has never worked

MacPorts noreply at macports.org
Fri Aug 7 12:05:10 PDT 2009


#20596: xmedcon +fortran has never worked
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  jameskyle@…           
     Type:  defect                   |      Status:  new                   
 Priority:  Normal                   |   Milestone:                        
Component:  ports                    |     Version:  1.7.1                 
 Keywords:                           |        Port:  xmedcon               
-------------------------------------+--------------------------------------
 The +fortran variant of xmedcon has never worked:

 {{{
 $ port install xmedcon +fortran
 --->  Fetching xmedcon
 --->  Attempting to fetch xmedcon-0.10.4.tar.gz from
 http://prdownloads.sourceforge.net/xmedcon/
 --->  Verifying checksum(s) for xmedcon
 --->  Extracting xmedcon
 --->  Configuring xmedcon
 Error: Target org.macports.configure returned: Invalid value for
 configure.compiler
 Error: Status 1 encountered during processing.
 }}}

 When the port was originally added in r41666, configure.compiler was
 specified in that variant as "/opt/local/bin/gcc-mp-4.3". This was changed
 in r55190 to "${prefix}/bin/gcc-mp-4.3" but this is still not right. The
 value for configure.compiler should be one of those listed
 [http://guide.macports.org/chunked/reference.phases.html#reference.phases.configure
 here], for example "macports-gcc-4.3". And then it is unnecessary to set
 configure.f77 yourself, since the purpose of setting configure.compiler is
 that MacPorts will then set configure.f77 and the other related variables
 for you.

 Even when fixing that, I am unable to determine if the variant is having
 any effect. For example, I would have expected the gfortran-mp-4.3 program
 to be used during the build phase, but it does not appear to be.

-- 
Ticket URL: <http://trac.macports.org/ticket/20596>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list