|
From: | palha |
Subject: | Re: [Ltib] Build Failed (rpmdb: --force-debian: unknown option) |
Date: | Fri, 28 Oct 2011 11:14:15 -0200 |
Hi Stuart.
I hope this helps.
-------
address@hidden:~$ cd ltib-10-1-1a-sv/
address@hidden:~/ltib-10-1-1a-sv$ cvs update
? host_config.log
? ltib.out
? ltibrc.txt
? tmp
cvs update: Updating .
...
address@hidden:~/ltib-10-1-1a-sv$ ls
bin COPYING dist host_config.log ltib.out README
config CVS doc ltib ltibrc.txt tmp
address@hidden:~/ltib-10-1-1a-sv$ rm host_config.log
address@hidden:~/ltib-10-1-1a-sv$ ls
bin config COPYING CVS dist doc ltib ltib.out ltibrc.txt README tmp
address@hidden:~/ltib-10-1-1a-sv$ ./ltib
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/palha/ltib-10-1-1a-sv/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/palha/ltib-10-1-1a-sv/host_config.log for details
address@hidden:~/ltib-10-1-1a-sv$ cat host_config.log
rpmdb: --force-debian: unknown option
Died at ./ltib line 2429.
traceback:
main::setup_rpmdb:2429
main::check_rpm_setup:2495
main::host_checks:1483
main:548
Started: Fri Oct 28 11:08:05 2011
Ended: Fri Oct 28 11:08:09 2011
Elapsed: 4 seconds
Use of uninitialized value in concatenation (.) or string at ./ltib line 2818.
Use of uninitialized value in concatenation (.) or string at ./ltib line 2818.
VERSION : 10.1.1
CVS_VERSION : $Revision: 1.75 $ (Savannah)
PLATFORM : host
GNUTARCH : i686
TOOLCHAIN :
TOOLCHAIN_CFLAGS :
Build Failed
address@hidden:~/ltib-10-1-1a-sv$
-------
Thanks.
Regards.
Fernando Palha
Hi Fernando,
That's odd as if you can run without error at the command line, I don't see why it fails in ltib.
Can you cut and past the actual errors when you run ltib. The part that comes before:
rpmdb: --force-debian: unknown option Died at ./ltib line 2429. traceback: main::setup_rpmdb:2429 main::check_rpm_setup:2495 main::host_checks:1483 main:548That shows the error message when ltib tries to run the rpm command
Regards, Stuart
On 28/10/11 11:54, palha wrote:Hi Stuart.
Thanks for help.
I run the command and:
address@hidden:~$ rpm --force-debian 2>/dev/null
address@hidden:~$ rpm --force-debian
address@hidden:~$
address@hidden:~$
What I must to do now?
Regards.
Em 28/10/2011 às 04:45 horas, "Stuart Hughes" <address@hidden> escreveu:Hi Fernando,
That's odd, if you look at line 2478, this should be checked for:
$hrpm = system('rpm --force-debian 2>/dev/null') == 0 ?
'rpm --force-debian' : 'rpm';
chomp($cf->{rpmbuild} = `which rpmbuild 2>/dev/null` || "$hrpm\n");
$cf->{rpm} = $hrpm;
Can you run this at the command line:
rpm --force-debian
and post the results.
Regards, Stuart
On 27/10/11 14:05, Fernando Vilmar Palha wrote:Greetings.
I am trying to install the last version of LTIB by netinstall in Ubuntu 11.10, but an error occurs.
How fix it?
Regards.
--
_______________________________________________ LTIB home page: ltib.org Ltib mailing list address@hidden lists.nongnu.org/mailman/listinfo/ltib
[Prev in Thread] | Current Thread | [Next in Thread] |