I sent off an email to the officially listed maintainer a few days ago. Maybe on vacation, maybe not. Anyways, when I try to install Gomoku, the build appears to go fine, but the install of the .app failes. It seems to be a path name mispelling, as there is a .app generated. Has anyone else seen this? Thanks, --Doug
Douglas Philips <dgou@mac.com> on Thursday, January 11, 2007 at 7:59 AM -0800 wrote:
I sent off an email to the officially listed maintainer a few days ago. Maybe on vacation, maybe not.
Anyways, when I try to install Gomoku, the build appears to go fine, but the install of the .app failes. It seems to be a path name mispelling, as there is a .app generated.
Has anyone else seen this?
Markus hasn't been active lately. The path to the bult app changed because of changes in Xcode. I just fixed it. Give it a few hours and do a selfupdate try again. I didn't think it necessary to bump the revision though, so it isn't obvious that it is fixed. If the install still fails next time you try that means than rsync hasn't got the update yet. Or you could apply the change to your local file yourself if you're in a hurry. destroot { file mkdir ${destroot}/Applications/DarwinPorts - file copy ${worksrcpath}/build/Gomoku.app \ + file copy ${worksrcpath}/build/Default/Gomoku.app \ ${destroot}/Applications/DarwinPorts } Mark
On 2007 Jan 11, at 11:50 AM, Mark Duling wrote:
Markus hasn't been active lately. The path to the bult app changed because of changes in Xcode. I just fixed it. Give it a few hours and do a selfupdate try again
Thanks, it worked for me already! I hoped it was a simple change. Thanks again, --Doug
participants (2)
-
Douglas Philips
-
Mark Duling