Re: [MacPorts] #45774: wineをインストールできない

MacPorts noreply at macports.org
Wed Nov 5 06:21:52 PST 2014


#45774: wineをインストールできない
-------------------------+--------------------------------
  Reporter:  kokoblow@…  |      Owner:  macports-tickets@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.2
Resolution:              |   Keywords:
      Port:  wine        |
-------------------------+--------------------------------

Comment (by kimuraw@…):

 I tried to install port:wine on Yosemite.
 I met a problem installation of "expat", one of port:wine dependencies.
 it looks `port configure expat +universal` hangs.

 port:wine supports only 32bit on OS X.
 when other installed port requires 64bit expat, macports installs expat as
 an universal binary.

 {{{
 % uname -r
 14.0.0
 % sudo port -dv configure expat +universal
   :
 OBJCXX='/usr/bin/clang++'
 OBJCXXFLAGS='-pipe -Os -arch x86_64 -arch i386 -stdlib=libc++'
 DEBUG: Assembled command: 'cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/work/expat-2.1.0"
 && ./configure --prefix=/opt/local --disable-dependency-tracking'
 DEBUG: Executing command line:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/work/expat-2.1.0"
 && ./configure --prefix=/opt/local --disable-dependency-tracking
 configure: WARNING: unrecognized options: --disable-dependency-tracking
 }}}

 I waited for over 30 min, but not finished.

 on other terminal,

 {{{
 % cd `port work expat`
 % cd expat-2.1.0
 % tail config.log
 PATH: /sbin
 PATH: /usr/bin
 PATH: /usr/sbin


 ## ----------- ##
 ## Core tests. ##
 ## ----------- ##

 configure:2385: checking build system type
 %
 }}}

 I think "configure" script hangs with config.guess.

-- 
Ticket URL: <https://trac.macports.org/ticket/45774#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list