Ticket #23384 (closed defect: fixed)
wine-devel 1.1.36 build fails on Tiger
| Reported by: | jacob.rast@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | jwa@… | |
| Port: | wine-devel |
Description (last modified by jmr@…) (diff)
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
Change History
comment:1 Changed 3 years ago by jmr@…
- Cc jwa@… added
- Owner changed from macports-tickets@… to ryandesign@…
- Summary changed from Error when Installing Wine to Error when Installing wine-devel
- Port set to wine-devel
- Description modified (diff)
comment:2 Changed 3 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 3 years ago by ryandesign@…
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.
comment:5 Changed 3 years ago by ryandesign@…
- Status changed from new to assigned
- Summary changed from Error when Installing wine-devel to wine-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:7 Changed 3 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Great, then this was fixed by r63027.
Changed 3 years ago by macports@…
- Attachment wine-devel.txt.2.bz2 added
Same error, but with newer version


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".