From owner-freebsd-questions@freebsd.org Tue Mar 7 22:44:11 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4EFAD02BF4 for ; Tue, 7 Mar 2017 22:44:11 +0000 (UTC) (envelope-from rossp@f-m.fm) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CE071C62 for ; Tue, 7 Mar 2017 22:44:10 +0000 (UTC) (envelope-from rossp@f-m.fm) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E9D5E20A23 for ; Tue, 7 Mar 2017 17:44:09 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute2.internal (MEProxy); Tue, 07 Mar 2017 17:44:09 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=f-m.fm; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=sDuZd6wnETqF/68YdTTlH6PW9BU=; b=Zj8O/bTKIre4yN2KDLbQV HFeRhgt8l2rgryLTj5UKM8E1gZz/nrNCzt7sz3qnB5lRtVGKTG5a2WI0JpOb3VWY mghT9XPoerxO7tMHWXk8d+01h3TGVE7Dp5do4sApWuHCMhs/GAL2rlg5mtXwCswu 1KzDXjPdOCusC+UN6rX5+s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=sDuZd6wnETqF/68YdTTlH6PW9 BU=; b=JAbLlLLEOwAgXvFBz16rmNKjdV/HmZFQy3LOwrthu47LRI8SrwLzvNJlr nCqdvlsTNCyoQKETa5lS7+mXs1v0gVQLZApIpVXl1VSohO+mQqOe03GMhsmG7yvV wnfisKiLuyNTgq+809A9U6QBegD7aNIaJZeAoifsFYsHf9iha4= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id CB747BAB57; Tue, 7 Mar 2017 17:44:09 -0500 (EST) Message-Id: <1488926649.2786033.903855688.6E53A794@webmail.messagingengine.com> From: Ross Penner To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9f47d516 Subject: Pkg errors while trying to rebuild packages while updating to 11.0 Date: Tue, 07 Mar 2017 14:44:09 -0800 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 22:44:11 -0000 I'm in the process of updating 10.3 to 11.0 and I'm at the step where I need to rebuild all my pkgs. As suggested, I run "pkg-static install -f pkg" unfortunetly, that fails: ... FreeBSD repository update completed. 25860 packages processed. pkg-static: warning: database version 34 is newer than libpkg(3) version 33, but still compatible pkg-static: sqlite error while executing INSERT OR ROLLBACK INTO pkg_search(id, name, origin) VALUES (?1, ?2 || '-' || ?3, ?4); in file pkgdb.c:1544: no such table: pkg_search # I'm hoping for some quick advice to try and remedy this. Thank you.