From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 18:43:37 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C17566D for ; Sat, 10 Jan 2015 18:43:37 +0000 (UTC) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5B063E7 for ; Sat, 10 Jan 2015 18:43:36 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id q1so19122628lam.5 for ; Sat, 10 Jan 2015 10:43:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=iGeO1nxemStXBddFrI/GGAWyBlFhzKW/ggjA2EI8bo4=; b=KLANQ2JCQQxCawf7nniStEM5LZqkqD0p9wAcBISMLbP0Lmq10LtIjPDIsklTwx0Hp6 W6HHAyXqPx90xnnUw0daquIk4id1Uu0RI/R1TS04mOwhJblR3LuvWVoiI3dI8XPYq2X8 VX9RJGnvlfdkGHaVNP5WKaJCqiEE4kFrWzkVK+YGMktmPaol1rLQjRNIKWQpl47j6m8H vJzUwLEqzrktJwTac593n79/qe3cDd+ZnO0Tzqfz3EwMxCzJmpC2a7getmWuTdo2RUQX k4J0ctOEvvtWjl6l8ZYuFnzHgfmuXREqrzkHuQC5rsCgFGGPkU8nBdKw/WIy0/6Y/9hm Migg== X-Gm-Message-State: ALoCoQkdDeO24SC6GYcztOkFLsJbDPWl0dgPYOebIrtbeBgHdjXOY48d67b3nu5ESQYLVrTM4Qic X-Received: by 10.112.73.66 with SMTP id j2mr28437823lbv.44.1420915408661; Sat, 10 Jan 2015 10:43:28 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id m9sm2703540laa.28.2015.01.10.10.43.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Jan 2015 10:43:27 -0800 (PST) Message-ID: <54B172CE.8080603@freebsd.org> Date: Sat, 10 Jan 2015 21:43:26 +0300 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Manfred Antar , freebsd-current@freebsd.org Subject: Re: buildworld broken on current with WITHOUT_CAPSICUM References: <201501090224.t092NtvV033673@pozo.com> In-Reply-To: <201501090224.t092NtvV033673@pozo.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 18:43:37 -0000 It is broken exact at the same place even without WITHOUT_CAPSICUM. On 09.01.2015 5:23, Manfred Antar wrote: > On amd64 current build world is broken if defined WITHOUT_CAPSICUM svn revision 276867 > here is the error: > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/tcpdump.c:80:10: fatal error: 'libcapsicum.h' file not found > #include > ^ > 1 error generated. > make[5]: stopped in /usr/src/usr.sbin/tcpdump/tcpdump -- http://ache.vniz.net/