RPM Package Manager (RPM) is a powerful and mature command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating Unix software packages. Each software package consists of an archive of files along with information about the package like its ...
0
votes
1answer
6 views
rpm installs fails even though dependent perl module is installed
I am building rpm package for internal software. It contains binaries and perl script/modules. During build process rpmbuild automatically scans perl code and builds dependency perl modules including ...
0
votes
1answer
16 views
RPM requires package not triggering
I have an RPM that includes something like this in the spec:
Requires: jre >= 1.6.0
Unfortunately I have at least one system that is showing that the "db provides" JRE, even though it does not ...
-1
votes
1answer
33 views
How to install packages that depend on my rpm package? [closed]
I try to create RPM package. And I want to download and install dependency package as "nautilus-python" together with my RPM package.
Which command is add in spec file as "yum" ? (I want to use an ...
0
votes
0answers
21 views
Disable rpmbuild automatic requirement finding
The default behavior of rpmbuild seems to be to scan every file in the buildroot for #! lines and add those interpreters as hard requirements. Is it possible to disable this? I've run into a situation ...
1
vote
1answer
14 views
How to extract a file from an rpm to the current directory?
I recently found out about the existence of cpio and how it can be used, among many other things, to extract individual files from an rpm in conjunction with the rpm2cpio tool, like this:
rpm2cpio ...
0
votes
3answers
41 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
1answer
11 views
noarch RPM with dependecies: i586 vs x86_64
I built an empty RPM which depends on all software we need for a server.
This RPM is "noarch" at the moment.
If I try to install it I get this message:
LANG=C zypper install foo-server
Loading ...
0
votes
1answer
45 views
CentOS 64bit RPM with 32bit dependencies
I have a helper rpm package which is used to install the necessary dependencies in order for some software to work; the problem is that the dependency packages required are the 32bit ones, which can't ...
0
votes
1answer
16 views
rpmbuild install: cannot create directory
I'm creating an RPM file but when using install I get some permission errors.
This is my spec file:
%define buildroot %{_tmppath}/nagios-1-1-root-%(%{__id_u} -n)
Summary: Nagios blabla
Name: nagios
...
0
votes
1answer
18 views
Cannot change permissions when running rpmbuild
Currently I'm trying to change an spec file extracted from a nagios rpm package to create my own spec file. When trying to build to rpm I'm getting the following error:
make[1]: Entering ...
0
votes
1answer
15 views
Custom Nagios RPM fails to login
I'm creating my own Nagios RPM but I'm new to packaging. My RPM file created successfully and i'm able to install it.
When going to localhost/nagios I'm not able to login.
This is my spec file
...
0
votes
2answers
16 views
setting error states during Linux RPM install/upgrade
I'm currently developing my first Linux RPM package for release. During the %post hook, I want to ensure that a particular file is resident on the target system. If this file is present, I'd like ...
1
vote
1answer
29 views
Please help me to install the libnetfilter
I ran the following command
sudo rpm -Uvh http://rules.emergingthreatspro.com/projects/emergingrepo/x86_64/libnetfilter_queue-devel-0.0.15-1.x86_64.rpm
Then i got the following result
...
-1
votes
0answers
25 views
Is it possible to build RPM packages using Microsoft Windows?
I'm trying to build an RPM using Maven. My environment is Microsoft Windows (not by choice). I'm using the following plugin to do this: http://mojo.codehaus.org/rpm-maven-plugin/
Does anyone know ...
1
vote
0answers
16 views
How to debug an RPM that will not uninstall [migrated]
I've built an RPM using redline rpm library for java. When I try to uninstall the rpm it says it was removed but when I do a list it is still there and says it is still installed.
Here is the ...
2
votes
1answer
15 views
RPM without staging area
At some point in the past I used to be able to make rpms with a very small spec file, like this:
Name: php-gd
Version: 1
Release: 1
Summary: gd extension for PHP 5.3
Group: PHP
License: TM
...
1
vote
0answers
21 views
Can I build RPMs for two different platforms on one machine?
I currently have a Java application packaged in an RPM that gets built for 32-bit RedHat platforms, and I want to create a 64-bit RPM, which is largely just the same as the 32-bit one, but with a ...
0
votes
0answers
78 views
How to upgrade to CouchDB 1.3.0 + on CentOS 6?
I'm at my wits end trying to unravel all of the dependencies to compile CouchDB from source to run on CentOS 6. Is there a pre-comiled package out there somewhere that will give me the latest version ...
0
votes
0answers
21 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
55 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
0answers
18 views
Dependency graph of Apache's modules
May I get a dependency graph between a modules that are loaded in Apache. Need to know the consequences of disabling of these modules.
0
votes
1answer
46 views
Resolution for conflicting 'Provides' in RPM spec
Consider a situation where there are different rpms that provide the same capability. A hypothetical example would be let Oracle JDK rpm, Oracle JRE rpm,and OpenJDK rpm all have "java-env" listed in ...
0
votes
0answers
38 views
Multiple RPMs for the same node
we have a project, which is deployed using puppet and RPM, it deploys a WAR file to tomcat and it works just fine.
The issue is that we're adding another war to the project and we are not really ...
0
votes
1answer
87 views
Using Jenkins BUILD NUMBER in RPM spec file
Name: My Software
Version: 1.0.5
Release: 1
Summary: This is my software
Not sure if anyone has tried this before or if it is easy, ...
1
vote
1answer
37 views
RPM File Naming Convention - known guidelines?
I have way too many dependencies going:
OS (RHEL vs CentOS vs Suse vs Ubuntu)
OS Version Number
Compiler Name and Version Number
Dependent Libraries and their version numbers
Compiler options used ...
0
votes
0answers
45 views
Linux RPM-spec does not copy packages to destination folder
I have a package, with the directories named lib, sample, api, doc under a parent directory %{name}-%{version}. I want to generate an RPM package out of these folders. This rpm package should unfold ...
0
votes
2answers
55 views
cpan2rpm does not seem to get installed Perl version
I'm running on RHEL6, with RHEL's perl-5.10.1-130.el6_4 installed. I am trying to build some RPMs using cpan2rpm 2.028. Also, perl-version-0.77-130.el6_4 is installed. It's giving odd failures, saying ...
0
votes
2answers
99 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
votes
1answer
38 views
Is rpm2cpio installed by default on CentOS
I am writing some scripts for CentOS. Is rpm2cpio installed by default on CentOS?
I read somewhere rpm2cpio comes with rpm package, but I am not sure. I couldn't figure out from RMP project website.
...
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 ...
1
vote
1answer
29 views
How to disable CPACK_PACKAGE_VERSION_PATCH in CMakeLists.txt?
I am still a CMake newbie (started learning 3 days ago). In my current CMakeLists.txt, I have the following set directives:
[...]
SET(CPACK_GENERATOR "RPM")
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
...
1
vote
0answers
57 views
Extract an RPM using Python
I'm trying to write a python script that reads in an RPM file and extracts its contents into a directory. So far I've got code that can get all the files containing RPMs and also print them to the ...
1
vote
0answers
74 views
Installing pure-python package as subpackage of another platform-dependent package
I have a pure-python package B and a platform-dependent package A (i.e. A contains C-extension module). I wish to install B as a subpackage of A, and the expected hierarchy is like,
...
0
votes
0answers
42 views
source/spec files for jdk 1.7
I have the rpm from Oracle's site, but I want to make some configuration changes and repackage the rpm. I don't see a source or spec file listed on their site and I don't want to have to build this ...
1
vote
1answer
21 views
The flow from updating sources to making a rpm package
I am new to RPM package making, and wandering how to improve the work flow I use for creating the package. One I use I find quite laborious.(Luckily I did this only once ;-)
So, I have an ...
2
votes
1answer
25 views
issue with postun scripts when renaming munin package
I have two issues that i would like to figure out a solution to:
I am renaming the munin 2.0 package and in the SPEC file for the RPM I have to obsolete the original munin packages.
When replacing ...
0
votes
0answers
29 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 ...
0
votes
0answers
62 views
Python bdist_rpm -ba: unknown option error: command 'rpm' failed with exit status 1
I'm getting the following error when trying to build a Python RMP package for my Linux distrubtion. I see warnings in the process but I don't think those have to do with the "-ba: unknown error", any ...
0
votes
0answers
41 views
Possible to create a single source RPM which is compatible with RHEL5 and RHEL6?
I need to create a single source RPM which can be used on both RHEL5 and RHEL6 OSes. Starting with RHEL6, Redhat switched to sha256 for the checksum. I know that I can create a rpm using either sha1 ...
0
votes
1answer
64 views
Cygwin commands don't work
I'm sorry that my question seems rather vague but this is the entire problem i'm facing. I tried installing an rpm package on cygwin after downloading it from the website but i always get the same ...
1
vote
1answer
45 views
Is there a way to run RPM Installation in parallel?
I am working on a performance improvement task in deployment process. While going through the process, I see that the rpm installation is happening sequentially and dependent package installation ...
0
votes
1answer
41 views
steps needed to create binary package for distribution in linux
I am little confused on how to create a complete binary package using rpmbuild from a project I just created (already compiled binary).
my current project contain similar format as this user ...
0
votes
1answer
45 views
Relative include paths when building an RPM for a python extension using distutils
Using python 2.6, I'm attempting to build an RPM for a python C extension module.
The setup.py that I'm using contains something like:
from distutils.core import setup, Extension
foo_ext = ...
1
vote
1answer
102 views
Installing rpm module for (non-system) Python
I need to support some software that is using an old Python version (2.4). So I have downloaded and compiled Python 2.4 and installed it in a virtualenv. So far, all OK and normal procedure.
But ...
0
votes
3answers
69 views
how to make excutable files based on source codes
I write some programs on linux with C
I want to run these programs on many remote computers, which are installed with fedora or ubuntu
I compiled the program with gcc on local machine, however the ...
1
vote
1answer
78 views
maven build multiple rpms basing on multimodule project
I'm trying to set up maven to build my project in the specific way. I have the following structure:
pom.xml
module1
pom.xml
module2
pom.xml
module2.1
pom.xml
module2.2
pom.xml
module2.3
...
-1
votes
2answers
268 views
What's the root cause of error “Failed dependencies: /bin/sh is needed by xxx” on RHEL?
When I install a rpm package on RHEL using rpm, I got a error message just like "Failed dependencies: /bin/sh is needed by xxx".
I checked that /bin/sh is there and it links to /bin/bash and bash ...
-1
votes
1answer
18 views
How to check the size of a file inside an rpm during %pre? [closed]
I need to check whether the harddisk has enough space for the files in the rpm before the rpm installs the package.
0
votes
0answers
43 views
problems building rpm with scons
i am a newbei in SCons and i am trying to build an rpm with SCons. This is the part that fails
rpm_env = Environment(tools=['default','packaging'])
rpm_env['RPM_BUILD_ROOT'] = ...
0
votes
2answers
97 views
rpm spec to only install certain files based on system criteria
I have an RPM I build which unpacks a bunch of scripts I use across three different types of systems. I am trying to add a fourth system type which only needs a subset of the files packaged in the ...

