Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487866 - app-office/mdbtools-0.7.1 version bump
Summary: app-office/mdbtools-0.7.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chris Kerr
URL: http://sourceforge.net/mailarchive/fo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-13 10:48 UTC by Chris Kerr
Modified: 2013-10-14 13:30 UTC (History)
2 users (show)

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


Attachments
Patch with mdbtools-0.7.1.ebuild and digest (mdbtools-0.7.1.patch,2.80 KB, patch)
2013-10-13 10:50 UTC, Chris Kerr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>