Hi all, I have found out where the problem is occuring. It is in the db/dist directory where the berkley db uses an older autoconf,automake, etc. After two...
Shane Shields
locutusenterprises@...
Nov 3, 2003 4:26 am
23438
... Whether you like it or not, rpm was/is built with libtool-1.4.3, db-4.1.25 as well. 73 de Jeff _______________________________________________ Rpm-list...
I am trying to build rpm 4.0.4 on platforms besides Linux. Seems to not work. Are there any pathes out there ? Thanks, -ansh ... wget...
Anshuman Kanwar
ansh@...
Nov 4, 2003 8:01 pm
23441
(Sorry for prev mail, resending with new subject) I am trying to build rpm 4.0.4 on platforms besides Linux. Seems to not work. Are there any pathes out there...
Anshuman Kanwar
ansh@...
Nov 4, 2003 8:11 pm
23442
Hi, folks, I am trying to build a package for a ruby wrapper. The files will be installed to directories depend on the version of the ruby package and the...
Liguo Song
Liguo.Song@...
Nov 4, 2003 8:36 pm
23443
OpenPKG is supposed to work on these platform, and it is supposed to be fully compatible with RPM. Check it out at www.openpkg.org. Liguo (Leo) ... ...
Liguo Song
Liguo.Song@...
Nov 4, 2003 9:48 pm
23444
Try the OpenPKG at www.openpkg.org. It supports more platform and is supposed to be fully compactible with RPM. Good luck. Liguo (Leo) ... ...
Liguo Song
liguo.song@...
Nov 5, 2003 3:19 am
23445
I see that SCO is a sponsor. I wonder if they will want to start charging royalities for it. ... From: "Liguo Song" <liguo.song@...> To:...
Tracy Bost
tbost@...
Nov 5, 2003 4:28 am
23446
Not sure where you get it. I never cared about the SCO publicity scam. If that really got you worried, try the links at http://www.openpkg.org/related.html ...
Liguo Song
liguo.song@...
Nov 5, 2003 5:14 am
23447
... It is a bad habit to reply to oneself. But since no one answered me, I'd like to share what I found with experiments. The shell script will be evaluated at...
Liguo Song
liguo.song@...
Nov 5, 2003 5:19 am
23448
a) Can the -U option be used to upgrade a installed package when dependencies( pre-requisite ) exist on it ? b) Does the Upgrade of an RPM remove the already ...
puneet puri
puneet8033@...
Nov 5, 2003 7:13 am
23449
... Yes, but you want to include the the prerequisite in the same transaction. For instance if rpm A-1-1 is installed, and A-1-2 needs B-1-2, you would do: rpm...
James Olin Oden
joden@...
Nov 5, 2003 12:53 pm
23450
... Why do you think that a company like SCO has any kind of influence on an Open Source project (and even its users like you) just because the company once...
Ralf S. Engelschall
rse+rpm-list@...
Nov 5, 2003 4:17 pm
23451
... Good point, Ralf. But from what I read and my understanding deduced from that, the relationship is even more farfetched than the way you described it. SCO ...
Liguo Song
Liguo.Song@...
Nov 5, 2003 6:18 pm
23452
a) If A-1-1 needs B-1-1 and we want to Upgrade only B-1-1 , then would the RPM allow to upgrade B-1-1 ? b) If we are not aware of what packages need B-1-1 can...
puneet puri
puneet8033@...
Nov 5, 2003 8:52 pm
23453
Depends on how the rpm requirements are listed. In most cases, rpm A would say reuiqres: B >= 1.1 in that case, you can upgrade B alone. If the rpm A required...
Agrawal, Monalisa
magrawal@...
Nov 5, 2003 9:01 pm
23454
RPM's require-relationship is a very intelligent one. A-1.1 can Require: B >= 1.1 if any later version of B will be OK, or Require: B == 1.1 if only 1.1 ...
Liguo Song
Liguo.Song@...
Nov 5, 2003 9:13 pm
23455
This is what I get: make[4]: Entering directory `/home/giuseppe/cvs/rpm/elfutils/tests' if gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I. -I. -I.. -I../libasm...
Peppe
cerebro84@...
Nov 5, 2003 9:23 pm
23456
... Get latest elfutils from rawhide and install. Then rerun configure to build against external elfutils. The internal version of elfutils is older, has the...
Jeff Johnson
n3npq@...
Nov 6, 2003 1:03 am
23457
... It depends on the exact requirement A-1-1 has for B-1-1. For instance: Requires: A >= 1-1 Would be fine, but if it instead: Requires: A = 1-1 Then you...
James Olin Oden
joden@...
Nov 6, 2003 3:44 pm
23458
I'm having an issue building GCC 3.3.2 as an RPM for Solaris. GCC 3.3.2 compiles and installs just fine normally. But when I take the same configure options...
David M. Fetter
dfetter@...
Nov 6, 2003 4:07 pm
23459
David, Looks like you are putting your derived objects in a subdirectory of the build root. According to the GCC documentation, that won't work (and my own ...
White, Chad (MED)
chad.white@...
Nov 7, 2003 4:21 am
23460
Thank you all for the help. ... __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard ...
puneet puri
puneet8033@...
Nov 7, 2003 8:10 pm
23461
Red Hat 7.2 My /var directory was running out of space, and I discovered the rpm system was taking up most of the space, especially with the backup database...
Cory Phillips
cphillips@...
Nov 8, 2003 3:01 pm
23462
Dear folks, I am trying to build cfengine RPMS that build almost anywhere. However, I have the following in my spec file: BuildRequires: openssl-devel...
Nick Urbanik
nicku@...
Nov 9, 2003 1:50 am
23463
On Sat, 8 Nov 2003 09:01:00 -0600 ... Hello, Cory :) I don't know if you're supposed to do that, but I tried the exact same thing once, and it worked...
Steven P. Ulrick
spu@...
Nov 9, 2003 5:20 am
23464
Just pulled down fedora, to test our software installation suite, and find that it ships with rpm 4.2.1, which seems to have --relocate/--prefix really really...
Matthew Boeckman
matthewb@...
Nov 10, 2003 2:12 pm
23465
All, I've had no luck in finding anything regarding cross-compiling rpm. (That is, building rpm to execute on another platform. I am currently able to...
Eli Carter
eli.carter@...
Nov 10, 2003 6:15 pm
23466
... Don't know about that, but you can restrict a Google search to a particular domain by including site:domain.example.com in the search terms. ...