Re: Gita Press - win98 regression

From: Aditya Gilra <aditya_gilra(at)yahoo(dot)com>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Gita Press - win98 regression
Date: 2001-07-10 01:24:48
Message-ID: 20010710012448.25823.qmail@web5505.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

||Shriharih||

God Remembrance Jason,

Nice to know you're the maintainer.

I have the postgresql binary running fine on WIN98SE
and connecting via the windows version of
pgaccess/TCL/Tk

I dnloaded the source from cygwin to do the regression
tests on WIN98SE.
./configure ran fine though I don't have flex or bison
but that shouldn't matter.
Tried the configure recipe from build.sh also
but same error as below for make installcheck.

but following are the errors with
make installcheck. I had ipc-daemon running bg while
doing the following.

$ make installcheck
make -C src/test installcheck
make[1]: Entering directory
`/usr/src/postgresql-7.1.2/src/test'
make -C regress installcheck
make[2]: Entering directory
`/usr/src/postgresql-7.1.2/src/test/regress'
gcc -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/interf
aces/libpq -I../../../src/include -I/usr/local/include
-c -o regress.o regress.
c
dlltool --export-all --output-def regress.def
regress.o
dllwrap -o regress.dll --def regress.def regress.o
../../../src/utils/dllinit.o
-L../../../src/backend -lpostgres -lcygipc -lcrypt
gcc: ../../../src/utils/dllinit.o: No such file or
directory
dllwrap: gcc exited with status 1
make[2]: *** [regress.dll] Error 1
rm regress.o
make[2]: Leaving directory
`/usr/src/postgresql-7.1.2/src/test/regress'
make[1]: *** [installcheck] Error 2
make[1]: Leaving directory
`/usr/src/postgresql-7.1.2/src/test'
make: *** [installcheck] Error 2

What am I doing wrong?

Also tried make.

Showing end of the output. The beginning scrolled
above.

make[2]: Entering directory
`/usr/src/postgresql-7.1.2/src/backend'
make -C utils fmgroids.h
make[3]: Entering directory
`/usr/src/postgresql-7.1.2/src/backend/utils'
CPP='gcc -E' AWK='' /bin/sh.exe Gen_fmgrtab.sh
../../../src/include/catalog/pg_p
roc.h

BEGIN { raw = 0; }
/^DATA/ { print; next; }
/^BKI_BEGIN/ { raw = 1; next; }
/^BKI_END/ { raw = 0; next; }
raw == 1 { print; next; }: not found

/^#/ { print; next; }
$4 == "12" { print; next; }: not found
Gen_fmgrtab.sh failed
make[3]: *** [fmgroids.h] Error 1
make[3]: Leaving directory
`/usr/src/postgresql-7.1.2/src/backend/utils'
make[2]: *** [utils/fmgroids.h] Error 2
make[2]: Leaving directory
`/usr/src/postgresql-7.1.2/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/src/postgresql-7.1.2/src'
make: *** [all] Error 2

Hope you can help out.

Best Regards and God-Remembrance,
Aditya.

--- Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com> wrote:
> Aditya,
>
> On Fri, Jul 06, 2001 at 06:16:01PM -0700, Aditya
> Gilra wrote:
> > Pl. use the pre-built binary for
> > postgresql in the contribs section at cygwin.
> Wonder
> > who built it and put it there?
>
> Me (aka the Cygwin PostgreSQL maintainer).
>
> > I've never done
> > regression testing before so I don't know how to
> do
> > it.
>
> Running the regression test is easy but requires the
> source. There are
> two ways of running the test:
>
> $ make check
>
> and
>
> $ make installcheck
>
> The former tests PostgreSQL in the source tree by
> creating a temporary
> installation, starting postmaster, and then running
> the regression test.
> The latter tests an already installed PostgreSQL by
> just running the
> regression test with the implicit assumption that
> postmaster is already
> running. You probably want the latter.
>
> Jason
>
> --
> Jason Tishler
> Director, Software Engineering Phone:
> 732.264.8770 x235
> Dot Hill Systems Corp. Fax:
> 732.264.8798
> 82 Bethany Road, Suite 7 Email:
> Jason(dot)Tishler(at)dothill(dot)com
> Hazlet, NJ 07730 USA WWW:
> http://www.dothill.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2001-07-10 03:29:55 Re: Win32-IPC-fix
Previous Message Jussi Heino 2001-07-09 20:16:29 Win32-IPC-fix