From owner-freebsd-current@FreeBSD.ORG Wed Sep 11 07:25:51 2013 Return-Path: Delivered-To: freebsd-current@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 64EB9EFC for ; Wed, 11 Sep 2013 07:25:51 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 498732A16 for ; Wed, 11 Sep 2013 07:25:51 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id r8B7LYLG000420 for ; Wed, 11 Sep 2013 00:21:38 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201309110721.r8B7LYLG000420@gw.catspoiler.org> Date: Wed, 11 Sep 2013 00:21:34 -0700 (PDT) From: Don Lewis Subject: uniq busted? To: freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 11 Sep 2013 07:25:51 -0000 I justed updated my 10.0-CURRENT box and ran into major problems with port building. I tracked the problem down to uniq not working. # wc -l /etc/termcap 4666 /etc/termcap # cat /etc/termcap | uniq uniq: unable to limit ioctls for stdout: Capabilities insufficient It complains about capabilities and nothing comes out ... My kernel and userland are in sync, so the 20130905 note in src/UPDATING shouldn't be a factor. I'm not running a GENERIC kernel, but I include GENERIC in my kernel config file: # uname -a FreeBSD scratch.catspoiler.org 10.0-CURRENT FreeBSD 10.0-CURRENT #32 r255089: Sat Aug 31 02:27:17 PDT 2013 dl@scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICSMB i386 # cat GENERICSMB include GENERIC nocpu I486_CPU nocpu I586_CPU options EXT2FS # ext2 Filesystem options BREAK_TO_DEBUGGER options ALT_BREAK_TO_DEBUGGER options DEBUG_VFS_LOCKS #options DEBUG_LOCKS #options KTR #options KTR_VERBOSE #options KTR_COMPILE=(KTR_EVH) #options DEVICE_POLLING #nooptions WITNESS_SKIPSPIN #nooptions SMP What am I doing wrong?