Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 703914

Summary: media-plugins/vdr-recsearch-0.3.5 : search_parameter.c:384:35: error: invalid conversion from const recsearch::cSearchParameter* to recsearch::cSearchParameter* [-fpermissive]
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 703944    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-plugins:vdr-recsearch-0.3.5:20191226-094556.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-12-26 21:24:34 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"recsearch"'  -o search_parameter.o search_parameter.c
search_parameter.c: In member function ‘recsearch::cSearchParameter* recsearch::cSearches::Contains(const recsearch::cSearchParameter&) const’:
search_parameter.c:384:35: error: invalid conversion from ‘const recsearch::cSearchParameter*’ to ‘recsearch::cSearchParameter*’ [-fpermissive]
  384 |   for (cSearchParameter *p = First(); p; p = Next(p)) {
      |                              ~~~~~^~
      |                                   |

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20191222-151549

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Wed, 25 Dec 2019 23:32:18 +0000

emerge -qpvO media-plugins/vdr-recsearch
[ebuild  N    ] media-plugins/vdr-recsearch-0.3.5
Comment 1 Toralf Förster gentoo-dev 2019-12-26 21:24:38 UTC
Created attachment 600860 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-26 21:24:41 UTC
Created attachment 600862 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-26 21:24:43 UTC
Created attachment 600864 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-26 21:24:46 UTC
Created attachment 600866 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-26 21:24:49 UTC
Created attachment 600868 [details]
media-plugins:vdr-recsearch-0.3.5:20191226-094556.log
Comment 6 Toralf Förster gentoo-dev 2019-12-26 21:24:52 UTC
Created attachment 600870 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-12-26 21:37:58 UTC
There're much more breakage with different packages at different iumages like:


media-plugins/vdr-recstatus-0.0.8 : recstatus.c:126:34: error: Recordings was not declared in this scope     @ 17.1_hardened-20191223-0915541

or

media-plugins/vdr-dvdswitch-0.2.2 : helpers.h:96:106: error: passing const cToken as this argument discards qualifiers [-fpermissive]     @ 17.1_hardened-20191223-091554


which looks like a general failure wrt this package category
Comment 8 Larry the Git Cow gentoo-dev 2019-12-27 18:36:00 UTC
The bug has been closed via the following commit(s):

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

commit b6f0fb1fe677e1e3a8ccfa6dc6c5876b2aace913
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-27 18:35:06 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-27 18:35:41 +0000

    media-plugins/vdr-recsearch: bump
    
    cleanup old
    vdr-2.4 readdy
    
    Bug: https://bugs.gentoo.org/703914
    Closes: https://bugs.gentoo.org/703914
    Package-Manager: Portage-2.3.83, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-plugins/vdr-recsearch/Manifest                       |  2 +-
 ...r-recsearch-0.3.5.ebuild => vdr-recsearch-0.3.7.ebuild} | 14 ++++++--------
 2 files changed, 7 insertions(+), 9 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit b6f0fb1fe677e1e3a8ccfa6dc6c5876b2aace913
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2019-12-27 18:35:06 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2019-12-27 18:35:41 +0000

    media-plugins/vdr-recsearch: bump
    
    cleanup old
    vdr-2.4 readdy
    
    Bug: https://bugs.gentoo.org/703914
    Closes: https://bugs.gentoo.org/703914
    Package-Manager: Portage-2.3.83, Repoman-2.3.18
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-plugins/vdr-recsearch/Manifest                       |  2 +-
 ...r-recsearch-0.3.5.ebuild => vdr-recsearch-0.3.7.ebuild} | 14 ++++++--------
 2 files changed, 7 insertions(+), 9 deletions(-)