Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45152 - bacula fails to build with sqlite
Summary: bacula fails to build with sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Chuck Short (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 12:13 UTC by Rick Vinyard
Modified: 2004-03-19 14:55 UTC (History)
0 users

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


Attachments
ebuild with fixed support for sqlite (bacula-1.32f-r6.ebuild,3.08 KB, text/plain)
2004-03-19 12:14 UTC, Rick Vinyard
Details

Note You need to log in before you can comment on or make changes to this bug.
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.