We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ./kiwix-build.py
./kiwix-build.py
prepare sources kiwix-tools : gitclone kiwix-tools : OK gitupdate kiwix-tools : OK [BUILD] build pugixml : configure pugixml : OK compile pugixml : OK test pugixml : ERROR Traceback (most recent call last): File "/Users/kelson/kiwix-build/bin/mesontest", line 19, in <module> from mesonbuild import mesonmain File "/Users/kelson/kiwix-build/lib/python3.6/site-packages/mesonbuild/mesonmain.py", line 18, in <module> from . import environment, interpreter, mesonlib File "/Users/kelson/kiwix-build/lib/python3.6/site-packages/mesonbuild/environment.py", line 17, in <module> from . import coredata File "/Users/kelson/kiwix-build/lib/python3.6/site-packages/mesonbuild/coredata.py", line 20, in <module> from .mesonlib import MesonException, commonpath File "/Users/kelson/kiwix-build/lib/python3.6/site-packages/mesonbuild/mesonlib.py", line 60, in <module> meson_command = python_command + [detect_meson_py_location()] File "/Users/kelson/kiwix-build/lib/python3.6/site-packages/mesonbuild/mesonlib.py", line 51, in detect_meson_py_location raise RuntimeError('Could not determine how to run Meson. Please file a bug with details.') RuntimeError: Could not determine how to run Meson. Please file a bug with details. run command 'mesontest --verbose' current directory is '/Users/kelson/kiwix-build/BUILD_native_dyn/pugixml-1.2' env is : TERM_PROGRAM : 'Apple_Terminal' SHELL : '/bin/bash' TERM : 'xterm-256color' TMPDIR : '/var/folders/s7/frvr3wkd3_34_kkd353f70k40000gn/T/' Apple_PubSub_Socket_Render : '/private/tmp/com.apple.launchd.snnquLCEZx/Render' TERM_PROGRAM_VERSION : '388.1.1' OLDPWD : '/Users/kelson/kiwix-build/ninja' TERM_SESSION_ID : '70AA5DAE-B08E-4294-BDBE-01DE72B3E10E' USER : 'kelson' SSH_AUTH_SOCK : '/private/tmp/com.apple.launchd.l21yy24m1l/Listeners' __CF_USER_TEXT_ENCODING : '0x1F5:0x0:0x0' VIRTUAL_ENV : '/Users/kelson/kiwix-build' PATH : '/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/bin:/Users/kelson/kiwix-build/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin' PWD : '/Users/kelson/kiwix-build' XPC_FLAGS : '0x0' PS1 : '(kiwix-build) \\h:\\W \\u\\$ ' XPC_SERVICE_NAME : '0' SHLVL : '1' HOME : '/Users/kelson' LOGNAME : 'kelson' LC_CTYPE : 'UTF-8' SECURITYSESSIONID : '186a8' _ : './kiwix-build.py' PKG_CONFIG_PATH : ':/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/lib/pkgconfig' LD_LIBRARY_PATH : ':/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/lib:/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/lib' CPPFLAGS : '-I/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/include ' LDFLAGS : '-L/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/lib -L/Users/kelson/kiwix-build/BUILD_native_dyn/INSTALL/lib ' Stopping build due to errors
The text was updated successfully, but these errors were encountered:
Stop using the deprecated (and broken) mesontest.
mesontest
1c8b8ef
`mesontest` command is deprecated since meson 0.42.0 and broken with last release (0.44.0) (see mesonbuild/meson#2761). Fix #97.
No branches or pull requests
Running
./kiwix-build.py
The text was updated successfully, but these errors were encountered: