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

Bug 721930

Summary: sci-libs/coinor-clp-1.17.6 : ClpFactorization.cpp: error: double CoinFactorization::ftranCountInput_ is protected within this cont
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: mjo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sci-libs:coinor-clp-1.17.6:20200509-165809.log

Description Toralf Förster gentoo-dev 2020-05-09 17:25:12 UTC
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I/usr/include/coin -DCOIN_HAS_CLP -O2 -pipe -march=native -fno-common -DCLP_BUILD -c ClpFactorization.cpp  -fPIC -DPIC -o .libs/ClpFactorization.o
ClpFactorization.cpp: In member function int ClpFactorization::updateColumnForDebug(CoinIndexedVector*, CoinIndexedVector*, bool) const:
ClpFactorization.cpp:2974:38: error: double CoinFactorization::ftranCountInput_ is protected within this context
 2974 |   memcpy(save, &coinFactorizationA_->ftranCountInput_, sizeof(save));
      |                                      ^~~~~~~~~~~~~~~~
In file included from ClpFactorization.hpp:11,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20200502-160513

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.0
  [2]   rust-1.43.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.252_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 09 May 2020 04:05:17 PM UTC

emerge -qpvO sci-libs/coinor-clp
[ebuild     U ] sci-libs/coinor-clp-1.17.6 [1.15.6-r1] USE="-doc -examples -glpk -metis -mumps -sparse -static-libs -test"
Comment 1 Toralf Förster gentoo-dev 2020-05-09 17:25:15 UTC
Created attachment 637148 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-09 17:25:18 UTC
Created attachment 637150 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-09 17:25:21 UTC
Created attachment 637152 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-09 17:25:24 UTC
Created attachment 637154 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-09 17:25:26 UTC
Created attachment 637156 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-09 17:25:29 UTC
Created attachment 637158 [details]
sci-libs:coinor-clp-1.17.6:20200509-165809.log
Comment 7 Michael Orlitzky gentoo-dev 2020-05-09 18:53:51 UTC
I think this is essentially the same as bug 721932. The old (removed) versions of its dependencies aren't compatible with the new coinor-clp. IMO this is too much work to fix if the problem is solved with "emerge -uDN @world" and will never return.

Can you please confirm that updating the dependencies of coinor-clp fixes the problem?