Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919494 - sci-geosciences/opencpn-5.8.4 - /.../kml.cpp: error: no matching function for call to TiXmlText::TiXmlText(std::_cxx11::basic_stringstream<char>::_str
Summary: sci-geosciences/opencpn-5.8.4 - /.../kml.cpp: error: no matching function for...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-08 22:23 UTC by Toralf Förster
Modified: 2023-12-09 19:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.62 KB, text/plain)
2023-12-08 22:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,166.96 KB, text/plain)
2023-12-08 22:23 UTC, Toralf Förster
Details
environment (environment,100.59 KB, text/plain)
2023-12-08 22:23 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2023-12-08 22:23 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,36.48 KB, application/x-xz)
2023-12-08 22:23 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,140.81 KB, application/x-xz)
2023-12-08 22:24 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,253.19 KB, text/plain)
2023-12-08 22:24 UTC, Toralf Förster
Details
sci-geosciences:opencpn-5.8.4:20231208-220824.log.xz (sci-geosciences:opencpn-5.8.4:20231208-220824.log.xz,10.54 KB, application/x-xz)
2023-12-08 22:24 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,33.14 KB, application/x-xz)
2023-12-08 22:24 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-12-08 22:23:53 UTC
too long lines were shrinked:

  591 |   virtual bool RenderGLOverlayMultiCanvas(wxGLContext *pcontext,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
[137/835] /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_WX_GESTURE_EVENTS -DMG_ENABLE_OPENSSL -DRAPIDJSON_HAS_STDSTRING=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__OCPN_USE_GLEW__ -D__WXGTK3__ -D__WXGTK__ -DocpnUSE_GL -DocpnUSE_GLSL -DocpnUSE_SVG -DocpnUSE_wxBitmapBundle -Dopencpn_EXPORTS -DwxUSE_WEBVIEW=0 
FAILED: CMakeFiles/opencpn.dir/src/kml.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_WX_GESTURE_EVENTS -DMG_ENABLE_OPENSSL -DRAPIDJSON_HAS_STDSTRING=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__OCPN_USE_GLEW__ -D__WXGTK3__ -D__WXGTK__ -DocpnUSE_GL -DocpnUSE_GLSL -DocpnUSE_SVG -DocpnUSE_wxBitmapBundle -Dopencpn_EXPORTS -DwxUSE_WEBVIEW=0 -I/var/tmp
/var/tmp/portage/sci-geosciences/opencpn-5.8.4/work/OpenCPN-Release_5.8.4/src/kml.cpp: In static member function static std::string Kml::PointPlacemark(TiXmlElement*, RoutePoint*):
/var/tmp/portage/sci-geosciences/opencpn-5.8.4/work/OpenCPN-Release_5.8.4/src/kml.cpp:463:59: error: no matching function for call to TiXmlText::TiXmlText(std::__cxx11::basic_stringstream<char>::__string_type)
  463 |   TiXmlText* pointText = new TiXmlText(pointCoordStr.str());
      |                                                           ^

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20231206-190509

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit 3df736bdba8760c2100b8f6a059e001abb4d22df
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 8 21:01:58 2023 +0000

    2023-12-08 21:01:57 UTC

emerge -qpvO sci-geosciences/opencpn
[ebuild  N    ] sci-geosciences/opencpn-5.8.4  USE="-doc -lzma"
Comment 1 Toralf Förster gentoo-dev 2023-12-08 22:23:54 UTC
Created attachment 878460 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-08 22:23:55 UTC
Created attachment 878461 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-08 22:23:57 UTC
Created attachment 878462 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-08 22:23:57 UTC
Created attachment 878463 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-08 22:23:58 UTC
Created attachment 878464 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-08 22:24:00 UTC
Created attachment 878465 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-08 22:24:01 UTC
Created attachment 878466 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2023-12-08 22:24:02 UTC
Created attachment 878467 [details]
sci-geosciences:opencpn-5.8.4:20231208-220824.log.xz
Comment 9 Toralf Förster gentoo-dev 2023-12-08 22:24:03 UTC
Created attachment 878468 [details]
temp.tar.xz
Comment 10 Christopher Fore 2023-12-09 18:24:26 UTC
I don't seem to be able to reproduce this on GCC 13 or 14, that function's in TinyXML so I wonder if it has something to do with that package.
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-09 19:08:52 UTC
(In reply to Christopher Fore from comment #10)

tried same USE flags as toralf did? (check top of build log)?
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-09 19:09:04 UTC
also, oops, this isn't w/ gcc-14...
Comment 13 Christopher Fore 2023-12-09 19:17:59 UTC
Yes, made sure to have the same USE flags after my first attempt.