Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121489 - patch for sqlite-3.3.3 tests, possibly fix an actual bug too
Summary: patch for sqlite-3.3.3 tests, possibly fix an actual bug too
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 17:17 UTC by Marien Zwart (RETIRED)
Modified: 2006-02-05 14:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Makefile fixes to make the tests run and pass (sqlite-3.3.3-tests.patch,906 bytes, patch)
2006-02-03 17:18 UTC, Marien Zwart (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marien Zwart (RETIRED) gentoo-dev 2006-02-03 17:17:54 UTC
The attached patch makes sqlite-3.3.3 pass its tests here. It fixes two problems:

- testfixture needs to compile in os.c or the tests fail immediately with missing symbols.
- the Makefile uses "sort +number" syntax that no longer works with coreutils-5.93. Fix this to use -k

The latter problem may cause non-test problems but I do not know how to run into them other than through the tests :)
Comment 1 Marien Zwart (RETIRED) gentoo-dev 2006-02-03 17:18:15 UTC
Created attachment 78838 [details, diff]
Makefile fixes to make the tests run and pass
Comment 2 Anders Rune Jensen (RETIRED) gentoo-dev 2006-02-05 14:05:16 UTC
Thanks. In 3.3.3-r1.