View Bug Details

IDProjectCategoryView StatusLast Update
0000990DCP-o-maticBugspublic2018-10-17 20:15
Reportermarkusk Assigned Tocarl  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Platform64-bitOSLinuxOS VersionArch
Product Version2.9.0 
Target Version2.10.0 
Summary0000990: libcxml git(ba540d35f8bf3557d5f) a bunch of compile errors on Arch for the git version ...
Description
                        ^~~~~~~~

../src/cxml.cc:49:1: error: reference to ‘shared_ptr’ is ambiguous
shared_ptr<cxml::Node>
^~~~~~

../src/cxml.cc:62:1: error: reference to ‘shared_ptr’ is ambiguous
shared_ptr<cxml::Node>

../src/cxml.cc:75:29: error: template argument 1 is invalid
list<shared_ptr<cxml::Node> >

.... and some more see attached file ...

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredAverage

Activities

markusk

2016-10-31 16:03

reporter  

libcxml-carl-out.txt (16,433 bytes)   
==> Making package: libcxml-git 0.r69.ba540d3-1 (Mon Oct 31 17:02:20 CET 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating libcxml-git git repo...
Fetching origin
==> Validating source files with sha256sums...
    libcxml-git ... Skipped
==> Extracting sources...
  -> Creating working copy of libcxml git repo...
Cloning into 'libcxml-git'...
done.
==> Starting pkgver()...
==> Starting build()...
Setting top to                           : /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git 
Setting out to                           : /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build 
Checking for 'g++' (c++ compiler)        : /usr/bin/g++ 
Checking for program pkg-config          : /usr/bin/pkg-config 
Checking for 'libxml++-2.6'              : yes 
Checking for boost filesystem library    : yes 
Checking for boost unit testing library  : yes 
'configure' finished successfully (1.853s)
Waf: Entering directory `/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build'
[1/6] subst_pc: libcxml.pc.in -> build/libcxml.pc
[2/6] cxx: src/cxml.cc -> build/src/cxml.cc.1.o
[3/6] cxx: test/tests.cc -> build/test/tests.cc.1.o
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../test/tests.cc:23:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../test/tests.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/cxml.cc:24:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/locale_conv.h:41:0,
                 from /usr/include/c++/6.2.1/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
../src/cxml.cc:49:1: error: reference to ‘shared_ptr’ is ambiguous
 shared_ptr<cxml::Node>
 ^~~~~~~~~~
In file included from /usr/include/boost/throw_exception.hpp:42:0,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:27,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/filesystem/path.hpp:29,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/boost/exception/exception.hpp:148:11: note: candidates are: template<class T> class boost::shared_ptr
     class shared_ptr;
           ^~~~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/shared_ptr.h:52:0,
                 from /usr/include/c++/6.2.1/memory:82,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/filesystem/path.hpp:29,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/shared_ptr_base.h:343:11: note:                 template<class _Tp> class std::shared_ptr
     class shared_ptr;
           ^~~~~~~~~~
../src/cxml.cc:62:1: error: reference to ‘shared_ptr’ is ambiguous
 shared_ptr<cxml::Node>
 ^~~~~~~~~~
In file included from /usr/include/boost/throw_exception.hpp:42:0,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:27,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/filesystem/path.hpp:29,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/boost/exception/exception.hpp:148:11: note: candidates are: template<class T> class boost::shared_ptr
     class shared_ptr;
           ^~~~~~~~~~
In file included from /usr/include/c++/6.2.1/bits/shared_ptr.h:52:0,
                 from /usr/include/c++/6.2.1/memory:82,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/filesystem/path.hpp:29,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/cxml.cc:22:
/usr/include/c++/6.2.1/bits/shared_ptr_base.h:343:11: note:                 template<class _Tp> class std::shared_ptr
     class shared_ptr;
           ^~~~~~~~~~
../src/cxml.cc:75:29: error: template argument 1 is invalid
 list<shared_ptr<cxml::Node> >
                             ^
../src/cxml.cc:75:29: error: template argument 2 is invalid
../src/cxml.cc:76:1: error: prototype for ‘int cxml::Node::node_children(std::__cxx11::string) const’ does not match any in class ‘cxml::Node’
 cxml::Node::node_children (string name) const
 ^~~~
In file included from ../src/cxml.cc:25:0:
../src/cxml.h:203:38: error: candidate is: std::__cxx11::list<boost::shared_ptr<cxml::Node> > cxml::Node::node_children(std::__cxx11::string) const
  std::list<boost::shared_ptr<Node> > node_children (std::string) const;
                                      ^~~~~~~~~~~~~
../src/cxml.cc: In member function ‘boost::optional<std::__cxx11::basic_string<char> > cxml::Node::optional_string_child(std::__cxx11::string) const’:
../src/cxml.cc:104:24: error: template argument 1 is invalid
  list<shared_ptr<Node> > nodes = node_children (c);
                        ^
../src/cxml.cc:104:24: error: template argument 2 is invalid
../src/cxml.cc:104:50: error: cannot convert ‘std::__cxx11::list<boost::shared_ptr<cxml::Node> >’ to ‘int’ in initialization
  list<shared_ptr<Node> > nodes = node_children (c);
                                                  ^
../src/cxml.cc:105:12: error: request for member ‘size’ in ‘nodes’, which is of non-class type ‘int’
  if (nodes.size() > 1) {
            ^~~~
../src/cxml.cc:109:12: error: request for member ‘empty’ in ‘nodes’, which is of non-class type ‘int’
  if (nodes.empty ()) {
            ^~~~~
../src/cxml.cc:113:15: error: request for member ‘front’ in ‘nodes’, which is of non-class type ‘int’
  return nodes.front()->content();
               ^~~~~
Waf: Leaving directory `/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build'
Build failed
 -> task in 'libcxml' failed (exit status 1): 
	{task 140132409552464: cxx cxml.cc -> cxml.cc.1.o}
['/usr/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-Wall', '-Wextra', '-O2', '-fPIC', '-I/usr/include/libxml++-2.6', '-I/usr/lib/libxml++-2.6/include', '-I/usr/include/libxml2', '-I/usr/include/glibmm-2.4', '-I/usr/lib/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/sigc++-2.0/include', '-DHAVE_LIBXML__=1', '../src/cxml.cc', '-c', '-o', 'src/cxml.cc.1.o']
==> ERROR: A failure occurred in build().
    Aborting...
libcxml-carl-out.txt (16,433 bytes)   

markusk

2016-10-31 16:03

reporter  

config.log (4,426 bytes)   
# project libcxml (0.11.0devel) configured on Mon Oct 31 17:02:20 2016 by
# waf 1.6.11 (abi 98, python 2070cf0 on linux2)
# using waf configure --prefix=/usr
#
----------------------------------------
Setting top to
/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git
----------------------------------------
Setting out to
/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build
----------------------------------------
Checking for 'g++' (c++ compiler)
find program=['g++', 'c++'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='CXX' -> '/usr/bin/g++'
find program=['ar'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='AR' -> '/usr/bin/ar'
/usr/bin/g++
----------------------------------------
Checking for program pkg-config
/usr/bin/pkg-config
find program=['pkg-config'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='PKGCONFIG' -> '/usr/bin/pkg-config'
----------------------------------------
Checking for 'libxml++-2.6'
['/usr/bin/pkg-config', 'libxml++-2.6', '--cflags', '--libs']
out: -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0

yes
----------------------------------------
Checking for boost filesystem library
==>

 		   #include <boost/filesystem.hpp>

    		   int main() { boost::filesystem::copy_file ("a", "b"); }

		   
<==
[1/2] cxx: build/.conf_check_46a6c087dea227dbffd6e59e9904727e/test.cpp -> build/.conf_check_46a6c087dea227dbffd6e59e9904727e/testbuild/test.cpp.1.o

['/usr/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-Wall', '-Wextra', '-O2', '-DHAVE_LIBXML__=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o']
[2/2] cxxprogram: build/.conf_check_46a6c087dea227dbffd6e59e9904727e/testbuild/test.cpp.1.o -> build/.conf_check_46a6c087dea227dbffd6e59e9904727e/testbuild/testprog

['/usr/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build/.conf_check_46a6c087dea227dbffd6e59e9904727e/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/usr/local/lib', '-lboost_filesystem', '-lboost_system']
yes
----------------------------------------
Checking for boost unit testing library
==>

                                  #define BOOST_TEST_MODULE Config test

    	                          #include <boost/test/unit_test.hpp>

                                  int main() {}
                                  
<==
[1/2] cxx: build/.conf_check_dd9ec3e4f85cf132614b10c90491dce1/test.cpp -> build/.conf_check_dd9ec3e4f85cf132614b10c90491dce1/testbuild/test.cpp.1.o

['/usr/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-Wall', '-Wextra', '-O2', '-DHAVE_LIBXML__=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o']
[2/2] cxxprogram: build/.conf_check_dd9ec3e4f85cf132614b10c90491dce1/testbuild/test.cpp.1.o -> build/.conf_check_dd9ec3e4f85cf132614b10c90491dce1/testbuild/testprog

['/usr/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/GIT/libcxml-git/src/libcxml-git/build/.conf_check_dd9ec3e4f85cf132614b10c90491dce1/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lboost_unit_test_framework', '-lboost_system']
yes
config.log (4,426 bytes)   

carl

2016-10-31 16:12

administrator   ~0001503

That's a very old libcxml; any reason why you are using that revision?

markusk

2016-10-31 16:39

reporter   ~0001504

hand an old git link inside the PKGBUILD without noticing it sorry ...

carl

2016-10-31 16:47

administrator   ~0001507

No worries, thanks for all the testing!

Bug History

Date Modified Username Field Change
2016-10-31 16:03 markusk New Bug
2016-10-31 16:03 markusk File Added: libcxml-carl-out.txt
2016-10-31 16:03 markusk File Added: config.log
2016-10-31 16:12 carl Note Added: 0001503
2016-10-31 16:12 carl Assigned To => carl
2016-10-31 16:12 carl Status new => feedback
2016-10-31 16:25 carl Target Version => 2.10.0
2016-10-31 16:25 carl Description Updated
2016-10-31 16:39 markusk Note Added: 0001504
2016-10-31 16:39 markusk Status feedback => assigned
2016-10-31 16:47 carl Note Added: 0001507
2016-10-31 16:47 carl Status assigned => resolved
2016-10-31 16:47 carl Resolution open => fixed
2018-10-17 20:15 carl Status resolved => closed