Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 323651

Summary: dev-db/sqlite not built with unlock notify support
Product: Gentoo Linux Reporter: Ian Abbott <ian>
Component: Current packagesAssignee: Petteri Räty (RETIRED) <betelgeuse>
Status: RESOLVED FIXED    
Severity: enhancement CC: arfrever, mozilla, polynomial-c
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Abbott 2010-06-12 07:30:31 UTC
The current ebuilds of dev-db/sqlite do not support the optional unlock notify feature This is needed to build some unsupported software packages such as forked-daapd (see http://forums.gentoo.org/viewtopic-t-829812.html ).

This feature could be added by defining the SQLITE_ENABLE_UNLOCK_NOTIFY C preprocessor symbol in the ebuild, either by default or by a new local use-flag.

Reproducible: Always

Steps to Reproduce:
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-06-26 10:22:26 UTC
Just as reminder: This will be needed by upcoming mozilla producs too.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-06-26 10:47:13 UTC
+*sqlite-3.6.23.1-r1 (26 Jun 2010)
+
+  26 Jun 2010; Lars Wendler <polynomial-c@gentoo.org>
+  +sqlite-3.6.23.1-r1.ebuild, metadata.xml:
+  non-maintainer commit: Added new local "unlock-notify" USE flag which
+  enables SQLITE_ENABLE_UNLOCK_NOTIFY (bug #323651). This is needed by
+  future mozilla products. Change added with kind permission from
+  Betelgeuse.
+