On Thu, Dec 10, 2020 at 02:33:25PM +0000, Ken Moffat via blfs-support wrote: > On Thu, Dec 10, 2020 at 08:14:43AM +0100, Pierre Labastie via blfs-support > wrote: > > On Thu, 2020-12-10 at 00:19 +0000, Ken Moffat via blfs-support wrote: > > > I'm trying to build all of gnome (sysv). > > > > > > In blocaled, the build apparently completed, but the install fails: > > > > > > Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The > > > name org.freedesktop.locale1 was not provided by any .service files > > [...] > > Yes, that need to access dbus occurred to me after some sleep. I'd > assumed dbus was only ever a runtime requirement. > > > > > > > Experimentation shows that if I run the tests, all 22 pass. Trying > > > again with make -j1 makes no difference. > > > > > > Google only finds generic references to various org.freedesktop > > > services, and references to localed from systemd. > > > > Well, I have never had an external report about that package (you are > > the first one), so I guess blocaled is unknown by google... > > > > Pierre > > > > I'll try to take a look later. >
The basic problem is that dbus is on the host and knows nothing about services installed in chroot. It is claimed that the arch-chroot script *might* allow this (it apparently uses namespaces), but trying to understand what it does is outside my pay grade. Equally, I'm not really sure where the install breaks: I can DESTDIR to /tmp, but when I then try to cp -av from there to '/' it again errors, and adding '|| true' to the install does not help, it still stops. In the end, since my primary goal is to actually build all of these packages, and running them (in the booted system, obviously) is only a hope, I've touched the stamp file for this package and resumed the build. ĸen -- To say that it (his hair) was black and bound up in a ponytail is to miss the opportunity of using the term 'elephantine'. It was hair with personality. -- The Thief Of Time (about the monk, Sato). -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
