Summary: | media-plugins/vdr-satip-2.4.0_p20210131 - msearch.c: error: min was not declared in this scope (maybe gcc-11 related) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Martin Dummer <martin.dummer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, vdr |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732706 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 media-plugins:vdr-satip-2.4.0_p20210131:20210429-120602.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 703872 [details]
emerge-info.txt
Created attachment 703875 [details]
emerge-history.txt
Created attachment 703878 [details]
environment
Created attachment 703881 [details]
etc.portage.tar.bz2
Created attachment 703884 [details]
media-plugins:vdr-satip-2.4.0_p20210131:20210429-120602.log
Created attachment 703887 [details]
temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124a95a62c264394f08d70dc0eb66db06b8c9d04 commit 124a95a62c264394f08d70dc0eb66db06b8c9d04 Author: Martin Dummer <martin.dummer@gmx.net> AuthorDate: 2021-05-05 22:31:44 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-05-06 08:46:42 +0000 media-video/vdr: add gcc-11 compile fix vdr defines std:: functions "min" "max" and "swap" as Template, which collides with gcc-11. Add a patch from upstream which fixes this, and fixes also compile problems with all media-video/vdr-* plugins using this functions, too Closes: https://bugs.gentoo.org/786882 Closes: https://bugs.gentoo.org/787389 Closes: https://bugs.gentoo.org/787236 Closes: https://bugs.gentoo.org/787140 Closes: https://bugs.gentoo.org/786801 Closes: https://bugs.gentoo.org/786795 Closes: https://bugs.gentoo.org/786672 Closes: https://bugs.gentoo.org/786285 Closes: https://bugs.gentoo.org/786258 Closes: https://bugs.gentoo.org/788583 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/20695 Signed-off-by: Joonas Niilola <juippis@gentoo.org> media-video/vdr/files/vdr-2.2.0_gcc11.patch | 29 ++ media-video/vdr/files/vdr-2.4.7_gcc11.patch | 314 ++------------------- media-video/vdr/vdr-2.2.0-r7.ebuild | 302 ++++++++++++++++++++ .../vdr/{vdr-2.4.7.ebuild => vdr-2.4.7-r1.ebuild} | 8 +- 4 files changed, 359 insertions(+), 294 deletions(-) |