I am attempting to 'make' rpm 4.1 and this is the error that I receive: ../rpmio/.libs/librpmio.so: undefined reference to `gzdFlush' ...
Michael Beachler
michaelbeachler@...
Oct 1, 2004 6:41 pm
25279
I haven't built an rpm and what I did a couple of years ago is not working for a new rpm. Please point me in the right direction. The source makefile performs...
dadembro@...
Oct 1, 2004 8:16 pm
25280
... gzip and/or gzip-devel. Failing that you have misplaced or missing gzip headers. -- Scot Mc Pherson scot@... ...
Scot Mc Pherson
scot@...
Oct 2, 2004 6:04 pm
25281
Using rpmbuild, (the version distributed with RH9) I'm confused to observe that the 'binary' files (only) are touched and resized (yet their functionality...
Chris Caron (OTI)
ccaron12@...
Oct 4, 2004 7:28 pm
25282
do you have the latest gcc?? ... From: "Scot Mc Pherson" <scot@...> To: "RPM Package Manager" <rpm-list@...> Sent: Thursday, September...
Jon Schuler
JESchuler@...
Oct 4, 2004 11:41 pm
25283
Would it be possible to get the following change into rpmrc.c ? It allows for finding the rpmrc file via an environement variable, and in some cases is more...
Aamer Akhter
aakhter@...
Oct 5, 2004 8:50 am
25284
Hello All, We are having a packaging problem in that one of the files in the package is causing an error. When we do either a test install or an actual, we...
EXT-Fulwiler, Robert L
Robert.L.Fulwiler@...
Oct 5, 2004 4:50 pm
25285
... How big is your package file? How big is its uncompressed cpio payload? The latter can be determined with: rpm2cpio file.rpm | wc -c Nils -- Nils...
Nils Philippsen
nphilipp@...
Oct 6, 2004 3:41 pm
25286
I am successfully building a binary RPM. I then turn around and try and install the RPM on the build machine via rpm -i. At that point, I get a number of...
Greg Allen
GAllen@...
Oct 7, 2004 2:37 pm
25287
Hi, I have come across this advisory, CAN-2001-0923, but am unable to see any updates related to it on the Redhat site. I have seen some updates from ...
Santosh Eraniose
santosh.e@...
Oct 7, 2004 7:34 pm
25288
Hey Guys, I've been searching for a while now with no success how do you prevent an rpm build from stripping the binary? I debated setting %__strip to be...
... The exploit was twisting a value causing heap corruption leading to a setuid shell because of a rpm -q against a malicious package. The problem was fixed...
Jeff Johnson
jbj@...
Oct 8, 2004 3:58 pm
25291
... Correction, rpm-4.0.2 "development", I do not believe the final rpm-4.0.2 release was affected. I can/will check if it really really matters. Or see rpm...
Jeff Johnson
jbj@...
Oct 8, 2004 5:09 pm
25292
Here is the result: rpm2cpio loadclient-6.2.27-3.sparc64.rpm | wc -c cannot re-open payload: 0 Segmentation Fault (core dumped) Thanks for your help Bob...
EXT-Fulwiler, Robert L
Robert.L.Fulwiler@...
Oct 8, 2004 6:18 pm
25293
... Wow. Does rpm2cpio or wc dump the core? Nils -- Nils Philippsen / Red Hat / nphilipp@... "They that can give up essential liberty to...
Nils Philippsen
nphilipp@...
Oct 8, 2004 6:45 pm
25294
Hi all, I am new to this RPM packaging software. I have to write a spec file to package our software. I have 7-8 individual components. I have written a ...
Pradeepkumar, Pyatalo...
Pradeepkumar.Pyatalo@...
Oct 11, 2004 3:13 pm
25295
... Sure. Have you read <http://www.rpm.org/RPM-HOWTO/> and <http://www.rpm.org/howto/thefight/>? -- Matthew Miller mattdm@......
Matthew Miller
mattdm@...
Oct 11, 2004 3:25 pm
25296
Hi Nils, Apparently rpm2cpio: rpm2cpio loadclient-6.2.27-3.sparc64.rpm cannot re-open payload: Segmentation Fault (core dumped) ... Robert L. Fulwiler CEDRS...
EXT-Fulwiler, Robert L
Robert.L.Fulwiler@...
Oct 11, 2004 6:20 pm
25297
Hey list. I am trying to build rpm package which install some tools and one object file that originally was installed by one of the distribution rpm For now,...
barak Bloch
barak.bloch@...
Oct 11, 2004 8:24 pm
25298
I was wondering why you need all BuildRequires items to do a build of the spec file to an SRPM? Example: $ rpmbuild -bs dsh.spec error: Failed build...
Bryan Stillwell
bryans@...
Oct 11, 2004 10:30 pm
25299
... or %define __spec_install_post /usr/lib/rpm/brp-compress to at least to that _______________________________________________ Rpm-list mailing list ...
Hal Wine
hal@...
Oct 11, 2004 10:31 pm
25300
... OK, this is heinous, but you can add the following to the end of your %install script: exit 0 It heinous because if some later time the __spec_install_post...
James Olin Oden
joden@...
Oct 11, 2004 10:54 pm
25301
... Yeah, it's a bit silly when creating just an src.rpm. ... You obviously didn't actually try using --nodeps with rpmbuild :) - Panu - ...
Panu Matilainen
pmatilai@...
Oct 12, 2004 7:53 am
25302
... I guess it would help if I could type... ... (reverse-i-search)`nodep': rpmbuild -bs --nodep dsh.spec $ rpmbuild -bs --nodeps dsh.spec Wrote:...
Bryan Stillwell
bryans@...
Oct 12, 2004 3:12 pm
25303
Hi folks: I want to put a conditional section of a build for different cases %if "%{_xyz}" == "123" Requires: glibc >= 2.2 %elseif "%{_xyz}" == "456" ...
Joe Landman
landman@...
Oct 12, 2004 5:54 pm
25304
I am building my own security package to simplify DSS security requirements. As part of the package, I replace the system-auth file from a pam package as well ...
dadembro@...
Oct 12, 2004 8:06 pm
25305
All - I have built an RPM to install the kernel module for the the HP/Atalla AXL600L SSL Accelerator Card...
Cameron, Thomas
Thomas.Cameron@...
Oct 12, 2004 9:05 pm
25306
... alpha-numeric = abcdef.....0123456789 numero-aphic = 0123456......xyz you will have to play wiht where special characters fall into this, but it should...
Scot Mc Pherson
scot@...
Oct 13, 2004 1:15 am
25307
Hi all, I visited the links that you had provided. With whatever I undestood, I tried to write a simple spec file which I have attached for your reference. ...