x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../src -I/usr/include/coin -I/usr/include/coin -DCOIN_NO_CLP_MESSAGE -DUSE_CBCCONFIG -O2 -pipe -march=native -fno-common -DCBC_BUILD -c CbcCutGenerator.cpp -fPIC -DPIC -o .libs/CbcCutGenerator.o CbcCutGenerator.cpp: In member function bool CbcCutGenerator::generateCuts(OsiCuts&, int, OsiSolverInterface*, CbcNode*): CbcCutGenerator.cpp:306:12: error: class CglTreeInfo has no member named parentSolver 306 | info.parentSolver = model_->parentModel()->continuousSolver(); | ^~~~~~~~~~~~ CbcCutGenerator.cpp:308:12: error: class CglTreeInfo has no member named hasParent ------------------------------------------------------------------- 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-cbc [ebuild U ] sci-libs/coinor-cbc-2.10.5 [2.8.9] USE="-doc -examples -static-libs -test"
Created attachment 637160 [details] emerge-info.txt
Created attachment 637162 [details] emerge-history.txt
Created attachment 637164 [details] environment
Created attachment 637166 [details] etc.portage.tbz2
Created attachment 637168 [details] logs.tbz2
Created attachment 637170 [details] sci-libs:coinor-cbc-2.10.5:20200509-165527.log
I think this is due to some old dependencies being installed. While technically it's an ebuild bug, upstream doesn't let us know when they break their API (soname doesn't change). And I would rather not try 100 versions by hand to see where the breakage starts. Can you try with "emerge -uDN coinor-cbc" to pull in the latest versions of its dependencies? I think that will solve it.