Systemd is able to be installed?
by Nobutarou from LinuxQuestions.org on (#5A121)
I am trying,
Linux From Scratch - Version 20201101-systemd
8.70. Systemd-246
During ninja install, I meet the following error,
Code:raceback (most recent call last):
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/mesonmain.py", line 140, in run
return options.run_func(options)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 554, in run
installer.do_install(datafilename)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 372, in do_install
self.install_targets(d)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 468, in install_targets
raise RuntimeError('File {!r} could not be found'.format(t.fname))
RuntimeError: File 'man/binfmt.d.5' could not be found
FAILED: meson-install
/opt/meson-0.56.0/opt/Python-3.9.0_gcO2pgonat/usr/bin/meson install --no-rebuildAs the message above shows, I don't have "man/binfmt.d.5" .
I check the build output with "ninja -v". I find
Code:[1523/1833] /usr/bin/xsltproc -o man/binfmt.d.5 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam systemd.version 246 --path /sources/systemd-246/systemd-246/man:/sources/systemd-246/man ../man/custom-man.xsl ../man/binfmt.d.xmlAs xsltproc is a symbolic link to /bin/true, the above command do not anything. There is no reason that I have "man/binfmt.d.5".
Could you pass "ninja install"? Why it is possible?
"ninja -v" log is here,
https://file.io/dG2CcTkeIXc0
Attached Files


Linux From Scratch - Version 20201101-systemd
8.70. Systemd-246
During ninja install, I meet the following error,
Code:raceback (most recent call last):
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/mesonmain.py", line 140, in run
return options.run_func(options)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 554, in run
installer.do_install(datafilename)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 372, in do_install
self.install_targets(d)
File "/opt/Python-3.9.0_gcO2pgonat/usr/lib/python3.9/site-packages/mesonbuild/minstall.py", line 468, in install_targets
raise RuntimeError('File {!r} could not be found'.format(t.fname))
RuntimeError: File 'man/binfmt.d.5' could not be found
FAILED: meson-install
/opt/meson-0.56.0/opt/Python-3.9.0_gcO2pgonat/usr/bin/meson install --no-rebuildAs the message above shows, I don't have "man/binfmt.d.5" .
I check the build output with "ninja -v". I find
Code:[1523/1833] /usr/bin/xsltproc -o man/binfmt.d.5 --nonet --xinclude --maxdepth 9000 --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 --stringparam systemd.version 246 --path /sources/systemd-246/systemd-246/man:/sources/systemd-246/man ../man/custom-man.xsl ../man/binfmt.d.xmlAs xsltproc is a symbolic link to /bin/true, the above command do not anything. There is no reason that I have "man/binfmt.d.5".
Could you pass "ninja install"? Why it is possible?
"ninja -v" log is here,
https://file.io/dG2CcTkeIXc0
Attached Files
![]() | meson.log (60.1 KB) |
![]() | ninja_install.log (139.3 KB) |