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

Bug 727562

Summary: media-libs/sdl2-mixer-2.0.4 fails to emerge when /bin/sh is dash - Makefile:135: *** multiple target patterns. Stop.
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED OBSOLETE    
Severity: normal CC: alexander
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=714094
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 714092    

Description Chris Mayo 2020-06-08 18:26:28 UTC
Fixed by adding CONFIG_SHELL=/bin/bash to econf line:

CONFIG_SHELL=/bin/bash ECONF_SOURCE=${S} econf "${myeconfargs[@]}"


Similar report:

https://discourse.libsdl.org/t/sdl-mixer-makefile-65-multiple-target-patterns-s/17502
Comment 1 James Le Cuirot gentoo-dev 2020-06-08 19:44:56 UTC
Apparently this is no longer an issue with dash 0.5.11. I don't think it's worth fixing in the meantime, especially as most games have unstable keywords.
Comment 2 kfm 2021-01-03 12:35:39 UTC
Resolving as OBSOLETE because all versions of dash that were affected by bug 714094 have been dropped by now.