Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23384 closed defect (fixed)

wine-devel 1.1.36 build fails on Tiger

Reported by: jacob.rast@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: jyrkiwahlstedt
Port: wine-devel

Description (last modified by jmroot (Joshua Root))

When installing wine, I got this error.

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.36" && /usr/bin/make -j2 depend all " returned error 2

What do I do?

Attachments (2)

wine-devel.txt.bz2 (41.0 KB) - added by jacob.rast@… 14 years ago.
wine-devel.txt.2.bz2 (123.6 KB) - added by macports@… 14 years ago.
Same error, but with newer version

Download all attachments as: .zip

Change History (10)

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

Cc: jwa@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: wine-devel added
Summary: Error when Installing WineError when Installing wine-devel

Please remember to preview and use WikiFormatting, fill in the Port field, and cc the maintainers.

Please attach full debug output, that one line does not convey any information beyond "building wine-devel failed".

comment:2 Changed 14 years ago by jacob.rast@…

Here is the full output that I get when I run the command $ sudo port install 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.36" && /usr/bin/make -j2 depend all " returned error 2
Command output: ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  cstub.c generated.c ndr_marshall.c rpc.c rpc_async.c rpc_protseq.c server.c    server.idl   server.idl server_c.c   server_s.c     
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  rsaenh.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  main.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  confdlg.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  main.c ntlm.c schannel.c secur32.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  devinst.c install.c misc.c parser.c query.c stringtable.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  intshcut.c shdocvw.c shortcut.c webbrowser.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  appbar.c autocomplete.c generated.c progman_dde.c shelllink.c shellpath.c shfldr_special.c shlexec.c shlfileop.c shlfolder.c string.c systray.c rsrc.rc               
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  assoc.c clist.c clsid.c generated.c istream.c ordinal.c path.c shreg.c string.c url.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  util.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  sti.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  spoolss.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  dsm.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  generated.c misc.c protocol.c sec_mgr.c stream.c url.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  broadcast.c class.c clipboard.c combo.c cursoricon.c dce.c dde.c dialog.c edit.c generated.c input.c listbox.c menu.c monitor.c msg.c resource.c scroll.c static.c sysparams.c text.c uitools.c win.c winstation.c wsprintf.c resource.rc               
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  userenv.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  usp10.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  system.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  info.c install.c version.rc               
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  notification.c url.c winhttp.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  bmpformat.c converter.c palette.c stream.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  ftp.c generated.c http.c internet.c url.c urlcache.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  capture.c mci.c mixer.c mmio.c timer.c wave.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  info.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  context.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  asn.c crypt.c register.c softpub.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  parse.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  protocol.c sock.c                
../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../..  xinput.c                
../tools/makedep  -C. -S.. -T..                  

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

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

It's not enough output to know what went wrong. The actual error is probably farther up in the output. MacPorts only shows 30 lines of output unless you use the debug switch. Therefore, please clean and try again with the debug switch:

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

Assuming it fails again, please attach wine-devel.txt.bz2 from your desktop to this ticket.

Changed 14 years ago by jacob.rast@…

Attachment: wine-devel.txt.bz2 added

comment:4 Changed 14 years ago by jacob.rast@…

It failed again. Attached is wine-devel.txt.bz2.

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

Status: newassigned
Summary: Error when Installing wine-develwine-devel 1.1.36 build fails on Tiger

Ah, you're on Tiger. I can confirm wine-devel 1.1.36 fails to build for me on Tiger as well. But 1.1.37, to which I just updated the port today, builds ok for me. Can you please sudo port selfupdate and try that version?

comment:6 Changed 14 years ago by jacob.rast@…

Worked like a charm. Thank you very much.

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

Resolution: fixed
Status: assignedclosed

Great, then this was fixed by r63027.

Changed 14 years ago by macports@…

Attachment: wine-devel.txt.2.bz2 added

Same error, but with newer version

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

Same error, but with newer version

That's a totally unrelated problem; see #23974.

Note: See TracTickets for help on using tickets.