Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267953 - net-wireless/irda-utils-0.9.16-r1 is not compilable with libtool-2
Summary: net-wireless/irda-utils-0.9.16-r1 is not compilable with libtool-2
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on: 284570
Blocks:
  Show dependency tree
 
Reported: 2009-04-30 07:10 UTC by Serhij S. Stasyuk
Modified: 2009-10-14 18:45 UTC (History)
0 users

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


Attachments
irda-utils-0.9.16-irdadump.patch (irda-utils-0.9.16-irdadump.patch,303 bytes, patch)
2009-04-30 07:12 UTC, Serhij S. Stasyuk
Details | Diff
irda-utils-0.9.16-r1.ebuild (irda-utils-0.9.16-r1.ebuild,2.03 KB, text/plain)
2009-04-30 07:14 UTC, Serhij S. Stasyuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serhij S. Stasyuk 2009-04-30 07:10:54 UTC
irdadump component inside net-wireless/irda-utils-0.9.16-r1 consideres that there can not be versions newer then 1.x

Reproducible: Always
Comment 1 Serhij S. Stasyuk 2009-04-30 07:12:27 UTC
Created attachment 189922 [details, diff]
irda-utils-0.9.16-irdadump.patch

patch to fix the problem
Comment 2 Serhij S. Stasyuk 2009-04-30 07:14:04 UTC
Created attachment 189923 [details]
irda-utils-0.9.16-r1.ebuild

Fixed ebuild (Just added

  epatch "${FILESDIR}/${P}-irdadump.patch"

to the end of src_unpack()).
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2009-09-11 09:07:26 UTC
Thank you for report Serhij. As I see this bug is not reproducible with 0.9.18-r3. Better solution will be to mark new version stable and drop really 5 year old package from the tree. Anyway packages should not call autogen.sh (and use autotools.eclass instead) so your patch should not be needed.
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2009-10-14 12:25:40 UTC
Broken version was removed from the tree. This bug is fixed.
Comment 5 Serhij S. Stasyuk 2009-10-14 18:44:34 UTC
Thanks a lot. Yes, it works fine now.