osxvnc port fails to build
sudo port install osxvnc ---> Fetching osxvnc ---> Attempting to fetch osxvnc-20060722.tar.gz from http://www.opendarwin.org/~pguyot/distfiles/ ---> Verifying checksum(s) for osxvnc ---> Extracting osxvnc ---> Applying patches to osxvnc ---> Configuring osxvnc ---> Building osxvnc Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_osxvnc/work/osxvnc-20060722" && xcodebuild -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ " returned error 1 Command output: === BUILDING NATIVE TARGET jpg WITH CONFIGURATION Deployment === Checking Dependencies... error: There is no SDK at specified SDKROOT_ppc path '/Developer/SDKs/MacOSX10.2.8.sdk' ** BUILD FAILED ** Error: Status 1 encountered during processing. ---------------------------------------- Why is it looking for this sdk? I have, /Developer/SDKs/MacOSX10.4u.sdk /Developer/SDKs/MacOSX10.3.9.sdk Dave
On May 7, 2007, at 22:17, David Liontooth wrote:
sudo port install osxvnc ---> Fetching osxvnc ---> Attempting to fetch osxvnc-20060722.tar.gz from http://www.opendarwin.org/~pguyot/distfiles/ ---> Verifying checksum(s) for osxvnc ---> Extracting osxvnc ---> Applying patches to osxvnc ---> Configuring osxvnc ---> Building osxvnc Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_aqua_osxvnc/work/osxvnc-20060722" && xcodebuild -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ " returned error 1 Command output: === BUILDING NATIVE TARGET jpg WITH CONFIGURATION Deployment ===
Checking Dependencies... error: There is no SDK at specified SDKROOT_ppc path '/Developer/SDKs/MacOSX10.2.8.sdk' ** BUILD FAILED **
Error: Status 1 encountered during processing.
----------------------------------------
Why is it looking for this sdk? I have,
/Developer/SDKs/MacOSX10.4u.sdk /Developer/SDKs/MacOSX10.3.9.sdk
Apparently OSXvnc wants to build a PowerPC version that is compatible with Mac OS X 10.2, so it needs the Mac OS X 10.2.8 SDK. It's not installed by default, but it's an option in the Xcode installer. OSXvnc is now called Vine Server for Mac OS X. http://www.redstonesoftware.com/vnc.html The port should be updated and renamed. We may have to go with downloading their disk image and just copying over their existing universal binary application, since their web site makes no mention of the source being available anymore. If anyone can find the source for the current version, please let me know and we'll use that instead.
The port should be updated and renamed. We may have to go with downloading their disk image and just copying over their existing universal binary application, since their web site makes no mention of the source being available anymore. If anyone can find the source for the current version, please let me know and we'll use that instead.
We're in some luck; the source is only available via CVS on Sourceforge (see [1] to browse it on the web), but it is there and it is tagged. I haven't tested it yet, but it looks from portfile(7) and browsing the CVS repository that worksrcdir OSXvnc cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc cvs.tag 2_1 should do for fetching the current version and setting the build directory. It looks like the old patch will need some tweaking as well. Kind regards, Maun Suang [1] http://osxvnc.cvs.sourceforge.net/osxvnc/ -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org
On May 8, 2007, at 04:38, Boey Maun Suang wrote:
The port should be updated and renamed. We may have to go with downloading their disk image and just copying over their existing universal binary application, since their web site makes no mention of the source being available anymore. If anyone can find the source for the current version, please let me know and we'll use that instead.
We're in some luck; the source is only available via CVS on Sourceforge (see [1] to browse it on the web), but it is there and it is tagged. I haven't tested it yet, but it looks from portfile (7) and browsing the CVS repository that
worksrcdir OSXvnc cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc cvs.tag 2_1
should do for fetching the current version and setting the build directory. It looks like the old patch will need some tweaking as well.
Thanks for finding this. I'll work on updating the osxvnc port to the latest version using this CVS checkout.
On May 8, 2007, at 06:47, Ryan Schmidt wrote:
On May 8, 2007, at 04:38, Boey Maun Suang wrote:
The port should be updated and renamed. We may have to go with downloading their disk image and just copying over their existing universal binary application, since their web site makes no mention of the source being available anymore. If anyone can find the source for the current version, please let me know and we'll use that instead.
We're in some luck; the source is only available via CVS on Sourceforge (see [1] to browse it on the web), but it is there and it is tagged. I haven't tested it yet, but it looks from portfile (7) and browsing the CVS repository that
worksrcdir OSXvnc cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/ osxvnc cvs.tag 2_1
should do for fetching the current version and setting the build directory. It looks like the old patch will need some tweaking as well.
Thanks for finding this. I'll work on updating the osxvnc port to the latest version using this CVS checkout.
FYI: The osxvnc port is now updated to version 2.1. I elected not to rename the port at this time. Perhaps I should have, but I've never done a rename before and didn't feel like researching it at the moment.
participants (3)
-
Boey Maun Suang
-
David Liontooth
-
Ryan Schmidt