pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42101: www/firefox requires database/sqlite3 >= 3.6.10
>Number: 42101
>Category: pkg
>Synopsis: www/firefox requires database/sqlite3 >= 3.6.10
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Sep 20 02:00:00 +0000 2009
>Originator: ISIHARA Takanori
>Release: NetBSD/i386 5-STABLE
>Organization:
Nagoya *BSD Users' Group ;-)
>Environment:
NetBSD ishitPc9.home 5.0_STABLE NetBSD 5.0_STABLE (ISHITPC9) #8: Sun Aug 30
13:48:46 JST 2009
sysbuild%ishitPc9.home@localhost:/opt/sysbuild/netbsd-5/obj/i386/sys/arch/i386/compile/ISHITPC9
i386
>Description:
www/firefox requires database/sqlite3 >= 3.6.10.
>How-To-Repeat:
1. you install database/sqlite3 < 3.6.10
2. cd www/firefox; make
% cd www/firefox
% make
<snip>
checking for sqlite3 >= 3.6.10... Requested 'sqlite3 >= 3.6.10' but version of
SQLite is 3.6.7
configure: error: Library requirements (sqlite3 >= 3.6.10) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.
*** Error code 1
Stop.
make: stopped in /opt/pkgsrc/devel/xulrunner
*** Error code 1
Stop.
make: stopped in /opt/pkgsrc/devel/xulrunner
*** Error code 1
Stop.
make: stopped in /opt/pkgsrc/www/firefox
%
>Fix:
patch www/firefox/Makefile, maybe.
--- Makefile 18 Sep 2009 08:03:49 -0000 1.57
+++ Makefile 20 Sep 2009 01:33:29 -0000
@@ -89,6 +89,7 @@
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../archivers/bzip2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.10
.include "../../databases/sqlite3/buildlink3.mk"
BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1.3nb4
.include "../../devel/xulrunner/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index