Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmake needs 'bootstrap' to be run on checkout #274

Open
evansm7 opened this issue Mar 2, 2022 · 1 comment
Open

gmake needs 'bootstrap' to be run on checkout #274

evansm7 opened this issue Mar 2, 2022 · 1 comment

Comments

@evansm7
Copy link

evansm7 commented Mar 2, 2022

Building gmake-morello-purecap:

Fatal error (in target gmake-morello-purecap): Configure command /home/matt/cheri/gmake/configure does not exist!
'configure' is generated from (autoconf from) the ./bootstrap script as per README.git

@rwatson
Copy link
Member

rwatson commented Mar 8, 2022

I can confirm this on my macOS box, building that target with -d for dependencies:

Configuring gmake-morello-purecap (-morello-purecap) ... 
Cross configure environment:
	 PKG_CONFIG_PATH=/Users/robert/cheri/output/rootfs-morello-purecap/usr/libdata/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/lib/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/share/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/libdata/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/lib/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/share/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/libdata/pkgconfig
	PKG_CONFIG_LIBDIR=/Users/robert/cheri/output/rootfs-morello-purecap/usr/libdata/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/lib/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/share/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/morello-purecap/libdata/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/lib/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/share/pkgconfig:/Users/robert/cheri/output/rootfs-morello-purecap/usr/local/libdata/pkgconfig
	PKG_CONFIG_SYSROOT_DIR=/Users/robert/cheri/output/rootfs-morello-purecap
	CC=/Users/robert/cheri/output/morello-sdk/bin/clang -target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier
	CXX=/Users/robert/cheri/output/morello-sdk/bin/clang++ -target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier
	CFLAGS=-target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier -Wno-unused-command-line-argument -Werror=implicit-function-declaration -Werror=format -Werror=incompatible-pointer-types -Werror=cheri-capability-misuse -Werror=cheri-bitwise-operations -Werror=cheri-prototypes -Werror=pass-failed -Werror=undefined-internal -Wno-error=cheri-prototypes -Wno-error=incompatible-pointer-types
	CXXFLAGS=-target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier -Wno-unused-command-line-argument -Werror=implicit-function-declaration -Werror=format -Werror=incompatible-pointer-types -Werror=cheri-capability-misuse -Werror=cheri-bitwise-operations -Werror=cheri-prototypes -Werror=pass-failed -Werror=undefined-internal -Wno-error=cheri-prototypes -Wno-error=incompatible-pointer-types
	LDFLAGS=-target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier -fuse-ld=lld --ld-path=/Users/robert/cheri/output/morello-sdk/bin/ld.lld
	CPP=/Users/robert/cheri/output/morello-sdk/bin/clang-cpp -target aarch64-unknown-freebsd13 --sysroot=/Users/robert/cheri/output/rootfs-morello-purecap -B/Users/robert/cheri/output/morello-sdk/bin -march=morello+c64 -mabi=purecap -femulated-tls -mcpu=rainier -Wno-unused-command-line-argument -Werror=implicit-function-declaration -Werror=format -Werror=incompatible-pointer-types -Werror=cheri-capability-misuse -Werror=cheri-bitwise-operations -Werror=cheri-prototypes -Werror=pass-failed -Werror=undefined-internal -Wno-error=cheri-prototypes -Wno-error=incompatible-pointer-types
	LD=/Users/robert/cheri/output/morello-sdk/bin/ld.lld
Fatal error (in target gmake-morello-purecap): Configure command  /Users/robert/cheri/gmake/configure does not exist!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants