From: Martin Jansa <martin.jansa@gmail.com>
To: Andrea Adami <andrea.adami@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>,
openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [oe] State of bitbake world
Date: Tue, 19 Nov 2013 19:21:46 +0100 [thread overview]
Message-ID: <20131119182146.GF3708@jama> (raw)
In-Reply-To: <CAAQYJAvoXz-n7XiZEATZ3kfkWv0XTMdONCegiL3DMMmJQbkcXw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2805 bytes --]
On Tue, Nov 19, 2013 at 05:01:06PM +0100, Andrea Adami wrote:
> On Tue, Nov 19, 2013 at 4:56 PM, Joe MacDonald <joe@deserted.net> wrote:
> > [Re: [OE-core] State of bitbake world] On 13.11.19 (Tue 16:50) Martin Jansa wrote:
> >
> >> On Thu, Oct 31, 2013 at 12:08:25AM +0100, Martin Jansa wrote:
> >> > Starting now I'll use
> >> > http://openembedded.org/wiki/Bitbake_World_Status
> >> > to post results from my bitbake world buils.
> >>
> >> It was updated few times since this e-mail and I've received no
> >> feedback.
> >>
> >> Should I continue to post them or nobody except me is really interested?
> >
> > I'm interested. I've not had nearly as much time to hunt down the ones
> > I own as I'd like, but I do appreciate the mail and I flag them in my
> > mailboxes for easy reference later.
> >
> > -J.
> >
> >>
> >> The stats also show that nobody is interested in fixing them, some issues are
> >> there for 6+ months.
> >>
>
> Martin,
>
> thanks for the time you're spending on it.
> About the failure concerning my maintainance fields, I see:
>
> | Logfile is clean
> | makedevs: No entry for root in search list
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_rootfs (log file is located at
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/qemux86-oe-linux/initramfs-kexecboot-klibc-image/1.0-r0/temp/log.do_rootfs.5623)
>
>
> So I grep in oe-core for " makedevs: No entry for root in search list"
> and find a serie of commits touching it...
>
> Most probable origin of the issue. Starnge that itfails only on x86, though.
I believe this "root" is meant as username, I had couple of issues like
this for usernames which didn't exist in /etc/passwd included in the
image. For initramfs-kexecboot-klibc-image I guess you're not installing
base-passwd at all, so maybe the check is failing incorrectly for
initramfs.
> >> Date Failed tasks QA QA-w/o-unrecognized
> >> qemuarm qemux86 qemux86_64 qemuarm qemux86 qemux86_64 qemuarm qemux86 qemux86_64
> >> 2013-11-19 12 17 19 141 142 131 29 27 18
> >> 2013-11-03 11 18 19 96 127 123 22 21 16
> >> 2013-10-31 9 17 19 74 114 107 23 21 14
> >> 2013-10-30 11 16 18 224 191 184 28 23 16
> >>
> >>
> > --
> > -Joe MacDonald.
> > :wq
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Martin Jansa <martin.jansa@gmail.com>
To: Andrea Adami <andrea.adami@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>,
openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] State of bitbake world
Date: Tue, 19 Nov 2013 19:21:46 +0100 [thread overview]
Message-ID: <20131119182146.GF3708@jama> (raw)
In-Reply-To: <CAAQYJAvoXz-n7XiZEATZ3kfkWv0XTMdONCegiL3DMMmJQbkcXw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2805 bytes --]
On Tue, Nov 19, 2013 at 05:01:06PM +0100, Andrea Adami wrote:
> On Tue, Nov 19, 2013 at 4:56 PM, Joe MacDonald <joe@deserted.net> wrote:
> > [Re: [OE-core] State of bitbake world] On 13.11.19 (Tue 16:50) Martin Jansa wrote:
> >
> >> On Thu, Oct 31, 2013 at 12:08:25AM +0100, Martin Jansa wrote:
> >> > Starting now I'll use
> >> > http://openembedded.org/wiki/Bitbake_World_Status
> >> > to post results from my bitbake world buils.
> >>
> >> It was updated few times since this e-mail and I've received no
> >> feedback.
> >>
> >> Should I continue to post them or nobody except me is really interested?
> >
> > I'm interested. I've not had nearly as much time to hunt down the ones
> > I own as I'd like, but I do appreciate the mail and I flag them in my
> > mailboxes for easy reference later.
> >
> > -J.
> >
> >>
> >> The stats also show that nobody is interested in fixing them, some issues are
> >> there for 6+ months.
> >>
>
> Martin,
>
> thanks for the time you're spending on it.
> About the failure concerning my maintainance fields, I see:
>
> | Logfile is clean
> | makedevs: No entry for root in search list
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_rootfs (log file is located at
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/qemux86-oe-linux/initramfs-kexecboot-klibc-image/1.0-r0/temp/log.do_rootfs.5623)
>
>
> So I grep in oe-core for " makedevs: No entry for root in search list"
> and find a serie of commits touching it...
>
> Most probable origin of the issue. Starnge that itfails only on x86, though.
I believe this "root" is meant as username, I had couple of issues like
this for usernames which didn't exist in /etc/passwd included in the
image. For initramfs-kexecboot-klibc-image I guess you're not installing
base-passwd at all, so maybe the check is failing incorrectly for
initramfs.
> >> Date Failed tasks QA QA-w/o-unrecognized
> >> qemuarm qemux86 qemux86_64 qemuarm qemux86 qemux86_64 qemuarm qemux86 qemux86_64
> >> 2013-11-19 12 17 19 141 142 131 29 27 18
> >> 2013-11-03 11 18 19 96 127 123 22 21 16
> >> 2013-10-31 9 17 19 74 114 107 23 21 14
> >> 2013-10-30 11 16 18 224 191 184 28 23 16
> >>
> >>
> > --
> > -Joe MacDonald.
> > :wq
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-11-19 18:21 UTC|newest]
Thread overview: 179+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-13 17:42 State of bitbake world Martin Jansa
2012-12-13 18:20 ` Andreas Müller
2012-12-13 18:20 ` [OE-core] " Andreas Müller
2012-12-13 18:47 ` Martin Jansa
2012-12-13 18:47 ` [OE-core] " Martin Jansa
2012-12-13 18:57 ` Saul Wold
2012-12-13 18:57 ` [OE-core] " Saul Wold
2012-12-13 19:15 ` Martin Jansa
2012-12-13 19:15 ` [OE-core] " Martin Jansa
2012-12-23 20:16 ` Martin Jansa
2012-12-23 21:42 ` Andreas Müller
2012-12-23 21:42 ` [OE-core] " Andreas Müller
2012-12-24 7:11 ` Martin Jansa
2012-12-24 7:11 ` [OE-core] " Martin Jansa
2012-12-24 7:36 ` Martin Jansa
2012-12-24 7:36 ` [OE-core] " Martin Jansa
2012-12-24 9:12 ` Martin Jansa
2012-12-25 8:56 ` Martin Jansa
2012-12-25 20:04 ` [OE-core] " Paul Eggleton
2012-12-26 10:59 ` Martin Jansa
2012-12-26 19:57 ` Martin Jansa
2013-01-09 13:28 ` Martin Jansa
2013-01-09 15:17 ` Andreas Müller
2013-01-09 15:17 ` [OE-core] " Andreas Müller
2013-01-09 16:25 ` Burton, Ross
2013-01-09 16:25 ` [OE-core] " Burton, Ross
2013-04-13 14:44 ` Martin Jansa
2013-04-13 14:44 ` [OE-core] " Martin Jansa
2013-04-17 12:25 ` Andreas Müller
2013-03-03 12:39 ` Martin Jansa
2013-03-03 12:59 ` Richard Purdie
2013-03-03 12:59 ` [OE-core] " Richard Purdie
2013-03-05 9:32 ` [oe] " Andrea Adami
2013-03-05 9:32 ` Andrea Adami
2013-04-15 14:12 ` Martin Jansa
2013-04-15 14:45 ` Koen Kooi
2013-04-15 14:52 ` [oe] " Burton, Ross
2013-04-15 14:52 ` Burton, Ross
2013-04-15 15:06 ` [oe] " Martin Jansa
2013-04-15 15:06 ` [OE-core] " Martin Jansa
2013-04-15 15:13 ` [oe] " Koen Kooi
2013-04-15 15:13 ` [OE-core] " Koen Kooi
2013-04-15 15:26 ` [oe] " Burton, Ross
2013-04-15 15:26 ` [OE-core] " Burton, Ross
2013-04-27 10:54 ` Martin Jansa
2013-04-27 11:23 ` Paul Eggleton
2013-04-27 11:23 ` [OE-core] " Paul Eggleton
2013-04-27 11:35 ` Martin Jansa
2013-04-27 11:35 ` [OE-core] " Martin Jansa
2013-04-27 16:21 ` [oe] " Paul Barker
2013-04-27 16:21 ` [OE-core] " Paul Barker
2013-04-27 16:27 ` [oe] " Paul Barker
2013-04-27 16:27 ` [OE-core] " Paul Barker
2013-04-27 17:06 ` [oe] " Martin Jansa
2013-04-27 17:06 ` [OE-core] " Martin Jansa
2013-04-27 12:22 ` Koen Kooi
2013-04-27 12:22 ` [OE-core] " Koen Kooi
2013-04-27 17:18 ` [oe] " Khem Raj
2013-04-27 17:18 ` [OE-core] " Khem Raj
2013-04-27 18:23 ` [oe] " Andreas Müller
2013-04-27 18:23 ` [OE-core] " Andreas Müller
2013-05-01 13:12 ` [oe] " Trevor Woerner
2013-05-01 18:56 ` Martin Jansa
2013-05-01 18:56 ` [OE-core] " Martin Jansa
2013-04-27 17:14 ` Martin Jansa
2013-04-28 21:35 ` Andrea Adami
2013-05-02 15:18 ` Martin Jansa
2013-05-02 15:28 ` Andreas Müller
2013-05-02 15:28 ` [OE-core] " Andreas Müller
2013-05-02 15:57 ` [oe] " Paul Barker
2013-05-02 15:57 ` Paul Barker
2013-05-02 16:30 ` [oe] " Trevor Woerner
2013-05-02 17:00 ` [OE-core] " Paul Eggleton
2013-05-02 17:08 ` Paul Barker
2013-05-02 17:19 ` Paul Eggleton
2013-05-02 17:21 ` Paul Eggleton
2013-05-02 17:22 ` [oe] " Martin Jansa
2013-05-02 17:22 ` [OE-core] " Martin Jansa
2013-05-02 18:41 ` [oe] " Trevor Woerner
2013-05-03 7:23 ` Andreas Müller
2013-05-03 7:23 ` [OE-core] " Andreas Müller
2013-05-03 7:24 ` Andreas Müller
2013-05-03 7:24 ` [OE-core] " Andreas Müller
2013-05-03 14:29 ` [oe] " Stefan Herbrechtsmeier
2013-05-03 14:29 ` Stefan Herbrechtsmeier
2013-05-06 12:23 ` [oe] " Stefan Herbrechtsmeier
2013-05-06 12:23 ` Stefan Herbrechtsmeier
2013-05-06 19:15 ` [oe] " Paul Barker
2013-05-06 19:15 ` [OE-core] " Paul Barker
2013-05-06 19:47 ` [oe] " Trevor Woerner
2013-05-07 8:38 ` Paul Barker
2013-05-07 8:38 ` [OE-core] " Paul Barker
2013-05-07 11:50 ` [oe] " Philip Balister
2013-05-07 11:50 ` [OE-core] " Philip Balister
2013-05-16 7:52 ` Martin Jansa
2013-05-16 9:14 ` Martin Jansa
2013-05-16 12:37 ` Andreas Müller
2013-05-16 12:37 ` [OE-core] " Andreas Müller
2013-05-16 10:36 ` [oe] " Paul Barker
2013-05-16 10:36 ` Paul Barker
2013-05-27 11:47 ` [oe] " Paul Barker
2013-05-27 11:47 ` Paul Barker
2013-05-20 13:06 ` Martin Jansa
2013-06-03 15:10 ` Martin Jansa
2013-06-03 16:03 ` Andreas Müller
2013-06-03 16:03 ` [OE-core] " Andreas Müller
2013-06-04 11:58 ` Martin Jansa
2013-06-04 12:06 ` Jack Mitchell
2013-06-07 1:37 ` Jonathan Liu
2013-06-11 16:04 ` Martin Jansa
2013-06-12 17:07 ` Paul Barker
2013-06-12 17:07 ` [OE-core] " Paul Barker
2013-06-12 22:02 ` Khem Raj
2013-06-12 22:02 ` [OE-core] " Khem Raj
2013-06-17 0:02 ` Paul Barker
2013-06-17 0:02 ` [OE-core] " Paul Barker
2013-06-17 0:13 ` Paul Barker
2013-06-17 0:13 ` [OE-core] " Paul Barker
2013-06-17 3:25 ` Martin Jansa
2013-06-17 3:25 ` [OE-core] " Martin Jansa
2013-06-19 8:07 ` Paul Barker
2013-06-19 8:07 ` [OE-core] " Paul Barker
2013-06-19 8:19 ` Richard Purdie
2013-06-19 8:19 ` [OE-core] " Richard Purdie
2013-06-20 2:28 ` [oe] " Khem Raj
2013-06-20 2:28 ` [OE-core] " Khem Raj
2013-06-20 9:39 ` [oe] " Paul Barker
2013-06-20 9:39 ` [OE-core] " Paul Barker
2013-06-20 10:16 ` [oe] " Paul Eggleton
2013-06-20 10:16 ` [OE-core] " Paul Eggleton
2013-06-20 10:25 ` [oe] " Paul Eggleton
2013-06-20 10:25 ` [OE-core] " Paul Eggleton
2013-06-20 10:50 ` [oe] " Paul Barker
2013-06-20 10:50 ` [OE-core] " Paul Barker
2013-06-20 10:52 ` [oe] " Paul Barker
2013-06-20 10:52 ` [OE-core] " Paul Barker
2013-07-07 10:51 ` [oe] " Paul Barker
2013-07-07 10:51 ` [OE-core] " Paul Barker
2013-06-22 18:16 ` Martin Jansa
2013-07-25 16:23 ` Martin Jansa
2013-08-08 22:54 ` Martin Jansa
2013-08-11 11:44 ` Martin Jansa
2013-08-12 11:32 ` [OE-core] " Joe MacDonald
2013-08-12 11:50 ` Martin Jansa
2013-08-12 11:50 ` [OE-core] " Martin Jansa
2013-08-12 15:46 ` Khem Raj
2013-08-12 15:46 ` [OE-core] " Khem Raj
2013-08-25 21:39 ` Martin Jansa
2013-09-17 12:30 ` Martin Jansa
2013-10-03 15:28 ` State of bitbake world - test-dependencies Martin Jansa
2013-10-20 19:43 ` State of bitbake world Martin Jansa
2013-10-21 8:32 ` [oe] " Burton, Ross
2013-10-21 8:32 ` Burton, Ross
2013-10-21 8:58 ` Andrea Adami
2013-10-21 8:58 ` [OE-core] " Andrea Adami
2013-10-21 10:38 ` Martin Jansa
2013-10-21 10:38 ` [OE-core] " Martin Jansa
2013-10-21 11:06 ` Andrea Adami
2013-10-21 11:06 ` [OE-core] " Andrea Adami
2013-10-30 23:08 ` Martin Jansa
2013-11-19 15:50 ` Martin Jansa
2013-11-19 15:56 ` Joe MacDonald
2013-11-19 15:56 ` [OE-core] " Joe MacDonald
2013-11-19 16:01 ` [oe] " Andrea Adami
2013-11-19 16:01 ` [OE-core] " Andrea Adami
2013-11-19 18:21 ` Martin Jansa [this message]
2013-11-19 18:21 ` Martin Jansa
2013-11-19 15:59 ` Andreas Müller
2013-11-19 15:59 ` [OE-core] " Andreas Müller
2013-11-19 18:20 ` Martin Jansa
2013-11-19 18:20 ` [OE-core] " Martin Jansa
2013-11-19 18:36 ` Paul Eggleton
2013-11-19 18:36 ` [OE-core] " Paul Eggleton
2013-11-19 18:51 ` Martin Jansa
2013-11-19 18:51 ` [OE-core] " Martin Jansa
2013-11-19 16:30 ` [oe] " Paul Eggleton
2013-11-19 16:30 ` Paul Eggleton
2013-11-19 18:24 ` [oe] " Martin Jansa
2013-11-19 18:24 ` Martin Jansa
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=20131119182146.GF3708@jama \
--to=martin.jansa@gmail.com \
--cc=andrea.adami@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.