Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941452 - sci-mathematics/abc-0_p20230313 - [ncurses-6.5] [libtool] [gcc-15] src/.../Glucose.cpp: error: type struct reduceDB_lt violates the C++ One Definition Rule [-Werror=odr]
Summary: sci-mathematics/abc-0_p20230313 - [ncurses-6.5] [libtool] [gcc-15] src/.../Gl...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2024-10-13 09:14 UTC by Toralf Förster
Modified: 2024-10-13 09:14 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.66 KB, text/plain)
2024-10-13 09:14 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,103.22 KB, application/x-xz)
2024-10-13 09:14 UTC, Toralf Förster
Details
environment (environment,64.77 KB, text/plain)
2024-10-13 09:14 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.00 KB, application/x-xz)
2024-10-13 09:14 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,51.81 KB, application/x-xz)
2024-10-13 09:14 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,107.20 KB, application/x-xz)
2024-10-13 09:14 UTC, Toralf Förster
Details
sci-mathematics:abc-0_p20230313:20241013-061730.log.xz (sci-mathematics:abc-0_p20230313:20241013-061730.log.xz,31.23 KB, application/x-xz)
2024-10-13 09:14 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 2024-10-13 09:14:44 UTC
too long lines were shrinked:

`` Compiling: /src/aig/hop/hopTruth.c
x86_64-pc-linux-gnu-gcc -c -g -O -I./src -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_USE_READLINE  -DA
`` Compiling: /src/aig/hop/hopUtil.c
x86_64-pc-linux-gnu-gcc -c -g -O -I./src -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_USE_READLINE  -DA
`` Linking: libabc.so
x86_64-pc-linux-gnu-g++ -shared -o libabc.so src/sat/glucose/AbcGlucose.o src/sat/glucose/AbcGlucoseCmd.o src/sat/glucose/Glucose.o src/sat/glucose/Options.o src/sat/glucose/SimpSolver.o src/sat/glucose/System.o src/sat/glucose2/AbcGlucose2.o src/sat/glucose2/AbcGlucoseCmd2.o src/sat/glucose2/Glucos
src/sat/glucose/Glucose.cpp:913:8: error: type struct reduceDB_lt violates the C++ One Definition Rule [-Werror=odr]
  913 | struct reduceDB_lt {
      |        ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-20240930-224005

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam
    Issues involving opaque types / incomplete typedefs should block bug 930805
  /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 19.1.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/19/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/19
19.1.1
Python 3.12.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.3 *
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit 0be1ce18c2a0a201284085da8f848482e196845b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Oct 13 03:18:31 2024 +0000

    2024-10-13 03:18:31 UTC

emerge -qpvO =sci-mathematics/abc-0_p20230313
[ebuild  N    ] sci-mathematics/abc-0_p20230313  USE="readline threads"
Comment 1 Toralf Förster gentoo-dev 2024-10-13 09:14:45 UTC
Created attachment 905520 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-13 09:14:46 UTC
Created attachment 905521 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-13 09:14:48 UTC
Created attachment 905522 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-13 09:14:49 UTC
Created attachment 905523 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-13 09:14:50 UTC
Created attachment 905524 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-13 09:14:51 UTC
Created attachment 905525 [details]
qlist-info.txt.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-13 09:14:52 UTC
Created attachment 905526 [details]
sci-mathematics:abc-0_p20230313:20241013-061730.log.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-13 09:14:53 UTC
The file size of ./files/temp.tar.xz is too big (53M) for an upload. For few weeks the link http://tinderbox.zwiebeltoralf.de:31560/23.0_no_multilib_systemd-20240930-224005/var/tmp/tb/issues/20241013-062008-sci-mathematics_abc-0_p20230313/files/temp.tar.xz is valid.