Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925707

Summary: media-gfx/gthumb-3.12.2-r5 - ../.../exiv2-utils.cpp: error: struct Exiv2::DataBuf has no member named size_
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt.xz
environment
etc.clang.tar.xz
etc.portage.tar.xz
media-gfx:gthumb-3.12.2-r5:20240228-125411.log.xz
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-02-28 15:21:33 UTC
/usr/include/exiv2/types.hpp:201:21: note: declared private here
  201 |   std::vector<byte> pData_;
      |                     ^~~~~~
../gthumb-3.12.2/extensions/exiv2_tools/exiv2-utils.cpp:968:34: error: invalid cast from type std::vector<unsigned char> to type char*
  968 |                 xmpPacket.assign(reinterpret_cast<char*>(buf.pData_), buf.size_);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gthumb-3.12.2/extensions/exiv2_tools/exiv2-utils.cpp:968:75: error: struct Exiv2::DataBuf has no member named size_; did you mean size?
  968 |                 xmpPacket.assign(reinterpret_cast<char*>(buf.pData_), buf.size_);
      |                                                                           ^~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd-20240223-164502

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] 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.8
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.75.0 *
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

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.22.0 linux/amd64

  HEAD of ::gentoo
commit ba6a2fe55490b59c02d936bc9304d13c4e3e819e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Feb 28 11:18:52 2024 +0000

    2024-02-28 11:18:52 UTC

emerge -qpvO media-gfx/gthumb
[ebuild  N    ] media-gfx/gthumb-3.12.2-r5  USE="exif gstreamer heif jpegxl keyring lcms raw webkit -cdr -colord -slideshow -svg -tiff -webp"
Comment 1 Toralf Förster gentoo-dev 2024-02-28 15:21:34 UTC
Created attachment 886184 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-02-28 15:21:36 UTC
Created attachment 886185 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-02-28 15:21:37 UTC
Created attachment 886186 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-02-28 15:21:38 UTC
Created attachment 886187 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-02-28 15:21:39 UTC
Created attachment 886188 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-02-28 15:21:40 UTC
Created attachment 886189 [details]
media-gfx:gthumb-3.12.2-r5:20240228-125411.log.xz
Comment 7 Toralf Förster gentoo-dev 2024-02-28 15:21:41 UTC
Created attachment 886190 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-02-28 15:21:43 UTC
Created attachment 886191 [details]
temp.tar.xz
Comment 9 Andreas Sturmlechner gentoo-dev 2024-04-20 12:48:25 UTC

*** This bug has been marked as a duplicate of bug 912834 ***