pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47470: xulrunner don't check for sqlite3 version
>Number: 47470
>Category: pkg
>Synopsis: xulrunner don't check for sqlite3 version
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jan 19 21:20:01 +0000 2013
>Originator: reed%reedmedia.net@localhost
>Release: NetBSD 6.0_STABLE
>Organization:
Jeremy C. Reed
>Environment:
System: NetBSD t1.m.reedmedia.net 6.0_STABLE NetBSD 6.0_STABLE (GENERIC) #2:
Wed Oct 24 13:02:03 CDT 2012
reed%t1.m.reedmedia.net@localhost:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
See
// Ensure that we are using the same version of SQLite that we compiled with
// or newer. Our configure check ensures we are using a new enough version
// at compile time.
if (SQLITE_VERSION_NUMBER > ::sqlite3_libversion_number()) {
in ./storage/src/mozStorageService.cpp
Let us please patch out this check. The pkgsrc check should be good
enough. The sqlite3 check at configure time is good enough too:
$ grep SQLITE_VERSION configure.in
SQLITE_VERSION=3.7.14.1
PKG_CHECK_MODULES(SQLITE, sqlite3 >= $SQLITE_VERSION)
I received the popup window with 3.7.14. It went away with
3.7.15 (firefox worked).
Also update BUILDLINK_API_DEPENDS.sqlite3 in Makefile.common.mk
as it doesn't match the xulrunner configure.
>How-To-Repeat:
Install firefox from package made by someone else but you have good enough
3.7.14.
>Fix:
(See above)
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index