Hi Michel, Looking at the log file you attached (which is too big to get to the list), your initial install run of ltib is building, but not install the the rpms, for example, lkc, which provides mconf build the rpm and then just goes onto building the next one:
Processing files: lkc-1.4-10 Finding Provides: (using /opt/ltib/usr/lib/rpm/find-provides)... Finding Requires: (using /opt/ltib/usr/lib/rpm/find-requires)... PreReq: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6 libdl.so.2 libncurses.so.5 libtinfo.so.5 linux-gate.so.1 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) Ecrit: /opt/ltib/usr/src/rpm/RPMS/i686/lkc-1.4-10.i686.rpm Exécution_de(%clean): /bin/sh -e /home/host/ltib/tmp/rpm-tmp.43073 + umask 022 + cd /opt/ltib/usr/src/rpm/BUILD + cd lkc-1.4 + rm -rf /home/host/ltib/tmp/lkc + exit 0 Exécution_de(--clean): /bin/sh -e /home/host/ltib/tmp/rpm-tmp.43073 + umask 022 + cd /opt/ltib/usr/src/rpm/BUILD + rm -rf lkc-1.4 + exit 0 Build time for lkc: 3 seconds Processing: patch =================== Build path taken because: no prebuilt rpm, Try patch-2.5.4.tar.gz.md5 from the GPP You should see after the build time, something like this: sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm -e --allmatches --nodeps --noscripts --define '_tmppath /data/seh/Src/ltib_bsps/savannah_ltib/tmp' lkc 2>/dev/null sudo /opt/ltib/usr/bin/rpm --root / --dbpath /opt/ltib/var/lib/rpm --prefix / --ignorearch -ivh --force --nodeps --excludedocs --noscripts --define '_tmppath /data/seh/Src/ltib_bsps/savannah_ltib/tmp' /opt/ltib/usr/src/rpm/RPMS/i686/lkc-1.4-10.i686.rpm Preparing... ########################################### [100%] 1:lkc ########################################### [100%] Can you run this: /opt/ltib/usr/bin/rpm -qa that should list the packages that that rpm copy thinks it has installed, for example: /opt/ltib/usr/bin/rpm -q lkc lkc-1.4-10 If you do get this output, it means rpm thinks the package is installed. In which case, confirm this with: /opt/ltib/usr/bin/rpm -ql lkc //opt //opt/ltib //opt/ltib/usr //opt/ltib/usr/bin //opt/ltib/usr/bin/conf //opt/ltib/usr/bin/mconf and then check those files are actually present on the filesystem: ls -l /opt/ltib/usr/bin/mconf Regards, Stuart On 06/01/12 16:37, [email protected] wrote: > Hi Peter, > > > All seems correct in file host_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 joined the host_config.log file > > > Regards, > > > Michel > > > > > > _______________________________________________ > LTIB home page: http://ltib.org > > Ltib mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/ltib _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
