Hi Johan,

The warnings mean that ltib can't test whether or not proxies/networking is available.

I suspect from your error: "Can't get: rpm-4.0.4.tar.gz at ./ltib line 834".
you have network connectivity problem.

To check this, on the machine you're running ltib, make sure you can run:

wget -q -O - bitshrine.org/gpp/rpm-4.0.4.tar.gz.md5

It should show: b92c46d5add17d6edff235d776cc1af3  rpm-4.0.4.tar.gz

If that doesn't work you don't have Internet access. That means you may need to configure the .ltibrc if you're behind a proxy.

Ideally you should install the missing HTTP::Request::Common and LWP::UserAgent Perl modules, these should be in libwww-perl, so: sudo apt-get install libwww-perl

Regards, Stuart

On 10/10/12 09:54, Johan Cockx wrote:
Hi,

I'm trying to install ltib on Linux Mint 1.6, but no succes: the error is "Can't get: rpm-4.0.4.tar.gz at ./ltib line 834".

This is the first time that I am trying to use LTIB. I did the following:

cvs -z3 -d:pserver:[email protected]:/sources/ltib co -P ltib
cd ltib
./ltib

Output is:

Don't have HTTP::Request::Common
Don't have LWP::UserAgent
Cannot test proxies, or remote file availability without both
HTTP::Request::Common and LWP::UserAgent

Installing host support packages.

This only needs to be done once per host, but may take up to
an hour to complete ...

If an error occurs, a log file with the full output may be found in:
/home/johan/ltib/host_config.log

If you would like to see the log messages as the host packages are built and
installed:

   * Open another terminal in the same directory
   * Run the command: tail -f host_config.log
   * When you're done with the tail, use CTRL+C to exit

Exiting on error or interrupt
Please see >> /home/johan/ltib/host_config.log for details


I don't understand the first four lines (about HTTP and LWP); is this related?

Here are the contents of host_config.log:


Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Wed Oct 10 10:38:14 2012
Ended:   Wed Oct 10 10:38:14 2012
Elapsed: 0 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.88 $ (Savannah)
PLATFORM         : host
GNUTARCH         : x86_64
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Regards,
Johan Cockx


_______________________________________________
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

Reply via email to