pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38641: py-dbus fails to configure on IRIX: buildlink/Wrapper problem?



Attachment: config.log
Description: Binary data



Ah - it's a 'not passing CFLAGS' issue!

config.log (attached) reveals:

configure:9834: checking for Python headers in /usr/bsd and /usr/bsd
configure:9840: result: -I/usr/bsd/include/python2.4
configure:9844: checking whether those headers are sufficient
configure:9862: cc -E -I/usr/bsd/include -I/usr/include -I/usr/bsd/ include/python2.4 conftest.c
cc-1035 cc: ERROR File = /usr/include/stdint.h, Line = 5
  #error directive:  This header file is to be used only for c99 mode
          compilations

  #error This header file is to be used only for c99 mode compilations
   ^

1 error detected in the compilation of "conftest.c".
configure:9868: $? = 2

I guess that the '-c99' CFLAG could be added to $CPPFLAGS (yuck), or the configure script could be altered to pass the correct flags when determining whether something is able to be built (as it does correctly earlier when determining whether <stdint.h> is usable!), or the test code could be altered so as not to require <stdint.h>.

Cheers,

Stuart


On 12 May 2008, at 18:15, Joerg Sonnenberger wrote:

The following reply was made to PR pkg/38641; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/38641: py-dbus fails to configure on IRIX:
        buildlink/Wrapper problem?
Date: Mon, 12 May 2008 19:13:21 +0200

On Mon, May 12, 2008 at 05:10:00PM +0000, srcshelton%gmail.com@localhost wrote:
checking whether those headers are sufficient... no
configure: error: could not find Python headers

config.log missing in the PR...

Joerg




Home | Main Index | Thread Index | Old Index