Summary: | net-libs/wt-3.2.0-r1: ignores eselected boost, relies on old one and fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Matthew Marlowe (RETIRED) <mattm> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | dev-zero |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/net-libs%3Awt-3.2.0-r1%3A20120708-210628.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 425188 |
Description
Diego Elio Pettenò (RETIRED)
![]() Notified upstream of issue. the point is: ebuilds should not rely on eselected boost but on the latest available and supported. See the dev-cpp/xsd ebuild for an example. OK, if I'm reading this right, then the request is just to add the following or something similiar to the start of src_configure: BOOST_PKG="$(best_version ">=dev-libs/boost-1.40.0")" BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" BOOST_INC="/usr/include/boost-${BOOST_VER}" I'm going to add this for wt-3.2.2 as 3.2.0-r1 is becoming obsolete and will likely be removed as soon as I can get 3.2.2 or latest ebuild stable. |