First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45152
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chuck Short (RETIRED) <zul@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Rick Vinyard <rvinyard@nmsu.edu>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
bacula-1.32f-r6.ebuild ebuild with fixed support for sqlite text/plain Rick Vinyard 2004-03-19 12:14 0000 3.08 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 45152 depends on: Show dependency tree
Show dependency graph
Bug 45152 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-19 12:13 0000
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 From Rick Vinyard 2004-03-19 12:14:42 0000 -------
Created an attachment (id=27637) [edit]
ebuild with fixed support for sqlite

------- Comment #2 From Chuck Short (RETIRED) 2004-03-19 14:55:05 0000 -------
Fixed in cvs.

First Last Prev Next    No search results available      Search page      Enter new bug