macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
128 stars 54 forks source link

ERROR: could not find root: CF (for 9A581) #110

Open macosforgebot opened 14 years ago

macosforgebot commented 14 years ago

@LudovicRousseau originally submitted this as ticket:112


Darwinbuild can't find a necessary file for building a project for Leopard.

~/Documents/CodeApple$ mkdir 9A581
~/Documents/CodeApple$ cd 9A581
~/Documents/CodeApple/9A581$ sudo darwinbuild -init 9A581
Password:
Creating build root disk image ...
Downloading http://svn.macosforge.org/repository/darwinbuild/trunk/plists//9A581.plist ...
Download complete
Initialization Complete
~/Documents/CodeApple/9A581$ sudo darwinbuild SmartCardServices
*** Attaching build root disk image ...
/dev/disk1              GUID_partition_scheme           
/dev/disk1s1            EFI                             
/dev/disk1s2            Apple_HFS                       /Volumes/BuildRoot_9A581_20100307100934
*** Fetching Sources ...
Downloading http://src.macosforge.org/Projects//SmartCardServices-32672.tar.gz ...
Download complete
*** Copying Sources ...
*** Installing Xcode Tools ...
Installing Platform/SDK Darwinbuild_9A581_20100307101000 for Xcode 3.2
Completed Platform/SDK install
*** Installing Roots ...
Downloading http://src.macosforge.org/Roots/9A581//files.root.tar.gz ...
Download complete
files - 74 files registered.
Downloading http://src.macosforge.org/Roots/9A581//bash.root.tar.gz ...
Download complete
bash - 23 files registered.
Downloading http://src.macosforge.org/Roots/9A581//Libsystem.root.tar.gz ...
Download complete
Libsystem - 30 files registered.
Downloading http://src.macosforge.org/Roots/9A581//Libm.root.tar.gz ...
Download complete
Libm - 272 files registered.
Downloading http://src.macosforge.org/Roots/9A581//dyld.root.tar.gz ...
Download complete
dyld - 8 files registered.
Downloading http://src.macosforge.org/Roots/9A581//libgcc.root.tar.gz ...
Download complete
libgcc - 10 files registered.
Downloading http://src.macosforge.org/Roots/9A581//libstdcxx.root.tar.gz ...
Download complete
libstdcxx - 313 files registered.
Downloading http://src.macosforge.org/Roots/9A581//libiconv.root.tar.gz ...
Download complete
libiconv - 22 files registered.
Downloading http://src.macosforge.org/Roots/9A581//ncurses.root.tar.gz ...
Download complete
ncurses - 3202 files registered.
Downloading http://src.macosforge.org/Roots/9A581//CF.root.tar.gz ...
ERROR: could not find root: CF

The file http://src.macosforge.org/Roots/9A581//CF.root.tar.gz can't be found. And then darwinbuild fails to create a BuildRoot.

Has the file CF.root.tar.gz been removed on purpose?

I can find the CF.root.tar.gz file for 9J61 http://src.macosforge.org/Roots/9J61/CF.root.tar.gz and 9L30 http://src.macosforge.org/Roots/9L30/CF.root.tar.gz but not for the previous versions of Leopard.