I currently have an a rpm package, named 'pack1' (just for aruments sake). The packed, has package 'sub1'. I would like to add another packed 'sub2' which only...
Mixo Shiburi
mixo@...
Sep 1, 2003 10:14 am
22868
... Automagic perl dependncy generation is just some regex's run across scripts to extract tokens. When the regex extracts token from unusual context, then...
Jeff Johnson
jbj@...
Sep 1, 2003 6:39 pm
22869
[resent because first mail has not reached the mailing-list AFAIK] In our OpenPKG (http://www.openpkg.org/) project we now have upgraded to RPM 4.2.1 (as...
Ralf S. Engelschall
rse+rpm-list@...
Sep 1, 2003 7:21 pm
22870
Hi, I am trying to build a new full rpmdb for Severn/rawhide. All rawhide packages are available in a single directory (only a single architecture instance),...
Leonard den Ottolander
leonardjo@...
Sep 1, 2003 9:42 pm
22871
Hi Jeff, ... Most helpful (I skipped --bados and --badarch). Thank you. Now I can start updating my Severn system using rpm --aid :). Bye, Leonard. -- How...
Leonard den Ottolander
leonardjo@...
Sep 1, 2003 10:28 pm
22872
... I doubt --initdb does anything useful anymore, carried for hysterical reasons. ... There's more than --justdb needed. Off the top of my head, complete list...
Jeff Johnson
n3npq@...
Sep 1, 2003 11:30 pm
22873
... Delayed expansion is there, add appropriate number of % chars to escape. What's not there is a definition (and guarantee) of where and when expansions will...
Jeff Johnson
n3npq@...
Sep 2, 2003 12:17 pm
22874
Hi all, As title, can %%define macros be delayed till some point later? I have a package that does some %post script based on the list of files installed onto...
Abel Cheung
deaddog@...
Sep 2, 2003 2:22 pm
22875
It would seem that incipient brain-rot caused me to write the silly first para in my previous post. I was conflating two unrelated parts of the project. What...
Dennis McRitchie
dmcr@...
Sep 2, 2003 2:32 pm
22876
... --rcfile only way, "default" is compiled in strings, overrdden with --rcfile rpmrc1:rpmrc2:... Yes, colon seperated paths to multiple rpmrc files, only the...
Jeff Johnson
n3npq@...
Sep 2, 2003 4:36 pm
22877
Russ, OK. Perhaps _I_ was a bit harsh, and my purpose was definitely not to dis the RPM site (I don't even know that the user in question got any of their...
lrtaylor@...
Sep 2, 2003 6:40 pm
22878
Hi, I am getting an error when using shell script within my rpm. here is the script that fails within the rpm but works perfectly well outside of the rpm: if [...
Phil Conan
philconan@...
Sep 2, 2003 8:22 pm
22879
that worked beautifully, thanks a lot. Phil ... _________________________________________________________________ Protect your PC - get McAfee.com VirusScan...
Phil Conan
philconan@...
Sep 2, 2003 8:57 pm
22880
... Do you mean something like this? sed -e "s!/usr/local/dsi-0\.3!${RPM_INSTALL_PREFIX}!g" \ < /tmp/dsi_setup.sh \ ... --Paul Heinlein <heinlein@...> ...
Paul Heinlein
heinlein@...
Sep 2, 2003 10:09 pm
22881
If I type the following: # rpm -pq 'ab[1].rpm' # the result is noted above - namely the command returns nothing. This behavior is common to a variety of...
Jed Donnelley
jed@...
Sep 3, 2003 12:14 am
22882
I want to create a specfile where I can change build time instructions by passing a command line argument. Essentially i want to create a macro that will be...
Scot Mc Pherson
scot@...
Sep 3, 2003 1:35 am
22883
... Try rpmbuild -bb --define 'myprefix /my/prefix' foo.spec and if you want a default value for myprefix, use eg. this in the spec: %{!?myprefix: %{expand:...
Ville Skyttä
ville.skytta@...
Sep 3, 2003 6:46 am
22884
Hi all, is there any way to change the default behviour for the install procedure? I'm trying to build a few RPM of cross-compiled packages, and therefore I'm ...
Lapo Pasqui
Lapo.Pasqui@...
Sep 3, 2003 8:08 am
22885
... binutils can be built do support multiple targets, so you can use the normal 'split' for powerpc binaries also. You have just to add ...
Enrico Scholz
enrico.scholz@...
Sep 3, 2003 8:57 am
22886
Hello, I do have a spec-file which builds a filelist and find $PROGRAM_LOCATION ! -type d -print | tee filelist # ...
Thilo Boehm
TBOEHM@...
Sep 3, 2003 1:20 pm
22887
... brackets are glob characters like *. RPM actually tries to use them as glob charracters if I understand correctly. There is a bugzilla report about the...
James Olin Oden
joden@...
Sep 3, 2003 2:49 pm
22888
Is there a way to turn off brp-strip altogether? I have to make source only packages and it causes some apps to not work because they do md5 checks of...
Stephen Smoogen
smoogen@...
Sep 3, 2003 8:01 pm
22889
Thanks very much for the reply Jeff. BTW, I did figure out how the rpmrc file defaults are compiled in strings, and saw a minor problem that I wanted to point...
Dennis McRitchie
dmcr@...
Sep 3, 2003 9:13 pm
22890
... Wait a minute. RH is putting brackets in downloaded file names ?!? That's *REALLY* broken, but might explain the sudden/recent interest in handling...
Jeff Johnson
n3npq@...
Sep 3, 2003 9:37 pm
22891
Yup. I get the same behavior when I download RPMs from the RH site. I've just been renaming them to their standard name before suing them so I did not notice...
Dennis McRitchie
dmcr@...
Sep 3, 2003 9:54 pm
22892
... Strip behavior (and all build root policy scripts) is configured in ... which is appended to %installl scriptlet. Redefine in /etc/rpm/macros or ...
Jeff Johnson
n3npq@...
Sep 3, 2003 10:00 pm
22893
... Well the first thing wrong is I am messing with source-only packages (well I am trying to get away from cfengine copying various virus wathchers and oracle...
Stephen Smoogen
smoogen@...
Sep 4, 2003 12:16 am
22894
Hi, Would there be an objection to change find_lang.sh so that it appends to a file instead of overwriting ? This specific case (and I've had some others in...
Dag Wieers
dag@...
Sep 4, 2003 1:08 am
22895
... Yes, I would second that too. GIMP, for example, uses several translation domains at once, and it's pretty cumbersome to create several file lists...
Abel Cheung
deaddog@...
Sep 4, 2003 5:00 am
22896
Hi. I just wanted to do the recommendet httpd update (RHSA-2003:240) and got the according rpms (httpd-2.0.40-21.5). When i try to make the update with "rpm ...