public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Randolph Sapp <rs@ti.com>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
	Randolph Sapp <rs@ti.com>, <richard.purdie@linuxfoundation.org>,
	<alex@linutronix.de>, <otavio@ossystems.com.br>,
	<kexin.hao@windriver.com>
Cc: <afd@ti.com>, <detheridge@ti.com>, <denis@denix.org>,
	<reatmon@ti.com>, <openembedded-core@lists.openembedded.org>,
	<vijayp@ti.com>
Subject: Re: [oe-core][PATCHv15 1/6] emptty: add version 0.15.0
Date: Fri, 27 Feb 2026 11:59:55 -0600	[thread overview]
Message-ID: <DGPXUT7N5LMV.260EO8RTV7SRF@ti.com> (raw)
In-Reply-To: <DGPKRLLSHG5W.1KG0652WTNI6H@bootlin.com>

On Fri Feb 27, 2026 at 1:44 AM CST, Mathieu Dubois-Briand wrote:
> On Thu Feb 26, 2026 at 7:14 PM CET, Mathieu Dubois-Briand wrote:
>> On Thu Feb 26, 2026 at 7:09 PM CET, Randolph Sapp wrote:
>>> On Thu Feb 12, 2026 at 10:45 AM CST, Mathieu Dubois-Briand wrote:
>>>> On Tue Feb 3, 2026 at 2:20 AM CET, Randolph Sapp via lists.openembedded.org wrote:
>>>>> From: Randolph Sapp <rs@ti.com>
>>>>>
>>>>> Add emptty, a "Dead simple CLI Display Manager on TTY". This is a
>>>>> relatively lightweight display manager that supports x11 as well as
>>>>> wayland through both a CLI and an automatic login mechanism.
>>>>>
>>>>> This can effectively replace the custom init scripts for both x11
>>>>> (xserver-nodm-init) and wayland (weston-init) with a single tool with
>>>>> more verbose logging capabilities.
>>>>>
>>>>> This is split into two recipes. The emptty package provides the binary
>>>>> and various agnostic configs while the emptty-conf package provides the
>>>>> default configuration for the application itself. This RPROVIDES
>>>>> virtual-emptty-conf, allowing other recipes to provide their own
>>>>> configurations to override the default behavior.
>>>>>
>>>>> Signed-off-by: Randolph Sapp <rs@ti.com>
>>>>> ---
>>>>
>>>> Hi Randolph,
>>>>
>>>> This patch has been in my branch for a week now, but we are seeing some
>>>> intermittent reproducibility issues.
>>>>
>>>> I opened a bugzilla entry by error, as for a second I thought this patch
>>>> was merged, so details can be found here:
>>>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=16171
>>>>
>>>> Diffoscope output is here:
>>>> https://valkyrie.yocto.io/pub/repro-fail/oe-reproducible-20260212-ssslvz6_/packages/diff-html/
>>>>
>>>> Can you have a look at what is going wrong please?
>>>>
>>>> Thanks,
>>>> Mathieu
>>>
>>> Now that the source epoch has been addressed [1] should I resubmit this version
>>> of the series? I won't be changing anything since the RFC [2] for the other
>>> issue reported on this series didn't get any comments.
>>>
>>> [1] https://git.openembedded.org/openembedded-core/commit/meta?id=70a74fa2bd9c374bd07b89b426a86991b1d93a5f
>>> [2] https://lists.openembedded.org/g/openembedded-core/topic/117730556
>>>
>>> - Randolph
>>
>> Hi Randolph,
>>
>> No the action is on my side, I just forgot to take back your series when
>> I took the source epoch fix.
>>
>> It will be part of my next build, thanks for the ping.
>>
>> Thanks,
>> Mathieu
>
> Hi Randolph,
>
> Sorry, I come with bad news again:
>
> AssertionError: The following rpm packages are different and not in exclusion list:
> /srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./x86_64_v3/emptty-conf-1.0-r0.x86_64_v3.rpm
> /srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./x86_64_v3/emptty-conf-dbg-1.0-r0.x86_64_v3.rpm
> /srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB-extended/tmp/deploy/rpm/./x86_64_v3/emptty-conf-dev-1.0-r0.x86_64_v3.rpm
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/37/builds/3463
> https://valkyrie.yocto.io/pub/repro-fail/oe-reproducible-20260226-7ma9odle/packages/diff-html/
>
> So it looks like the same error as previously.
>
> Now, a first idea: is the version on the right side of diffoscope the
> correct one after your SOURCE_DATE_EPOCH fix? It looks like it is.
>
> If that's the case, maybe the left side comes out of sstate from before
> your SOURCE_DATE_EPOCH patch was applied, and so the test failure is a
> false positive. Incrementing PR might help to fix this.
>
> Any opinion?
>
> Thanks,
> Mathieu

Thanks Mathieu. Yeah, that looks like the old date. I'll bump the PR and we can
see if that does anything.

- Randolph


  reply	other threads:[~2026-02-27 18:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-03  1:20 [oe-core][PATCHv15 0/6] Display manager proposal for x11 and wayland rs
2026-02-03  1:20 ` [oe-core][PATCHv15 1/6] emptty: add version 0.15.0 rs
2026-02-12 16:45   ` Mathieu Dubois-Briand
2026-02-12 22:52     ` Randolph Sapp
2026-02-12 23:00       ` Richard Purdie
     [not found]     ` <1893A19D18D5A1FB.653184@lists.openembedded.org>
2026-02-12 23:48       ` Randolph Sapp
2026-02-26 18:09     ` Randolph Sapp
2026-02-26 18:14       ` Mathieu Dubois-Briand
2026-02-27  7:44         ` Mathieu Dubois-Briand
2026-02-27 17:59           ` Randolph Sapp [this message]
2026-02-03  1:20 ` [oe-core][PATCHv15 2/6] weston-init: convert to virtual-emptty-conf rs
2026-02-03  1:20 ` [oe-core][PATCHv15 3/6] weston: remove deprecated weston-start scripts rs
2026-02-03  1:20 ` [oe-core][PATCHv15 4/6] xserver-nodm-init: convert to virtual-emptty-conf rs
2026-02-03  1:20 ` [oe-core][PATCHv15 5/6] xuser-account: merge with xserver-nodm-init rs
2026-02-06 18:15   ` Khem Raj
2026-02-06 20:00     ` Randolph Sapp
     [not found]     ` <1891C0B4F3A2B8B7.419336@lists.openembedded.org>
2026-02-06 23:28       ` Randolph Sapp
     [not found]       ` <1891CC14A53C0CE5.426509@lists.openembedded.org>
2026-02-06 23:42         ` Randolph Sapp
2026-02-03  1:20 ` [oe-core][PATCHv15 6/6] xsessions: add unique desktop entries rs

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=DGPXUT7N5LMV.260EO8RTV7SRF@ti.com \
    --to=rs@ti.com \
    --cc=afd@ti.com \
    --cc=alex@linutronix.de \
    --cc=denis@denix.org \
    --cc=detheridge@ti.com \
    --cc=kexin.hao@windriver.com \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    --cc=reatmon@ti.com \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=vijayp@ti.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