Skip to content

Instantly share code, notes, and snippets.

@Sjors
Created January 5, 2018 16:44
Show Gist options
  • Save Sjors/b4b3c683144e84a23bc43a4009d2fcbb to your computer and use it in GitHub Desktop.
Save Sjors/b4b3c683144e84a23bc43a4009d2fcbb to your computer and use it in GitHub Desktop.
zeromq make fail - Windows 10 - Ubuntu 17.10
sjors@DESKTOP-4DF40F7:/usr/src/bitcoin/depends$ make HOST=x86_64-w64-mingw32
Extracting zeromq...
/usr/src/bitcoin/depends/sources/zeromq-4.2.2.tar.gz: OK
Preprocessing zeromq...
patching file src/windows.hpp
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I config --force -I config
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
m4: ../sysdeps/unix/sysv/linux/spawni.c:368: __spawnix: Assertion `ec >= 0' failed.
/usr/bin/m4: internal error detected; please report this bug to <bug-m4@gnu.org>: Aborted
autom4te: /usr/bin/m4 failed with exit status: 2
aclocal: error: echo failed with exit status: 2
autoreconf: aclocal failed with exit status: 2
autogen.sh: error: autoreconf exited with status 0
funcs.mk:242: recipe for target '/usr/src/bitcoin/depends/work/build/x86_64-w64-mingw32/zeromq/4.2.2-c6f340e09c9/.stamp_preprocessed' failed
make: *** [/usr/src/bitcoin/depends/work/build/x86_64-w64-mingw32/zeromq/4.2.2-c6f340e09c9/.stamp_preprocessed] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment