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

Bug 927477

Summary: app-emulation/punes-0.111 fails to compile: wdgOverlayUi.cpp:1087:25: error: _input_lfud_standard_controller was not declared in this scope
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Azamat H. Hackimov <azamat.hackimov>
Status: RESOLVED FIXED    
Severity: normal CC: arthurzam, azamat.hackimov, fhorse, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/punesemu/puNES/issues/388
https://github.com/gentoo/gentoo/pull/35878
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
Fix compilation with FULLSCREEN RESFREQ disabled

Description Agostino Sarubbo gentoo-dev 2024-03-22 07:57:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/punes-0.111 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-22 07:57:31 UTC
Created attachment 888127 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-22 07:57:32 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/CMakeFiles/punes.dir/gui/wdgOverlayUi.cpp.o 
/var/tmp/portage/app-emulation/punes-0.111/work/puNES-0.111/src/gui/wdgOverlayUi.cpp:1087:25: error: ‘_input_lfud_standard_controller’ was not declared in this scope
Comment 3 Azamat H. Hackimov 2024-03-22 11:53:25 UTC
Upstream bug: https://github.com/punesemu/puNES/issues/388
Comment 4 Fabio Cavallo 2024-03-23 09:38:28 UTC
Created attachment 888261 [details, diff]
Fix compilation with FULLSCREEN RESFREQ disabled

Thx for the report, this patch fix the problem.
Comment 5 Larry the Git Cow gentoo-dev 2024-04-06 05:29:34 UTC
The bug has been closed via the following commit(s):

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

commit b4b332b610d6c55ce95749597032b9d9a80e95de
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2024-03-23 14:44:22 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-06 05:29:15 +0000

    app-emulation/punes: fix compilation with USE="-X"
    
    Closes: https://bugs.gentoo.org/927477
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35878
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../files/punes-0.111-FULLSCREEN_RESFREQ-fix.patch | 33 ++++++++++++++++++++++
 app-emulation/punes/punes-0.111.ebuild             |  4 +++
 2 files changed, 37 insertions(+)