Hi, I am trying to build the qmail toaster rpms from http://qmailtoaster.clikka.com/, and came across a problem while building mrtg-toaster, the error messages...
Rajkumar S.
reactos@...
Apr 1, 2003 11:14 am
20920
I am trying to compile RHAS2.1 from src rpms on a RedHat7.2 machine and I have a ton of question that hopefully someone can answer. Once I have the RPMS...
John Moylan
johnm@...
Apr 1, 2003 12:24 pm
20921
... Verify with rpm -q libjpeg-devel-6b-21 or rpm -qa | grep jpeg Perhaps you meant BuildRequires: ... libjpeg-devel-6b = 21, ... ... Yup, --nodeps disables...
Jeff Johnson
jbj@...
Apr 1, 2003 1:44 pm
20922
... Actually I had posted the results in my previous mail itsef, [root@swathi SPECS]# rpm -q libjpeg-devel-6b-21 libjpeg-devel-6b-21 I was stuck because...
Rajkumar S.
reactos@...
Apr 1, 2003 5:30 pm
20923
... Change the BuildRequires in the spec to require libjpeg-devel-6b = 21 in the case of rh80 (or maybe rh in general?) Alternatively, if you really hate using...
Tzafrir Cohen
tzafrir@...
Apr 2, 2003 7:15 am
20924
Hi All, Need some guidance on an implementation. I am overriding _build_name_fmt using %define at the beginning of my spec file (before the scriptlet...
Hi All, Is there any way that would prevent "rpm2cpio x.rpm | cpio -ivt" from extracting files based on some user authentication mechanism. Regards, Bharavi. ...
Bharavi Oak
Bharavi.Oak@...
Apr 2, 2003 1:06 pm
20927
... 'cpio -ivt' does not make sense; -i (extract from archive) and -t (list contents of archive) conflict. Did you mean to say something else? -- jim knoble...
Jim Knoble
jmknoble@...
Apr 2, 2003 8:58 pm
20928
... -ivd -- Matthew Miller mattdm@... <http://www.mattdm.org/> Boston University Linux ------>...
Matthew Miller
mattdm@...
Apr 2, 2003 9:01 pm
20929
Yes, It was a mistake ... I meant "cpio -ivd" or "cpio -iv filename" ... From: rpm-list-admin@... [mailto:rpm-list-admin@...]On Behalf Of Matthew...
Bharavi Oak
Bharavi.Oak@...
Apr 3, 2003 4:36 am
20930
Hi, Can we add a new tag in the Preamble of a spec file? More specifically, in addition to Version and Release tags, I want to have a "Bug-fixVersion" tag in...
Bharavi Oak
Bharavi.Oak@...
Apr 3, 2003 6:12 am
20931
[You should probably not send your messages to both <rpm-list@...> and <rpm-list-admin@...>. It is very likely that the list administrator does...
Jim Knoble
jmknoble@...
Apr 3, 2003 7:28 am
20932
... .... smile ... Thanks, Jim; the 'd' key works for me. If I get vexed, I'll just return the favor for a 'pest' by adding several subscriptions for that...
R P Herrold
herrold@...
Apr 3, 2003 8:00 am
20933
Hi there. When i was building rock-1.6-pre3-CVS, i got the following errors, building RPM <error_output> header-py.c: At top level: header-py.c:899: parse...
Sandra Dismar
sdismar@...
Apr 3, 2003 10:32 am
20934
... This is no rpm problem - wrong list. Send this to the rock developper _______________________________________________ Rpm-list mailing list ...
Wolfgang Rapp
wolfgang@...
Apr 3, 2003 10:36 am
20935
On Thursday 03 April 2003 13:17, Wolfgang Rapp wrote: ... Which applications, libraries whatever are needed for rpm-1.4? What makes me confused is, that the...
Sandra Dismar
sdismar@...
Apr 3, 2003 11:11 am
20936
Jim, thanks for such a detailed informative reply. [You should probably not send your messages to both <rpm-list@...> and <rpm-list-admin@...>....
Bharavi Oak
Bharavi.Oak@...
Apr 3, 2003 11:34 am
20937
... Not without modifying rpm. ... Try doing Provides: bugfix(N) = E:V-R instead, where N == name, E == epoch, V == version, R == release, and "bugfix" can be...
Jeff Johnson
jbj@...
Apr 3, 2003 3:21 pm
20938
I'm trying to build RPM 4.1 on a non Red Hat system. It successfully builds only if I do not disable NLS, which I want to do. If I pass ./configure ...
Frank Hale (majic)
frankhale@...
Apr 4, 2003 4:01 am
20939
What is the date format for the value of _unsafe_rollbacks? Is something like: MM/DD/YYYY HH:MM:SS okay or do I need to give it seconds sincre epoch? ...
James Olin Oden
joden@...
Apr 4, 2003 2:42 pm
20940
... The answer is the latter. It wants seconds since epoch. I am getting to familiar with the rpm source when I can answer my question by reading the source,...
James Olin Oden
joden@...
Apr 4, 2003 3:47 pm
20941
... Seconds since epoch. If you're lucky, octal/hex might be supported, certainly not anything else. 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@......
Jeff Johnson
jbj@...
Apr 4, 2003 3:47 pm
20942
... Its calling strtol(), so whatever works for that, but since the date command %s format returns seconds since epoch() there is no need for hex. ...
James Olin Oden
joden@...
Apr 4, 2003 4:16 pm
20943
Hi All, I recently was working with RPM2 (the cpan module exposing rpm's functionality written by Chip Turner), and I found a way that could cause a complete...
James Olin Oden
joden@...
Apr 4, 2003 5:30 pm
20944
... There are constraints on database access through API, basically you don't want two cursors open simultaneously. Walk an iterator, saving all instances,...
Jeff Johnson
jbj@...
Apr 4, 2003 7:27 pm
20945
... Was any consideration ever given to making rpm client-server, perhaps activated on-demand? That would eliminate a whole class of signal-related problems...
Bill Rugolsky Jr.
brugolsky@...
Apr 4, 2003 7:37 pm
20946
Hello, I'm having problems with my home system RPM. I've been trying to install the JDOM RPM but kept receiving a RPM error "run database recovery" which,...
Anthony Rabaa
rabaa@...
Apr 4, 2003 7:41 pm
20947
... Hardly worth the effort imho. rpm is not a traditional database implementation where you actually care what's in the database, and need transactions and...
Jeff Johnson
jbj@...
Apr 4, 2003 7:52 pm
20948
Hi in order to use rpmbuild I have had to edit the macros for legacy operation. My rpm all work perfectly. Can anybody explain what to do with my files in...