Enduro/X build on Linux Mint 18.3 Mate

Added by Oskars over 7 years ago

  1. apt-get install indent asciidoc dblatex libxml2-dev fop \

cmake dia flex bison gcc g++ zlib1g-dev \
libssl-dev libcrypto++9 libcrypto++-dev \
libgpgme11-dev libxml2-dev git

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcrypto++9 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libcrypto++9v5:i386 libcrypto++9v5

E: Package 'libcrypto++9' has no installation candidate

  • Necessary to remove libcrypto++9

Replies (2)

RE: Enduro/X build on Linux Mint 18.3 Mate - Added by Oskars over 7 years ago

$make
....
[ 62%] Building PDF /home/ndrx/endurox/doc/benchmark.pdf
[ 62%] Built target pdf
Scanning dependencies of target html
[ 63%] Building HTML /home/ndrx/endurox/doc/ex_devguide.html
a2x: ERROR: "xmllint" --nonet --noout --valid "/home/ndrx/endurox/doc/ex_devguide.xml" returned non-zero exit status 127
doc/CMakeFiles/html.dir/build.make:70: recipe for target 'doc/ex_devguide.html' failed
make2: * [doc/ex_devguide.html] Error 1
CMakeFiles/Makefile2:4825: recipe for target 'doc/CMakeFiles/html.dir/all' failed
make1:
[doc/CMakeFiles/html.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *
* [all] Error 2

$ xmllint
The program 'xmllint' is currently not installed. You can install it by typing:
sudo apt install libxml2-utils

$ sudo apt install libxml2-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libxml2-utils
0 upgraded, 1 newly installed, 0 to remove and 429 not upgraded.
Need to get 37,5 kB of archives.
After this operation, 180 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-utils amd64 2.9.3+dfsg1-1ubuntu0.1 [37,5 kB]
Fetched 37,5 kB in 0s (187 kB/s)
Selecting previously unselected package libxml2-utils.
(Reading database ... 246144 files and directories currently installed.)
Preparing to unpack .../libxml2-utils_2.9.3+dfsg1-1ubuntu0.1_amd64.deb ...
Unpacking libxml2-utils (2.9.3+dfsg1-1ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libxml2-utils (2.9.3+dfsg1-1ubuntu0.1) ...

  • After adding libxml2-utils. everithing next is Ok
  • at the make there ar some Warnings

(1-2/2)