Search the web
Sign In
New User? Sign Up
rpm-list · Redhat RPM List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14127 - 14156 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14127
Hi. I'm a newbie to the rpm-stuff. I try to build platform independent packages. I built a package with "--target noarch" on solaris, but if I try to install...
rpm@...
Send Email
Jun 1, 2001
9:45 am
14128
See RHEA-2001:016-06 and RHEA-2001:015-09 of the redhat errata sheets. Thanks. ... __________________________________________________ Do You Yahoo!? Get...
Mr. Excitement
da_alchemist@...
Send Email
Jun 1, 2001
2:01 pm
14129
Look at http://www.rpm.org/max-rpm/ for documentation on rpm. It should be more than enough to get you started. Thanks. ... ...
Mr. Excitement
da_alchemist@...
Send Email
Jun 1, 2001
2:11 pm
14130
I'm a little confused on the use of db1 vs. db3 with rpm 4.0.2 so please bear with me. I've pieced together a Linux system from parts (manually copying the...
David Christensen
David_Christensen@...
Send Email
Jun 1, 2001
10:47 pm
14131
... What does rpm --dbapi 3 -qavv --root <some root> say? Ditto rpm --dbapi 1 -qavv If those both "work", look at rpm --showrc | grep dbapi and figger why...
Jeff Johnson
jbj@...
Send Email
Jun 2, 2001
3:19 pm
14132
Hi, Is it possible to append a string to a macro? Something like: %define para foo <if conditional>... %global %{para} %{para}-bar So in the end I would get...
Raul Dias
chaos@...
Send Email
Jun 2, 2001
8:03 pm
14133
... Caveat: untested %define conditional whatever %define para foo %{?conditional: %{expand: %%global para %{para}-bar} } 73 de Jeff -- Jeff Johnson ARS N3NPQ ...
Jeff Johnson
jbj@...
Send Email
Jun 2, 2001
8:22 pm
14134
Hello all, I finally resolved this problem. For some reason the scripts in the rpms did not seem to execute properly. I am writing this for other people who...
Henricus J. Holtman
clfest@...
Send Email
Jun 3, 2001
6:57 am
14135
My mistake. The previous message from me entitled: Re: How do I check my rpm db1 should have been in this thread. -Henricus ...
Henricus J. Holtman
clfest@...
Send Email
Jun 3, 2001
7:37 am
14136
How do I determine the size of an RPM's content? I want to check this before I install the RPM. thanks --kent _______________________________________________ ...
Kent Nguyen
kent@...
Send Email
Jun 3, 2001
2:54 pm
14137
... 1) You don't need to check for enough disk space. Rpm will check the required file systems for you; 2) unless you used the --ignoresize flag. 3) You...
Mike Fleetwood
mike@...
Send Email
Jun 3, 2001
10:49 pm
14138
... So, it is tested now. Works nicely out of the box. Can we expected that this behaviour will still work in future versions of rpm? Like let this be a...
Raul Dias
chaos@...
Send Email
Jun 3, 2001
11:06 pm
14139
Hi, Is it possible to conditionally build a sub package? Based on a macro value/existence it might not be desirable to build a sub package. Can this be...
Raul Dias
chaos@...
Send Email
Jun 3, 2001
11:08 pm
14140
Hi alls ! where i can find some sample C codes for initializing, manipulating rpm database, and installing a set of rpm files ?? Help me, please ! for my essay...
Bien
linuxvn@...
Send Email
Jun 4, 2001
3:17 am
14141
I had a number of duplicates in my rpm database. I removed them using --allmatches and then reinstalled them. However rpm itself depends on one, popt, and so...
Michael Teixeira
michaelt@...
Send Email
Jun 4, 2001
3:51 am
14142
... Same here. Have been trying to figure out what to do. Does anybody have any idea about hot to fix this? Cheers -- Marco Antoniotti...
Marco Antoniotti
marcoxa@...
Send Email
Jun 4, 2001
3:51 am
14143
Check out your %files section of the spec file. %files /usr/local/test/xxx /usr/local/test/.... .. because whatever files listed here are the only to be...
S. Murali Krishna
murali@...
Send Email
Jun 4, 2001
3:52 am
14144
[This is an email copy of a Usenet post to "linux.redhat.rpm"] In article <01052710235601.01106@...>, "Jörgen Johansson" ... The proper command is...
Anna
annamerikin@...
Send Email
Jun 4, 2001
3:52 am
14145
With rpm-4.0.3-0.26 if I try and build packages e.g. gtk+, I get an error because RPM is installing config files in /usr/etc and not /etc as it should. In...
Will Newton
will@...
Send Email
Jun 4, 2001
3:52 am
14146
install rpm-build package Jenci _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Tobak Jeno
tobak.jeno@...
Send Email
Jun 4, 2001
3:52 am
14147
Hi, I have had the same problem and cannot fix it. Any news form the people at Red Hat. I was not able to get a response. regards. Marco Antoniotti ... -- ...
Marco Antoniotti
marcoxa@...
Send Email
Jun 4, 2001
3:52 am
14148
Hallo, Here is a small script called rpmindir that I use for some time now. It gets as first argument a directory to build a rpm in and the rest of the ...
Andi Kleen
ak@...
Send Email
Jun 4, 2001
3:52 am
14149
Hi, I'm trying to sign rpm packages when building them using GnuPG, Redhat 6.2, rpm version 3.0.4. I create key with UID "K Wilson <pcm402@...>". I...
K. Wilson
pcm402@...
Send Email
Jun 4, 2001
3:53 am
14150
Since using MandrakeUpgrade to go to rpm-4.0-31mdk, rpm dumps core on any install/update command. Queries still work as well as "rpm --showrc". Here's an...
Jeff Martin
jeffm@...
Send Email
Jun 4, 2001
3:53 am
14151
Hey Why don't U see MAXIMUM-RPM Book in http://rpm.org For your questions its enough to overview the book. S.Murali Krishna smk_bk@... ... Do More than...
S. Murali Krishna
murali@...
Send Email
Jun 4, 2001
3:53 am
14152
Hi ... I was playing around with -- GnuPG Public Key: pub 1024D/87BCDC94 2000-03-19 Thomas Ries <tries@...> Key fingerprint = 13D1 19F5 77D0 4CEC 8D3F...
Thomas Ries
tries@...
Send Email
Jun 4, 2001
3:53 am
14153
Hi sorry for the message before - I screwed it up ;-) ... I was fiddling around with RPM 4.0.2 some days ago and figured out, that there exists a file in...
Thomas Ries
tries@...
Send Email
Jun 4, 2001
3:54 am
14154
Hello, I'm German Linux Newbie, After while my RedHat 7.0 Installation i crashes my Windows 2000 Server, Now I have the RedHat installed on a Partition and my...
Peter Karsten
home@...
Send Email
Jun 4, 2001
3:54 am
14155
Hi Folks, In upgrading from rpm 3.x to 4.x something went terribly wrong. Now I've read all the man pages, and even looked at Maximum RPM, but nothing was ...
Judd Maltin
judd@...
Send Email
Jun 4, 2001
3:54 am
14156
... Date: Sat, 2 Jun 2001 18:57:13 -0500 (CDT) From: Judd Maltin <judd@...> To: rpm-liat@... Subject: RPM 4 killed my db :-( (fwd) FIXED! Noticed...
Judd Maltin
judd@...
Send Email
Jun 4, 2001
3:54 am
Messages 14127 - 14156 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help