Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2009 05:06:09 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-ports@freebsd.org
Subject:   Re: [PATCH] python25 broken on current
Message-ID:  <8763iqkmvy.fsf@kobe.laptop>
In-Reply-To: <878wnmqawn.fsf@kobe.laptop> (Giorgos Keramidas's message of "Wed, 04 Mar 2009 04:28:24 %2B0200")
References:  <878wnmqawn.fsf@kobe.laptop>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 04 Mar 2009 04:28:24 +0200, Giorgos Keramidas <keramida@FreeBSD.org> wrote:
> The lang/python25 port fails to build on CURRENT from:
>
> FreeBSD 8.0-CURRENT #0: Sun Mar  1 09:36:35 EET 2009 build@kobe:/usr/obj/usr/src/sys/KOBE
>
> Apparently, the `configure.in' script of Python is missing a header file
> in one of the custom check programs, which I could work around by
> patching its `configure.in' script:
>
>   root@kobe:/usr/ports/lang/python25# more files/patch-configure.in
>   --- configure.in.orig   2009-03-04 04:01:25.000000000 +0200
>   +++ configure.in        2009-03-04 04:00:45.000000000 +0200
>   @@ -2533,6 +2533,7 @@
>    #include <netdb.h>
>    #include <string.h>
>    #include <sys/socket.h>
>   +#include <arpa/inet.h>
>    #include <netinet/in.h>
>
>    main()
>   root@kobe:/usr/ports/lang/python25#

Nevermind... Sorry for the noise.  Apparently, src/sys/sys/cdefs.h
changes in the last few days cause most of this (and other issues).




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8763iqkmvy.fsf>