similar to: An rpmbuild spec question

Displaying 20 results from an estimated 9000 matches similar to: "An rpmbuild spec 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
2017 Dec 27
0
An rpmbuild spec question
On Dec 27, 2017, at 15:40, 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 into BUILD/opt/smipmicfg-1.27.0. In the > spec file,
2017 Dec 27
0
An rpmbuild spec question
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 into BUILD/opt/smipmicfg-1.27.0. In the > spec
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:
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
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
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
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
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that gets generated from it. I am using 2.3.0p1 1. Why is openssl a prereq? openssh statically links to openssl during build by default (rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for
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
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 >
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
2013 Apr 05
2
mock and iaxmodem
I am trying to build an rpm package for iaxmodem-1.2.0. At the moment I am still trying to get a working spec file put together. I have managed to get an SRPM produced but the binary build from this fails due to there being no install task in the Makefile.in provided with the source. I have found a spec file from opensuse that provides this in the install portion: %build [
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:
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
Hi all, I was trying to rebuild mtr (http://vault.centos.org/6.7/os/Source/SPackages/mtr-0.75-5.el6.src.rpm) and I keep getting: ==== Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gu9Ds0 + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 ++ dirname
2014 Oct 12
2
CentOS x64 compilation fails.
Hello. I have problems to compile Dovecot2.2.13 with rpmbuild using options: ./configure \ --prefix=/usr \ --with-ssl=openssl \ --with-ssldir=/etc/ssl \ --sysconfdir=/etc \ --without-vpopmail \ --with-pam \ --without-bsdauth \ --without-sql \ --without-nss \ --without-ldap \ --without-pgsql \
2019 Dec 15
2
Cannot install 'libdcrypt_openssl.la' to a directory not ending in /usr/lib/dovecot
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> We provide rpm packages for centos 6&7 at https://repo.dovecot.org if you want to try them? </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release. Please see the README document for configuration and installation instructions. You can download NSD from http://www.nlnetlabs.nl/nsd/ Note: we switched to SHA-1 for tarball digest. 2.3.2 ============= FEATURES: - Bug #101: add support for the SPF record. BUG FIXES: - Bug #100: replaced non-portable use of timegm(3) with portable