Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902761 - games-util/slade-3.2.1-r1 - /.../lunasvg.cpp: error: class lunasvg::Bitmap has no member named data
Summary: games-util/slade-3.2.1-r1 - /.../lunasvg.cpp: error: class lunasvg::Bitmap ha...
Status: RESOLVED DUPLICATE of bug 899040
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-22 20:45 UTC by Toralf Förster
Modified: 2023-04-18 22:04 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.50 KB, text/plain)
2023-03-22 20:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,136.65 KB, text/plain)
2023-03-22 20:45 UTC, Toralf Förster
Details
environment (environment,111.89 KB, text/plain)
2023-03-22 20:46 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,716 bytes, application/x-bzip)
2023-03-22 20:46 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.24 KB, application/x-bzip)
2023-03-22 20:46 UTC, Toralf Förster
Details
games-util:slade-3.2.1-r1:20230322-193238.log.bz2 (games-util:slade-3.2.1-r1:20230322-193238.log.bz2,10.17 KB, application/x-bzip)
2023-03-22 20:46 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,45.79 KB, application/x-bzip)
2023-03-22 20:46 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-03-22 20:45:56 UTC
      |      ^~~~~~~~
      |      wint_t
/var/tmp/portage/games-util/slade-3.2.1-r1/work/SLADE-3.2.1/thirdparty/lunasvg/source/lunasvg.cpp:191:60: error: std::uint32_t has not been declared
  191 | void Document::render(Bitmap bitmap, const Matrix& matrix, std::uint32_t backgroundColor) const
      |                                                            ^~~
/var/tmp/portage/games-util/slade-3.2.1-r1/work/SLADE-3.2.1/thirdparty/lunasvg/source/lunasvg.cpp: In member function void lunasvg::Document::render(lunasvg::Bitmap, const lunasvg::Matrix&, int) const:
/var/tmp/portage/games-util/slade-3.2.1-r1/work/SLADE-3.2.1/thirdparty/lunasvg/source/lunasvg.cpp:194:42: error: class lunasvg::Bitmap has no member named data
  194 |     state.canvas = Canvas::create(bitmap.data(), bitmap.width(), bitmap.height(), bitmap.stride());
      |                                          ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-j4-20230321-090004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.0
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.68.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 4fc0cfeffd38963119156190f5291def9cfb6b4f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Mar 22 17:16:55 2023 +0000

    2023-03-22 17:16:55 UTC

emerge -qpvO games-util/slade
[ebuild  N    ] games-util/slade-3.2.1-r1  USE="-fluidsynth -timidity -webkit" LUA_SINGLE_TARGET="lua5-1 -lua5-3"
Comment 1 Toralf Förster gentoo-dev 2023-03-22 20:45:57 UTC
Created attachment 858643 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-03-22 20:45:59 UTC
Created attachment 858645 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-03-22 20:46:00 UTC
Created attachment 858647 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-03-22 20:46:01 UTC
Created attachment 858649 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-03-22 20:46:02 UTC
Created attachment 858651 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-03-22 20:46:03 UTC
Created attachment 858653 [details]
games-util:slade-3.2.1-r1:20230322-193238.log.bz2
Comment 7 Toralf Förster gentoo-dev 2023-03-22 20:46:04 UTC
Created attachment 858655 [details]
temp.tar.bz2
Comment 8 James Le Cuirot gentoo-dev 2023-03-22 21:00:40 UTC
Note to self. This is a GCC 13 issue. 12 still works fine.
Comment 9 Arsen Arsenović gentoo-dev 2023-04-18 21:32:13 UTC
Seems that https://bugs.gentoo.org/899040 is related?
Comment 10 James Le Cuirot gentoo-dev 2023-04-18 22:04:43 UTC

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