From owner-freebsd-apache@FreeBSD.ORG Wed Sep 24 19:26:02 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87925CAF for ; Wed, 24 Sep 2014 19:26:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 540B6EFB for ; Wed, 24 Sep 2014 19:26:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OJQ2DI017736 for ; Wed, 24 Sep 2014 19:26:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193905] New: Upgrade of devel/apr1 to apr-1.5.1.1.5.4 causes devel/subversion to break Date: Wed, 24 Sep 2014 19:26:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antiduh@csh.rit.edu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 19:26:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193905 Bug ID: 193905 Summary: Upgrade of devel/apr1 to apr-1.5.1.1.5.4 causes devel/subversion to break Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: antiduh@csh.rit.edu CC: apache@FreeBSD.org, lev@FreeBSD.org CC: apache@FreeBSD.org, lev@FreeBSD.org I upgraded devel/apr1 from apr-1.5.1.1.5.3_4 to apr-1.5.1.1.5.4 and then rebuilt devel/subversion. Now, subversion always prints this: > angst(/usr/ports) # svn up > svn: E070008: Can't check path '/usr/ports': Partial results are valid but processing is incomplete Googleing, it sounds like it has to do with apr_stat or apr_file_open returning APR_INCOMPLETE, but I have no idea why. Here's a dump of what I have installed at the moment: > angst(/usr/ports) # pkg info -d subversion > subversion-1.8.10_3: > serf-1.3.7_1 > expat-2.1.0_1 > gettext-0.18.3.1_1 > apr-1.5.1.1.5.4 > sqlite3-3.8.6 > angst(/usr/ports) # pkg info -d apr > apr-1.5.1.1.5.4: > expat-2.1.0_1 > openssl-1.0.1_15 > sqlite3-3.8.6 > gdbm-1.11_2 > db5-5.3.28_2 One thing I did notice that apr1 picked up a dependency to db5; I believe it was db48 previously. This seems to be an apr1 bug with file paths, but maybe the db5 change has affected something. --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.