FS#56012 - fossil: symbol lookup error

Attached to Project: Community Packages
Opened by Lacsap (lacsap) - Monday, 16 October 2017, 11:50 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 17 October 2017, 06:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

running fossil (2.3-1) from arch package reports this error :
fossil: symbol lookup error: fossil: undefined symbol: sqlite3_prepare_v3

running fossil downloaded from https://www.fossil-scm.org/index.html/uv/fossil-linux-x64-2.3.tar.gz runs as excepted.

Additional info:
* package version(s)
* config and/or log files etc.

fossil-2.3-1

Steps to reproduce:

sudo pacman -S fossil
fossil
fossil: symbol lookup error: fossil: undefined symbol: sqlite3_prepare_v3

wget https://www.fossil-scm.org/index.html/uv/fossil-linux-x64-2.3.tar.gz
tar xvf fossil-linux-x64-2.3.tar.gz
./fossil
Usage: ../fossil COMMAND ...
or: ../fossil help -- for a list of common commands
or: ../fossil help COMMAND -- for help with the named command

Commands and filenames may be passed on to fossil from a file
by using:

../fossil --args FILENAME ...

Each line of the file is assumed to be a filename unless it starts
with '-' and contains a space, in which case it is assumed to be
another flag and is treated as such. --args FILENAME may be used
in conjunction with any other flags.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 17 October 2017, 06:44 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial updates are not supported
Comment by Doug Newgard (Scimmia) - Monday, 16 October 2017, 15:05 GMT
What version of the sqlite package?
Comment by Lacsap (lacsap) - Tuesday, 17 October 2017, 06:17 GMT
sqlite3 --version
3.19.3 2017-06-08 14:26:16 0ee482a1e0eae22e08edc8978c9733a96603d4509645f348ebf55b579e89636b

pacman -Q sqlite
sqlite 3.19.3-1

Loading...