From: "Jörg Sommer" <joerg.sommer@navimatix.de>
To: rs@ti.com
Cc: richard.purdie@linuxfoundation.org, ross.burton@arm.com,
mathieu.dubois-briand@bootlin.com,
openembedded-core@lists.openembedded.org,
peter.kjellerstedt@axis.com
Subject: Re: [oe-core][PATCHv2] systemd: fix unmerged-bin tainted message
Date: Sat, 11 Apr 2026 22:33:06 +0200 [thread overview]
Message-ID: <adp85lKLgESNthGT@navimatix.de> (raw)
In-Reply-To: <20260410182747.1646597-2-rs@ti.com>
[-- Attachment #1: Type: text/plain, Size: 2336 bytes --]
rs@ti.com schrieb am Fr 10. Apr, 13:27 (-0500):
> From: Randolph Sapp <rs@ti.com>
>
> Systemd prefers both /bin and /sbin to link to /usr/bin. If this is not
> the case it reports that the system is tainted in systemctl status.
With this patch net-tools fail to build, but it looks like a fault of
net-tools:
```
| for l in $langs; do \
| install -c -m 755 -d /build/tmp/work/core2-64-poky-linux/net-tools/2.10/image/usr/share/locale/$l; \
| install -c -m 755 -d /build/tmp/work/core2-64-poky-linux/net-tools/2.10/image/usr/share/locale/$l/LC_MESSAGES; \
| install -c -m 644 $l.mo /build/tmp/work/core2-64-poky-linux/net-tools/2.10/image/usr/share/locale/$l/LC_MESSAGES/net-tools.mo; \
| done
| make[1]: Leaving directory '/build/tmp/work/core2-64-poky-linux/net-tools/2.10/sources/net-tools-2.10/po'
| mkdir: cannot create directory ‘/build/tmp/work/core2-64-poky-linux/net-tools/2.10/image//usr/bin’: File exists
| WARNING: exit code 1 from a shell command.
ERROR: Task (/build/../work/layers-3rdparty/oe-core/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_install) failed with exit code '1'
```
do_install() {
…
if [ "${base_sbindir}" != "/sbin" ]; then
mkdir ${D}/${base_sbindir}
mv ${D}/sbin/* ${D}/${base_sbindir}/
rmdir ${D}/sbin
fi
}
And atop has this code which does not work anymore:
do_install() {
…
# remove atopacct related files
rm -rf ${D}${sbindir} ${D}${mandir}/man8
}
ERROR: atop-2.12.1-r0 do_package: QA Issue: atop: Files/directories were installed but not shipped in any package:
/usr/sbin/atopacctd
/usr/sbin/atopgpud
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
atop: 2 installed and not shipped files. [installed-vs-shipped]
ERROR: atop-2.12.1-r0 do_package: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /build/tmp/work/core2-64-poky-linux/atop/2.12.1/temp/log.do_package.1427030
--
Navimatix GmbH T: 03641 - 327 99 0
Tatzendpromenade 2 F: 03641 - 526 306
07745 Jena www.navimatix.de
Geschäftsführer: Steffen Späthe, Jan Rommeley
Registergericht: Amtsgericht Jena, HRB 501480
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5000 bytes --]
next prev parent reply other threads:[~2026-04-11 20:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-10 18:27 [oe-core][PATCHv2] systemd: fix unmerged-bin tainted message rs
2026-04-11 20:33 ` Jörg Sommer [this message]
2026-04-11 20:34 ` [PATCH] net-tools: Handle binmerge Jörg Sommer
2026-04-12 9:13 ` [oe-core][PATCHv2] systemd: fix unmerged-bin tainted message Mathieu Dubois-Briand
2026-04-12 10:39 ` [PATCH v2 1/2] atop: Add packages atop-acctd and atop-gpud Jörg Sommer
2026-04-12 10:39 ` [PATCH v2 2/2] atop: Fix binmerge Jörg Sommer
2026-04-12 10:45 ` Patchtest results for " patchtest
2026-04-12 10:45 ` Patchtest results for [PATCH v2 1/2] atop: Add packages atop-acctd and atop-gpud patchtest
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=adp85lKLgESNthGT@navimatix.de \
--to=joerg.sommer@navimatix.de \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=peter.kjellerstedt@axis.com \
--cc=richard.purdie@linuxfoundation.org \
--cc=ross.burton@arm.com \
--cc=rs@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