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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 24813 - 24842 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24813
... This error is a bit misleading. It means that the package tkinter, which is already installed, needs a version of libtix8 that is going to be deleted...
Erik Slagter
erik+rpm@...
Send Email
Jul 1, 2004
10:10 am
24814
I'm looking to install a minimal X - Host Client that X servers may connect to that doesn't itself have an X server, XDM, or window manager installed. It...
John Chatelle
johnch@...
Send Email
Jul 1, 2004
12:54 pm
24815
Hi everybody, I'm running rpm 4.0.4 on AIX (machine with 4 cpu's). Is it possible to run rpmbuild with more than one cpu (like gnu make with "-j2" option) ? ...
johannes.grumboeck@...
Send Email
Jul 1, 2004
4:38 pm
24816
... I've done this by editing ~/.rpmmacros and adding: %__make /usr/bin/make -j2 -- Randomly Generated Tagline: "For all these years I've...
Theo Van Dinter
felicity@...
Send Email
Jul 1, 2004
5:05 pm
24817
Looks good for normal packaging but I only do "rpmbuild -bb" and so don't do "make". I want to run rpmbuild on more than one cpu. thanks for your quick answer,...
johannes.grumboeck@...
Send Email
Jul 1, 2004
5:05 pm
24818
... I am not sure what that would buy you if you could. RPM seririally walks through the build process and has no knowledge of what could be parallelized....
James Olin Oden
joden@...
Send Email
Jul 1, 2004
5:09 pm
24819
... Somewhere along the line, the %_smp_mflags macro got added to Red Hat and Fedora installations. So doing the right thing, regardless of the actual number...
Paul Heinlein
heinlein@...
Send Email
Jul 1, 2004
8:37 pm
24820
Ok, Might be a dumb question but I will ask all the same. Is it correct or incorrect to use rpm to evaluate installed packages to determine versions etc while...
Michael Honeyfield
mhoneyfield@...
Send Email
Jul 1, 2004
10:06 pm
24821
... Ideally, neither. :) What are you trying to do? -- Matthew Miller mattdm@... <http://www.mattdm.org/> Boston University Linux...
Matthew Miller
mattdm@...
Send Email
Jul 1, 2004
10:30 pm
24822
working on openjade and some docbook stuff.. I have this in a %post for docbook-style-dsssl %post for centralized in /etc/sgml/*-docbook-*.cat do...
Michael Honeyfield
mhoneyfield@...
Send Email
Jul 1, 2004
10:35 pm
24823
On Thursday, 01 July 2004, at 13:36:56 (-0700), ... %{__make} %{?_smp_mflags} Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/...
Michael Jennings
mej@...
Send Email
Jul 1, 2004
11:09 pm
24824
What is the best way to build at portable RPM build environment? The problem I'm trying to solve is that we have our build trees checked into something...
William Francis
wfrancis@...
Send Email
Jul 2, 2004
12:08 am
24825
Thanks for so many answer (also to Michal and Paul). The thing I wanted is straight forward: I got a 4 CPU server for serving webpages, packaging and other...
johannes.grumboeck@...
Send Email
Jul 2, 2004
12:25 am
24826
On Friday, 02 July 2004, at 02:18:14 (+0200), ... If you're only trying to parallelize the building of one package, and make -jN doesn't help you, you're...
Michael Jennings
mej@...
Send Email
Jul 2, 2004
12:29 am
24827
... Here is what I use for just that purpose: zrpmbuild script ... #!/bin/sh # zrpmbuild -- build RPMs in local tree # # Note that we generate 'rpmrc' and...
Tres Seaver
tseaver@...
Send Email
Jul 2, 2004
2:04 am
24828
Hello, Anyone knows how to create the header files *.hdr from the rpm files? Is the process documented somewhere? Thanks, Enrique ...
Enrique Perez-Terron
enrio@...
Send Email
Jul 2, 2004
9:05 am
24829
... RTFM yum-arch Nigel. -- [ Nigel Metheringham Nigel.Metheringham@... ] [ - Comments in this message are my own and not ITO...
Nigel Metheringham
Nigel.Metheringham@...
Send Email
Jul 2, 2004
9:13 am
24830
... Depends on your tast IMHO. If the underlying make file of the application does not do autodetection itself, then querying rpm would be the right thing to...
James Olin Oden
joden@...
Send Email
Jul 2, 2004
12:39 pm
24831
... Something about the terminology: An X client is the program that generates the content of a window. The client connects to an X server for the actual...
Tzafrir Cohen
tzafrir@...
Send Email
Jul 2, 2004
12:52 pm
24832
... I am not sure what you mean: what is a "Host Client"? is it a computer that has no screen, or at least no graphical screen? If so, you need whatever the X...
Enrique Perez-Terron
enrio@...
Send Email
Jul 2, 2004
1:29 pm
24833
Hi, I have tried to install some basic RH9 packages into a chroot with rpm --root /chroot $PACKAGES under Fedora 2. That worked fine so far and I can work in...
Andreas Thienemann
andreas@...
Send Email
Jul 4, 2004
2:48 am
24834
... After a bit more looking into the rpm-list (I _really_ miss a decent search interface) I found some reference to LD_ASSUME_KERNEL=2.2.5 exporting this...
Andreas Thienemann
andreas@...
Send Email
Jul 4, 2004
1:43 pm
24835
Available at http://ep09.pld-linux.org/~mmazur/pld-bsd/ Tested against rpm snapshot from 20040614 and elfutils 0.95. The elfutils patch is a 'nice' hack. Rpm...
Mariusz Mazur
mmazur@...
Send Email
Jul 4, 2004
11:17 pm
24836
I am using a version of rpm (3.0.6L) build for SCO Openserver and I am trying to build an RPM thats noarch and therefore usable on any OS. I currently have in...
Fulko.Hew@...
Send Email
Jul 5, 2004
1:40 pm
24837
We're working on getting Connectiva's apt-rpm working on non-Linux systems and are running into a problem. Whenever we use apt to install a package using a...
Albert Chin
rpm-list@...
Send Email
Jul 5, 2004
3:34 pm
24838
... I don't know the answer to that, but it occurs to me that your TWWos package could include your directories (/opt/TWW and children, relocatable if you...
Tim Mooney
mooney@...
Send Email
Jul 5, 2004
7:37 pm
24839
... noarch is only half of what you need, RPM still encodes the OS that your RPM was built for into the package. You also ... BuildOS: noos (I haven't tried...
Tim Mooney
mooney@...
Send Email
Jul 5, 2004
7:57 pm
24840
... Unfortunately, no. No packages share files between packages. And, yes, we're adamant about not having anything but Provides in TWWos. -- albert chin...
Albert Chin
rpm-list@...
Send Email
Jul 5, 2004
8:34 pm
24841
How can I install a .src.rpm onto an alternate location? With rpmbuild, it's easy to change your %_topdir value in the macro file, but I don't see an obvious...
William Francis
wfrancis@...
Send Email
Jul 6, 2004
10:25 pm
24842
Create a ~/.rpmmacros and specify %_topdir within. ... -- Bart Whiteley <bwhiteley@...> Novell, Inc., the leading provider of information solutions ...
Bart Whiteley
bwhiteley@...
Send Email
Jul 6, 2004
11:19 pm
Messages 24813 - 24842 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