Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899948 - games-emulation/vbam-2.1.5 - /.../option.cpp: error: redefinition of config::Option::Option(config::OptionID, int , int, int)
Summary: games-emulation/vbam-2.1.5 - /.../option.cpp: error: redefinition of config::...
Status: RESOLVED FIXED
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: PATCH
Depends on:
Blocks:
 
Reported: 2023-03-06 17:42 UTC by Toralf Förster
Modified: 2023-11-24 12:59 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.38 KB, text/plain)
2023-03-06 17:42 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,59.61 KB, application/x-bzip)
2023-03-06 17:42 UTC, Toralf Förster
Details
environment (environment,100.37 KB, text/plain)
2023-03-06 17:42 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,703 bytes, application/x-bzip)
2023-03-06 17:42 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.34 KB, application/x-bzip)
2023-03-06 17:42 UTC, Toralf Förster
Details
games-emulation:vbam-2.1.5:20230306-145807.log.bz2 (games-emulation:vbam-2.1.5:20230306-145807.log.bz2,13.36 KB, application/x-bzip)
2023-03-06 17:42 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.13 KB, application/x-bzip)
2023-03-06 17:42 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,37.61 KB, application/x-bzip)
2023-03-06 17:42 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-06 17:42:21 UTC
/var/tmp/portage/games-emulation/vbam-2.1.5/work/visualboyadvance-m-2.1.5/src/wx/config/option.cpp:107:47: error: 'uint32_t' has not been declared
  107 | Option::Option(OptionID id, uint32_t* option, uint32_t min, uint32_t max)
      |                                               ^~~~~~~~
/var/tmp/portage/games-emulation/vbam-2.1.5/work/visualboyadvance-m-2.1.5/src/wx/config/option.cpp:107:61: error: 'uint32_t' has not been declared
  107 | Option::Option(OptionID id, uint32_t* option, uint32_t min, uint32_t max)
      |                                                             ^~~~~~~~
/var/tmp/portage/games-emulation/vbam-2.1.5/work/visualboyadvance-m-2.1.5/src/wx/config/option.cpp:107:1: error: redefinition of 'config::Option::Option(config::OptionID, int*, int, int)'
  107 | Option::Option(OptionID id, uint32_t* option, uint32_t min, uint32_t max)
      | ^~~~~~

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

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

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

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

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

  HEAD of ::gentoo
commit 38a60b684ba6e1d30e7d5e7fa78ab5236d09fe28
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Mar 6 13:47:13 2023 +0000

    2023-03-06 13:47:13 UTC

emerge -qpvO games-emulation/vbam
[ebuild  N    ] games-emulation/vbam-2.1.5  USE="wxwidgets -ffmpeg -link -lirc -nls -openal -sdl"
Comment 1 Toralf Förster gentoo-dev 2023-03-06 17:42:22 UTC
Created attachment 856406 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-03-06 17:42:23 UTC
Created attachment 856408 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-03-06 17:42:25 UTC
Created attachment 856410 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-03-06 17:42:26 UTC
Created attachment 856412 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-03-06 17:42:27 UTC
Created attachment 856414 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-03-06 17:42:28 UTC
Created attachment 856416 [details]
games-emulation:vbam-2.1.5:20230306-145807.log.bz2
Comment 7 Toralf Förster gentoo-dev 2023-03-06 17:42:29 UTC
Created attachment 856418 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-03-06 17:42:31 UTC
Created attachment 856420 [details]
temp.tar.bz2
Comment 9 Jonathan Callen 2023-06-06 02:23:56 UTC
The commit upstream that fixes this appears to be https://github.com/visualboyadvance-m/visualboyadvance-m/commit/1c2a62f0552496724e81045352bcd2afd85625f9, but that doesn't apply cleanly without https://github.com/visualboyadvance-m/visualboyadvance-m/commit/8e4acfc91d17b24d5ab64b9defd04f85010add1d applied first (or manually adjusting the patch to apply without it).
Comment 10 Larry the Git Cow gentoo-dev 2023-11-24 12:59:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e808adf1da655e9bac4dca1772cd38ad109f152

commit 2e808adf1da655e9bac4dca1772cd38ad109f152
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-11-24 12:59:29 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-11-24 12:59:29 +0000

    games-emulation/vbam: add 2.1.7
    
    Closes: https://bugs.gentoo.org/899948
    Closes: https://bugs.gentoo.org/903966
    Closes: https://bugs.gentoo.org/916450
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 games-emulation/vbam/Manifest          |   1 +
 games-emulation/vbam/vbam-2.1.7.ebuild | 115 +++++++++++++++++++++++++++++++++
 2 files changed, 116 insertions(+)