Unable to --rebuild postgresql-7.1.2-4PGDG.src.rpm - Mailing list pgsql-general

From Keith F Irwin
Subject Unable to --rebuild postgresql-7.1.2-4PGDG.src.rpm
Date
Msg-id 992710640.27574.0.camel@c234192-a
Whole thread Raw
Responses Re: Unable to --rebuild postgresql-7.1.2-4PGDG.src.rpm  (Keith F Irwin <kirwin14@home.com>)
List pgsql-general
I just downloaded the src rpm for postgres 7.1.2

    postgresql-7.1.2-4PGDG.src.rpm

and tried to rebuild it:

    rpm --rebuild postgresql-7.1.2-4PGDG.src.rpm --target=i686

and got the following compile error!  (I'm compiling on RH7.1.)  Is
there anything I can do or can someone let the folks responsible for the
package know?

(Note: I was able to rebuild the 7.1.1 RPMS no prob.)

Keith

----
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -O2
-march=i686 -Wno-error -I../../../src/include   -c -o gram.o gram.c
gram.y:968:52: warning: null character(s) ignored
gram.y: In function `yyparse':
gram.y:969: `l' undeclared (first use in this function)
gram.y:969: (Each undeclared identifier is reported only once
gram.y:969: for each function it appears in.)
gram.y:970: parse error before `:'
make[3]: *** [gram.o] Error 1
make[3]: Leaving directory
`/usr/src/redhat/BUILD/postgresql-7.1.2/src/backend/parser'
make[2]: *** [parser-recursive] Error 2
make[2]: Leaving directory
`/usr/src/redhat/BUILD/postgresql-7.1.2/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/postgresql-7.1.2/src'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.61518 (%build)
----



pgsql-general by date:

Previous
From: Dariusz Pietrzak
Date:
Subject: Re: ODBC, ssl, problems with.
Next
From: Keith F Irwin
Date:
Subject: Re: Unable to --rebuild postgresql-7.1.2-4PGDG.src.rpm