First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 120229
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Colin Morey <peitolm@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dmitry Zamaruev <avenger@dmz.org.ua>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
exim_4.60_sqlite.diff EximSQLite diff patch Dmitry Zamaruev 2006-01-24 15:12 0000 442 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120229 depends on: Show dependency tree
Show dependency graph
Bug 120229 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: 2006-01-24 15:11 0000
mail-mta/exim-4.60.ebuild make use of 'sqlite' flag. But src_unpack() function
incorrectly process it (changes commented value to commented value) on line
175:
sed -i "s:# LOOKUP_SQLITE=yes:# LOOKUP_SQLITE=yes:" Local/Makefile

Here is fix diff:
--- exim-4.60.ebuild.orig       2006-01-25 00:58:17.000000000 +0200
+++ exim-4.60.ebuild    2006-01-25 00:58:41.000000000 +0200
@@ -172,7 +172,7 @@
                LOOKUP_LIBS="$LOOKUP_LIBS -lpq"
        fi
        if use sqlite; then
-               sed -i "s:# LOOKUP_SQLITE=yes:# LOOKUP_SQLITE=yes:"
Local/Makefile
+               sed -i "s:# LOOKUP_SQLITE=yes:LOOKUP_SQLITE=yes:"
Local/Makefile                LOOKUP_INCLUDE="$LOOKUP_INCLUDE
-I/usr/include/sqlite"
                LOOKUP_LIBS="$LOOKUP_LIBS -lsqlite3"
        fi

------- Comment #1 From Dmitry Zamaruev 2006-01-24 15:12:55 0000 -------
Created an attachment (id=78035) [edit]
EximSQLite diff

------- Comment #2 From Colin Morey 2006-02-23 12:09:07 0000 -------
This should be fixed in 4.60-r1, going stable shortly.

------- Comment #3 From Colin Morey 2006-06-12 12:13:41 0000 -------
Please re-open if you disagree, but this should be fixed now.

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