similar to: find-requires on rpmbuild

Displaying 20 results from an estimated 10000 matches similar to: "find-requires on rpmbuild"

2007 Sep 20
1
A special kernel for linux as guest os
Dear Yagi-san, > I heard from the horse's mouth that the CentOS team is working on the > 100Hz centosplus kernel. I think your request triggered the action :-) > They want make people happy. That sounds nice! This TIPS, CONFIG_HZ=100, is one of FAQs. It will make most of us happy. Now we can get kernel-vm package on dev.centos.org. Is it a test release of the special kernel? I
2015 Sep 08
2
Build rpm package for R-MKL
On Tue, Sep 8, 2015 at 7:36 PM, Tom Callaway <tcallawa at redhat.com> wrote: > On 09/07/2015 06:16 AM, arnaud gaboury wrote: >> I want to create a clean .rpm package for R built with MKL and ICC. I >> follow Fedora instrcutions[0] to create the package. As a base, I use >> the R-3.2.2.src.rpm. >> >> I am left with this error: >> >>
2015 Sep 08
1
Build rpm package for R-MKL
On Tue, Sep 8, 2015 at 7:58 PM, Tom Callaway <tcallawa at redhat.com> wrote: > On 09/08/2015 01:51 PM, arnaud gaboury wrote: >> So no idea why, at this part of the process, icc is not found. Weird, >> as building manually from source (no rpmbuild) is OK. > > Hm. Is icc in a normal place that is in a standard PATH (e.g. /usr/bin > or /bin) or are you overriding PATH?
2009 Nov 13
0
Problem building R 2.10 release
Hi, I am having problem building R 2.10, and it does not seem anyone else is having a similar problem... My system information: uname -m = x86_64 uname -r = 2.6.31-ARCH uname -s = Linux gcc (GCC) 4.4.1 icc (ICC) 11.0 20081105 The first problem I encounter seems to be with icc and wctype.h during ./configure. export CC="icc -std=c99" export CXX=icpc export OBJC="icc
2018 Jun 11
2
rpmbuild --define | some rpm sorcerer around?
On 09/06/18 13:13, Phil Perry wrote: > On 08/06/18 22:54, lejeczek wrote: >> >> >> On 08/06/18 19:38, Phil Perry wrote: >>> On 08/06/18 15:54, lejeczek wrote: >>>> hi >>>> >>>> how do you pass vars to rpmbuild for definition? eg >>>> >>>> rpmbuild --define \'"${_definition2}"\'
2018 Jun 09
0
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 22:54, lejeczek wrote: > > > On 08/06/18 19:38, Phil Perry wrote: >> On 08/06/18 15:54, lejeczek wrote: >>> hi >>> >>> how do you pass vars to rpmbuild for definition? eg >>> >>> rpmbuild --define \'"${_definition2}"\' >>> >>> I've been fiddling with ways to escape, but none is
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 Aug 21
1
rpmbuild dwz error
On 21/08/15 22:46, Andrew Neuschwander wrote: > On 08/21/2015 02:04 PM, Leon Fauster wrote: >> Am 21.08.2015 um 21:08 schrieb ????????? ???????? <nevis2us at infoline.su>: >>>> On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne >>>> (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page). >>>> During the
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 19:38, Phil Perry wrote: > On 08/06/18 15:54, lejeczek wrote: >> hi >> >> how do you pass vars to rpmbuild for definition? eg >> >> rpmbuild --define \'"${_definition2}"\' >> >> I've been fiddling with ways to escape, but none is >> fricking working.. >> I mean, rpmbuild rushes to work(no errors nor
2015 Aug 21
0
rpmbuild dwz error
On 08/21/2015 02:04 PM, Leon Fauster wrote: > Am 21.08.2015 um 21:08 schrieb ????????? ???????? <nevis2us at infoline.su>: >>> On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne >>> (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page). >>> During the debuginfo extraction stage, I get the following error: >>> +
2018 Jun 08
0
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 15:54, lejeczek wrote: > hi > > how do you pass vars to rpmbuild for definition? eg > > rpmbuild --define \'"${_definition2}"\' > > I've been fiddling with ways to escape, but none is fricking working.. > I mean, rpmbuild rushes to work(no errors nor failure) so if you try > just the command line do not believe it, because later as
2006 Aug 09
3
Where's rpmbuild ???
Hi All, hi all, dont know if there's something wrong with my system or what, but i can't find "rpmbuild" command ... is it a package separated from rpm? I dont think so cause there's no rpmbuild package in yum .... neither in rpmforge repositories .... the strange thing is that my system has the manuals for it, but the it doesnt have the binary (command itself).... I was
2015 Aug 21
0
rpmbuild dwz error
> On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne > (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page). > > During the debuginfo extraction stage, I get the following error: > > + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz > --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 >
2018 Jun 08
2
rpmbuild --define | some rpm sorcerer around?
hi how do you pass vars to rpmbuild for definition? eg rpmbuild --define \'"${_definition2}"\' I've been fiddling with ways to escape, but none is fricking working.. I mean, rpmbuild rushes to work(no errors nor failure) so if you try just the command line do not believe it, because later as it executes %if you will see process does not see these definitions. many
2015 Aug 21
2
rpmbuild dwz error
CentOS, I'm not sure where to ask this, please let me know if there is a more appropriate place. On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page). During the debuginfo extraction stage, I get the following error: + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz
2006 Apr 15
1
rpmbuild error with xapian-bindings-0.9.5
There are two issues with rpmbuild xapian-bindings-0.9.5. xapian.pyo is missing in the source package but it is defined in xapian-bindings.spec. After removing the following line from xapian-bindings.spec I could finish rpmbuild without error. %ghost %{_libdir}/python%{python_ver}/site-packages/xapian.pyo csharp binding is turned on by default in xapian-bindings.spec. As you know csharp
2004 Sep 20
1
Trying to install Test43 with rpmbuild
Hi! I'm using WhiteBox Enterprise Linux 3.0, which is a re-compile distro of RedHat Enterprise Linux 3.0. I'm installing a new mail server and would like to use dovecot as it supports Maildir, which the default imapd does not. I've downloaded test43's tarball, and would prefer to use RPM to manage it. To that end, I've tried to do an rpmbuild, but get an error: [root
2008 Sep 29
1
Rpmbuild and how to disable automatic dependency list creation.
Hello All, When I build RPM packages, rpmbuild always scans all the executables, shared libs, perl scripts, etc. to find out which external libraries the application depends on. This is normally a Good Thing but I am currently packaging an in-house, self contained application. I could almost use a tarball but an RPM provides better manageability and also allows post-installation tasks. All
2013 Jun 09
1
Force to strip all symbols from ELFs when using rpmbuild on CentOS
Hello. What's the proper way to remove *all symbols* from ELF binaries when building packages with rpmbuild on CentOS? Seems that an out of the box rpmbuild install only discards debugging symbols (strip -g). That's the default configuration for %__os_install_post on CentOS, the step in charge on stripping binaries: $ rpmbuild --showrc (..) -14: __os_install_post
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