... Take a look at RH7.x SRPMs, mod_perl is included there. apache and mod_perl are not a monolithic package however, but separate packages. I'd say leave it...
Christian 'Dr. Disk' ...
drdisk@...
May 1, 2002 2:53 pm
17499
Hello, Is it possible to set requires package xyz built with certain architecture only? Thanks, - Joe _______________________________________________ Rpm-list...
Joe Wong
joewong@...
May 2, 2002 2:38 am
17500
Greetings, What is the recommended strategy for handling RPM rollbacks in 4.0.3 and 4.0.4? I understand that a rollback capability is added in 4.0.4. So does...
Peter Chen
petechen@...
May 2, 2002 10:24 am
17501
... Here's an alpha-only dependency in a spec file: %ifarch alpha Requires: bash %endif 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@... (jbj@...) ...
Jeff Johnson
jbj@...
May 2, 2002 1:19 pm
17502
Hello, I am building some rpms using version 3.0.5, and I have found out that if I specify explicitly a particular version of a required package in the Prereq:...
Andrea Sciaba'
Andrea.Sciaba@...
May 2, 2002 1:27 pm
17503
... No, the all-or-nothing behavior is part of transaction set handling. Rollbacks are an undo back to point in time, deinstalling installed packages,...
Jeff Johnson
jbj@...
May 2, 2002 1:31 pm
17504
... Sure. Before rpm-3.0.2, rpm did not support versioned PreReq:'s. When a possibly incompatible feature is used when building a package, then rpm adds a...
Jeff Johnson
jbj@...
May 2, 2002 1:35 pm
17505
... Ahh... I stand corrected. So does this mean in 4.0.3, when one attempts to upgrade a bunch of rpm's all within one transaction, he is guaranteed to have...
Peter Chen
petechen@...
May 2, 2002 1:58 pm
17506
... Yup. Odd pathologies like hardware errors while installing files are not handled as gracefully as possible because there's no way to precompute the...
Jeff Johnson
jbj@...
May 2, 2002 2:46 pm
17507
Hi, Can someone explain why this doesn't work? I am expecting to get back "-bork" for %optflags when I do the following: cd /tmp echo "macrofiles: ./macros" >...
Matthew R. MacIntyre
matt@...
May 2, 2002 2:53 pm
17508
... Broken (actually never completely implemented) in rpm-4.0.[34]. Use the rpmrc configuration in /etc/rpmrc instead. For example, putting optflags: i386 -O2...
Jeff Johnson
jbj@...
May 2, 2002 2:58 pm
17509
... Is this on the TODO for an upcoming release? ... I'm hesitant to do this because I don't want to mess with the default install, since I don't want to use...
Matthew R. MacIntyre
matt@...
May 2, 2002 3:09 pm
17510
... Yup, been there for going on 3 years now. ... Look setting CFLAGS appropriately is really pretty simple, people have been doing it for years without any...
Jeff Johnson
jbj@...
May 2, 2002 3:41 pm
17511
... Ok, so it isn't likely to show up anytime soon then. ... Ok, well, let's brainstorm then. What is a good way for me to set the CFLAGS and friends...
Matthew R. MacIntyre
matt@...
May 2, 2002 3:57 pm
17512
after running rpm --rebuilddb i receive this error : error: rpmdb: damaged header instance #32 retrieved, skipping. error: rpmdb: damaged header instance #84...
dj
d_mccall@...
May 2, 2002 3:59 pm
17513
... Yup, CLAGS in the environment is honored. optflags from rpm configuration is from a time honored concept of "re-producible builds" when rpm's (and linux's...
Jeff Johnson
jbj@...
May 2, 2002 4:21 pm
17514
... Ahh, excellent. That should make life a little easier. I haven't seen this documented anywhere though ; might this be a worthy addition to the manual ...
Matthew R. MacIntyre
matt@...
May 2, 2002 5:38 pm
17515
... A bgugzilla entry, please, at http://bugzilla.eredhat.com with a pointer (i.e. URL, attachments won't work) to a tar ball of your database cd /var/lib tar...
Jeff Johnson
jbj@...
May 2, 2002 9:30 pm
17516
I've been looking for information on compiling RPM from source for some ancient machines running the 2.0.37 that didn't come with RPM as part of their...
Karyn Ulriksen
Karyn@...
May 3, 2002 12:49 am
17517
Doh!! Forgot to ldconfig.... <grovelling for forgiveness at my dumb posting> ... From: Karyn Ulriksen [mailto:Karyn@...] Sent: Thursday, May 02,...
Karyn Ulriksen
Karyn@...
May 3, 2002 12:57 am
17518
Hi, How does RPM handle spaces in filenames in the FILES section of a SPEC file? It seems to complain that only one file must be specified on one line. The...
Jerome Kunegis
kunegis@...
May 3, 2002 2:03 am
17519
... [...] ... [...] I was able to build binary RPMs from rpm-4.0.4-7x.src.rpm on my RedHat 6.2 machine, but only if I changed %define with_perl_subpackage 1 ...
Pierre Sarrazin
sarrazip@...
May 3, 2002 2:03 am
17520
... This probably is the same bug in rpm.spec I recently encountered when building rpm-4.0.4-cvs on an rpm3-based system. The perl-stuff's configuration in...
Ralf Corsepius
corsepiu@...
May 3, 2002 4:49 am
17521
... In %files? Try putting the file name in quotes. Alternatively, mention the diretory, not the file, to pick up all members of the die directory. 73 de Jeff ...
Jeff Johnson
jbj@...
May 3, 2002 1:59 pm
17522
Ok, I have done my rpm, it installs myexe in /usr/bin and mydata in /usr/lib/mydata. But, the binary does not read from data. My question is: What can I put in...
Arizkuren Iosu
iarizkur@...
May 3, 2002 3:10 pm
17523
Hi! I'm trying to make a RPM from xine sourcecode, but when i try to install it, RPM says that it doesn't find a library. The library is in ...
Andrés Gómez Ga...
tanty@...
May 3, 2002 5:18 pm
17524
hi, i m trying to compile the rpm 4.0.4 tarball, but during the "./configure" process, i get the following lines: configuring in db3 running /bin/sh...
Dimitris Tsagkatakis
tsagkas@...
May 3, 2002 11:27 pm
17525
... I had that problem once. It went away when I did ./configure --prefix=/usr. If you don't want to install the stuff under /usr, try linking the files it is...
Matthew R . MacIntyre
matt@...
May 3, 2002 11:32 pm
17526
... it was a piece of cake, afterall thanks! -- Get your free email from www.linuxmail.org Powered by Outblaze _______________________________________________ ...
Dimitris Tsagkatakis
tsagkas@...
May 4, 2002 3:08 am
17527
I just filed a bug report about not being able to use the DistURL tag in spec files [1]. One can set the %disturl in ~/.rpmmacros and get the expected result,...