Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2005 23:30:23 GMT
From:      SAMUEL ISAAC LAWRANCE <samuel.lawrance@studentmail.newcastle.edu.au>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/82957: security/clamav will not build
Message-ID:  <200507032330.j63NUNhU018025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/82957; it has been noted by GNATS.

From: SAMUEL ISAAC LAWRANCE <samuel.lawrance@studentmail.newcastle.edu.au>
To: Aaron Dalton <aaron@daltons.ca>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/82957: security/clamav will not build
Date: Mon, 04 Jul 2005 08:49:21 +1000

 ----- Original Message -----
 > cc -O -pipe -mcpu=pentiumpro -o .libs/clamscan output.o getopt.o 
 > memory.o 
 > cfgparser.o misc.o clamscan.o options.o others.o manager.o 
 > treewalk.o  
 > -L/usr/local/lib ../libclamav/.libs/libclamav.so -lz -lbz2 -lgmp 
 > -Wl,--rpath -Wl,/usr/local/lib
 > ../libclamav/.libs/libclamav.so: undefined reference to 
 > `pthread_cleanup_pop'
 > ../libclamav/.libs/libclamav.so: undefined reference to 
 > `pthread_cleanup_push'
 > *** Error code 1
 
 "-mcpu=pentiumpro" looks a bit suspicious.  Are you overriding CFLAGS, 
 CPPFLAGS somewhere, like in make.conf?  I say this because the port sets
 
 CPPFLAGS+=	-I${LOCALBASE}/include \
 		${PTHREAD_CFLAGS}
 
 But the -pthread flag doesn't appear above (like it does on pointyhat, 
 for example).
 
 Cheers
 Sam
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507032330.j63NUNhU018025>