Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927477 - app-emulation/punes-0.111 fails to compile: wdgOverlayUi.cpp:1087:25: error: _input_lfud_standard_controller was not declared in this scope
Summary: app-emulation/punes-0.111 fails to compile: wdgOverlayUi.cpp:1087:25: error: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Azamat H. Hackimov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-03-22 07:57 UTC by Agostino Sarubbo
Modified: 2024-04-06 05:29 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,916.29 KB, text/plain)
2024-03-22 07:57 UTC, Agostino Sarubbo
Details
Fix compilation with FULLSCREEN RESFREQ disabled (punes_0.111_fix_compilation_with_FULLSCREEN_RESFREQ_disabled.patch,863 bytes, patch)
2024-03-23 09:38 UTC, Fabio Cavallo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)