NetBSD Problem Report #48726

From ignatios@cs.uni-bonn.de  Mon Apr  7 15:45:17 2014
Return-Path: <ignatios@cs.uni-bonn.de>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id CEC42A5806
	for <gnats-bugs@gnats.NetBSD.org>; Mon,  7 Apr 2014 15:45:16 +0000 (UTC)
Message-Id: <1396880890.470273.18934.nullmailer@jaguar-alpha.cs.uni-bonn.de>
Date: Mon, 07 Apr 2014 16:28:10 +0200
From: ignatios@cs.uni-bonn.de
Reply-To: ignatios@cs.uni-bonn.de
To: gnats-bugs@gnats.NetBSD.org
Subject: thunderbird vs. sqlite regression in 2014Q1
X-Send-Pr-Version: 3.95

>Number:         48726
>Category:       pkg
>Synopsis:       The application has been updated, but your version of SQLite is too old and the application cannot run.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ryoon
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 07 15:50:01 +0000 2014
>Closed-Date:    Sun Jun 08 20:53:09 +0000 2014
>Last-Modified:  Sun Jun 08 20:53:09 +0000 2014
>Originator:     Ignatios Souvatzis
>Release:        NetBSD 6.1.2_PATCH
>Organization:
computer science department, university of Bonn, Germany
>Environment:


System: NetBSD jaguar-alpha 6.1.2_PATCH NetBSD 6.1.2_PATCH (XEN3PAE_DOMU) #5: Fri Jan 10 12:55:30 CET 2014 ignatios@random84.cs.uni-bonn.de:/var/itch/sources/6.1/oi386/sys/arch/i386/compile/XEN3PAE_DOMU i386
Architecture: i386
Machine: i386
>Description:
	starting Thunderbird  from mail/thunderbird results in a
popup window titled "SQLite Version error" with the text
The application has been updated, but your version of SQLite is too old and the application cannot run.
>How-To-Repeat:
	% thunderbird
>Fix:
	restore thunderbird-24.2.0 from 2013Q4


>Release-Note:

>Audit-Trail:
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/48726: thunderbird vs. sqlite regression in 2014Q1
Date: Wed, 16 Apr 2014 15:54:32 +0200

 Apparently, the following patch to www/firefox24 fixes this - after this,
 thunderbird will be depending on pkgsrc sqlite3.

 Index: www/firefox24/mozilla-common.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/firefox24/mozilla-common.mk,v
 retrieving revision 1.6
 diff -u -r1.6 mozilla-common.mk
 --- www/firefox24/mozilla-common.mk	25 Jan 2014 10:30:27 -0000	1.6
 +++ www/firefox24/mozilla-common.mk	16 Apr 2014 13:52:41 -0000
 @@ -162,7 +162,7 @@
  .include "../../audio/alsa-lib/buildlink3.mk"
  .endif
  .include "../../archivers/bzip2/buildlink3.mk"
 -BUILDLINK_API_DEPENDS.sqlite3+=	sqlite3>=3.7.17
 +BUILDLINK_API_DEPENDS.sqlite3+=	sqlite3>=3.8.4
  CONFIGURE_ENV+=	ac_cv_sqlite_secure_delete=yes	# c.f. patches/patch-al
  .include "../../databases/sqlite3/buildlink3.mk"
  BUILDLINK_API_DEPENDS.libevent+=	libevent>=1.1


Responsible-Changed-From-To: pkg-manager->ryoon
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Wed, 16 Apr 2014 13:57:55 +0000
Responsible-Changed-Why:
Over to firefox maintainer, since suggested fix touches file there.


From: "Ryo ONODERA" <ryoon@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48726 CVS commit: pkgsrc/www/firefox24
Date: Sat, 19 Apr 2014 23:21:42 +0000

 Module Name:	pkgsrc
 Committed By:	ryoon
 Date:		Sat Apr 19 23:21:42 UTC 2014

 Modified Files:
 	pkgsrc/www/firefox24: mozilla-common.mk

 Log Message:
 Fix PR pkg/48726 for NetBSD 6.*

 * Update sqlite3 requimenent version


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/firefox24/mozilla-common.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Matthias Scheler" <tron@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48726 CVS commit: [pkgsrc-2014Q1] pkgsrc/www/firefox24
Date: Mon, 21 Apr 2014 13:38:00 +0000

 Module Name:	pkgsrc
 Committed By:	tron
 Date:		Mon Apr 21 13:38:00 UTC 2014

 Modified Files:
 	pkgsrc/www/firefox24 [pkgsrc-2014Q1]: mozilla-common.mk

 Log Message:
 Pullup ticket #4383 - requested by ryoon
 mail/thunderbird: build fix
 www/firefox24: build fix

 Revisions pulled up:
 - www/firefox24/mozilla-common.mk                               1.7

 ---
    Module Name:	pkgsrc
    Committed By:	ryoon
    Date:		Sat Apr 19 23:21:42 UTC 2014

    Modified Files:
    	pkgsrc/www/firefox24: mozilla-common.mk

    Log Message:
    Fix PR pkg/48726 for NetBSD 6.*

    * Update sqlite3 requimenent version


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.6.2.1 pkgsrc/www/firefox24/mozilla-common.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 08 Jun 2014 20:53:09 +0000
State-Changed-Why:
committed back in april


>Unformatted:


 	pkgsrc-2014Q1

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.