search for: _sourcedir

Displaying 14 results from an estimated 14 matches for "_sourcedir".

Did you mean: sourcedir
2017 Feb 21
1
that ever puzzling special chars escaping + rdiff-backup
...und here? I try in a script: _rdiffBack="rdiff-backup -v5 --tempdir /tmp/ --no-eas --exclude-other-filesystems --exclude-symbolic-links" _rdffiExclude="--exclude '**/~*' --exclude '**.tmp' --exclude-regexp '(.glusterfs|.trashcan|temp)'" _execCom=${!2} _sourceDir=${1} _backupTo=${3} __backMeUp() { for _sourceDir in ${_sourceDirs[@]}; do echo \$ ${_execCom} ${_rdffiExclude} ${_sourceDir}/ ${_backupTo} \> ${_logFile} | ${_copyToLog} ${_execCom} ${_rdffiExclude} ${_sourceDir}/ ${_backupTo} > ${_logFile} 2>&1 done } case ${1} in...
2012 Jun 18
1
[PATCH] virt-v2v: silence P2V build error on x86_64
..._COUNTER" ]; then EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER" @@ -63,10 +67,13 @@ if [ -f /usr/bin/rpmbuild ]; then --define "extra_release $EXTRA_RELEASE" \ --clean virt-v2v.spec - rpmbuild --nodeps -ba --target i686 \ - --define "_sourcedir `pwd`" \ - --define "extra_release $EXTRA_RELEASE" \ - --clean rubygem-virt-p2v.spec + # virt-p2v only can be built on i686 platform now + if [ "$ARCH" = "i686" ]; then + rpmbuild --nodeps -ba --target $ARCH \ + --define &q...
2012 Mar 25
2
build postfix rpm with mysql
...source info for building these rpms see: # https://github.com/sjmudd/postfix-rpm # # File used to generate the distribution-specific postfix.spec file. # If you need to make changes to postfix.spec, make them to postfix.spec.in # and regenerate the spec file. # # See make-postfix.spec in %{_sourcedir} for more information. # # This spec file was built on distribution: rhel-5.0 # # Information imported from postfix.spec.in: DO NOT CHANGE IT BY HAND # # mysql_paths - paths where locally installed MySQL resides (or 0) # - if using this option mysql_paths sho...
2011 Nov 19
4
build postfix spec w/ mysql
...x with other options see make-postfix.spec in # the same directory for instructions. # -- # # File used to generate the distribution-specific postfix.spec file. # If you need to make changes to postfix.spec, make them to postfix.spec.in # and regenerate the spec file. # # See make-postfix.spec in %{_sourcedir} for more information. # # This spec file was built on distribution: rhel-5.0 # # Information imported from postfix.spec.in: DO NOT CHANGE IT BY HAND # # mysql_paths - paths where locally installed MySQL resides (or 0) # - if using this option mysql_paths sho...
2020 Apr 16
2
Re: php libvirt show active snapshot
Cool. I'll try it out On Thu, Apr 16, 2020 at 8:38 AM Michal Privoznik <mprivozn@redhat.com> wrote: > > On 4/14/20 6:49 PM, Todd Lewis wrote: > > I was looking for a virDomainSnapshotCurrent > > I wish I had time to learn to properly Code in C, haven't touch it > > since that late 90's > > I'm only only coding in php out of necessity. > >
2020 Apr 21
1
Re: php libvirt show active snapshot
...to an error when trying to create the rpm. > Not a big deal. I can make my own spec file. > > EXTRA_RELEASE="" 1: ^^^ > if [ -x /usr/bin/rpmbuild ] > then > rpmbuild --nodeps \ > --define "extra_release $EXTRA_RELEASE" \ > --define "_sourcedir `pwd`" \ > -ba --clean libvirt-php.spec > fi > pwd > error: Macro %extra_release has empty body > error: Macro %extra_release has empty body > error: Macro %extra_release has empty body D'oh. The line [1] shouldn't be there. But actually, whole autobuild scrip...
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.
1999 Dec 16
3
Samba2.0.6 tgz compile questions.
After fighting with trying to rebuiled my src.rpm file. I decided to use a plain old fashion compile from the tar files. which worked ok, no settings changed. at about 11pm last night I finished and noticed a few things that made me a bit uneasy. 1) all the Samba bin files were installed in /usr/local/samba/.. 2) no smb.conf file was created. I used ./configure, make , make install when I
2020 Apr 20
0
Re: php libvirt show active snapshot
...n trying to compile an rpm The autobuild did run into an error when trying to create the rpm. Not a big deal. I can make my own spec file. EXTRA_RELEASE="" if [ -x /usr/bin/rpmbuild ] then rpmbuild --nodeps \ --define "extra_release $EXTRA_RELEASE" \ --define "_sourcedir `pwd`" \ -ba --clean libvirt-php.spec fi pwd error: Macro %extra_release has empty body error: Macro %extra_release has empty body error: Macro %extra_release has empty body On Thu, Apr 16, 2020 at 11:50 AM Todd Lewis <todd@grizzlystar.com> wrote: > > Cool. I'll try it ou...
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used Hi I got a cleanly reinstalled 4.2 workstation. However i still needed to build the following SRPMS from Mandriva/Fedora :- - Chkrootkit - Logcheck - Tripwire - Xboard & Gnuchess - Rkhunter I needed to use the upstream versions of :- - OpenOffice.org 2.0.1 - RealPlayer Gold - Acrobat Reader I needed to tweak Bind chroot to log queries and
2010 Dec 16
4
Building packages using RPMBUILD
I have been following the MaximumRPM guide from here: http://www.rpm.org/max-rpm-snapshot/index.html and it seems a bit dated, but still very good (if fact the best all round documentation I have found so far) on using RPM package manager, and how to build rpm packages. The guide tells me to use the original paths, yet Centos wiki says otherwise. [rpmbuilder at karsites sox]$ rpm -iv
2003 Nov 24
3
Samba 3.0.1 from samba.org shows "bgmilne" as username
When I attempted to "rpm -i samba3-3.0.0-1.1mdk.src.rpm" this morning on my Mandrake 9.2 box, I got an unusual message that doesn't make sense. It said, over and over (thirteen times total): WARNING: user bgmilne does not exist - using root When it went back to root prompt, I did an "updatedb", but nothing for "samba-3" is found when I did the urpmi request.
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *