On 01/06/2012 11:55 AM, [email protected] wrote:

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.

Does your config/platforms/host/ltib.preconfig have "CONFIG_PKG_LCK=y"? Does your host_config.log contain any mention the lkc package? You should see a "Processing: lkc..." in the log(or something similar - I don't have my original host_config.log handy to check)...

--
Peter Barada
[email protected]

_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ltib

Reply via email to