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

Bug 463906

Summary: dev-db/libzdb-2.11.1 typo in sqlite myconf
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: [OLD] DevelopmentAssignee: Thomas Raschbacher <lordvan>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, floppym, proxy-maint, ptr
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libzdb-2.11.1.ebuild.patch

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.