Polygraph-4.9.0 on Ubuntu 16.04.1 LTS

Leckebusch, Detlef detlef.leckebusch at intel.com
Thu Sep 29 10:20:58 UTC 2016


Hi,

I am currently trying to install Polygraph-4.9.0 on Ubuntu 16.04.1 LTS.

./configure went through without any issues, but I got compiling errors during make.

I guess something must be adopted to get it compiled with this compiler version?


<log>
...
g++ -DHAVE_CONFIG_H   -DDATA_DIR=\"/opt/share/polygraph\" -I../../src -I../../src -I/usr/include -I/usr/include  -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -MT ExpPortMgr.o -MD -MP -MF .deps/ExpPortMgr.Tpo -c -o ExpPortMgr.o ExpPortMgr.cc
In file included from ../../src/xstd/Socket.h:15:0,
                 from ExpPortMgr.cc:11:
../../src/xstd/Array.h: In constructor 'ExpPortMgr::ExpPortMgr(const NetAddr&)':
../../src/xstd/Array.h:26:16: error: 'typedef short unsigned int Array<short unsigned int>::Value' is inaccessible
   typedef Item Value;
                ^
ExpPortMgr.cc:27:18: error: within this context
  if (PortMax() > numeric_limits<Ports::Value>::max()) {
                  ^
In file included from ../../src/xstd/Socket.h:15:0,
                 from ExpPortMgr.cc:11:
../../src/xstd/Array.h:26:16: error: 'typedef short unsigned int Array<short unsigned int>::Value' is inaccessible
   typedef Item Value;
                ^
ExpPortMgr.cc:29:22: error: within this context
    "' option is " << numeric_limits<Ports::Value>::max() <<
                      ^
make[2]: *** [ExpPortMgr.o] Error 1
Makefile:637: recipe for target 'ExpPortMgr.o' failed
make[2]: Leaving directory '/opt/polygraph/polygraph-4.9.0/src/runtime'
make[1]: *** [install-recursive] Error 1
Makefile:401: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/opt/polygraph/polygraph-4.9.0/src'
make: *** [install-recursive] Error 1
Makefile:503: recipe for target 'install-recursive' failed

</log>


G++ is showing this info:
g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)


Another question to the Ubuntu package maintainer (pool/universe/p/polygraph/polygraph_4.3.2-1.2build1_amd64.deb).
Are there any plans to update from version 4.3.2 to 4.9.0?

Regards
Detlef
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.web-polygraph.org/pipermail/users/attachments/20160929/da8ce707/attachment-0001.html>


More information about the Users mailing list