similar to: rpmbuild question

Displaying 20 results from an estimated 4000 matches similar to: "rpmbuild question"

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
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
2017 Dec 28
0
An rpmbuild spec question
On Wed, Dec 27, 2017 at 06:09:21PM -0500, m.roth at 5-cent.us wrote: > Sure. I think I'm closer, but I'm also at the point where I'm just trying > things. My current issue, that I keep falling back to, is the install > *INSISTS* that it has to add a - after version. > > %prep > > %install > mkdir $RPM_BUILD_DIR/opt/smipmicfg-%{version} > install -m 744 -d
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:
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
Hi, When I build a mpt3sas rpm package, I found something interesting: 1. package name is prefixed with kmod- automatically 2. so many requirements are added automatically, most of them are kabi So my question is rpmbuild how to know he is building kernel module package? Based on which condition? Here is mpt3sas.spec: Name: mpt3sas Version: 26.00.00.00 Release: 1 Summary: RHEL
2016 Oct 26
0
rpmbuild question
On 26 Oct 2016 6:17 pm, "Frank Cox" <theatre at melvilletheatre.com> wrote: > > On Wed, 26 Oct 2016 13:07:43 -0400 > m.roth at 5-cent.us wrote: > > > I'm trying to build it in /root/rpmbuild. > > Don't do that. Install rpmdevtools so you build it under your home directory and avoid blowing up your system if there's an error. > First of all
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
2015 Mar 24
2
error building php spec file
Hey all, I'm attempting to build a spec file of php 5.6.7 - the latest stable - into an rpm. And it's failing with this set of errors: Processing files: php-5.6.7-1.el7.x86_64 warning: File listed twice: /etc/rc.d/init.d/php-fpm error: Symlink points to BuildRoot: /usr/bin/phar -> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar warning: File listed twice:
2007 Jul 11
1
RPM Build Question
Hi People, I have just started building my own RPMS on both Fedora and CentOS and generally things have gone well. Currently I am trying to create RPMS for some commercial software that we have purchased. Step 1 was install the software using its JAVA Based installer ensuring that all files were installed into a particular directory in /usr/local. Step 2 was create a tar file of the
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 >
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
2015 Mar 24
2
error building php spec file
Hi Ashish, Which CentOS version you using? > If it is CentOS 6 then instead of building it from source, you can use IUS > repo which has latest php packages. > Below is the link for the packages in IUS repo for CentOS 6. > <http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/> > I'm using CentOS 7. I'll check to see if I can get php version 5.6.7
2017 Oct 28
4
How to encourage maintainers to update their software
On 10/28/2017 02:07 PM, Johnny Hughes wrote: > On 10/28/2017 12:28 PM, Japheth Cleaver wrote: >> On 10/27/2017 2:54 PM, Frank Cox wrote: >>> I do that with a number of packages that are either newer or simply >>> not available in the various Centos repos.? In many cases it's as easy >>> as downloading a new tar source file and adding it to the existing
2015 Mar 24
0
error building php spec file
Hi. Which CentOS version you using? If it is CentOS 6 then instead of building it from source, you can use IUS repo which has latest php packages. Below is the link for the packages in IUS repo for CentOS 6. <http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/> --Regards Ashishkumar S. Yadav On Tue, Mar 24, 2015 at 10:25 AM, Tim Dunphy <bluethundr at gmail.com>
2005 Aug 02
2
rpmbuild question.
I am attempting to build from a src.rpm (knowing very little about rpm at all) and the spec file notes that the architecture should be set on the command line: > # platform defines - set one below or define the build_xxx on the command line Now. My question is this, how does one do this using rpmbuild? The syntax rpmbuild --target centos4 package.src.rpm seemingly has no effect.
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am using mock. The are three build dependencies that I am trying to resolve. One, mod_socache_dc / distcache, I have simply removed from the spec file. The other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the two latter requirements from http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
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
2007 Mar 03
2
RPMs
Hi, I think my problem is related to the way i make my RPMs (i'm newbie at this). Two things: 1) the generated RPMs are only 1,5 kb size. That's inpossible. 2) The rpmbuild -ba zbr.spec indeed installs the software in the building stage. That's odd, isn't it ? Following my signature is an openssl.spec file Any help would be appreciated. Warm regards, M?rio Gamito --