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

Bug 487866

Summary: app-office/mdbtools-0.7.1 version bump
Product: Gentoo Linux Reporter: Chris Kerr <chris.kerr>
Component: Current packagesAssignee: Chris Kerr <chris.kerr>
Status: RESOLVED FIXED    
Severity: normal CC: pinkbyte, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/mailarchive/forum.php?thread_name=201310130904.22102.contact_mdbtools@nirgal.com&forum_name=mdbtools-dev
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch with mdbtools-0.7.1.ebuild and digest

Description Chris Kerr 2013-10-13 10:48:09 UTC
A new version of mdbtools has been released

I can't work out how to submit an attachment with the initial report so I'll add the ebuild later.

Reproducible: Always
Comment 1 Chris Kerr 2013-10-13 10:50:20 UTC
Created attachment 360766 [details, diff]
Patch with mdbtools-0.7.1.ebuild and digest

The patch includes the workaround (-j1 in src_compile) for https://bugs.gentoo.org/show_bug.cgi?id=486434

That bug has been reported upstream but not yet fixed.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-13 13:54:17 UTC
Comment on attachment 360766 [details, diff]
Patch with mdbtools-0.7.1.ebuild and digest

--- mdbtools-0.7.ebuild 2013-05-28 14:14:47.000000000 +0200
+++ mdbtools-0.7.1.ebuild       2013-10-13 15:51:51.098612746 +0200
@@ -27,6 +27,7 @@
        )
        odbc? ( >=dev-db/unixODBC-2.0 )"
 DEPEND="${RDEPEND}
+       >=sys-devel/autoconf-2.58
        app-text/txt2man
        sys-devel/flex
        virtual/pkgconfig
@@ -42,3 +43,7 @@
        )
        autotools-utils_src_configure
 }
+
+src_compile() {
+       autotools-utils_src_compile -j1
+}
Comment 3 Sergey Popov gentoo-dev 2013-10-14 13:30:26 UTC
+  14 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> mdbtools-0.7.ebuild,
+  +mdbtools-0.7.1.ebuild, +files/mdbtools-0.7.1-parallel-make.patch:
+  Version bump, wrt bug #487866. Add parallel make fixes, wrt bug #486434,
+  thanks to Chris Kerr <gingekerr AT yahoo.co.uk>