Sorry to the wrong mailing list, please drop it.
//Hongxu
On 11/09/2015 12:46 PM, Hongxu Jia wrote:
There is a build failure while installing libhtml-tree-perl to sdk:
...
|Computing transaction...error: Can't install nativesdk-libhtml-tree-
perl-5.03-r0.1@x86_64_nativesdk: no package provides
There is a build failure while installing libhtml-tree-perl to sdk:
...
|Computing transaction...error: Can't install nativesdk-libhtml-tree-
perl-5.03-r0.1@x86_64_nativesdk: no package provides tmp/sysroots/
x86_64-linux/usr/bin/perl-native/perl.real
...
The rpm detects the shebang of perl script
On 2015-10-05 04:12 AM, Richard Purdie wrote:
On Sat, 2015-10-03 at 14:51 +0200, Jens Rehsack wrote:
I hit a build error never seen before:
| gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC
-DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DL_ENDI
Patch included.
Wenzong
On 11/09/2015 09:26 AM, wenzong@windriver.com wrote:
From: Wenzong Fan
V2 change:
* also fix another ptest error while building poky-lsb:
raid6check.c:352:2: error: ignoring return value of posix_memalign, \
declared with attribute warn_unused_result [-Werr
The patch for this thread fails to send, anyways I need to re-send them
again.
Please ignore this cover.
Wenzong
On 11/09/2015 09:16 AM, wenzong@windriver.com wrote:
From: Wenzong Fan
V2 change:
* also fix another ptest error while building poky-lsb:
raid6check.c:352:2: error: igno
From: Wenzong Fan
* Pass global CFLAGS to build:
The CFLAGS does not pass to build at all since it was redefined by
mdadm Makefile:
CFLAGS = $(CWFLAGS) $(CXFLAGS) ...
This could be done by setting 'CXFLAGS="${CFLAGS}"'.
* Also fix ptest build errors caused by global CFLAGS:
raid6check.c:
From: Wenzong Fan
V2 change:
* also fix another ptest error while building poky-lsb:
raid6check.c:352:2: error: ignoring return value of posix_memalign, \
declared with attribute warn_unused_result [-Werror=unused-result]
The following changes since commit fc45deac89ef63ca1c44e763c38ced7df
On 6 November 2015 at 22:38, Burton, Ross wrote:
>
> On 5 November 2015 at 13:27, Jussi Kukkonen
> wrote:
>
>> This should be a cosmetic issue (as custom allocators didn't
>> really work before either) and is already fixed in upstream Qemu.
>>
>
> As this is pretty ugly, can we backport the fix