Hi Michel,
If you got the latest from CVS, you should not need to change anything.
Why did you change line 974?
I have the latest running on Ubuntu 11.10, so it should work - the fixed
went in 31st Oct.
So, check you have the latest CVS and it's unmodified and try again. If
that doesn't work, send me the logg offline and I'll try to find time to
take a look.
BTW: part of that check-in was this
http://cvs.savannah.gnu.org/viewvc/ltib/ltib?root=ltib&r1=1.76&r2=1.77
not the changes you applied.
Regards, Stuart
On 11/01/12 13:02, [email protected] wrote:
Hi Stuart,
I removed .host_wait_warning files and also all /opt/ltib folder.
Restarted ltib but still the same result:
all host rpm packages are created but only rpm-fs is installed into
/opt/ltib/usr/bin... nothing less nothing more
after that
i reinstalled my ubuntu 11.10 from scratch,
reinstalled ltib from cvs,
added this line at 974:
$cmd .= "--force-debian " if $rpm =~ m/rpm-fs/ && `uname -a` =~
m/ubuntu/i;
just after
$cmd .= "--excludedocs $cf->{noscripts} ";
launched ./ltib
and...
still the same result :-(
For curiosity, i have installed an OpenSuse 12.1 on a VM
and tried ltib and there it works.
So what's happening with Ubuntu 11.10 (32 bits) ???
Regards,
Michel
Le 11 janvier 2012 à 12:39, Stuart Hughes <[email protected]> a écrit :
> Hi Michel,
>
> I think the first time you ran ltib, before adding the "--force debian"
> it only installed /opt/ltib/usr/bin/rpm.
>
> Can you remove your ~/.host_wait* file and try again and see if it
tries
> to install the other host rpms to /opt/ltib
>
> Regards, Stuart
>
> On 11/01/12 10:08, [email protected] wrote:
> >
> > Hi Stuart,
> >
> > /opt/ltib/usr/bin/rpm -qa
> >
> > give only that as result:
> >
> > rpm-fs-4.0.4-1
> >
> > and conf, mconf are not installed into /opt/ltib/usr/bin/
> >
> > i don't understand why rpm did not install others packages...
> >
> > Regards,
> >
> > Michel
> >
> >
> > Le 8 janvier 2012 à 13:03, Stuart Hughes <[email protected]> a écrit :
> >
> > > 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