Advertisement
Guest User

Untitled

a guest
Apr 11th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.59 KB | None | 0 0
  1. taler-deployment build
  2. new commits in Repo(name='gnunet', url='git://gnunet.org/gnunet.git', deps=[], builder=<function build_gnunet at 0x7f5a82e20c80>)
  3. new commits in Repo(name='exchange', url='git://git.taler.net/exchange', deps=['gnunet', 'libmicrohttpd'], builder=<function build_exchange at 0x7f5a82e20bf8>)
  4. new commits in Repo(name='merchant', url='git://git.taler.net/merchant', deps=['exchange', 'libmicrohttpd'], builder=<function build_merchant at 0x7f5a82e20ae8>)
  5. new commits in Repo(name='sync', url='git://git.taler.net/sync', deps=['exchange', 'merchant', 'libmicrohttpd'], builder=<function build_sync at 0x7f5a82e209d8>)
  6. found stale repos: [Repo(name='libmicrohttpd', url='git://gnunet.org/libmicrohttpd.git', deps=[], builder=<function build_libmicrohttpd at 0x7f5a82e20d08>), Repo(name='gnunet', url='git://gnunet.org/gnunet.git', deps=[], builder=<function build_gnunet at 0x7f5a82e20c80>), Repo(name='exchange', url='git://git.taler.net/exchange', deps=['gnunet', 'libmicrohttpd'], builder=<function build_exchange at 0x7f5a82e20bf8>), Repo(name='twister', url='git://git.taler.net/twister', deps=['gnunet', 'exchange'], builder=<function build_twister at 0x7f5a82e20b70>), Repo(name='merchant', url='git://git.taler.net/merchant', deps=['exchange', 'libmicrohttpd'], builder=<function build_merchant at 0x7f5a82e20ae8>), Repo(name='sync', url='git://git.taler.net/sync', deps=['exchange', 'merchant', 'libmicrohttpd'], builder=<function build_sync at 0x7f5a82e209d8>), Repo(name='bank', url='git://git.taler.net/bank', deps=[], builder=<function build_bank at 0x7f5a82e20950>), Repo(name='landing', url='git://git.taler.net/landing', deps=[], builder=<function build_landing at 0x7f5a82e208c8>), Repo(name='donations', url='git://git.taler.net/donations', deps=[], builder=<function build_donations at 0x7f5a82e20840>), Repo(name='blog', url='git://git.taler.net/blog', deps=[], builder=<function build_blog at 0x7f5a82e207b8>), Repo(name='survey', url='git://git.taler.net/survey', deps=[], builder=<function build_survey at 0x7f5a82e20730>), Repo(name='backoffice', url='git://git.taler.net/backoffice', deps=[], builder=<function build_backoffice at 0x7f5a82e206a8>)]
  7. resetting libmicrohttpd to ref origin/master
  8. HEAD is now at 912181af fix more warnings
  9. Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development
  10. ./bootstrap: 30: ./bootstrap: autoreconf: not found
  11. Traceback (most recent call last):
  12.   File "/home/serv/deployment/bin/taler-deployment", line 663, in <module>
  13.     cli()
  14.   File "/home/serv/local/lib/python3.6/site-packages/click/core.py", line 829, in __call__
  15.     return self.main(*args, **kwargs)
  16.   File "/home/serv/local/lib/python3.6/site-packages/click/core.py", line 782, in main
  17.     rv = self.invoke(ctx)
  18.   File "/home/serv/local/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
  19.     return _process_result(sub_ctx.command.invoke(sub_ctx))
  20.   File "/home/serv/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
  21.     return ctx.invoke(self.callback, **ctx.params)
  22.   File "/home/serv/local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
  23.     return callback(*args, **kwargs)
  24.   File "/home/serv/deployment/bin/taler-deployment", line 494, in build
  25.     r.builder(r, p)  # type: ignore
  26.   File "/home/serv/deployment/bin/taler-deployment", line 132, in build_libmicrohttpd
  27.     subprocess.run(["./bootstrap"], check=True)
  28.   File "/usr/lib/python3.6/subprocess.py", line 438, in run
  29.     output=stdout, stderr=stderr)
  30. subprocess.CalledProcessError: Command '['./bootstrap']' returned non-zero exit status 127.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement