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

Bug 45152

Summary: bacula fails to build with sqlite
Product: Gentoo Linux Reporter: Rick Vinyard <rvinyard>
Component: Current packagesAssignee: Chuck Short (RETIRED) <zul>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild with fixed support for sqlite

Description Rick Vinyard 2004-03-19 12:13:33 UTC
bacula ebuild has incorrect sqlite path

Reproducible: Always
Steps to Reproduce:
1.emerge bacula-1.32f-r5.ebuild
2.
3.

Actual Results:  
Sorry, didn't save actual output. But, configure failed with a
'can't find sqlite.h in /usr' error.


In the ebuild:

        if use sqlite
        then
                myconf="${myconf} --with-sqlite=/usr"
        fi

Should be:

        if use sqlite
        then
                myconf="${myconf} --with-sqlite=/usr/include"
        fi
Comment 1 Rick Vinyard 2004-03-19 12:14:42 UTC
Created attachment 27637 [details]
ebuild with fixed support for sqlite
Comment 2 Chuck Short (RETIRED) gentoo-dev 2004-03-19 14:55:05 UTC
Fixed in cvs.