Opened 10 years ago
Closed 10 years ago
#45774 closed defect (worksforme)
wineをインストールできない
Reported by: | kokoblow@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | dtakahashi@…, humem (humem), kimuraw (kimura wataru), takanori@…, tenomoto (Takeshi Enomoto), ryandesign (Ryan Carsten Schmidt) | |
Port: | wine |
Description
Change History (6)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | dtakahashi@… hum@… kimuraw@… takanori@… takeshi@… added |
---|---|
Port: | wine added |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
If you are experiencing a problem building wine, please attach the main.log file so that we can see what went wrong.
comment:3 Changed 10 years ago by dtakahashi@…
A below line is an "unofficial" translation of the message from ryandesign.
原因を調査するために、wine のインストールに失敗した時の main.log を添付してください(訳注:ファイルの場所はエラーメッセージの末尾あたりに書かれています) 。
comment:4 Changed 10 years ago by kimuraw (kimura wataru)
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.
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
wine-devel builds fine for me on Yosemite, so I need more information from the reporter. kimuraw, I have made a change to expat in r127860. If that does not help, please file a new ticket for your issue.
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I'm going to close this since no information was provided by the reporter. If you want to continue, please attach the main.log file to this ticket and reopen the ticket.
Errr.