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

Bug 267953

Summary: net-wireless/irda-utils-0.9.16-r1 is not compilable with libtool-2
Product: Gentoo Linux Reporter: Serhij S. Stasyuk <stas>
Component: New packagesAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 284570    
Bug Blocks:    
Attachments: irda-utils-0.9.16-irdadump.patch
irda-utils-0.9.16-r1.ebuild

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.