From owner-freebsd-current@FreeBSD.ORG Mon May 14 21:41:35 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4FEE106566C; Mon, 14 May 2012 21:41:35 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCE38FC20; Mon, 14 May 2012 21:41:35 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:5957:8207:d7b1:fbe7]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 00D214AC35; Tue, 15 May 2012 01:41:33 +0400 (MSK) Date: Tue, 15 May 2012 01:41:31 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1119727136.20120515014131@serebryakov.spb.ru> To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: delphij@FreeBSD.org Subject: libpcap 1.2.1 import breaks (not-rebuilded) ports -- need version bump? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 21:41:35 -0000 Hello, freebsd-current. It seems, that import of libpcap 1.2.1 changes something in library API: port p5-Net-Pcap, build BEFORE world with libpcap 1.2.1 (yes, world and kernel were reinstalled and ports weren't) crash perl when it is used: : /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/arena.h:912: Failed assertion: "((uintptr_t)ptr & PAGE_MASK) == 0" Abort (core dumped) Perl itself and other scripts, which don't use p5-NEt-Pcap, works. -- // Black Lion AKA Lev Serebryakov