Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463906 - dev-db/libzdb-2.11.1 typo in sqlite myconf
Summary: dev-db/libzdb-2.11.1 typo in sqlite myconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 17:50 UTC by Chris Mayo
Modified: 2013-04-02 15:03 UTC (History)
4 users (show)

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


Attachments
libzdb-2.11.1.ebuild.patch (file_463906.txt,323 bytes, text/plain)
2013-04-01 10:00 UTC, Tom Wijsman (TomWij) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2013-03-30 17:50:34 UTC
--- /usr/portage/dev-db/libzdb/libzdb-2.11.1.ebuild.orig
+++ /usr/portage/dev-db/libzdb/libzdb-2.11.1.ebuild
@@ -41,7 +41,7 @@
 	fi
 
 	if use sqlite; then
-		myconf=+=" --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
+		myconf+=" --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
 	else
 		myconf="${myconf} --without-sqlite"
 	fi


Fixes:

ERROR: configure
ERROR: dev-db/libzdb-2.11.1 failed (configure phase):
  econf failed

Call stack:
         ebuild.sh, line   93:  Called src_configure
       environment, line 2063:  Called econf '--disable-profiling' '--disable-static' '--enable-openssl' '--without-oci' '+=' '--with-sqlite=/usr/' '--enable-sqliteunlock' '--without-mysql' '--with-postgresql=/usr/bin/pg_config'
  phase-helpers.sh, line  521:  Called die
The specific snippet of code:
  			die "econf failed"
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-01 10:00:24 UTC
Created attachment 343910 [details]
libzdb-2.11.1.ebuild.patch
Comment 2 Johan Bergström 2013-04-02 04:50:51 UTC
Adding floppym since he committed last change.
Comment 3 Mike Gilbert gentoo-dev 2013-04-02 15:03:36 UTC
+  02 Apr 2013; Mike Gilbert <floppym@gentoo.org> libzdb-2.10.3.ebuild,
+  libzdb-2.10.5.ebuild, libzdb-2.11.1.ebuild:
+  Fix typo, bug 463906 by Chris Mayo.