Re: Call for port reports

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Call for port reports
Date: 2003-10-26 00:35:04
Message-ID: 200310260035.h9Q0Z5v29508@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Page wrote:
>
>
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> > Sent: 24 October 2003 16:38
> > To: PostgreSQL-development
> > Subject: [HACKERS] Call for port reports
> >
> > It is time for people to report their port testing. Please
> > test against current CVS or beta5 and report your 'uname -a'.
>
> Cygwin
> ======
>
> Parallel regression tests do not complete (we normally have problems
> with these anyway, though they do normally complete).
>
> Serial tests pass.
>
> CYGWIN_NT-5.1 pc30 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown
> Cygwin
>

Uh, I am not inclined to mark the port as OK if the parallel regression
tests fail --- what is the cause?

> Win32 Client
> ============
>
> (Windows XP Pro, VC++ 6.0)
>
> C:\cygwin\usr\local\src\postgresql-7.4beta5\src>nmake /f win32.mak ALL
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> cd include
> if not exist pg_config.h copy pg_config.h.win32 pg_config.h
> cd ..
> cd interfaces\libpq
> nmake /f win32.mak
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> Building the Win32 static library...
>
> cl.exe @C:\DOCUME~1\dpage\LOCALS~1\Temp\nma02744.
> getaddrinfo.c
> ..\..\include\c.h(66) : fatal error C1083: Cannot open include file:
> 'strings.h'
> : No such file or directory
> NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' :
> return co
> de '0x2'
> Stop.

I am confused why strings.h is being included because there is a test
around it:

#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif

Any ideas?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-26 00:38:56 Re: Call for port reports
Previous Message Bruce Momjian 2003-10-26 00:32:10 Re: Call for port reports