On 11 July 2017 at 08:31, Juergen Gnoss <[email protected]> wrote: > Hello all, > > > I just cloned the majordomo project and tried to build it. > > > > Build failed with: > > > jgnoss@maverick:~/Devel/C_PC/zmq/majordomo$ make > Making all in doc > make[1]: Entering directory '/home/jgnoss/Devel/C_PC/zmq/majordomo/doc' > asciidoc -d manpage -b docbook -f ./asciidoc.conf \ > -amajordomo_version=0.1.0 -omdp_test.xml mdp_test.txt > xmlto man mdp_test.xml > Note: Writing mdp_test.7 > Makefile:642: recipe for target 'mdp_test.1' failed > make[1]: *** [mdp_test.1] Error 1 > rm mdp_test.xml > make[1]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/majordomo/doc' > Makefile:1054: recipe for target 'all-recursive' failed > make: *** [all-recursive] Error 1 > > > config log is on pastebin > > > > https://pastebin.com/RAVaWAYd > > > I'm on Ubuntu 16.04 > > > zmq > > czmq > > gsl > > zproject > > > are build from master > > > Any idea what the problem is? > > > Thanks, Juergen
Works fine here. Make sure you have asciidoc and xmlto. Also if you don't need to patch the dependencies, it will make your life easier to use the packages for Ubuntu 16.04 from this repo: http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_16.04/ _______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
