[LinuxFailSafe] make rpms doesn't work cvs won't compile

Tabitha Taylor tabtaylor@excite.com
Mon, 8 Jul 2002 16:44:47 -0400 (EDT)



--EXCITEBOUNDARY_000__b8ecb79217e6d3a18eea7c3494ae3f48
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

 Problem solved, didn't have rpm build package installed -duh :)

tab



 --- On Mon 07/08, Tabitha Taylor  wrote:
From: Tabitha Taylor [mailto: tabtaylor@excite.com]
To: linuxfailsafe@lists.community.tummy.com
Date: Mon 07/08
Subject: [LinuxFailSafe] make rpms doesn't work cvs won't compile

> 
> 
> Hi,
> 
> I am trying to compile the latest failsafe from cvs, I have also tried the
> source files from 
> 
> ftp://ftp.suse.com/pub/projects/failsafe with no luck, make rpms  gives me
> the error listed below.  Any tips would be appreciated. 
> 
> My system is an Intel RedHat 7.3 box.
> 
> Thanks!
> 
> 
> 
> mkdir -p /usr/src/redhat/SOURCES/FailSafe/build/../build/dist
> echo "topdir:
> /usr/src/redhat/SOURCES/FailSafe/build//usr/src/redhat/SOURCES/FailSafe/build/../build/dist"
> > /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/rpmrc
> echo "buildroot:
> /usr/src/redhat/SOURCES/FailSafe/build//usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install"
> >> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/rpmrc
> echo "-- Creating the RPM packages"
> -- Creating the RPM packages
> mkdir -p /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/BUILD \
> 	 /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/RPMS/i386
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SRPMS \
> 	 /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install
> echo "---- Processing spec file"
> ---- Processing spec file
> perl -e '%v=%ENV;' -e 'foreach (@ARGV) { if (/(\S+)=(\S+)/) { $v{$1} = $2;
> } else { $v{$_} = 1; } }' -e 'while () { print,next if /^\s*#/;' -e	'if
> (/^(.*)\$\(([^)]+)\)(.*)$/) {' -e		'if ($v{$2}) { print
> $1.$v{$2}.$3."\n"; }' -e		'else { print STDERR "$0 WARNING:
> no value for variable $2\n"; print $_; }' -e	'} else { print $_; } }' 
> PACKAGE_NAME=FailSafe PACKAGE_VERSION=1.0.4
> PKG_SOURCE_NAME=FailSafe-1.0.4.tar.gz PKG_RELEASE=1 PKG_ARCH=i386
> PKG_BUILDER="Developer `whoami` on machine `hostname`"
> PKG_DIST="SGI 1.0" DIST_PREFIX=/usr/lib/failsafe
> SYSADM_PREFIX=/usr/lib/sysadm    
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec
> echo "---- Running RPM = /bin/rpm "
> ---- Running RPM = /bin/rpm 
> /bin/rpm  -ba --define "buildroot
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install" --define
> "_topdir /usr/src/redhat/SOURCES/FailSafe/build/../build/dist"
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec:
> No such file or directory
> make[1]: *** [rpm] Error 1
> make: *** [rpms] Error 2
> 
> ----
> tab
> 
> 
> 
> ------------------------------------------------
> Join Excite! - http://www.excite.com
> The most personalized portal on the Web!
> _______________________________________________
> LinuxFailSafe mailing list
> LinuxFailSafe@lists.community.tummy.com
> http://lists.community.tummy.com/mailman/listinfo/linuxfailsafe
> 

------------------------------------------------
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

--EXCITEBOUNDARY_000__b8ecb79217e6d3a18eea7c3494ae3f48
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7bit

 Problem solved, didn't have rpm build package installed -duh :)<br />
<br />
tab<br />
<br />
<br />
<br />
 --- On Mon 07/08, Tabitha Taylor < tabtaylor@excite.com > wrote:<br />
From: Tabitha Taylor [mailto: tabtaylor@excite.com]<br />
To: linuxfailsafe@lists.community.tummy.com<br />
Date: Mon 07/08<br />
Subject: [LinuxFailSafe] make rpms doesn't work cvs won't compile<br />
<br />
> <br />
> <br />
> Hi,<br />
> <br />
> I am trying to compile the latest failsafe from cvs, I have also tried the<br />
> source files from <br />
> <br />
> ftp://ftp.suse.com/pub/projects/failsafe with no luck, make rpms  gives me<br />
> the error listed below.  Any tips would be appreciated. <br />
> <br />
> My system is an Intel RedHat 7.3 box.<br />
> <br />
> Thanks!<br />
> <br />
> <br />
> <br />
> mkdir -p /usr/src/redhat/SOURCES/FailSafe/build/../build/dist<br />
> echo "topdir:<br />
> /usr/src/redhat/SOURCES/FailSafe/build//usr/src/redhat/SOURCES/FailSafe/build/../build/dist"<br />
> > /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/rpmrc<br />
> echo "buildroot:<br />
> /usr/src/redhat/SOURCES/FailSafe/build//usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install"<br />
> >> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/rpmrc<br />
> echo "-- Creating the RPM packages"<br />
> -- Creating the RPM packages<br />
> mkdir -p /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS<br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/BUILD \<br />
> 	 /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/RPMS/i386<br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SRPMS \<br />
> 	 /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install<br />
> echo "---- Processing spec file"<br />
> ---- Processing spec file<br />
> perl -e '%v=%ENV;' -e 'foreach (@ARGV) { if (/(\S+)=(\S+)/) { $v{$1} = $2;<br />
> } else { $v{$_} = 1; } }' -e 'while () { print,next if /^\s*#/;' -e	'if<br />
> (/^(.*)\$\(([^)]+)\)(.*)$/) {' -e		'if ($v{$2}) { print<br />
> $1.$v{$2}.$3."\n"; }' -e		'else { print STDERR "$0 WARNING:<br />
> no value for variable $2\n"; print $_; }' -e	'} else { print $_; } }' <br />
> PACKAGE_NAME=FailSafe PACKAGE_VERSION=1.0.4<br />
> PKG_SOURCE_NAME=FailSafe-1.0.4.tar.gz PKG_RELEASE=1 PKG_ARCH=i386<br />
> PKG_BUILDER="Developer `whoami` on machine `hostname`"<br />
> PKG_DIST="SGI 1.0" DIST_PREFIX=/usr/lib/failsafe<br />
> SYSADM_PREFIX=/usr/lib/sysadm    <br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec<br />
> echo "---- Running RPM = /bin/rpm "<br />
> ---- Running RPM = /bin/rpm <br />
> /bin/rpm  -ba --define "buildroot<br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/install" --define<br />
> "_topdir /usr/src/redhat/SOURCES/FailSafe/build/../build/dist"<br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec<br />
> /usr/src/redhat/SOURCES/FailSafe/build/../build/dist/SPECS/FailSafe-1.0.4.spec:<br />
> No such file or directory<br />
> make[1]: *** [rpm] Error 1<br />
> make: *** [rpms] Error 2<br />
> <br />
> ----<br />
> tab<br />
> <br />
> <br />
> <br />
> ------------------------------------------------<br />
> Join Excite! - http://www.excite.com<br />
> The most personalized portal on the Web!<br />
> _______________________________________________<br />
> LinuxFailSafe mailing list<br />
> LinuxFailSafe@lists.community.tummy.com<br />
> http://lists.community.tummy.com/mailman/listinfo/linuxfailsafe<br />
> <p><hr><b>Join Excite! - <a href="http://www.excite.com/?PG=Email&SEC=Signature" target=_top>http://www.excite.com</a></b><br>The most personalized portal on the Web!

--EXCITEBOUNDARY_000__b8ecb79217e6d3a18eea7c3494ae3f48--