Hi, having trouble with 8C46od1, had no problems with 8C46 # cd /Volumes/Builds # rm -rf * # mkdir Build8C46od1 # cd Build8C46od1 # darwinbuild -init 8C46od1 Attempting to download http://darwinsource.opendarwin.org/plists// 8C46od1.plist ... .build/8C46od1.plist: No such file or directory Initialization Complete # Any ideas ? S a m
I just built this one last night around 8pm central, and all was fine. Brad. Sam Hart wrote:
Hi,
having trouble with 8C46od1, had no problems with 8C46
# cd /Volumes/Builds # rm -rf * # mkdir Build8C46od1 # cd Build8C46od1 # darwinbuild -init 8C46od1 Attempting to download http://darwinsource.opendarwin.org/plists// 8C46od1.plist ... .build/8C46od1.plist: No such file or directory Initialization Complete #
Any ideas ?
S a m _______________________________________________ darwinbuild mailing list darwinbuild@opendarwin.org http://www.opendarwin.org/mailman/listinfo/darwinbuild
On 22 Sep 2005, at 14:47, Transcoreadmin wrote:
I just built this one last night around 8pm central, and all was fine.
I did the checkout of darwinbuild only a couple of days ago I noticed others had also done it successfully
Sam Hart wrote:
# cd /Volumes/Builds # rm -rf * # mkdir Build8C46od1 # cd Build8C46od1 # darwinbuild -init 8C46od1 Attempting to download http://darwinsource.opendarwin.org/plists// 8C46od1.plist ... .build/8C46od1.plist: No such file or directory Initialization Complete # Any ideas ?
8C46.plist represents the content directly from Apple, and is hosted at darwinsource.opendarwin.org 8C46od1.plist represent in-progress work for an OpenDarwin release, with modifications to fix build failures, etc. Currently, you have to download the plist manually. # curl -O http://release.opendarwin.org/release/8.2.1/plists/ 8C46od1.plist # darwinbuild -init 8C46od1.plist If you want to stick as closely to what Apple provides as source, use 8C46.plist. If you want to leverage the work of the OpenDarwin community, with the tradeoff that some things make not work exactly the same, use 8C46od1.plist Shantonu On Sep 22, 2005, at 7:11 AM, Sam Hart wrote:
On 22 Sep 2005, at 14:47, Transcoreadmin wrote:
I just built this one last night around 8pm central, and all was fine.
I did the checkout of darwinbuild only a couple of days ago
I noticed others had also done it successfully
Sam Hart wrote:
# cd /Volumes/Builds # rm -rf * # mkdir Build8C46od1 # cd Build8C46od1 # darwinbuild -init 8C46od1 Attempting to download http://darwinsource.opendarwin.org/ plists// 8C46od1.plist ... .build/8C46od1.plist: No such file or directory Initialization Complete # Any ideas ?
_______________________________________________ darwinbuild mailing list darwinbuild@opendarwin.org http://www.opendarwin.org/mailman/listinfo/darwinbuild
On 22 Sep 2005, at 15:15, Shantonu Sen wrote:
8C46.plist represents the content directly from Apple, and is hosted at darwinsource.opendarwin.org
8C46od1.plist represent in-progress work for an OpenDarwin release, with modifications to fix build failures, etc. Currently, you have to download the plist manually.
# curl -O http://release.opendarwin.org/release/8.2.1/plists/ 8C46od1.plist # darwinbuild -init 8C46od1.plist
If you want to stick as closely to what Apple provides as source, use 8C46.plist. If you want to leverage the work of the OpenDarwin community, with the tradeoff that some things make not work exactly the same, use 8C46od1.plist
Cool Cheers ! S a m
participants (3)
-
Sam Hart
-
Shantonu Sen
-
Transcoreadmin