Opened 12 years ago
Closed 12 years ago
#35094 closed defect (invalid)
wine: patches fail to apply
Reported by: | tamez_flores@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | ||
Port: | wine |
Description
NullMac:~ MiJA2010$ sudo port install wine ---> p5-xml-parser is replaced by p5.12-xml-parser ---> Computing dependencies for p5.12-xml-parser ---> Cleaning p5.12-xml-parser ---> Computing dependencies for wine ---> Applying patches to wine Error: org.macports.patch for port wine returned: command execution failed Please see the log file for port wine for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_wine/wine/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port wine failed NullMac:~ MiJA2010$ sudo port install wine @1.4.1 ---> p5-xml-parser is replaced by p5.12-xml-parser ---> Computing dependencies for p5.12-xml-parser ---> Cleaning p5.12-xml-parser ---> Computing dependencies for wine ---> Applying patches to wine Error: org.macports.patch for port wine returned: command execution failed Please see the log file for port wine for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_wine/wine/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port wine
Occurred on Mac OSX Lion 10.7.4 Latest Xcode Version
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | wine added |
Priority: | High → Normal |
Summary: | p5.12-xml-parser fails to replace p5-xml-parser during wine install attempt → wine: patches fail to apply |
comment:2 Changed 12 years ago by tamez_flores@…
Oh, sorry, I missed that. Yes, now runs successfully.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
There is no problem with p5-xml-parser, other than the fact that a dependency on it was added to the policykit port in r94601; it should have been a dependency on p5.12-xml-parser. See #34731 for more on that.
The error you are showing above is that wine's patches failed to apply. But this might just be because they were already applied before and you did not clean before trying again. Please "sudo port clean wine" and try again. Attach the main.log if it fails again.