Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446418 - sci-libs/arprec-2.2.16 version bump
Summary: sci-libs/arprec-2.2.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-08 00:51 UTC by James Cloos
Modified: 2012-12-11 00:48 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Cloos 2012-12-08 00:51:05 UTC
First, arprec 2.2.16 is out.  The patch for 2.2.15 does not apply to 2.2.16.

Second, in src_install, the ebuild does:

  exeinto /usr/libexec/${PN}
  doexe mathtool

The doexe installs the libtool wrapper script rather than the actual binary.

Also, the ebuild should install a script at /usr/bin/mathtool which does something like:

  #!/bin/sh
  cd /usr/libexec/arprec && exec ./mathtool

(The mathtool program will only run if the two .dat files also installed into  /usr/libexec/${PN} are present in its $CWD, which one expects is why the ebuild puts them in libexec.)
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2012-12-11 00:48:04 UTC
+*arprec-2.2.16 (11 Dec 2012)
+
+  11 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +arprec-2.2.16.ebuild,
+  -arprec-2.2.13.ebuild, -arprec-2.2.15.ebuild,
+  -files/arprec-2.2.15-fix-enabling.patch:
+  Version bump. Patch applied upstream. Fix mathtool according to bug #446418
+  thanks to James Cloos
+