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

Bug 121489

Summary: patch for sqlite-3.3.3 tests, possibly fix an actual bug too
Product: Gentoo Linux Reporter: Marien Zwart (RETIRED) <marienz>
Component: [OLD] DevelopmentAssignee: Anders Rune Jensen (RETIRED) <arj>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Makefile fixes to make the tests run and pass

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.