Tagged Questions
0
votes
3answers
50 views
rpmbuild failing error: Installed (but unpackaged) file(s) found:
I looked around but none of the answers to this same error message worked in my simple package... I am building the rpm using rpmbuild on Redhat ES 6 and no matter what I have done in my spec file I ...
0
votes
0answers
23 views
How to configure logging for libreoffice standard installation on RedHat
I have a standard libreoffice installation installed by rpm on a RedHat EL6 system.
Is it possible to configure the logging for this libreoffice installation (lower the level-treshold, set the ...
-1
votes
2answers
59 views
Linux - How to compare installed package version new install by shell script
I am trying to write a shell script that can install an Avamar client onto a Redhat or Centos box. I place the pkg I want to install into a repo dir /ava/repo
The script needs to perform the ...
0
votes
2answers
102 views
RPM Build Error: File must begin with “/”
Disclaimer: This is my first spec file.
Here is my spec file: http://pastebin.com/MtzxC1kv
When I try to run rpmbuild -ba myfile.spec, I get the following errors:
+ ...
1
vote
1answer
53 views
rpmbuild error in temp file
I'm completely new to RPMs and RPM building.
Here's the error I get:
[impulse@localhost SPECS]$ rpmbuild -bp pa_connector.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.71097
+ umask 022
+ cd ...
0
votes
0answers
30 views
How to install netcdf-openmpi-devel in Red Hat 6
I need to install netcdf-openmpi-devel on Red Hat 6. The problem is that this is not provided by the repositories I have: redhat and epel. I already tried downloading several fedora rpms, but for ...
2
votes
1answer
119 views
Change install script from Redhat to Ubuntu
An install script (for Microsoft® SQL Server® ODBC Driver 1.0 for Linux) has been written for Redhat with RPM
It uses this code to check if certain packages are installed
req_libs=( glibc e2fsprogs ...
0
votes
1answer
31 views
How long should a gpg key used for signing rpms be valid?
red hat and fedora both use a new key per release and appear to support that key forever. I remember reading that the key should expire but it depended on what it was used for.
0
votes
1answer
31 views
Abort / quit / return macro in RPM
I’m writting a RPM. In the %prep section, I test the presence of a FS and its size. If incorrect, I want the RPM to quit. I found the %{error:"Oops dat failed!} macro but it actually just prints on ...
1
vote
0answers
88 views
RPM Spec File %files Fail on Owner Username with Space
I am creating an RPM spec file with a %files section that specifies ownership of the included files. I am trying to specify the user and group as follows:
...
%attr (755, DOMAIN\\user, ...
3
votes
1answer
151 views
Kernel module signing for CentOS 6.3
I have exactly same problem as described in http://bugs.centos.org/view.php?id=5007, when compiling kernel and booting from it.
The bug is marked as closed and there's comment saying no change is ...
0
votes
1answer
82 views
Managing RHEL updates - Do I have to use RHN?
We use RackSpace for our private cloud and we get to spin up RHEL instances all day everyday, which brings me round to the issue of managing the updates on these systems.
I told everyone to use ...
0
votes
1answer
48 views
What is the process of recognition the RPM package latest version in RPM repository?
I'm just trying to figure out how RPM recognizes the latest version of some package.
Say I have:
package-0.1-SNAPSHOT201212031
package-0.2-SNAPSHOT201212030
Will rpm manager compare it just as ...
0
votes
2answers
1k views
rpmbuild Installed (but unpackaged) files source
I'm trying to build an RPM from binaries on a REDHAT 6 system. I have all the files included in the %files section (find /path/to/fake/install -type f >> specfile)
When I run rpmbuild -bb specfile ...
0
votes
1answer
67 views
how to create RPM to instal openJDK JRE, PostgreSQL in Redhat linux?
I need to create a rpm which install's JRE and PostgreSQL in Redhat linux.
only thing i know is i need to create a .spec file and need to mention the instruction to do this. I could do manually by ...
2
votes
1answer
169 views
Build RPM package to selectively deploy sources
I'm reasonably new to RPM but i've been playing with it and need to do something a bit left field.
I must obey rules which say that I must use the same rpm package in each environment, I cannot use ...
0
votes
1answer
110 views
Resolving package dependencies offline
I have RedHat v.6.2 server without internet access. I have install it yesterday, but it hasn't vncserver., I want to install vnc. I have yum and rpm. VNC requires a few packages and libraries, but ...
1
vote
1answer
247 views
How can I trigger a 'yum clean all' from within a yum plugin?
I'm writing a yum plugin that updates the URLs of local repos. When the repo URL changes, I'd like to have yum run a yum clean all to make sure no out-of-date information is cached. I know yum has a ...
-1
votes
1answer
78 views
Best way to package a binary which has two sources for different architectures
I'm trying to create an RPM of some software we have from an external entity. THey provide us with tarballs of 32bit binaries, and 64bit binaries.
I'm wondering what is the best way to create a spec ...
1
vote
3answers
2k views
Difference between Fedora RPM and Redhat RPM [closed]
What is the difference between RPMs for Fedora and RPMs for Redhat Linux ?
Technical explanation would be really helpful.
Also, can i build(create) Redhat RPMs on Fedora OS and vice versa ? rpmtree ...
1
vote
1answer
359 views
Yum install of home-made RPM giving error
I am trying to isntall something using "yum install my.rpm"
The problem is I am getting
TypeError: an integer is required
error: python callback <bound method RPMTransaction.callback of ...
3
votes
1answer
616 views
Why does service stop after RPM is updated
I have a software package for which I created an RPM. I can't paste the entire RPM here for IP reasons, but here is the gist of the problem:
%pre
/sbin/pidof program
if [ "$?" -eq "0" ]
then
...
1
vote
1answer
1k views
RPM - Install time parameters
I have packaged my application into an RPM package, say, myapp.rpm. While installing this application, I would like to receive some inputs from the user (an example for input could be - environment ...
1
vote
1answer
44 views
How do I build RPMS?
How do I build RPMS under Red Hat?
I need to package a newer version of some software than is available from the repositories.
(I can build it locally already, its just the packaging that I need to ...
1
vote
0answers
113 views
How to replace file from existing RPM package? [duplicate]
Possible Duplicate:
How do I use rpm to update/replace existing files?
Suppose I have an already installed RPM package on my system. I want create another package which can overwrite some ...
1
vote
1answer
197 views
Problem with multiple listings of the same file in RPM spec
I have some problems with an rpm spec file that is listing the same file multiple times. For this spec we do some normal compilation and then we have script that copies everything to the buildroot. ...
1
vote
2answers
293 views
Mass extraction of provides from yum?
I have a set of yum repositories. I have a large collection of rpms from http://pkgs.repoforge.org/. I don't want to import some of those rpms due to conflicts that they would cause. I'd like to ...
0
votes
1answer
638 views
No emacs package on rpmforge (RHEL)
When trying to install emacs on RHEL 5.5, I get the following error:
$ sudo yum install emacs
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be ...
1
vote
2answers
2k views
Required JDK 1.6 rpm for x64 Redhat
I downloaded the jdk-6u21-linux-x64-rpm.bin from Sun and installed the Java. During execution the rpm which got extracted is jdk-6u21-linux-amd64.rpm.
I am trying to build an application which ...
0
votes
2answers
416 views
Automatically test dependencies of complex RPM set
I have a software suite of ~150 custom RPMs, with fairly complex dependencies between them:
the tree of dependencies for each package is usually about five levels deep
there are several packages ...
2
votes
1answer
983 views
How to set the rpmbuild destination folder
I noticed rpmbuild (-bb and --buildroot options) creates the .rpm in different locations depending of what OS are you using:
GNU/Linux Ubuntu <= 9.04: /usr/src/rpm/...
GNU/Linux Ubuntu >= 9.10: ...
12
votes
3answers
12k views
Determining the path that a yum package installed to [closed]
I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without resorting to ...
2
votes
6answers
2k views
Where to find packages names and versions for RedHat?
How can I find out whether a specific RedHat release (RHEL4, RHEL5...) contains a certain package (or a certain version of a package)? For Debian and Ubuntu, there's packages.debian.org and ...
0
votes
4answers
671 views
Where's the best source of up to date RPMs for RedHat?
Where can I find up to date RPMs for different versions of Redhat Enterprise Linux? Specifically I'm looking for an Apache RPM. Normally I would turn to: http://dag.wieers.com/rpm/packages/ but they ...