Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789402 - media-plugins/vdr-epgsearch-2.4.0_p20200402-r1 - /.../stl_tree.h: error: static assertion failed: comparison object must be invoca (maybe gcc-11 related)
Summary: media-plugins/vdr-epgsearch-2.4.0_p20200402-r1 - /.../stl_tree.h: error: stat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-11 08:08 UTC by Toralf Förster
Modified: 2021-09-20 19:40 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.21 KB, text/plain)
2021-05-11 08:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,42.46 KB, text/plain)
2021-05-11 08:08 UTC, Toralf Förster
Details
environment (environment,95.57 KB, text/plain)
2021-05-11 08:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.68 KB, application/x-bzip)
2021-05-11 08:08 UTC, Toralf Förster
Details
media-plugins:vdr-epgsearch-2.4.0_p20200402-r1:20210510-230829.log (media-plugins:vdr-epgsearch-2.4.0_p20200402-r1:20210510-230829.log,9.23 KB, text/plain)
2021-05-11 08:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.00 KB, application/x-bzip)
2021-05-11 08:08 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 2021-05-11 08:08:51 UTC
conflictcheck.c:280:47:   required from here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const
  770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v<const TimerObjSort&, cConflictCheckTimerObj* const&, cConflictCheckTimerObj* const&>’ evaluates to false
make: *** [Makefile:193: conflictcheck.o] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j2-20210510-165205

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
/usr/lib/llvm/10
10.0.1
Python 3.8.10
Available Rust versions:
  [1]   rust-bin-1.52.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon May 10 19:50:37 UTC 2021

emerge -qpvO media-plugins/vdr-epgsearch
[ebuild  N    ] media-plugins/vdr-epgsearch-2.4.0_p20200402-r1  USE="pcre -conflictcheckonly -epgsearchonly -quicksearch -tre"
Comment 1 Toralf Förster gentoo-dev 2021-05-11 08:08:52 UTC
Created attachment 706908 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-11 08:08:53 UTC
Created attachment 706911 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-11 08:08:55 UTC
Created attachment 706914 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-11 08:08:56 UTC
Created attachment 706917 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-11 08:08:57 UTC
Created attachment 706920 [details]
media-plugins:vdr-epgsearch-2.4.0_p20200402-r1:20210510-230829.log
Comment 6 Toralf Förster gentoo-dev 2021-05-11 08:08:58 UTC
Created attachment 706923 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-06-03 07:01:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d43d1f453e06fb9108e2f89edb0633cafc803ae

commit 8d43d1f453e06fb9108e2f89edb0633cafc803ae
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2021-05-16 11:02:40 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-06-03 07:01:12 +0000

    media-plugins/vdr-epgsearch: version bump and gcc-11 fix
    
    Closes: https://bugs.gentoo.org/789402
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/20833
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-plugins/vdr-epgsearch/Manifest               |  1 +
 ...vdr-epgsearch-2.4.0_p20210426_gcc11-const.patch | 18 ++++
 ...-epgsearch-2.4.0_p20210426_gcc11-warnings.patch | 58 +++++++++++++
 .../vdr-epgsearch-2.4.0_p20210426.ebuild           | 97 ++++++++++++++++++++++
 4 files changed, 174 insertions(+)
Comment 8 Larry the Git Cow gentoo-dev 2021-09-20 19:40:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014d395b5afaf387262c158c786f09f1356a3cd1

commit 014d395b5afaf387262c158c786f09f1356a3cd1
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-09-20 18:22:31 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-09-20 19:40:26 +0000

    media-plugins/vdr-epgsearch: Remove old
    
    Bug: https://bugs.gentoo.org/789402
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 media-plugins/vdr-epgsearch/Manifest               |  2 -
 .../vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild       | 84 -------------------
 .../vdr-epgsearch-2.4.0_p20200402-r1.ebuild        | 96 ----------------------
 3 files changed, 182 deletions(-)