On 7/10/2012 19:07, Makoto Fujiwara wrote:
| From: John Marino<netbsd%marino.st@localhost> | Subject: Re: CVS commit: pkgsrc/mk | Date: Tue, 10 Jul 2012 18:12:23 +0200 | Message-ID:<4FFC5467.5080600%marino.st@localhost>So the question to both of you is: 1) do you have lang/gcc-aux installed?No, pkg_info | gcc does not show any such packages (only avr-gcc is listed). Thank you, --- Makoto Fujiwara, Chiba, Japan, Narita Airport and Disneyland prefecture.
line 645 of mk/compiler/gcc.mk is where these variables start getting added to the list:
.if exists(${_GCCBINDIR}/${_GCC_BIN_PREFIX}ada) Can you type: bmake -V '${_GCCBINDIR}' '${_GCC_BIN_PREFIX}' to see those variable values?And then check to see if you've got a binary ending in "ada" that is triggering this condition? Maybe the base compiler on Mac OSX has an gcc driver called "ada" or "something-ada" like lang/gcc-aux does.
John