From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 16:20:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E30106566C for ; Mon, 3 Oct 2011 16:20:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFA38FC1A for ; Mon, 3 Oct 2011 16:20:07 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RAlFP-0003jY-9C for freebsd-questions@freebsd.org; Mon, 03 Oct 2011 18:20:07 +0200 Received: from pool-108-35-58-254.nycmny.fios.verizon.net ([108.35.58.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 18:20:07 +0200 Received: from rvclayton by pool-108-35-58-254.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Oct 2011 18:20:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: rvclayton@verizon.net (R. Clayton) Date: Mon, 03 Oct 2011 11:04:21 -0400 Lines: 53 Message-ID: <87d3ee5d6y.fsf@UlanBator.myhome.westell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-35-58-254.nycmny.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:eGECAKEYU6TtOvZvLZWZOsxEymE= Subject: p11-kit port patch fail on 8.2p3. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2011 16:20:08 -0000 I am running # uname -a FreeBSD AddisAbaba 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # After updating the ports tree with "portsnap fetch update", I ran pkgdb to get # pkgdb -F ---> Checking the package registry database Stale dependency: gnutls-2.12.11 -> p11-kit-0.6 (security/p11-kit): Install stale dependency? ([y]es/[n]o/[a]ll) [yes] [Gathering depends for security/p11-kit . done] ---> Installing 'p11-kit-0.7' from a port (security/p11-kit) ---> Building '/usr/ports/security/p11-kit' ===> Cleaning for p11-kit-0.7 ===> License check disabled, port has not defined LICENSE ===> Extracting for p11-kit-0.7 => SHA256 Checksum OK for p11-kit-0.7.tar.gz. ===> Patching for p11-kit-0.7 ===> p11-kit-0.7 depends on package: libtool>=2.4 - found ===> Applying FreeBSD patches for p11-kit-0.7 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to p11-kit/modules.c.rej => Patch patch-p11-kit-modules.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/security/p11-kit. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20111003-41254-165xny4-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! security/p11-kit (patch error) Command failed [exit code 1]: /usr/local/sbin/portinstall security/p11-kit # I poked around a bit # grep -i p11 /usr/ports/UPDATING # and tried a few things involving manually fiddling with files, but couldn't trick the system into completing the upgrade. Looking through gmane.os.freebsd.* and other places didn't turn up anything that looked like it would help. How do I get p11-kit to upgrade?