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

Failing to build in provided Docker environment #233

Open
sempervictus opened this issue Aug 6, 2022 · 1 comment
Open

Failing to build in provided Docker environment #233

sempervictus opened this issue Aug 6, 2022 · 1 comment

Comments

@sempervictus
Copy link

Running into an inability to build mettle bins anymore, even in the Docker environment built from this repo:

make all
...
libtool: warning: undefined symbols not allowed in i686-w64-mingw32 shared libraries; building static only
Configuring mettle for i686-w64-mingw32
configure: WARNING: unrecognized options: --disable-shared
configure: error: cannot find install-sh, install.sh, or shtool in "/mettle/mettle" "/mettle/mettle/.." "/mettle/mettle/../.."
make/Makefile.mettle:61: recipe for target '/mettle/build/i686-w64-mingw32/mettle/Makefile' failed
make[1]: *** [/mettle/build/i686-w64-mingw32/mettle/Makefile] Error 1
make[1]: Leaving directory '/mettle'
Makefile:33: recipe for target 'i686-w64-mingw32.build' failed
make: *** [i686-w64-mingw32.build] Error 2
@sempervictus
Copy link
Author

Not a MinGW issue:

Configuring libev for x86_64-linux-musl
Building libev for x86_64-linux-musl
Unpacking libsigar for x86_64-linux-musl
Configuring libsigar for x86_64-linux-musl
Building libsigar for x86_64-linux-musl
Unpacking libdnet for x86_64-linux-musl
Configuring libdnet for x86_64-linux-musl
Building libdnet for x86_64-linux-musl
Configuring mettle for x86_64-linux-musl
configure: WARNING: unrecognized options: --disable-shared
configure: error: cannot find install-sh, install.sh, or shtool in "/mettle/mettle" "/mettle/mettle/.." "/mettle/mettle/../.."
make/Makefile.mettle:61: recipe for target '/mettle/build/x86_64-linux-musl/mettle/Makefile' failed
make[1]: *** [/mettle/build/x86_64-linux-musl/mettle/Makefile] Error 1
make[1]: Leaving directory '/mettle'
Makefile:33: recipe for target 'x86_64-linux-musl.build' failed
make: *** [x86_64-linux-musl.build] Error 2

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

1 participant