Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672250 - sci-physics/herwig++-2.7.1-r1 : DipoleChain.cc:85:37: error: prior is not a member of boost
Summary: sci-physics/herwig++-2.7.1-r1 : DipoleChain.cc:85:37: error: prior is not a m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2018-11-29 19:25 UTC by Toralf Förster
Modified: 2019-04-16 21:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.23 KB, text/plain)
2018-11-29 19:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.48 KB, text/plain)
2018-11-29 19:25 UTC, Toralf Förster
Details
environment (environment,102.16 KB, text/plain)
2018-11-29 19:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.37 KB, application/x-bzip)
2018-11-29 19:25 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.25 KB, application/x-bzip)
2018-11-29 19:25 UTC, Toralf Förster
Details
sci-physics:herwig++-2.7.1-r1:20181129-184006.log (sci-physics:herwig++-2.7.1-r1:20181129-184006.log,294.07 KB, text/plain)
2018-11-29 19:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,40.77 KB, application/x-bzip)
2018-11-29 19:25 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 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(-)