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

gnumake build fails (TargetConfig not defined) #73

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

te.mlists@… originally submitted this as ticket:75


Steps to reproduce:

darwinbuild init 9J61

darwinbuild gnumake

+* Fetching Sources ...

* Last parts of the build log:

make install "SRCROOT=/SourceCache/gnumake/gnumake-119" "OBJROOT=/private/var/tmp/gnumake/gnumake-119.obj" "SYMROOT=/private/var/tmp/gnumake/gnumake-119.sym" "DSTROOT=/private/var/tmp/gnumake/gnumake-119.root" "RC_ProjectName=gnumake" "RC_ProjectSourceVersion=119" "RC_ProjectNameAndSourceVersion=gnumake-119" "RC_ProjectBuildVersion=1" "INSTALLED_PRODUCT_ASIDES=YES" "MACOSX_DEPLOYMENT_TARGET=10.5" "NEXT_ROOT=" "RC_ARCHS=ppc i386" "RC_CFLAGS=-pipe -no-cpp-precomp -arch ppc -arch i386" "RC_JASPER=YES" "RC_NONARCH_CFLAGS=-pipe -no-cpp-precomp" "RC_OS=macos" "RC_PRIVATE=/private" "RC_RELEASE=Leopard" "RC_XBS=YES" "RC_i386=YES" "RC_ppc=YES" "SEPARATE_STRIP=YES" "UNAME_RELEASE=9.0" "UNAME_SYSNAME=Darwin" < /dev/null ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Build log begins here:

Error: TargetConfig not defined make: * [_targetconfig] Error 1

macosforgebot commented 15 years ago

aladin@… originally submitted this as comment:1:⁠ticket:75


Perhaps a dependency (on TargetConfig) is missing. Try darwinbuild -load TargetConfig then gnumake should be built without any glitch.

macosforgebot commented 15 years ago

aladin@… originally submitted this as comment:2:⁠ticket:75

macosforgebot commented 15 years ago

wsiegrist@… originally submitted this as comment:3:⁠ticket:75


TargetConfig has its own set of dependencies too, so I added them in r529. Gnumake should build now.