Summary: | dev-libs/fddl-20111124-r1 - /.../test_dynarray.cpp: error: reference to array is ambiguous | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arsen, jy6x2b32pie9, mehw.is.me |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/35966 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 865117 | ||
Attachments: |
emerge-info.txt
dev-libs:fddl-20111124-r1:20230215-173953.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 851430 [details]
emerge-info.txt
Created attachment 851432 [details]
dev-libs:fddl-20111124-r1:20230215-173953.log
Created attachment 851434 [details]
emerge-history.txt
Created attachment 851436 [details]
environment
Created attachment 851438 [details]
etc.portage.tar.bz2
Created attachment 851440 [details]
logs.tar.bz2
Created attachment 851442 [details]
temp.tar.bz2
this library puts `using namespace std;' in various headers... Only user of this library is ITVal, project that has been without updates for 12 years and also fails to compile. It is also prototype that doesn't work, based on https://link.springer.com/article/10.1007/s10817-017-9445-1 Mask both this library and itval and drop them. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e82a85796d893a5e3142abc87ac29806b9dcf68 commit 6e82a85796d893a5e3142abc87ac29806b9dcf68 Author: Matthew White <mehw.is.me@inventati.org> AuthorDate: 2024-03-28 15:03:00 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-05-09 13:01:43 +0000 dev-libs/fddl: disambiguate variable name from std::array Trivial fix to disambiguate variable named 'array' from 'std::array'. Closes: https://bugs.gentoo.org/894632 Signed-off-by: Matthew White <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/35966 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-libs/fddl/fddl-20111124-r2.ebuild | 40 +++++++++++++ .../fddl-20111124-disambiguate-variable-name.patch | 65 ++++++++++++++++++++++ 2 files changed, 105 insertions(+) |