All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12576] New: 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so
@ 2020-02-24  2:09 bugzilla at busybox.net
  2020-02-28 15:54 ` [Buildroot] [Bug 12576] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2020-02-24  2:09 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12576

            Bug ID: 12576
           Summary: 2020.02-RC1: error while loading shared libraries:
                    libsystemd-shared-244.so
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: melanie at trash-mail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

My post-build script contains the following line:

systemd-machine-id-setup --root=$1

My post-build script runs successful with previous buildroot versions
but since 2020.02-RC1 the command fails with the following error message:

>>>   Executing post-build script
systemd-machine-id-setup: error while loading shared libraries:
libsystemd-shared-244.so: cannot open shared object file: No such file or
directory
make[1]: *** [Makefile:760: target-finalize] Error 127
make: *** [Makefile:84: _all] Error 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 12576] 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so
  2020-02-24  2:09 [Buildroot] [Bug 12576] New: 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so bugzilla at busybox.net
@ 2020-02-28 15:54 ` bugzilla at busybox.net
  2020-02-29 22:47 ` bugzilla at busybox.net
  2020-03-01 18:19 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2020-02-28 15:54 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12576

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Hello Melanie,

Thanks for your bug report. Could you try the below patch, and see if it fixes
the issue for you:

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 1150fd390e..20637f3a8a 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -570,6 +570,7 @@ HOST_SYSTEMD_DEPENDENCIES = \
 # * thus re-tweak rpath after the installation for all binaries that need it
 HOST_SYSTEMD_HOST_TOOLS = \
        systemd-analyze \
+       systemd-machine-id-setup \
        systemd-mount \
        systemctl \
        udevadm

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 12576] 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so
  2020-02-24  2:09 [Buildroot] [Bug 12576] New: 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so bugzilla at busybox.net
  2020-02-28 15:54 ` [Buildroot] [Bug 12576] " bugzilla at busybox.net
@ 2020-02-29 22:47 ` bugzilla at busybox.net
  2020-03-01 18:19 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2020-02-29 22:47 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12576

--- Comment #2 from Melanie <melanie@trash-mail.com> ---
Hello Thomas.

I've tested your patch and can confirm that it fixes the issue.
Would be great if this could be implemented into the final 2020.02 release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 12576] 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so
  2020-02-24  2:09 [Buildroot] [Bug 12576] New: 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so bugzilla at busybox.net
  2020-02-28 15:54 ` [Buildroot] [Bug 12576] " bugzilla at busybox.net
  2020-02-29 22:47 ` bugzilla at busybox.net
@ 2020-03-01 18:19 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2020-03-01 18:19 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12576

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Melanie, All,

Thanks for the report, fixed with:
https://git.buildroot.org/buildroot/commit/?id=dabb5181ad2873e87935b778d1f6772ec361fa16

Thanks Thomas for the hint, too. ;-)

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-01 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  2:09 [Buildroot] [Bug 12576] New: 2020.02-RC1: error while loading shared libraries: libsystemd-shared-244.so bugzilla at busybox.net
2020-02-28 15:54 ` [Buildroot] [Bug 12576] " bugzilla at busybox.net
2020-02-29 22:47 ` bugzilla at busybox.net
2020-03-01 18:19 ` bugzilla at busybox.net

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.