From: ChenQi <Qi.Chen@windriver.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] systemd: avoid boot failures for mips64
Date: Mon, 17 Oct 2016 14:25:23 +0800 [thread overview]
Message-ID: <58046ED3.1010106@windriver.com> (raw)
In-Reply-To: <CAMKF1spvigWQZ_NRzMgB--0h0cfqTOWGU2Tdo=c5Tn5hXsfumA@mail.gmail.com>
On 10/17/2016 07:03 AM, Khem Raj wrote:
> On Sun, Oct 9, 2016 at 2:23 AM, Chen Qi <Qi.Chen@windriver.com> wrote:
>> If we start a systemd based qemumips64 target with 'pam' enabled in
>> DISTRO_FEATURES, we could not login in successfully. After you provide
>> username and password to the login prompt, the login prompt just comes up
>> again. Besides, there are other boot failures.
>>
>> Append '-O0' flag for mips64 target as a workaround to this problem.
>>
>> [YOCTO #10250]
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>> meta/recipes-core/systemd/systemd.inc | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
>> index f800f42..db588e7 100644
>> --- a/meta/recipes-core/systemd/systemd.inc
>> +++ b/meta/recipes-core/systemd/systemd.inc
>> @@ -23,3 +23,4 @@ PV = "230+git${SRCPV}"
>> S = "${WORKDIR}/git"
>>
>> LDFLAGS_append_libc-uclibc = " -lrt -lssp_nonshared -lssp "
>> +CFLAGS_append_mips64 = " -O0"
> can you instead explore a bit more e.g. disabling lto etc.
> CFLAGS_append_mips64 = " -fno-lto"
>
> and also consider little endian
>
Hi Khem,
I thought of adding '-O0' to CFLAGS because when I was debugging this
problem, I found that several 'printf' statements would make errors
disappear. I'm not familiar with these options. I just gave a test for
'-fno-lto', and it caused the following error.
ERROR: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_package: debugedit
failed with exit code 1 (cmd was
'/buildarea2/chenqi/poky/build-systemd/tmp/sysroots/x86_64-linux/usr/lib/rpm/bin/debugedit'
-i -l
'/buildarea2/chenqi/poky/build-systemd/tmp/work/mips64-poky-linux/systemd/1_230+gitAUTOINC+3a74d4fc90-r0/debugsources.list'
'/buildarea2/chenqi/poky/build-systemd/tmp/work/mips64-poky-linux/systemd/1_230+gitAUTOINC+3a74d4fc90-r0/package/usr/lib/systemd/ptest/tests/test-libsystemd-sym.o'):
/buildarea2/chenqi/poky/build-systemd/tmp/sysroots/x86_64-linux/usr/lib/rpm/bin/debugedit:
/buildarea2/chenqi/poky/build-systemd/tmp/work/mips64-poky-linux/systemd/1_230+gitAUTOINC+3a74d4fc90-r0/package/usr/lib/systemd/ptest/tests/test-libsystemd-sym.o:
Unhandled relocation 2 in .debug_info section
ERROR: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_package: Function
failed: split_and_strip_files
ERROR: Logfile of failure stored in:
/buildarea2/chenqi/poky/build-systemd/tmp/work/mips64-poky-linux/systemd/1_230+gitAUTOINC+3a74d4fc90-r0/temp/log.do_package.8462
ERROR: Task
(/buildarea2/chenqi/poky/meta/recipes-core/systemd/systemd_230.bb:do_package)
failed with exit code '1'
Best Regards,
Chen Qi
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2016-10-17 6:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-09 9:23 [PATCH 0/1] systemd: avoid boot failures for mips64 Chen Qi
2016-10-09 9:23 ` [PATCH 1/1] " Chen Qi
2016-10-16 23:03 ` Khem Raj
2016-10-17 6:25 ` ChenQi [this message]
2016-10-17 13:27 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58046ED3.1010106@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox