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

Bug 672250

Summary: sci-physics/herwig++-2.7.1-r1 : DipoleChain.cc:85:37: error: prior is not a member of boost
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Physics related packages <sci-physics>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 671712    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sci-physics:herwig++-2.7.1-r1:20181129-184006.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-11-29 19:25:05 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../Config -I../../include -I/usr/include -I/usr/include -ansi -pedantic -Wall -Wextra -Wno-overloaded-virtual -O2 -pipe -march=native -c DipoleChain.cc  -fPIC -DPIC -o .libs/DipoleChain.o
DipoleChain.cc: In member function ‘void Herwig::DipoleChain::check()’:
DipoleChain.cc:85:37: error: ‘prior’ is not a member of ‘boost’
   if ( theDipoles.begin() == boost::prior(theDipoles.end()) ) {
                                     ^~~~~
DipoleChain.cc: In member function ‘std::__cxx11::list<Herwig::Dipole>::iterator Herwig::DipoleChain::insertSplitting(std::__cxx11::list<Herwig::Dipole>::iterator, std::pair<Herwig::Dipole, Herwig::Dipole>, std::pair<std::_List_iterator<Herwig::Dipole>, std::_List_iterator<Herwig::Dipole> >&)’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_libressl_20181125-190949

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems)
  [3]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.30.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

emerge -qpvO sci-physics/herwig++
[ebuild  N    ] sci-physics/herwig++-2.7.1-r1  USE="-c++11 -fastjet -static-libs"
Comment 1 Toralf Förster gentoo-dev 2018-11-29 19:25:08 UTC
Created attachment 556700 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-29 19:25:11 UTC
Created attachment 556702 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-11-29 19:25:14 UTC
Created attachment 556704 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-11-29 19:25:16 UTC
Created attachment 556706 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-11-29 19:25:19 UTC
Created attachment 556708 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-11-29 19:25:22 UTC
Created attachment 556710 [details]
sci-physics:herwig++-2.7.1-r1:20181129-184006.log
Comment 7 Toralf Förster gentoo-dev 2018-11-29 19:25:25 UTC
Created attachment 556712 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-04-16 21:48:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01efefbfe2fdd43591ee336fb46c02a25a714254

commit 01efefbfe2fdd43591ee336fb46c02a25a714254
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-04-16 21:48:05 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-04-16 21:48:39 +0000

    sci-physics/herwig++: Fix building against boost 1.70
    
    Closes: https://bugs.gentoo.org/672250
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/herwig++-2.7.1-fix-boost-1.67.patch      | 42 ++++++++++++++++++++++
 sci-physics/herwig++/herwig++-2.7.1-r1.ebuild      |  6 ++--
 2 files changed, 46 insertions(+), 2 deletions(-)