Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83725 - rioutil-1.4.7.ebuild (Update)
Summary: rioutil-1.4.7.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 13:54 UTC by Emmanuel Rosa
Modified: 2005-04-21 04:03 UTC (History)
1 user (show)

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


Attachments
Preliminary rioutil-1.4.7 ebuild (rioutil-1.4.7.ebuild,834 bytes, text/plain)
2005-03-09 14:16 UTC, Emmanuel Rosa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Rosa 2005-03-01 13:54:21 UTC
I would like to request an ebuild for rioutil-1.4.7. The problem is rioutil has two interfaces: usbdevfs and libusb. Previously, libusb did not work to well. But now, usbdevfs does not compile against kernel 2.6.x without a patch. At first I tried updating the patch, but it turns out libusb works just fine. So the patch is not needed.

Reproducible: Always
Steps to Reproduce:
1.Copy rioutil-1.4.4.ebuild to rioutil-1.4.7
2.Remove the line that says: epatch "${FILESDIR}/${P}-26headers.patch"
With libusb, the patch is not needed.
3.Replace the line that says: econf --with-usbdevfs || die
with: econf || die
4.Then it should compile properly.

Actual Results:  
rioutil-1.4.7 works with libusb on kernel-2.6.x

Expected Results:  
rioutil-1.4.7 works with libusb on kernel-2.6.x

I'm sorry if I'm not posting this bug correctly. I've never tried requesting an
ebuild before.
Comment 1 Emmanuel Rosa 2005-03-09 14:16:09 UTC
Created attachment 53034 [details]
Preliminary rioutil-1.4.7 ebuild

Here's the ebuild I used to get rioutil-1.4.7 installed. When using libusb,
(which may need to be added as a dependancy) the kernel-2.6.x patch is not
needed. I tried updating the patch provided with rioutil-2.4.4 so that I could
use usbdevfs, but I found it simpler to just use libusb instead.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-04-21 04:03:23 UTC
version bump added.