forwarded #345247 [EMAIL PROTECTED]
thanks

Hi Colin,

this is Debian bug report #345247, concerning a build failure on
Debian GNU/kFreeBSD. Aurelien has submitted a patch which might be
appropriate for your sources as well.

Are you comfortable with Debian applying the patch to ser2net 2.2, or
will you release ser2net 2.3 any time soon?

When replying, please keep [EMAIL PROTECTED] in the recipient list.

Greetings
Marc

P.S. While we're at it - are the feature trackers on sourceforge
maintained?
http://sourceforge.net/tracker/?atid=393781&group_id=28625&func=browse
has two requests filed by me one and a half years ago and I'd like to
know whether they have reached anybody.

----- Forwarded message from Aurelien Jarno <[EMAIL PROTECTED]> -----

> From: Aurelien Jarno <[EMAIL PROTECTED]>
> Subject: Bug#345247: ser2net: FTBFS on GNU/kFreeBSD
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Reply-To: Aurelien Jarno <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Date: Thu, 29 Dec 2005 22:46:47 +0100
> X-Mailer: reportbug 3.18
> 
> Package: ser2net
> Severity: important
> Tags: patch
> 
> Hi,
> 
> ser2net fails to build on GNU/kFreeBSD because <termio.h> is not
> portable and does not exists on such a system. If you look at
> /usr/include/termio.h on a GNU/Linux system, you will see it only
> contains:
> #include <termios.h>
> #include <sys/ioctl.h>
> 
> As <termios.h> is already included in the source code of ser2net,
> <sys/ioctl.h> could be used instead of <termio.h>, and that is portable.
> 
> That's the purpose of the patch attached. Could you please add it in
> your next upload?
> 
> Thanks in advance,
> Aurelien
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: kfreebsd-i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: GNU/kFreeBSD 5.4-1-686
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

> Status: in BTS
> Author: aurel32
> 
> --- ser2net-2.2.orig/devcfg.c
> +++ ser2net-2.2/devcfg.c
> @@ -21,7 +21,7 @@
>  
>  #include <unistd.h>
>  #include <termios.h>
> -#include <termio.h>
> +#include <sys/ioctl.h>
>  #include <sys/types.h>
>  #include <stdlib.h>
>  #include <string.h>


----- End forwarded message -----

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to