Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737044 - games-emulation/snes9x-1.60 fails tests
Summary: games-emulation/snes9x-1.60 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-14 06:39 UTC by Agostino Sarubbo
Modified: 2022-03-05 07:00 UTC (History)
0 users

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


Attachments
build.log (build.log,68.84 KB, text/plain)
2020-08-14 06:39 UTC, Agostino Sarubbo
Details
1-autoconf.out (1-autoconf.out,123 bytes, text/plain)
2020-08-14 06:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-14 06:39:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-emulation/snes9x-1.60 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-14 06:39:40 UTC
Created attachment 654530 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-14 06:39:42 UTC
Created attachment 654532 [details]
1-autoconf.out

1-autoconf.out
Comment 3 Larry the Git Cow gentoo-dev 2022-03-05 07:00:06 UTC
The bug has been closed via the following commit(s):

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

commit 068201997e59cd47afce4fda21b12cd0841532ed
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-03-05 06:30:23 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-03-05 06:57:07 +0000

    games-emulation/snes9x: add 1.61
    
    Various changes, but for some notable ones:
    - IUSE=gtk->gui, now uses gtkmm
    - RESTRICT=test, has no tests but fails if -gui/-gtk (bug #737044)
    - clean libretro objects to fix USE="netplay libretro" (bug #791475)
    - respect flags for libretro, also don't use CXXFLAGS for CFLAGS
    - install libretro core in libretro/ like libretro-snes9x
    - tentatively remove noexecstack, not seeing QA notices
    - remove html docs, they are not relevant for users
    
    This bundles glslang/spriv-cross but upstream is concerned about API
    and seems likely this will break if unbundled, leaving alone for now.
    
    bug #766782 was caused by CFLAGS = $(CXXFLAGS) without := leading
    to -fno-rtti being used for CC and seemingly being refusedby distcc.
    1.61 corrected this.
    
    Closes: https://bugs.gentoo.org/737044
    Closes: https://bugs.gentoo.org/766782
    Closes: https://bugs.gentoo.org/791475
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-emulation/snes9x/Manifest                    |   3 +
 .../snes9x/files/snes9x-1.61-libretro-flags.patch  |  25 ++++
 games-emulation/snes9x/metadata.xml                |   3 +-
 games-emulation/snes9x/snes9x-1.61.ebuild          | 152 +++++++++++++++++++++
 4 files changed, 182 insertions(+), 1 deletion(-)