* [Buildroot] [PATCH 1/1] x265: disable parallel build
@ 2018-10-01 20:57 Fabrice Fontaine
2018-10-03 7:32 ` Peter Korsgaard
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-10-01 20:57 UTC (permalink / raw)
To: buildroot
It seems package has a parallel build issue on ARM cortex A8 or A9 since
at least version 2.5:
[ 94%] Linking CXX shared library libx265.so
ipfilter8.S.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
CMakeFiles/x265-shared.dir/build.make:221: recipe for target 'libx265.so.160' failed
Fixes:
- http://autobuild.buildroot.org/results/f6ea88324a8f9ac8ee780ddd71ec61f922e20210
- http://autobuild.buildroot.org/results/3bd91a5694936650ce936a408ddd50338f65f8b0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/x265/x265.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index 0ad27ee006..fe317d09d0 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -11,6 +11,7 @@ X265_LICENSE = GPL-2.0+
X265_LICENSE_FILES = COPYING
X265_SUBDIR = source
X265_INSTALL_STAGING = YES
+X265_MAKE = $(MAKE1)
ifeq ($(BR2_i386)$(BR2_x86_64),y)
X265_DEPENDENCIES += host-nasm
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 1/1] x265: disable parallel build
2018-10-01 20:57 [Buildroot] [PATCH 1/1] x265: disable parallel build Fabrice Fontaine
@ 2018-10-03 7:32 ` Peter Korsgaard
2018-10-03 12:54 ` Thomas Petazzoni
2018-10-05 20:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-10-03 7:32 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> It seems package has a parallel build issue on ARM cortex A8 or A9 since
> at least version 2.5:
> [ 94%] Linking CXX shared library libx265.so
> ipfilter8.S.o: file not recognized: File truncated
> collect2: error: ld returned 1 exit status
> CMakeFiles/x265-shared.dir/build.make:221: recipe for target 'libx265.so.160' failed
> Fixes:
> - http://autobuild.buildroot.org/results/f6ea88324a8f9ac8ee780ddd71ec61f922e20210
> - http://autobuild.buildroot.org/results/3bd91a5694936650ce936a408ddd50338f65f8b0
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] x265: disable parallel build
2018-10-01 20:57 [Buildroot] [PATCH 1/1] x265: disable parallel build Fabrice Fontaine
2018-10-03 7:32 ` Peter Korsgaard
@ 2018-10-03 12:54 ` Thomas Petazzoni
2018-10-05 20:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-10-03 12:54 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 1 Oct 2018 22:57:39 +0200, Fabrice Fontaine wrote:
> It seems package has a parallel build issue on ARM cortex A8 or A9 since
> at least version 2.5:
>
> [ 94%] Linking CXX shared library libx265.so
> ipfilter8.S.o: file not recognized: File truncated
> collect2: error: ld returned 1 exit status
> CMakeFiles/x265-shared.dir/build.make:221: recipe for target 'libx265.so.160' failed
Could you submit a bug report upstream for this issue ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] x265: disable parallel build
2018-10-01 20:57 [Buildroot] [PATCH 1/1] x265: disable parallel build Fabrice Fontaine
2018-10-03 7:32 ` Peter Korsgaard
2018-10-03 12:54 ` Thomas Petazzoni
@ 2018-10-05 20:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-10-05 20:13 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> It seems package has a parallel build issue on ARM cortex A8 or A9 since
> at least version 2.5:
> [ 94%] Linking CXX shared library libx265.so
> ipfilter8.S.o: file not recognized: File truncated
> collect2: error: ld returned 1 exit status
> CMakeFiles/x265-shared.dir/build.make:221: recipe for target 'libx265.so.160' failed
> Fixes:
> - http://autobuild.buildroot.org/results/f6ea88324a8f9ac8ee780ddd71ec61f922e20210
> - http://autobuild.buildroot.org/results/3bd91a5694936650ce936a408ddd50338f65f8b0
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2018.02.x, 2018.05.x and 2018.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-05 20:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01 20:57 [Buildroot] [PATCH 1/1] x265: disable parallel build Fabrice Fontaine
2018-10-03 7:32 ` Peter Korsgaard
2018-10-03 12:54 ` Thomas Petazzoni
2018-10-05 20:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox