Date: Tue, 15 Jan 2013 12:00:39 -0500 From: Mike Jakubik <mike.jakubik@intertainservices.com> To: Anton Berezin <tobez@tobez.org> Cc: perl@FreeBSD.org, Ports FreeBSD <freebsd-ports@freebsd.org> Subject: Re: databases/p5-DBI fails on compile Message-ID: <1358269239.10037.9.camel@mjakubik.localdomain> In-Reply-To: <20130115164706.GK11902@heechee.tobez.org> References: <1358267600.10037.3.camel@mjakubik.localdomain> <20130115164706.GK11902@heechee.tobez.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2013-01-15 at 17:47 +0100, Anton Berezin wrote:
> On Tue, Jan 15, 2013 at 11:33:20AM -0500, Mike Jakubik wrote:
>
> > The p5-DBI port does not seem to compile with clang or native gcc.
> >
> > FreeBSD 9.1-STABLE #1 r245428: Mon Jan 14 19:11:14 EST 2013
>
> Have you tried doing this on multiple machines? This sounds very much like
> a hardware (RAM or cache) problem to me.
>
This is very odd, my compiler has stopped working for some reason.
Worked fine yesterday, all i did was a fresh installworld/kernel
yesterday. Any ideas what the issue may be? It is worth nothing that
this is an Amazon EC2 instance, running a XEN kernel.
Thanks.
# cat /etc/make.conf
KERNCONF=TINYXEN
NO_INET6=true
NO_PROFILE=true
WITHOUT_X11=true
NO_LIB32=true
CPUTYPE?=native
CFLAGS+=-mtune=native
.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == "cpp"
CPP=clang-cpp
.endif
# Don't die on warnings
NO_WERROR=
WERROR=
# added by use.perl 2013-01-14 18:06:10
ERL_VERSION=5.14.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1358269239.10037.9.camel>
