Bug#585089: marked as done (librxtx-java FTBFS kfreebsd)

2011-02-06 Thread Debian Bug Tracking System
Your message dated Sun, 6 Feb 2011 14:41:33 -0500
with message-id 
and subject line fixed FTBFS on kfreebsd
has caused the Debian Bug report #585089,
regarding librxtx-java FTBFS kfreebsd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: librxtx-java
Version: 2.2pre2-1
Severity: normal


librxtx-java FTBFS on kfreebsd-amd64 and -i386.

As seen on the developers mailing list [1], we need to add the
following to SerialImp.h


#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#   define DEVICEDIR "/dev/"
#   define LOCKDIR "/var/lock"
#   define LOCKFILEPREFIX "LCK.."
#   define FHS
#endif




http://mailman.qbang.org/pipermail/rxtx/2006-August/6245872.html


--- End Message ---
--- Begin Message ---
Source: rxtx
Source-Version: 2.2pre2-7

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#585089:

2011-02-05 Thread Scott Howard
Fixed the FTBFS for not defining __freebsd_kernel__.

New FTBFS:
gcc -shared  
/build/buildd-rxtx_2.2pre2-5-kfreebsd-i386-z7JZih/rxtx-2.2pre2/i486-pc-kfreebsd-gnu/.libs/SerialImp.o
/build/buildd-rxtx_2.2pre2-5-kfreebsd-i386-z7JZih/rxtx-2.2pre2/i486-pc-kfreebsd-gnu/.libs/fuserImp.o
 -lc_r  -Wl,-soname -Wl,librxtxSerial-2.2pre1.so -o
.libs/librxtxSerial-2.2pre1.so
/usr/bin/ld: cannot find -lc_r


-lc_r is removed [1] (try -lpthreads instead?).  We are linking to it
in [2]. We also need to fix target lib to be shared:
 581 TARGETLIB="\$(target_triplet)/librxtxSerial.la \
 582 \$(target_triplet)/librxtxParallel.la"


I requested the build-deps to be installed on io.debian.net for porting


[1] http://unix.derkeiler.com/Mailing-Lists/FreeBSD/arch/2005-10/0060.html
[2] http://git.debian.org/?p=pkg-java/rxtx.git;a=blob;f=configure.in#l578



__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#585089: still not fixed

2011-02-03 Thread Scott Howard
notfixed 585089 2.2pre2-4
thanks

still not fixed...trying patch with:

#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
[...]
#endif

http://glibc-bsd.alioth.debian.org/porting/PORTING



__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#585089: marked as done (librxtx-java FTBFS kfreebsd)

2011-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 04 Feb 2011 02:39:17 +
with message-id 
and subject line Bug#585089: fixed in rxtx 2.2pre2-4
has caused the Debian Bug report #585089,
regarding librxtx-java FTBFS kfreebsd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: librxtx-java
Version: 2.2pre2-1
Severity: normal


librxtx-java FTBFS on kfreebsd-amd64 and -i386.

As seen on the developers mailing list [1], we need to add the
following to SerialImp.h


#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#   define DEVICEDIR "/dev/"
#   define LOCKDIR "/var/lock"
#   define LOCKFILEPREFIX "LCK.."
#   define FHS
#endif




http://mailman.qbang.org/pipermail/rxtx/2006-August/6245872.html


--- End Message ---
--- Begin Message ---
Source: rxtx
Source-Version: 2.2pre2-4

We believe that the bug you reported is fixed in the latest version of
rxtx, which is due to be installed in the Debian FTP archive:

librxtx-java_2.2pre2-4_amd64.deb
  to main/r/rxtx/librxtx-java_2.2pre2-4_amd64.deb
rxtx_2.2pre2-4.debian.tar.gz
  to main/r/rxtx/rxtx_2.2pre2-4.debian.tar.gz
rxtx_2.2pre2-4.dsc
  to main/r/rxtx/rxtx_2.2pre2-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Howard  (supplier of updated rxtx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Feb 2011 21:05:47 -0500
Source: rxtx
Binary: librxtx-java
Architecture: source amd64
Version: 2.2pre2-4
Distribution: experimental
Urgency: low
Maintainer: Debian Java maintainers 

Changed-By: Scott Howard 
Description: 
 librxtx-java - Full Java CommAPI implementation
Closes: 472053 585089 609152
Changes: 
 rxtx (2.2pre2-4) experimental; urgency=low
 .
   * Updated debian/copyright.
   * debian/compat is now 8
   * debian/patches/debian_porting.patch
 - Fixed a FTBFS in src/RawImp.c for systems without sys/io.h
   (Closes: #609152)
   * debian/patches/kreebsd_porting.patch
 - Fixed a FTBFS from not defining __FreeBSD_kernel__
   (Closes: #585089)
   * debian/patches/zsystem_exception.patch
 - Print error if initialization fails (Closes: #472053)
Checksums-Sha1: 
 e4e7b55f750eede78726a2797563db78f2d33407 1281 rxtx_2.2pre2-4.dsc
 0da4f53c7e9368a050aad63b5acc407c33955f47 14112 rxtx_2.2pre2-4.debian.tar.gz
 757dc06e8374127c31a263df3c95fc40a47a084d 188096 
librxtx-java_2.2pre2-4_amd64.deb
Checksums-Sha256: 
 33b1413ceb9f350887f2b0dcd41c2235ffecb8865896ab0728ec157542dfa171 1281 
rxtx_2.2pre2-4.dsc
 63851ddab40aba01d468d4076a4e005e422d2468dab78f28825772dec37733c9 14112 
rxtx_2.2pre2-4.debian.tar.gz
 dd4573ab55ce8896e896420ac0123a01b2065167d615c861db9e673dec90e678 188096 
librxtx-java_2.2pre2-4_amd64.deb
Files: 
 a8c67e2efe5c1f219f208b4453cadd6f 1281 java optional rxtx_2.2pre2-4.dsc
 5567cd0b9eac3c1cc25142f92792456c 14112 java optional 
rxtx_2.2pre2-4.debian.tar.gz
 014254784d2d5842c31cbb76ba08c61a 188096 java optional 
librxtx-java_2.2pre2-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1LYoAACgkQuqVp0MvxKmpZ3wCgtUo4IulZM0gT160CmVbt12lN
BXIAoK8MujIWBFM6xCh7Qof66Sz/cth0
=9Llq
-END PGP SIGNATURE-


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#585089: Info received (Bug#585089: Acknowledgement (librxtx-java FTBFS kfreebsd))

2010-06-09 Thread Scott Howard
Also need a section for:


#if defined(__gnu_hurd__1)
__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.