From owner-freebsd-ports@FreeBSD.ORG Tue Sep 15 04:09:57 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 297DE106566C for ; Tue, 15 Sep 2009 04:09:57 +0000 (UTC) (envelope-from chris.umina@studsvik.com) Received: from mail.studsvikscandpower.com (mail.studsvikscandpower.com [65.202.21.200]) by mx1.freebsd.org (Postfix) with ESMTP id 00DAE8FC0A for ; Tue, 15 Sep 2009 04:09:56 +0000 (UTC) Received: from [192.168.1.240] (house.easymac.org [71.174.73.66]) by mail.studsvikscandpower.com (Postfix) with ESMTPSA id 22AE43BA80CA for ; Tue, 15 Sep 2009 00:09:48 -0400 (EDT) Message-ID: <4AAF138A.1000800@studsvik.com> Date: Tue, 15 Sep 2009 00:09:46 -0400 From: "Christopher J. Umina" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4AA9B48A.9030707@studsvik.com> In-Reply-To: <4AA9B48A.9030707@studsvik.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-studsvikscandpower-MailScanner-Information: For more information contact studsvikscandpower.com postmaster X-studsvikscandpower-MailScanner-ID: 22AE43BA80CA.77BDB X-studsvikscandpower-MailScanner: Found to be clean X-studsvikscandpower-MailScanner-From: chris.umina@studsvik.com X-Spam-Status: No Subject: Re: Upgraded Trac, but still getting errors... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 04:09:57 -0000 For all interested, The problem was that php5-sqlite & php5-pdo-sqlite and py26-sqlite3 conflict when mod_python and PHP are loaded into Apache. For me, the solution, since the web server had no use for SQLite support in PHP, was to remove php5-sqlite and php5-pdo-sqlite. Once removed, a restart of Apache got rid of the error messages. Possibly note-worthy for the porters. Thank you, Christopher J. Umina Christopher J. Umina wrote: > Hi, > > I noticed recently (probably due to me upgrading ports) that my trac > installations show this message: > > *Warning:* Can't synchronize with the repository (Couldn't open > Subversion repository /var/svn/repo: SubversionException: ('SQLite > compiled for 3.6.14.2, but running with 3.3.7', 200030)). Look in the > Trac log for more information. > > The first thing I did was check the trac logs, which literally show > nothing at all. Next thing I did was Google the error message, but > nothing really matched. After that I decided to rebuild trac and deps > (portupgrade -rR), which didn't fix the problem. I then got > frustrated and ran a portupgrade -fa, which again didn't fix the > problem. I upgraded python from python25 to python26, using the > procedure outlined in /usr/ports/UPDATING which didn't fix the problem > either. > > Through all this, I did notice that if I run tracd on the environment, > the errors are gone and I can interact with subversion (through trac) > perfectly. For that reason, I'm convinced it's something to do with > Apache & friends, but I'm completely out of ideas, has anybody else > seen these errors or have any suggestions? > > Packages (worth mentioning) currently installed: > trac-0.11.5 > subversion-1.6.5 > python26-2.6.2_2 > py26-pysqlite-2.3.5 > py26-sqlite3-2.6.2_1 > sqlite3-3.6.14.2 > mod_python-3.3.1_2 > apache-2.2.13 > > Thank you, > Christopher J. Umina > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >