[MacPorts] #15459: erlang R12B-2 build failure on Leopard 5.3

MacPorts noreply at macports.org
Sat May 31 01:06:17 PDT 2008


#15459: erlang R12B-2 build failure on Leopard 5.3
---------------------------------+------------------------------------------
  Reporter:  sreguera at gmail.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect              |      Status:  new                                  
  Priority:  Normal              |   Milestone:  Port Bugs                            
 Component:  ports               |     Version:  1.6.0                                
Resolution:                      |    Keywords:                                       
---------------------------------+------------------------------------------
Comment (by sreguera at gmail.com):

 The quick and dirty solution is to remove the "--enable-hipe" option from
 the configuration in the Portfile.

 I've moved it to a separate variant:
 {{{
 --- Portfile.orig       2008-05-31 09:53:07.000000000 +0200
 +++ Portfile    2008-05-31 09:54:54.000000000 +0200
 @@ -45,7 +45,6 @@
  configure.args  --prefix=${destroot}${prefix}  \
                 --enable-threads                \
                  --enable-kernel-poll            \
 -               --enable-hipe                   \
                 --disable-smp-support

  variant smp    {
 @@ -58,6 +57,9 @@
         depends_run-append      port:openssl
  }

 +variant hipe   {
 +       configure.args-append   --enable-hipe
 +}

  platform i386 {
     pre-configure {
 }}}

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


More information about the macports-tickets mailing list