[darwinbuild] Building GCC
Hi, I am trying to build gcc for 8A428 (also tried for 8C46) and getting this error. ERROR: could not find root: SystemStubs I have check the roots directory and found it here http://darwinsource.opendarwin.org/Roots/SystemStubs-5.root.tar.gz, however, darwinbuild is looking for it in the 8A428 sub-directory. It is also not using the version number (5). Is this a mistake? Michael
I think it's a bug in where the root is on darwinsource.opendarwin.org. darwinbuild *does* look in a per-build subdirectory, so that's "normal". You can work around this for now by executing: sudo curl -o /usr/local/share/darwinbuild/cache/Roots/8A428/ SystemStubs.root.tar.gz \ http://darwinsource.opendarwin.org/Roots/SystemStubs-5.root.tar.gz This will download the root to the local cache, and darwinbuild will find it when populating the build root. Shantonu On Jul 31, 2005, at 1:59 PM, Michael Franz wrote:
Hi,
I am trying to build gcc for 8A428 (also tried for 8C46) and getting this error.
ERROR: could not find root: SystemStubs
I have check the roots directory and found it here http://darwinsource.opendarwin.org/Roots/SystemStubs-5.root.tar.gz, however, darwinbuild is looking for it in the 8A428 sub-directory. It is also not using the version number (5). Is this a mistake?
Michael _______________________________________________ darwinbuild mailing list darwinbuild@opendarwin.org http://www.opendarwin.org/mailman/listinfo/darwinbuild
On 7/31/05, Shantonu Sen <ssen@opendarwin.org> wrote:
I think it's a bug in where the root is on darwinsource.opendarwin.org. darwinbuild *does* look in a per-build subdirectory, so that's "normal".
You can work around this for now by executing: sudo curl -o /usr/local/share/darwinbuild/cache/Roots/8A428/ SystemStubs.root.tar.gz \ http://darwinsource.opendarwin.org/Roots/SystemStubs-5.root.tar.gz
This will download the root to the local cache, and darwinbuild will find it when populating the build root.
Shantonu
Thanks! I downloaded it before, but could not figure out where to put it. Darwinbuild kept trying to download. Michael
I've fixed the hierarchy on the web server so that the SystemStubs pre-built root can be downloaded automatically. Shantonu On Jul 31, 2005, at 3:32 PM, Michael Franz wrote:
On 7/31/05, Shantonu Sen <ssen@opendarwin.org> wrote:
I think it's a bug in where the root is on darwinsource.opendarwin.org. darwinbuild *does* look in a per-build subdirectory, so that's "normal".
You can work around this for now by executing: sudo curl -o /usr/local/share/darwinbuild/cache/Roots/8A428/ SystemStubs.root.tar.gz \ http://darwinsource.opendarwin.org/Roots/ SystemStubs-5.root.tar.gz
This will download the root to the local cache, and darwinbuild will find it when populating the build root.
Shantonu
Thanks! I downloaded it before, but could not figure out where to put it. Darwinbuild kept trying to download.
Michael
participants (2)
-
Michael Franz
-
Shantonu Sen