... Hmm that's an error coming from rpm. Nice :) ... You may be hitting a limit - could you do rpmbuild -bi VeXP-VIAXine.spec I assuming the BuildRoot here is...
Paul Nasrat
pauln@...
Oct 1, 2003 7:16 am
23126
... /* XXX - This is the other hard coded limit */ if (x == 1024) ... This is useless, sorry: find /var/tmp/VeXP-VIAXine-root -printf '%g\n' | sort | uniq -c ...
Paul Nasrat
pauln@...
Oct 1, 2003 7:28 am
23127
I am using RH9. I upgraded from RH7.2 to 9.0 using the graphical interface. For whatever reason the graphical upgrade process did not update the apache ...
Leila Lappin
damovand@...
Oct 1, 2003 1:39 pm
23128
Hi, Leila, ... This will only install httpd if you already had it installed. And, for RH7.2, it is called apache but not httpd. Try rpm -Uvh. If it doesn't ...
Liguo Song
liguo.song@...
Oct 1, 2003 2:06 pm
23129
Hi Liguo Thanks for your help. I did rpm -Uvh and the process began. Except that at the end of preparation step I got the message: package httpd-2.0.40-21.3...
Leila Lappin
damovand@...
Oct 1, 2003 2:22 pm
23130
Hi, Leila, First of all, if you need to start a server, try to do "service httpd start", or use stop (or restart) to stop it (or to stop it and start it...
Liguo Song
Liguo.Song@...
Oct 1, 2003 4:16 pm
23131
Being a newbie, I'm not sure if this list is the right place. I'm looking for the best package that clones Illustrator. Any ideas out there ? Thanks. ...
G. Harman
ghrmn@...
Oct 1, 2003 4:27 pm
23132
Anyone know what this is all about? [root@mol001 root]# up2date Traceback (most recent call last): File "/usr/sbin/up2date", line 9, in ? import rpm ...
Bert Hubbs
bhubbs@...
Oct 1, 2003 4:42 pm
23133
I upgraded using the the official RH9. upgrade CD. I didn't do anything manually. :-< ... __________________________________ Do you Yahoo!? The New Yahoo!...
Leila Lappin
damovand@...
Oct 1, 2003 5:26 pm
23134
... Run windoze executables on unices if you must: http://www.winehq.org/ Cheers, -Tristan _______________________________________________ Rpm-list mailing...
Tristan Van Berkom
vantr@...
Oct 1, 2003 5:50 pm
23135
In the interest of looking seriously at build dependency loops involved in bootsrapping a distro, I've set up a publci CVS repository for exploded severn2...
Jeff Johnson
n3npq@...
Oct 1, 2003 8:16 pm
23136
Hi all, I was talking to a few folks on irc and the idea for a place to discuss just rpm-python related problems, suggestions for improvement, etc came up. So...
seth vidal
skvidal@...
Oct 1, 2003 8:52 pm
23137
Hello jbj, A package repository is really a Good Thing. We are using a repository system based on subversion for a year now. Subversion has many advantages...
Wanderlei Antonio Cav...
cavassin@...
Oct 1, 2003 9:15 pm
23138
... Yes, very well known, I've been taling to Gustavo privately. For my purposes, KISS was the goal, and no matter what, cvs is far more widely used and...
Jeff Johnson
n3npq@...
Oct 1, 2003 9:39 pm
23139
I'm familiar with how RPM first installs the new package and then uninstalls the old package when doing an upgrade. My interest is to add a tweak to my RPM...
Gary_Lerhaupt@...
Oct 1, 2003 10:06 pm
23140
... Simplest I can figger is to carry an MD5 sum of some known changed file, calculate what's installed using /usr/bin/md5sum, and compare. There are probably...
Jeff Johnson
n3npq@...
Oct 1, 2003 11:09 pm
23141
Could you write %version to a file in %post, then test the contents of the file to see if it matches %version in %{pre,post}un? This would require adding...
Bart Whiteley
bwhiteley@...
Oct 2, 2003 5:56 am
23142
in a recent posting, i described how running a simple "rpm -qa" seg-faulted after listed only a few packages. this morning, it continued to do that from both...
Robert P. J. Day
rpjday@...
Oct 2, 2003 9:03 am
23143
ok, this just got a lot more surreal. when logged in as a regular user, i can run "rpm -qa" from an xterm in my GNOME session, but if i switch back to a...
Robert P. J. Day
rpjday@...
Oct 2, 2003 12:08 pm
23144
... Many thanks for establishing such a service. But I strongly recommend you to leave out vendor tarballs and other downloadable files from CVS. CVS handles...
Ralf S. Engelschall
rse+rpm-list@...
Oct 2, 2003 1:01 pm
23145
... For RPM 4.2.1 (allowing you to query the RPM database while it works on it) the following should do what you want: %preun v_old='%{version}' v_new=`rpm -q...
Ralf S. Engelschall
rse+rpm-list@...
Oct 2, 2003 1:09 pm
23146
... One way you can get there is you can query rpm from within an rpm. Problem is there are some issues with doing this in anaconda. I have no specifics about...
James Olin Oden
joden@...
Oct 2, 2003 1:11 pm
23147
... Hmmm, let's go into "bloat up the CVS tree" shall we? Yes, binaries in CVS have always been problematic, because becuae the RCS format used to store the...
Jeff Johnson
n3npq@...
Oct 2, 2003 1:55 pm
23148
... By George, I think he's got it! Cool, I'm happy to see concurrent access used. Please remember to do Requires: rpm >= 4.2 if you attempt to invoke rpm to...
Jeff Johnson
n3npq@...
Oct 2, 2003 2:08 pm
23149
... This is not good, since alternative locations (--dbpath) of the rpmdb will not be honored. Enrico _______________________________________________ Rpm-list...
Enrico Scholz
enrico.scholz@...
Oct 2, 2003 2:16 pm
23150
... Yup. The best fix here is macro expansion of install scriptlets with a delayed evaluation using a --dbpath %%{_dbpath} argument. First person to suggest...
Jeff Johnson
n3npq@...
Oct 2, 2003 2:25 pm
23151
... 2.6.0 or 2.4.x kernel? If 2.6.0, I point there, otherwise inexplicable results are usually due to uncontrolled for factors, like bad memory or other...
Jeff Johnson
n3npq@...
Oct 2, 2003 2:41 pm
23152
From: Jeff Johnson <n3npq@...> Sent: Oct 2, 2003 10:40 AM To: rpm-list@... Subject: Re: rom -qa works in one terminal, not in another ... 2.6.0 or...
Robert P. J. Day
rpjday@...
Oct 2, 2003 2:45 pm
23153
... Jeff, I agree. This will be very useful! ... I have been doing CVS repositories of RPMS since approx 1996. My layout was slightly different then this new...
Mark Hatle
fray@...
Oct 2, 2003 2:53 pm
23154
Hello Rpm-ers, I'm packaging some php scripts and I get this error: checking for unpackaged files(s): /usr/lib/rpm/check-files %{buildroot} getOutputFrom():...