Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482636 - sci-biology/bamtools-2.2.3 - broken /usr/bin/bamtools-2.2.3 (requires libbamtools-utils.so.2.2.0)
Summary: sci-biology/bamtools-2.2.3 - broken /usr/bin/bamtools-2.2.3 (requires libbamt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Martin Mokrejš
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 07:46 UTC by Linlin Yan
Modified: 2013-09-17 15:37 UTC (History)
2 users (show)

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


Attachments
bamtools-2.3.0-unbundle.patch (bamtools-2.3.0-unbundle.patch,981 bytes, patch)
2013-08-27 16:08 UTC, Martin Mokrejš
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linlin Yan 2013-08-27 07:46:29 UTC
After I installed 'sci-biology/bamtools-2.2.3', it keeps prompting 'broken /usr/bin/bamtools-2.2.3 (requires libbamtools-utils.so.2.2.0)' and reinstall 'sci-biology/bamtools-2.2.3' over and over again when 'revdep-rebuild'.


Reproducible: Always

Steps to Reproduce:
1. Install 'sci-biology/bamtools-2.2.3' by command:
   $ emerge -av sci-biology/bamtools
2. Run 'revdep-rebuild', it prompts 'broken /usr/bin/bamtools-2.2.3 (requires libbamtools-utils.so.2.2.0)' and tries to reinstall 'sci-biology/bamtools'.
3. After that, when run 'revdep-rebuild' again, the problem is still the same.



I checked the discussion of the software on GitHub: https://github.com/pezmaster31/bamtools/pull/55

It seems that this is a bug of its 2.2.3 version. the 'libbamtools-utils.so*' has not been installed correctly after compiling.

Maybe some patchs is required, or ebuild file for new version.
Comment 1 Martin Mokrejš 2013-08-27 15:53:01 UTC
Looks 2.3.0 was released just because of that. Just do:

cd /usr/portage/sci-biology/bamtools/
cp bamtools-2.2.3.ebuild bamtools-2.3.0.ebuild
ebuild bamtools-2.3.0.ebuild digest
emerge =sci-biology/bamtools-2.3.0

and see if that helped.
Comment 2 Martin Mokrejš 2013-08-27 16:08:39 UTC
Created attachment 357180 [details, diff]
bamtools-2.3.0-unbundle.patch

You will need also this updated patch.
Comment 3 Linlin Yan 2013-08-28 23:30:56 UTC
Bravo! It worked.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2013-09-17 15:37:43 UTC
+*bamtools-2.3.0 (17 Sep 2013)
+
+  17 Sep 2013; Justin Lecher <jlec@gentoo.org> -bamtools-2.2.3.ebuild,
+  +bamtools-2.3.0.ebuild, +files/bamtools-2.3.0-unbundle.patch:
+  Version Bump, drop old, #482636; thanks Martin Mokrejš for the patch
+