Machine: Darwin smeghead 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
Using today's pkgsrc-current tree I attempted to bootstrap on Maverics (10.9.0) with:
./bootstrap --abi 64 --compiler=/usr/bin/clang (also tried /usr/bin/gcc and no --compiler argument at all).
ld: warning: directory not found for option '-L../libnbcompat'
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g wheel -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/admin/pkg_admin /usr/pkgsrc/bootstrap/work/sbin/pkg_admin
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g wheel -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/create/pkg_create /usr/pkgsrc/bootstrap/work/sbin/pkg_create
===> running: /bin/sh /usr/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g wheel -m 755 /usr/pkgsrc/bootstrap/work/pkg_install/info/pkg_info /usr/pkgsrc/bootstrap/work/sbin/pkg_info
===> Installing packages
===> running: (cd /usr/pkgsrc/pkgtools/bootstrap-mk-files && /usr/pkgsrc/bootstrap/work/bin/bmake USE_DESTDIR=no -DPKG_PRESERVE MAKECONF=/usr/pkgsrc/bootstrap/work/mk.conf install)
ERROR: This package has set PKG_FAIL_REASON:
ERROR: No acceptable compiler found for bootstrap-mk-files-20131025.
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/pkgtools/bootstrap-mk-files
===> exited with status 1
aborted.
- - - - - -
With no bootstrap arguments I see this:
===> Configuring for bootstrap-mk-files-20131025
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20131025; for file in bsd.*
sys.mk; do test ! -f mods/Darwin.$file || /bin/cp -f mods/Darwin.$file /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20131025/$file done
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20131025; if test -f mods/
Darwin.bsd.own.mk.in; then own_mk=mods/
Darwin.bsd.own.mk.in; else own_mk=mods/
bsd.own.mk.in; fi; /usr/pkgsrc/bootstrap/work/bin/sed -e 's|@ROOT_GROUP@|'wheel'|g' -e 's|@ROOT_USER@|'root'|g' -e 's|@SYSCONFDIR@|'/usr/pkg/etc'|g' $own_mk >
bsd.own.mk
===> Installing for bootstrap-mk-files-20131025
=> Creating installation directories
cd /usr/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20131025 && for file in bsd.*
sys.mk; do /usr/bin/install -c -o root -g wheel -m 444 $file /usr/pkg/share/mk/$file; done
=> Automatic manual page handling
=> Registering installation for bootstrap-mk-files-20131025
===> running: (cd /usr/pkgsrc/devel/bmake && /usr/pkgsrc/bootstrap/work/bin/bmake USE_DESTDIR=no -DPKG_PRESERVE MAKECONF=/usr/pkgsrc/bootstrap/work/mk.conf install)
===> Installing dependencies for bmake-20110606nb1
=> Build dependency gcc>=2.95.3nb7: NOT found
=> Verifying reinstall for ../../lang/gcc
ERROR: This package is not available for these platforms: Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-*.
ERROR: This package has set PKG_FAIL_REASON:
ERROR: gcc-2.95.3nb7 is not available for Darwin-13.0.0-i386
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/lang/gcc
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/devel/bmake
===> exited with status 1
aborted.
-Jason