pkgsrc-Bugs archive

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

Re: pkg/54753: lang/python38 does not install on FreeBSD



On Tue, Dec 10, 2019 at 04:20:01PM +0000, Frédéric Fauberteau wrote:
> The following reply was made to PR pkg/54753; it has been noted by GNATS.
> 
> From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Fauberteau?= <triaxx%NetBSD.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: 
> Subject: Re: pkg/54753: lang/python38 does not install on FreeBSD
> Date: Tue, 10 Dec 2019 17:18:26 +0100
> 
>  For information, I successfully built lang/python38 in a pbulk sandbox. 
>  I noticed that my mk.conf when I got the error contained:
>  ABI=                           64
>  PKGSRC_COMPILER=               clang
>  CC=                            clang
>  CXX=                           clang++
>  CPP=                           ${CC} -E
>  CLANGBASE=                     /usr
>  that was not in the mk.conf fragment used with pbulk.

Note that CC -E is not a good value for ${CPP}, it really should be
clang-cpp.

Joerg


Home | Main Index | Thread Index | Old Index