Displaying 20 results from an estimated 10000 matches similar to: "Trying to install Test43 with rpmbuild"
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
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}"\'
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
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
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
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
2004 Sep 16
2
problems with ldap auth
I'm trying Dovecot v1.0-test43 with ldap authentication but can't seem
to make it work. I'm getting the following errors in the log:
dovecot: Sep 16 19:50:09 Info: Dovecot v1.0-test43 starting up
dovecot: Sep 16 19:50:10 Error: Auth process died too early - shutting down
What can I do to see where the error is?
I have this configuration working with dovecot 0.99.xx . And if I
2017 Dec 27
4
An rpmbuild spec question
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, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to
there... and then it
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
2007 Jan 12
4
Problem with rpmbuild
I want to be able to recompile php, so I downloaded the src dvd and did a
rpm -i php-4.3.9-3.15.src.rpm
After doing that I wanted to check to see if I can recompile it before
making changes. So, I went to the SPECS dir and did a
rpmbuild -i php.spec
It spent a lot of time doing the compile, but at the end there were errors.
What am I missing?
Todd
--
Ariste Software
2200 D Street Ext
2015 Aug 21
3
rpmbuild dwz error
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:
>> + /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
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
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
2016 Oct 26
3
rpmbuild question
Hi, folks,
Trying to build a package from a gzipped tarball of a python package.
I'm trying to build it in /root/rpmbuild. Python has a way to build it,
but it creates its own tree, with a clone of the rpmbuild tree under
*that*.
So, from the specfile, I'm trying to understand, after much googling,
what I need to change the Source and BuildRoot to. My latest try for
the latter is
2007 Jun 23
1
rpmrebuild or rpmbuild question
Hello
I have compiled php on a server, but want to upgrade and recompile it
with new features.
is rpmbuild or rpmrebuild capable of compiling or adding these new
features ? or I should
download the source and run ./configure again ? what about yum ? it was
great if yum or
rpmbuild could save the current config and just add the new extensions.
Thanks
2010 Oct 20
1
problem regarding rpmbuild : creating rpm for python files
HI people ,
I am not sure whether this is right mailing list for this question , but i
tried subscribing to redhat rpm list , failed to do so .
I'm facing a issue while creating RPM for python punjab
http://code.stanziq.com/punjab/
I've created a spec file which contains the list of files to packaged
http://pastie.org/1236027
And when i try to run rpmbuild -ba command on this spec
2013 Feb 08
1
rpmbuild for different architecture [OT?]
As far as I can tell, the rpm-list went defunct circa 2008 so I'm asking here.
No doubt someone will let me know if this is not OK.
I'm trying to build an RPM on a CentOS VM targeted to run on an ARM architecture machine.
I have a test program, prime, that I cross compiled on my VM and when I copy it onto
my target machine it runs correctly. Now I want to package it in an RPM.
On my
2007 Aug 08
2
rpmbuild --rebuild
Hi
Again try to learn, how to make package. Now when I try to make from
.src.rpm I get:
[root at oh1mrr lataa]# rpmbuild --rebuild webmin-1.360-1.src.rpm
Installing: webmin-1.360-1.src.rpm
error: Legacy syntax is unsupported: copyright
error: line 12: Unknown tag: Copyright: Freeware
What's wrong with rpm? or me, eh? :D
Also if I try install webmins noarc.rpm I don't get it work
2006 Jul 23
1
RPM questions about trying to build php-ldap --with-ldap-sasl
Hello CentOS People,
I'm trying to build the php-5.0.4-5 subpackage 'php-ldap' from the
centosplus repo --with-ldap-sasl. Strangly the stock php-ldap package
is linked with libsasl2 et al but the ldap_sasl_bind PHP function
is not available which leads me to conclude that it was not built
--with-ldap-sasl.
To this end, can anyone help with the following questions:
1) The