Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766782 - games-emulation/snes9x-1.60 - fails to build via distcc
Summary: games-emulation/snes9x-1.60 - fails to build via distcc
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: 2021-01-24 00:43 UTC by ernsteiswuerfel
Modified: 2022-03-05 07:00 UTC (History)
1 user (show)

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


Attachments
build.log (snes9x-1.60:20210124-003354.log,204.30 KB, text/plain)
2021-01-24 00:43 UTC, ernsteiswuerfel
Details
emerge --info (file_766782.txt,6.78 KB, text/plain)
2021-01-24 00:44 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2021-01-24 00:43:43 UTC
Created attachment 684279 [details]
build.log

Builds fine natively but fails building via distcc.
Comment 1 ernsteiswuerfel archtester 2021-01-24 00:44:18 UTC
Created attachment 684282 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-03-05 07:00:08 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(-)