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

Unable to compile pugixml on macOS #97

Closed
kelson42 opened this issue Dec 11, 2017 · 0 comments
Closed

Unable to compile pugixml on macOS #97

kelson42 opened this issue Dec 11, 2017 · 0 comments
Labels

Comments

@kelson42
Copy link
Contributor

Running ./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

@kelson42 kelson42 added the bug label Dec 11, 2017
mgautierfr added a commit that referenced this issue Dec 12, 2017
`mesontest` command is deprecated since meson 0.42.0 and broken with last
release (0.44.0) (see mesonbuild/meson#2761).

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

No branches or pull requests

1 participant