Date: Wed, 11 Sep 2013 00:21:34 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: freebsd-current@FreeBSD.org Subject: uniq busted? Message-ID: <201309110721.r8B7LYLG000420@gw.catspoiler.org>
next in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110721.r8B7LYLG000420>
