similar to: building CentOS rpms?

Displaying 20 results from an estimated 7000 matches similar to: "building CentOS rpms?"

2017 Dec 27
4
An rpmbuild spec question
Stephen John Smoogen wrote: > On Wed, Dec 27, 2017 at 3:41 PM <m.roth at 5-cent.us> wrote: > >> I'm trying to build a package to create a directory and install some >> files. My rpmbuild keeps failing, unable to cd into the directory, "no >> such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the >> source was unzipped and untared
2013 Jul 02
1
rpmbuild environment CentOS5 vs CentOS6
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf ---- I'll copy the file in /usr/src/redhat/SPECS and run "rpmbuild -bb myapp.spec". On CentOS6 rpm-build package no longer
2011 Sep 12
4
trouble building an rpm
i'm a newbie at building rpms. I made a few rpms years ago, but can't now make one on Centos 5. In /usr/local/rpmbuild, there are 5 subdirs: BUILD RPMS SOURCES SPECS SRPMS tmp When I type: rpmbuild -ba /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec I get 'file not found' errors, for paths in /usr/local/rpmbuild/tmp: error: File not found:
2012 Sep 23
2
tutorial or guide to write RPM Spec file
Hi, Are there tutorials available in official CentOS documentation for writing RPM Spec file Regards Kaushal
2015 Feb 18
1
How to write RPM spec
> On Wed, 18 Feb 2015 05:36:48 +1300 > Jegadeesh Kumar wrote: > >> I setup the RPM build server and read some doc to write the spec >> files. but i did get it clearly. So can you guys please help me >> to write a new RPM spec. If you have set up an RPM build server then you should have installed the rpmbuild and rpmdevtools packages. If you have installed the latter
2007 May 19
3
Error building kernel for CentOS 5.0
I thought I had all the tools I needed for this, but it seems something is missing. When I build the 2.6.18-8.1.3 kernel from source, I get this error: extracting debug info from /var/tmp/kernel-2.6.18-8.el5.trace-root/usr/src/kernels/2.6.18-8.el5.trace-x86_64/scripts/conmakehash extracting debug info from
2014 Dec 04
3
Guidance: compile education
This question may not belong in the Centos.org list, but I do want to compile against this distro. Please advise. The question: Can I be pointed at methods to learn to compile source against a distro. I have software development background (but too long ago to be specifically useful; however I have the concepts). Typically I can find some fairly decent step-by-steps for some apps, but it
2017 Oct 29
5
How to encourage maintainers to update their software
Frank please could you explain how to create rpms for el7 from fedora src.rpms? On Sun, Oct 29, 2017 at 12:42 AM, Frank Cox <theatre at sasktel.net> wrote: > On Sat, 28 Oct 2017 17:15:01 -0400 > H wrote: > > > The graphical configuration utility for fcitx (fcitx-configtool) is > missing > > I don't know anything about Chinese text rendering. > > > - The
2009 Apr 13
4
Building a kernel without kabichk
I?m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk. I have downloaded the sources, installed the compiler, etc and ran the following command rpmbuild -bb --target=`uname -m` --without kabichk --with baseonly --without debug \ --without debuginfo kernel-2.6.spec. I had modified the .SPEC file according to the WIKI page http://wiki.centos.org/HowTos/Custom_Kernel I have NOT
2016 Jul 29
7
how to build rpm
Hi, For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm? Thanks! Regards Andrew
2009 Sep 12
3
problem with a repo
Hello, I've got rpmforge and epel on centos 5.3. I'm trying to do an install of perl-Image-Info for spamassassin image scanning. The package was picked up in rpmforge since first, but it is failing to install because a dependency is missing. I added perl-Image-Info to rpmforge's excludepkgs line and tried to install the package again this time thinking it would pull from epel. This
2019 Oct 06
1
Missing per-Filesys--Df in CentOS-8
Hi, I'm missing perl-Filesys-Df ins CentOS-8, I need it because of Df.pm which is in it. Any suggestiosn? Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2011 Apr 13
6
CentOs 5.6 and Time Sync
Hi, I have upgraded my Dell C151 to the latest 5.6. I have always used ntp to sync this machine and then the rest of the machines in the network would sync from it. Since the update I cannot keep the right time on the machine. This is with / without ntp. I have attempted various scenario's with no luck. I am now trying the old kernel now as I type this out. If anyone else has any
2017 Dec 27
0
An rpmbuild spec question
On 12/27/2017 3:09 PM, m.roth at 5-cent.us wrote: > My current issue, that I keep falling back to, is the install > *INSISTS* that it has to add a - after version. You're missing the spec file header that includes lots of meta information. The dash is to separate the version from the package release string. You should have a Release: header to fill that in. > install -m 744 -d
2017 Dec 28
1
An rpmbuild spec question
On 12/27/17 18:36, Kenneth Porter wrote: > On 12/27/2017 3:09 PM, m.roth at 5-cent.us wrote: >> My current issue, that I keep falling back to, is the install >> *INSISTS*? that it has to add a - after version. > > You're missing the spec file header that includes lots of meta information. > The dash is to separate the version from the package release string. You >
2017 Nov 23
5
Creating Spec file for RPM
Im trying to learn how to create RPMs but am a little confused by the spec file. Im trying to package up some Python scripts, rather than binary files, and I want them to be installed in a subdirectory under /usr/local which I shall refer to as /usr/local/X Ive put the scripts in a tarball under /home/me/X/RPM/SOURCES but Im getting terribly confused over what to put in the? %build %install
2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
For whatever reason, the RPMForge package ruby-rrdtool doesn''t play nice on my CentOS 5.1 box with puppetmaster. It installs site_ruby/1.8/i386-linux/RRD.so, which puppetmaster is unable to find (and the suggested test of ruby -rRRDtool -e ''puts :yep'' fails). Using ln to link RRD.so to RRDtool.so works for the command line test, but still fails for puppetmaster. This
2013 Feb 15
3
updating a Centos 6 lamp stack
Hello, I've got a new centos 6 system it's i386 and I'm wanting to update it's lamp stack, specifically httpd, php, and mysql. Also, if postfix as an MTA would be available that's a plus. I've checked out the centos wiki and it looks like I have two choices for third party repos for this task. I have enabled rpmforge as of now. The two repos I'm seeing are Les RPM de
2017 Mar 06
3
Missing security tab samba 4.1.13
Am 06.03.2017 um 14:56 schrieb Bart Coninckx via samba: >>> missed that - but must be the case because he refers to RHEL7/CentOS7 >>> which ships with 4.4.4 and not 4.1.x - anyways, the tree brelow the >>> install prefix is the same and the main part of the coniguration >>> lives below the lib folder whereever it is located and so the point >>> was just
2017 Mar 06
2
Missing security tab samba 4.1.13
Am 06.03.2017 um 16:06 schrieb Rowland Penny: > On Mon, 6 Mar 2017 15:48:32 +0100 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> well, there is nothing different when you use rpmbuild and chose the >> prefix you want besides that: >> >> * cleanup of orphan files >> * simpe upgarde/downgrade because you have your prebuild .rpm files