pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48909
The following reply was made to PR pkg/48909; it has been noted by GNATS.
From: Philip Miller <sighoya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48909
Date: Sun, 15 Jun 2014 07:53:09 +0200
On 06/15/2014 03:00 AM, OBATA Akio wrote:
> The following reply was made to PR pkg/48909; it has been noted by GNATS.
>
> From: "OBATA Akio" <obata%lins.jp@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/48909: databases/db4 fails to build with gcc-4.9.0 on linux
> 3.14.6
> Date: Sun, 15 Jun 2014 09:57:28 +0900
>
> On Sat, 14 Jun 2014 23:45:00 +0900, <sighoya%gmail.com@localhost> wrote:
>
> >> Fix:
> > The main problem is the wrong compiler version.
> > 4.8.2 is assumed, but 4.9.0 is used, so I think only one variable must
> be changed to fix this error, but I don't know which.
> > Furthermore, this is not the only package, which throws this error, som
> other have similiar problems..., so I think, there must be something set in
> the mk files
>
> Do you have gcc-4.8.2 and 4.9.0?
No, only gcc-4.9.0
> Where is it installed?
I assume /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/
> Maybe, You must to specify GCCBASE for your wanted one.
bmake GCCBASE=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0
or
bmake GCCBASE=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/
produces the same error.
>
> --
> OBATA Akio / obata%lins.jp@localhost
>
Cheers,
sighoya
Home |
Main Index |
Thread Index |
Old Index