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

darwinbuild bootstrap_cmds fails #66

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

patrick.hanevold@… originally submitted this as ticket:68


Output:

*** Fetching Sources ...
Found bootstrap_cmds-60.1.tar.gz in /Users/patrick/9G55/Sources
*** Copying Sources ...
*** Installing Roots ...
files already loaded and no newer roots have been built.
bash already loaded and no newer roots have been built.
Libsystem already loaded and no newer roots have been built.
Libm already loaded and no newer roots have been built.
dyld already loaded and no newer roots have been built.
libgcc already loaded and no newer roots have been built.
libstdcxx already loaded and no newer roots have been built.
libiconv already loaded and no newer roots have been built.
ncurses already loaded and no newer roots have been built.
Csu already loaded and no newer roots have been built.
SystemStubs already loaded and no newer roots have been built.
gcc already loaded and no newer roots have been built.
Libsystem already loaded and no newer roots have been built.
Libm already loaded and no newer roots have been built.
dyld already loaded and no newer roots have been built.
libgcc already loaded and no newer roots have been built.
libstdcxx already loaded and no newer roots have been built.
libiconv already loaded and no newer roots have been built.
bash already loaded and no newer roots have been built.
ncurses already loaded and no newer roots have been built.
bison already loaded and no newer roots have been built.
cctools already loaded and no newer roots have been built.
file_cmds already loaded and no newer roots have been built.
libutil already loaded and no newer roots have been built.
Downloading http://src.macosforge.org/Roots/9G55//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9F33//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9E17//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9D34//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9C31//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9B18//flex.root.tar.gz ...
Downloading http://src.macosforge.org/Roots/9A581//flex.root.tar.gz ...
ERROR: could not find root: flex
macosforgebot commented 15 years ago

wsiegrist@… originally submitted this as comment:1:⁠ticket:68

macosforgebot commented 15 years ago

wsiegrist@… originally submitted this as comment:2:⁠ticket:68


There is a root for flex in 9J61, and I added some dependencies in r522. So if you try bootstrap_cmds in a new 9J61 build environment, it should work. Thanks for the report.