databases/p5-DBI fails on compile

Mike Jakubik mike.jakubik at intertainservices.com
Tue Jan 15 17:00:41 UTC 2013


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




More information about the freebsd-perl mailing list