similar to: rpmbuild: definition of the %prep script

Displaying 20 results from an estimated 30000 matches similar to: "rpmbuild: definition of the %prep script"

2011 Apr 06
3
Command "make prep-kernels" not cloning Linux - xen-4.1.0 sources.
Hi! I compiled the xen-4.0.1 in Linux (Ubuntu 10.04), but as usually, the xen-4.1.0 is not behaving in a manner similar to the previous version. Am I required from version xen-4.1.0, transfer the kernel via the command "git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen" from now? I mean, the "make prep-kernels" command of the xen-4.1.0 no
2011 May 04
1
Invalid use of undefined type when make dahdi
I am attempting to install Dahdi on a virtual machine running Centos 5.5 and having various problems. yum install kernel-devel gcc make gcc-c++ libxml2-devel Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.optus.net * extras: mirror.optus.net * rpmforge: fr2.rpmfind.net * updates: mirror.optus.net Setting up Install Process Package
2009 Aug 18
2
You do not appear to have the sources for the 2.6.20-prep kernel installed
I want to install Dahdi and Dahdi-tools on a CentOS 5.3 Xen host and I receive the following error : "You do not appear to have the sources for the 2.6.20-prep kernel installed." I have installed : - kernel-headers-2.6.18-128.4.1.el5.x86_64 - kernel-devel-2.6.18-128.4.1.el5.x86_64 - kernel-xen-devel-2.6.18-128.4.1.el5.x86_64 bash-3.2# uname -r 2.6.20-prep bash-3.2# ls -l
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 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 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
2010 Oct 01
4
Patching openssl rpms
Running CentOS release 5.5. I'm trying to update or patch an SRPMS file, specifically openssl-0.9.8e-12.el5_4.6.src.rpm. Basically, I'm trying to change one line in the source, in ssl/ssl.h. I create a "diff ?u" file called openssl-ssl-h.patch. I then edit the openssl.spec file, and add 2 lines to that in the appropriate place: Patch88: openssl-ssl-h.patch And
2014 Aug 05
2
Automating the preparation of kernel sources
I have a driver that requires installing the kernel sources (into my own rpmbuild tree, not the system) prior to compiling. I followed the info for centos6 here: http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d I can successfully compile and install the module from tarball after manually prepping the kernel sources, but I need to turn this into
2006 Jul 13
7
PreP
Hi everybody, I am new with wine. I work on Bioinformatics and I would like to run several windows program on linux. I have had luck with severals programs but haven't with PreP, an important program for me. Could you tell me how run it? The program is here: http://chirimoyo.ac.uma.es/bitlab/services/PreP/downloads/PreP05.exe And I obtain this error: 6667: assertion failed
2011 Nov 15
1
GMAT Prep Software on Winebottler
Hey All, I downloaded winebottler so that I can run the GMAT Prep software and was successful in downloading it but i am now running into a few problems. For examples, if there is a "next" icon on the window, I will need to click on it and hit the space bar simultaneously to move on to the next page. I was able to do this on the writing assessment section of the practice test but on the
2010 Jun 15
3
Certified Fraud Prep Exam
Hello everyone, I am new to WINE, and it's abilities. I am trying to run a prep program that is designed for windows (obviously) and I am getting wicked errors. Sadly, the makes of the software have absolutely no knowledge of Linux. I got a direct x error, and fixed it via their solution. That lead to another error, and the vendor and I are working on this problem. I could easily
2008 Aug 07
1
Kernel 92.1.10 build issue
I pulled down the 2.6.18-92.1.10 source, installed it, built the package, copied the straight x86_64 config file from SOURCES into the build directory, redid make menuconfig to enable NTFS support, added the # x86_64 back into the .config file, copied .config back to the SOURCES directory and ran rpmbuild -ba --target=x86_64 <spec file> (same as I always do with new kernels), but this time
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
Generate test-prep.sh using the generator, so the prepared disk types tested are the same as the ones configured in prepopts.ml. --- .gitignore | 1 + fish/test-prep.sh | 35 ----------------------------------- generator/fish.ml | 33 +++++++++++++++++++++++++++++++++ generator/fish.mli | 1 + generator/main.ml | 1 + 5 files changed, 36 insertions(+), 35 deletions(-) delete mode
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
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
2011 Sep 23
4
Problems with Intel Ethernet and module e1000e
Hi all, I'm facing a serious problem with the e100e kernel module for Intel 82574L gigabit nics on Centos 6. The device eth0 suddenly stops working i.e. no more networking. When I do ifconfig from console I get eth0 Link encap:Ethernet HWaddr 00:xx:xx:xx:xx:EA inet6 addr: fe80::225:90ff:fe50:8fea/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
2012 Jun 18
1
Nagios 3.4.1 on CentOS 5.8
Hi I am trying to build nagios rpm from nagios.spec file on CentOS 5.8. I am getting into issues. nagios.spec http://fpaste.org/crOs/ rpmbuild -ba nagios.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.36485 + umask 022 + cd /usr/src/redhat/BUILD + cd /usr/src/redhat/BUILD + rm -rf nagios-3.4.1 + /bin/gzip -dc /usr/src/redhat/SOURCES/nagios-3.4.1.tar.gz + tar -xf - + STATUS=0 + '['
2002 Nov 18
2
RPM Build Error
Greetings, I'm trying to make a Samba RPM with custom options. When I try to compile it, I get this at the end: + /bin/chmod -Rf a+rX,g-w,o-w . + : command not found367: error: Bad exit status from /var/tmp/rpm-tmp.50367 (%prep) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.50367 (%prep) Done. I did note on the list that I should change makerpms.sh and replace rpm with
2008 Sep 03
2
Adding patch to Centos Kernel - early build failure
Hi Guys I'm trying to add the patch mentioned in this thread to the plain Centos kernel http://lists.centos.org/pipermail/centos/2008-August/062845.html I've followed the directions on the wiki for building a custom kernel, but after applying all the patches it fails with: make[1]: *** [nonint_oldconfig] Error 4 make: *** [nonint_oldconfig] Error 2 error: Bad exit status from
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.