Opened 14 years ago

Closed 14 years ago

#24494 closed defect (invalid)

wine-devel 1.1.42 compile errors on Snow Leopard

Reported by: SlaunchaMan (Jeff Kelley) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: jyrkiwahlstedt
Port: wine-devel

Description

I get the following output when I try to compile wine-devel on 10.6.3:

sudo port install -d wine-devel
--->  Computing dependencies for wine-devel
--->  Building wine-devel
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-devel/work/wine-1.1.42" && /usr/bin/make -j2 depend all " returned error 2
Command output:   "_CreateFileA", referenced from:
      _func_amstream in amstream.o
      _func_amstream in amstream.o
  "_TlsAlloc", referenced from:
      _run_test in testlist.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
winegcc: /usr/bin/gcc-4.2 failed
make[1]: *** [amstream_test.exe.so] Error 2
make: *** [dlls/amstream/tests] Error 2
make: *** Waiting for unfinished jobs....
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foDe.res De.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foEn.res En.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foEs.res Es.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foFr.res Fr.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foIt.res It.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foJa.res Ja.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foKo.res Ko.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foLt.res Lt.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foNl.res Nl.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foNo.res No.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foPt.res Pt.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foRo.res Ro.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foRu.res Ru.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foSi.res Si.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foSv.res Sv.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foZh.res Zh.rc
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foappwiz.res appwiz.rc
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared ./appwiz.cpl.spec appwiz.o    De.res En.res Es.res Fr.res It.res Ja.res Ko.res Lt.res Nl.res No.res Pt.res Ro.res Ru.res Si.res Sv.res Zh.res appwiz.res    -o appwiz.cpl.so  -lkernel32 -lcomctl32 -ladvapi32 -lshell32 -luser32 -lcomdlg32  ../../libs/port/libwine_port.a  -L/opt/local/lib -framework CoreServices -lz 
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared ./appwiz.cpl.spec appwiz.o    De.res En.res Es.res Fr.res It.res Ja.res Ko.res Lt.res Nl.res No.res Pt.res Ro.res Ru.res Si.res Sv.res Zh.res appwiz.res    -o appwiz.cpl.fake  -lkernel32 -lcomctl32 -ladvapi32 -lshell32 -luser32 -lcomdlg32  ../../libs/port/libwine_port.a  -L/opt/local/lib -framework CoreServices -lz 

Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

Attachments (1)

wine-devel.txt.bz2 (20.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
SlaunchaMan's full debug log

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: jwa@… added
Owner: changed from macports-tickets@… to ryandesign@…

Please remember to cc the maintainers.

comment:2 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: wine-devel.txt.bz2 added

SlaunchaMan's full debug log

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

I converted your debug log to an attachment. Please attach large output instead of pasting inline.

wine-devel builds fine for me on Snow Leopard. I imagine on your machine something different happened during the configure phase, or earlier in the build phase, than on my machine, so please clean wine-devel and try again with the debug switch and attach the complete (compressed) output so I can also see all the results from the configure phase and build phase, not just the results of the build phase right when the error occurs. Turning off parallel building would also help me compare your output with mine, so run:

sudo port clean wine-devel
sudo port -d install wine-devel build.jobs=1 2>&1 | tee ~/Desktop/wine-devel-full.txt
bzip2 ~/Desktop/wine-devel-full.txt

Then attach wine-devel-full.txt.bz2 from the desktop to this ticket.

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

Unreleased Xcode version just like #24500.

Note: See TracTickets for help on using tickets.