On Tue, Jan 8, 2013, at 09:31 AM, Baptiste Daroussin wrote:
> Hi,
> 
> I'm working on a boost upgrade to 1.52.0:
> http://people.freebsd.org/~bapt/boost-1.52.0.diff
> 
> This is needed to update libreoffice, I don't have enough power to test
> on
> everything
> 
> Can same of you help me testing the kde stuff and reporting what needs to
> be
> bumped/fix along with boost in the kde@ land?
> 
> Thank you in advance,
> regards,
> Bapt

textproc/libkolabxml is failing to build. Build log is attached. It
might just be some deep-endency issue so I'll rebuild all ports and
retry.
root@harmony:/usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1 # 
make -C /usr/ports/textproc/libkolabxml 
===>  License LGPL3 accepted by the user
===>  Extracting for libkolabxml-0.8.1
=> SHA256 Checksum OK for libkolabxml-0.8.1.tar.gz.
===>  Patching for libkolabxml-0.8.1
===>   libkolabxml-0.8.1 depends on executable: xsdcxx - found
===>   libkolabxml-0.8.1 depends on file: /usr/local/bin/cmake - found
===>   libkolabxml-0.8.1 depends on shared library: boost_system - found
===>   libkolabxml-0.8.1 depends on shared library: curl - found
===>   libkolabxml-0.8.1 depends on shared library: xerces-c.3 - found
===>  Configuring for libkolabxml-0.8.1
/bin/mkdir -p /usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
Building DIST targets (make dist, make snapshot)
-- The CXX compiler identification is Clang 3.1.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.52.0
-- Found the following Boost libraries:
--   thread
--   system
Found boost in /usr/local/include
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.27") 
-- Found XSDCXX: /usr/local/bin/xsdcxx  
-- Found Xerces: /usr/local/lib/libxerces-c.so  
-- Found Curl: /usr/local/lib/libcurl.so  
SWIG found
-- Found LibkolabxmlDependencies: TRUE  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_FLAGS_DEBUG
    CMAKE_C_FLAGS
    CMAKE_C_FLAGS_DEBUG
    CMAKE_C_FLAGS_RELEASE
    CMAKE_MODULE_LINKER_FLAGS
    THREADS_HAVE_PTHREAD_ARG


-- Build files have been written to: 
/usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
===>  Building for libkolabxml-0.8.1
Scanning dependencies of target xsdbin
[  4%] Building CXX object CMakeFiles/xsdbin.dir/compiled/xsdbin.cxx.o
Linking CXX executable xsdbin
[  4%] Built target xsdbin
Scanning dependencies of target generate_bindings
[  8%] Generating XSD bindings
terminate called after throwing an instance of 'std::runtime_error'
*** [bindings/kolabformat.cxx] Signal 6

Stop in /usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1.
*** [CMakeFiles/generate_bindings.dir/all] Error code 1

Stop in /usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1.
*** [all] Error code 1

Stop in /usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1.
*** [do-build] Error code 1

Stop in /usr/ports/textproc/libkolabxml.
root@harmony:/usr/obj/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1 # 
gdb `which xsdcxx` xsdcxx.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols 
found)...
Core was generated by `xsdcxx'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/local/lib/libxerces-c-3.1.so...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libxerces-c-3.1.so
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /usr/lib/libsupc++.so.1...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libsupc++.so.1
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x0000000801e4348c in kill () from /lib/libc.so.7
[New Thread 802807400 (LWP 102357/xsdcxx)]
(gdb) backtrace
#0  0x0000000801e4348c in kill () from /lib/libc.so.7
#1  0x0000000801e42c4c in abort () from /lib/libc.so.7
#2  0x00000008022bd395 in __gnu_cxx::__verbose_terminate_handler () from 
/usr/lib/libsupc++.so.1
#3  0x00000008022c5688 in __cxa_rethrow () from /usr/lib/libsupc++.so.1
#4  0x00000008022c56c3 in __cxa_rethrow () from /usr/lib/libsupc++.so.1
#5  0x00000008022c55ec in __cxa_throw () from /usr/lib/libsupc++.so.1
#6  0x00000008016c5ca5 in std::__throw_runtime_error () from 
/usr/lib/libstdc++.so.6
#7  0x00000008016c581f in std::locale::facet::_S_create_c_locale () from 
/usr/lib/libstdc++.so.6
#8  0x0000000801667568 in std::locale::_Impl::_Impl () from 
/usr/lib/libstdc++.so.6
#9  0x0000000801666cbb in std::locale::locale () from /usr/lib/libstdc++.so.6
#10 0x0000000000756a84 in boost::filesystem::path::codecvt ()
#11 0x0000000000755bae in boost::filesystem::path::root_directory ()
#12 0x000000000075379e in boost::filesystem::detail::system_complete ()
#13 0x00000000006dd154 in XSDFrontend::Parser::Impl::dom ()
#14 0x00000000006d979d in XSDFrontend::Parser::Impl::parse ()
#15 0x00000000006fdde8 in XSDFrontend::Parser::parse ()
#16 0x000000000041571d in main ()
(gdb)
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to