From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 25 02:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id C7A9EF2E for ; Wed, 25 Sep 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A71DF2C7F for ; Wed, 25 Sep 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P200ls053154 for ; Wed, 25 Sep 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8P200fc053153; Wed, 25 Sep 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 25 Sep 2013 02:00:00 GMT Resent-Message-Id: <201309250200.r8P200fc053153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Satz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 695FECE3 for ; Wed, 25 Sep 2013 01:51:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E892C48 for ; Wed, 25 Sep 2013 01:51:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8P1pGmA064552 for ; Wed, 25 Sep 2013 01:51:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8P1pGL9064531; Wed, 25 Sep 2013 01:51:16 GMT (envelope-from nobody) Message-Id: <201309250151.r8P1pGL9064531@oldred.freebsd.org> Date: Wed, 25 Sep 2013 01:51:16 GMT From: Greg Satz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182363: clamav-0.98 fails to compile due to missing spawn.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 02:00:00 -0000 >Number: 182363 >Category: ports >Synopsis: clamav-0.98 fails to compile due to missing spawn.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 25 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Greg Satz >Release: FreeBSD 7.1 >Organization: >Environment: FreeBSD fnu.iranger.com 7.1-RELEASE-p16 FreeBSD 7.1-RELEASE-p16 #24: Fri Apr 27 07:57:26 MDT 2012 satz@fnu.iranger.com:/usr/src/sys/i386/compile/FNU i386 >Description: ===> Building for clamav-0.98 /usr/bin/make all-recursive Making all in libltdl /usr/bin/make all-am Making all in libclamav /usr/bin/make all-recursive Making all in c++ /usr/bin/make all-am CXX Program.lo CXX ThreadLocal.lo CXX Threading.lo In file included from llvm/lib/System/Program.cpp:52: llvm/lib/System/Unix/Program.inc:34:19: error: spawn.h: No such file or directory CXX TimeValue.lo In file included from llvm/lib/System/Program.cpp:52: llvm/lib/System/Unix/Program.inc:134: error: 'posix_spawn_file_actions_t' has not been declared llvm/lib/System/Unix/Program.inc: In function 'bool llvm::RedirectIO_PS(const llvm::sys::Path*, int, std::string*, int&)': llvm/lib/System/Unix/Program.inc:145: error: 'posix_spawn_file_actions_addopen' was not declared in this scope >How-To-Repeat: make in /usr/ports/security/clamav >Fix: Appears that HAS_POSIX_SPAWN isn't being unset for the older version of FreeBSD I am running. >Release-Note: >Audit-Trail: >Unformatted: