|
From: | Stuart Hughes |
Subject: | Re: [Ltib] Build Failed (rpmdb: --force-debian: unknown option) |
Date: | Fri, 28 Oct 2011 08:48:44 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 |
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. |
[Prev in Thread] | Current Thread | [Next in Thread] |