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

Bug 791733

Summary: media-plugins/vdr-pin-0.1.17-r1 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732706    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-05-23 22:32:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-plugins/vdr-pin-0.1.17-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-23 22:32:52 UTC
Created attachment 710832 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-23 22:32:53 UTC
Possible context of error(s):

locks.c:236:37: error: ordered comparison of pointer with integer zero (‘const char*’ and ‘int’)
Comment 3 Larry the Git Cow gentoo-dev 2021-06-13 17:58:28 UTC
The bug has been closed via the following commit(s):

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

commit be1d010756554436c29f4a3746aee3870653db15
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 15:57:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 17:13:50 +0000

    media-plugins/vdr-pin: fix build with GCC 11
    
    strstr will be non-zero if a match is found.
    
    Closes: https://bugs.gentoo.org/791733
    Signed-off-by: Sam James <sam@gentoo.org>

 .../vdr-pin/files/vdr-pin-0.1.17-gcc11-strstr-ptr-comp.patch | 12 ++++++++++++
 media-plugins/vdr-pin/vdr-pin-0.1.17-r1.ebuild               |  4 ++++
 2 files changed, 16 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2021-09-20 19:40:45 UTC
The bug has been referenced in the following commit(s):

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

commit 17fe6be3104cde514bbab21568a8765d09107194
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-09-20 18:57:07 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-09-20 19:40:32 +0000

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

 media-plugins/vdr-pin/Manifest              |  1 -
 media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)