Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72580 - RXTX ebuild
Summary: RXTX ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-11-26 14:27 UTC by Nikolas 'Atrus' Coukouma
Modified: 2005-03-09 12:24 UTC (History)
0 users

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


Attachments
ebuild for RXTX (rxtx-2.1.7_pre17.ebuild,962 bytes, text/plain)
2004-11-26 14:28 UTC, Nikolas 'Atrus' Coukouma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas 'Atrus' Coukouma 2004-11-26 14:27:14 UTC
This ebuild adds support for RXTX, a native lib providing serial and parallel communication for Java. I reccomend it goes in dev-java/rxtx

RXTX hompage:
http://rxtx.org/
Comment 1 Nikolas 'Atrus' Coukouma 2004-11-26 14:28:03 UTC
Created attachment 44794 [details]
ebuild for RXTX
Comment 2 Nikolas 'Atrus' Coukouma 2004-11-26 14:33:39 UTC
Er, it might be worth including some info messages saying that programs that use RXTX must be run in the following manner:
java -Djava.library.path=$(java-config -i rxtx-2) Class

I wonder if there's a better solution ...
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-12-20 09:55:10 UTC
What did you intend by:

DEPEND="!virtual/javacomm"



Comment 4 Nikolas 'Atrus' Coukouma 2004-12-20 09:59:00 UTC
The 2.1.x versions of RXTX conflict with the java communications API from Sun. See bug #71606
Comment 5 Michael Imhof (RETIRED) gentoo-dev 2005-02-06 17:22:16 UTC
news on this one?
would be a dep for an ebuild for http://eps.sourceforge.net/
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-09 12:24:21 UTC
ebuild added. thanks for your effort.