Hi all, I am new to linux. I want to create a RPM for my Linux Box with intel Processor. I want to create the RPM for gcc 3.3.3. I have downloaded the source...
Pankil
pankil82@...
Mar 1, 2005 12:33 pm
25910
... Look at the one from fedora/core/2/SRPMS/gcc-3.3.3-7.src.rpm. ... ^^^^^^^^^^^^^^ You're only including the files in this directory, so of course the others...
Matthew Miller
mattdm@...
Mar 1, 2005 1:54 pm
25911
set authenticate gesuun set reminders off _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Brian Sammon
rpm-list@...
Mar 2, 2005 5:01 am
25912
... Oops, sorry... I'm especially proud of this one. _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Brian Sammon
rpm-list@...
Mar 2, 2005 5:25 am
25913
... I agree with the other comment to your post, obviously, but apart from that: It's not necessarily about version numbers "like that", either. I invented a...
Toralf Lund
toralf@...
Mar 2, 2005 2:01 pm
25914
... And as I mentioned ealier the decision to make such a change may indeed out of your controll. It could come from your companies marketing department, it...
James Olin Oden
james.oden@...
Mar 2, 2005 2:33 pm
25915
Hi, I'm still trying to compile CVS rpm on various hosts. I'm currently stuck on how to workaround the use of __GNU_SOURCE specific pthreads APIs that are not...
Gary V. Vaughan
rpm-list@...
Mar 2, 2005 5:43 pm
25916
On Tuesday, 01 March 2005, at 11:03:35 (+1300), ... The problem is that use of epoch completely nullifies package portability. For example: Crimson Headware,...
Michael Jennings
mej@...
Mar 2, 2005 7:56 pm
25917
Hi, I am newer for rpmbuild. I try to build the php-src.rpm with oci8 and mssql. php.sec is as below: %define contentdir /var/www %define with_oci8...
Linda
lindahu@...
Mar 3, 2005 7:39 am
25918
... Try rpmbuild -ba --define "_with_oci8 1". Bye Paolo _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Paolo Campanella
paolo@...
Mar 3, 2005 9:07 am
25919
... The document that describes how this work is: /usr/share/doc/$(rpm --qf 'rpm-%{version}' -q rpm)/conditionalbuilds rpmbuild --with-oci8 -ba php.spec The...
Paul Nasrat
pnasrat@...
Mar 3, 2005 10:30 am
25920
... This is all about when you *install* the package. ... This is an error you get when you *build* the package, at what time your ...
Jos Vos
jos@...
Mar 3, 2005 4:43 pm
25921
I thought you used %config(noreplace) to say if this file exists don't copy it over but I thought it also said if it doesn't exist create it. But I got an...
Lehman, Jason (Regist...
Jlehman@...
Mar 3, 2005 4:54 pm
25922
Thanks for that info so that spawns a new question. How do I copy the file if it doesn't exist and not overlay it if it does exists? Or does rpm automatically...
Lehman, Jason (Regist...
Jlehman@...
Mar 3, 2005 5:06 pm
25923
Or do you do the below thru shell scripting? Is there a website with examples? I have been doing searches for create and replace but haven't found anything...
Lehman, Jason (Regist...
Jlehman@...
Mar 3, 2005 5:20 pm
25924
... Uhh... when you install in $RPM_BUILD_ROOT the file will *never* exist, as that is done at *build* time and $RPM_BUILD_ROOT is an initially empty,...
Jos Vos
jos@...
Mar 3, 2005 5:35 pm
25925
Is there a place that I can see examples of what I want to do? ... From: rpm-list-bounces@... [mailto:rpm-list-bounces@...] On Behalf Of Jos Vos ...
Lehman, Jason (Regist...
Jlehman@...
Mar 3, 2005 6:26 pm
25926
Hello, I am attempting to compile rpm from source for a small project. I've used Linux from scratch to create an independant system. I've installed libtool,...
Nathanael Noblet
nathanael@...
Mar 4, 2005 7:29 pm
25927
... This is just a guess, but rpmsq.c uses pthreads. Do you have pthreads in your build environment? Normally, it would just be there, but your doing your...
James Olin Oden
james.oden@...
Mar 4, 2005 7:59 pm
25928
... Um, pthreads comes as a seperate package from glibc I imagine. Then no it isn't there and that would be the difference. ... rpm-4.3.3.src.rpm from RHEL4...
Nathanael Noblet
nathanael@...
Mar 4, 2005 8:09 pm
25929
... glibc was compiled with pthreads support. I have a libpthread in my build (chrooted) environment... -- Nathanael D. Noblet Gnat Solutions 204 - 131 Gorge...
Nathanael Noblet
nathanael@...
Mar 4, 2005 8:10 pm
25930
... Well the host machine has glibc-3.4.3 and my environment is but 3.4.1, so I'm upgrading that and well see, otherwise I'm not sure what else to do to get it...
Nathanael Noblet
nathanael@...
Mar 4, 2005 8:46 pm
25931
Hi I'm developing an RPM file for my application. Now I would like to test it but I am running Debian and alien. I want to test the actual %post and %preun...
David Hugh-Jones
davidhughjones@...
Mar 4, 2005 9:36 pm
25932
... You can create an RPM database by doing "rpm --initdb" You may need to create the directories it needs first -- I think it needs /var/lib/rpm , perhaps...
Brian Sammon
rpm-list@...
Mar 4, 2005 9:56 pm
25933
... The man page for alien says: -c, --scripts Try to convert the scripts that are meant to be run when the pack age is installed and removed. Use this with ...
Bob Proulx
bob@...
Mar 5, 2005 5:38 am
25934
I am seeing what I believe is a repeatable problem with the behavior of -Uvh --force --nodeps. Here's the environment. rpm-4.2.1-4.4 rpmdb-redhat-3-0.20031007 ...
Adam Welch
adam.welch@...
Mar 7, 2005 5:10 pm
25935
... Maybe it gas attribute config(noreplace) in original package ? ... What abot just remove this file in the preinstall script ? Valery ...
Valery Reznic
valery_reznic@...
Mar 7, 2005 7:39 pm
25936
... This is actually normal behavior. A -U will never replace an existing config file. You could do as, Valery, has already suggested and use a %pre scriptlet ...
Bob Kashani
bobk@...
Mar 7, 2005 7:53 pm
25937
Yes, spot on correct. Dumb user error, appreciate your feedback. ,Adam ... _______________________________________________ Rpm-list mailing list ...
Adam Welch
adam.welch@...
Mar 7, 2005 8:24 pm
25938
Yes, that was it entirely. Dumb user error. Thanks for your reply - I appreciate it and it was spot-on. ,Adam ... ...