Hi Peter,
All seems correct in filehost_config.log.
No Error on rpm construction and install but no files
installed into
/opt/ltib/usr/bin.
Only rpm related files(rpm,rpm2cpio, and links) are there.
I have also add
$cmd .= "--force-debian " if $rpm =~
m/rpm-fs/ && `uname -a` =~ m/ubuntu/i;
but the problem is still there
Interesting. When ltib first starts, it uses
config/platform/host/ltib.preconfig to select the packages to build
for the host (and which get installed in /opt/ltib (in their various
directories line usr/bin/mconf). Using "/opt/ltib/usr/bin/rpm
--dbpath /opt/ltib/var/lib/rpm/ -qf /opt/ltib/usr/bin/mconf" in my
built world, I see that /opt/ltib/usr/bin/mconf comes from the
lkc-1.4-10 package which is built by LTIB since
config/platforms/host/ltib.preconfig contains "CONFIG_PKG_LCK=y".
You should have this in your world.