* [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build
@ 2019-10-10 18:54 Fabrice Fontaine
2019-10-10 20:08 ` Thomas Petazzoni
2019-10-28 13:22 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-10-10 18:54 UTC (permalink / raw)
To: buildroot
Build sometimes fails on:
Fatal error: can't create build/load_aiff.o: No such file or directory
Fixes:
- http://autobuild.buildroot.org/results/c800ef60d8af0cd76f2f1de9aff573120ebd8ada
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/sdl_mixer/sdl_mixer.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index 1c6912accf..9183a4aa8c 100644
--- a/package/sdl_mixer/sdl_mixer.mk
+++ b/package/sdl_mixer/sdl_mixer.mk
@@ -10,6 +10,9 @@ SDL_MIXER_SITE = http://www.libsdl.org/projects/SDL_mixer/release
SDL_MIXER_LICENSE = Zlib
SDL_MIXER_LICENSE_FILES = COPYING
+# Package does not build in parallel due to improper make rules
+SDL_MIXER_MAKE = $(MAKE1)
+
SDL_MIXER_INSTALL_STAGING = YES
SDL_MIXER_DEPENDENCIES = sdl
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build
2019-10-10 18:54 [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build Fabrice Fontaine
@ 2019-10-10 20:08 ` Thomas Petazzoni
2019-10-28 13:22 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-10 20:08 UTC (permalink / raw)
To: buildroot
On Thu, 10 Oct 2019 20:54:21 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Build sometimes fails on:
> Fatal error: can't create build/load_aiff.o: No such file or directory
>
> Fixes:
> - http://autobuild.buildroot.org/results/c800ef60d8af0cd76f2f1de9aff573120ebd8ada
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/sdl_mixer/sdl_mixer.mk | 3 +++
> 1 file changed, 3 insertions(+)
Applied to master, thanks. The issue could probably be fixed by adding
a dependency in $(objects) in the rules written by the configure.in
script. But oh well..
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build
2019-10-10 18:54 [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build Fabrice Fontaine
2019-10-10 20:08 ` Thomas Petazzoni
@ 2019-10-28 13:22 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-28 13:22 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Build sometimes fails on:
> Fatal error: can't create build/load_aiff.o: No such file or directory
> Fixes:
> - http://autobuild.buildroot.org/results/c800ef60d8af0cd76f2f1de9aff573120ebd8ada
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2019.02.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-28 13:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 18:54 [Buildroot] [PATCH 1/1] package/sdl_mixer: disable parallel build Fabrice Fontaine
2019-10-10 20:08 ` Thomas Petazzoni
2019-10-28 13:22 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox