From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 16 07:46:47 2014 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C025819F for ; Thu, 16 Jan 2014 07:46:47 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CF261812 for ; Thu, 16 Jan 2014 07:46:47 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 07296139E7 for ; Thu, 16 Jan 2014 05:46:47 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-type:content-type:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1389858406; x=1390722407; bh=Nz1sQAAaJuWFSe1WHGdCjgNujFZoO5X7MEF rt905cso=; b=dx+sBaiLDdrSD78g4UphP0/wJpTZd5gWAAo44nPv02n3V/nHJD3 pAg7KsXWcaN9DqPYbTY513uklihrpZHtq/Oxije1rXn0oLA06l3pAJmqk35yAPH0 dxXWJeis70EyOhXshtD2cu1CcIN7KhpQdFFJQnYmnX4vsXBKPI5xBkqg= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UCOehirL7noR for ; Thu, 16 Jan 2014 05:46:46 -0200 (BRST) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id D53EB139C3 for ; Thu, 16 Jan 2014 05:46:45 -0200 (BRST) Message-ID: <52D78E64.4050105@bsdinfo.com.br> Date: Thu, 16 Jan 2014 05:46:44 -0200 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Subject: FreeBSD 10.0 - clamav problem with iconv Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 07:46:47 -0000 Hi all, I'm having trouble compiling security/clamav with iconv checked on FreeBSD 10.0. Looks like he's not trying to use iconv in base system. # uname -a FreeBSD mail.bsdinfo.com.br 10.0-RELEASE FreeBSD 10.0-RELEASE #1 r260696: Wed Jan 15 23:58:33 BRST 2014 root@mail.bsdinfo.com.br:/usr/obj/usr/src/sys/GONDIM amd64 CCLD libclamunrar.la GEN version.h CCLD libclamav_nocxx.la CCLD libclamav_internal_utils.la CCLD libclamunrar_iface.la CC libclamav_la-version.lo CCLD libclamav_internal_utils_nothreads.la 5 warnings generated. CCLD libclamav.la cc: error: no such file or directory: '/usr/local/lib/libiconv.so' gmake[6]: *** [libclamav.la] Error 1 gmake[6]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.98/libclamav' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.98/libclamav' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.98/libclamav' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.98' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.98' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/security/clamav *** Error code 1 Thanks and best regards, Gondim