Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301126 - dev-java/rxtx does not look for ttyACM*
Summary: dev-java/rxtx does not look for ttyACM*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: http://bugzilla.qbang.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks: 281888
  Show dependency tree
 
Reported: 2010-01-15 18:54 UTC by Thilo Bangert (RETIRED) (RETIRED)
Modified: 2010-02-12 10:08 UTC (History)
0 users

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


Attachments
files/rxtx-2.1-7r2-add-ttyACM.diff (rxtx-2.1-7r2-add-ttyACM.diff,772 bytes, patch)
2010-01-15 18:56 UTC, Thilo Bangert (RETIRED) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-01-15 18:54:57 UTC
as reported on different places on the net, rxtx does not currently search for ttyACM* serial devices.

the patch that i am about to attach fixes this. please object i shouldnt commit the following. thanks.


bangert@marsupilami ~/gentoo/portage/dev-java/rxtx $ diff -Naur rxtx-2.1.7.2-r2.ebuild rxtx-2.1.7.2-r3.ebuild 
--- rxtx-2.1.7.2-r2.ebuild      2008-07-06 22:58:00.000000000 +0200                                           
+++ rxtx-2.1.7.2-r3.ebuild      2010-01-15 17:34:35.000000000 +0100                                           
@@ -1,4 +1,4 @@                                                                                               
-# Copyright 1999-2008 Gentoo Foundation                                                                      
+# Copyright 1999-2010 Gentoo Foundation                                                                      
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-java/rxtx/rxtx-2.1.7.2-r2.ebuild,v 1.4 2008/07/05 09:53:14 loki_val Exp $

@@ -14,7 +14,7 @@

 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc source lfd"

 RDEPEND=">=virtual/jre-1.4"
@@ -39,6 +39,7 @@
        # some patches
        epatch "${FILESDIR}/${MY_P}-lfd.diff"
        epatch "${FILESDIR}/${MY_P}-nouts.diff"
+       epatch "${FILESDIR}/${MY_P}-add-ttyACM.diff"

        # update autotools stuff
        rm acinclude.m4
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-01-15 18:56:07 UTC
Created attachment 216628 [details, diff]
files/rxtx-2.1-7r2-add-ttyACM.diff
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2010-01-16 09:35:22 UTC
(In reply to comment #0)
> 
> the patch that i am about to attach fixes this. please object i shouldnt commit
> the following. thanks.
> 

As long as you add a comment above the patch with a link to the upstream bug report with the patch attached.
Comment 3 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-01-17 10:15:24 UTC
their bugzilla doesnt send me any mails, so i cant create an account. does somebody already have an account on the rxtx bugzilla?
thanks
Comment 4 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-02-07 20:48:41 UTC
upstream bugreport: http://bugzilla.qbang.org/show_bug.cgi?id=139
Comment 5 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-02-12 10:08:04 UTC
rxtx-2.1.7.2-r3 is in the tree. thanks