Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807214 - dev-cpp/eigen fails to build tests (error: ‘namespace mp = boost::boost::multiprecision;’ conflicts with a previous declaration)
Summary: dev-cpp/eigen fails to build tests (error: ‘namespace mp = boost::boost::mult...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-08 20:53 UTC by Matt Turner
Modified: 2021-11-05 07:23 UTC (History)
2 users (show)

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


Attachments
build.log.gz (build.log.gz,341.12 KB, application/gzip)
2021-08-08 20:54 UTC, Matt Turner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2021-08-08 20:53:05 UTC
dev-cpp/eigen fails to build tests
Comment 1 Matt Turner gentoo-dev 2021-08-08 20:54:57 UTC
Created attachment 731629 [details]
build.log.gz

build.log.gz
Comment 2 Matt Turner gentoo-dev 2021-08-08 20:56:57 UTC
Comment on attachment 731629 [details]
build.log.gz

/var/tmp/portage/dev-cpp/eigen-3.3.9/work/eigen-3.3.9/test/boostmultiprec.cpp:71:37: error: ‘namespace mp = boost::boost::multiprecision;’ conflicts with a previous declaration
   71 | namespace mp = boost::multiprecision;
      |                                     ^

Reproduced on alpha and amd64 with both versions of eigen in tree (3.3.7-r1 and 3.3.9).