Bug#625964: goldencheetah: FTBFS on GNU/kFreeBSD

2011-05-26 Thread KURASHIKI Satoru
hi,

At Wed, 25 May 2011 21:59:16 +0900 (JST),
Tatsuya Kinoshita wrote:
  The error seems that N_TTY is not defined on kfreebsd-*.
  
  I've skimmed through the header files and noticed that TTYDISC is
  defined in /usr/include/sys/ttycom.h on kfreebsd-*, provided by the
  kfreebsd-kernel-headers package.
  
  So, if the condition `|| defined(__FreeBSD_kernel__)' is added to
  the Q_OS_MACX line, the error might be prevented.
 
 Satoru, are you working on this?  If your update is not ready, I'm
 going to upload with the above one line patch, scheduled on June 1.

Aha, I will deal with your patch the day after tomorrow.
(hopefully with some minor fixes.)

sorry for late response.

regards,
-- 
KURASHIKI Satoru



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625964: goldencheetah: FTBFS on GNU/kFreeBSD

2011-05-26 Thread Tatsuya Kinoshita
On May 26, 2011 at 11:31PM +0900,
lurdan (at gmail.com) wrote:

 Aha, I will deal with your patch the day after tomorrow.
 (hopefully with some minor fixes.)

Satoru, you may add DM-Upload-Allowed.

Thanks,
--
Tatsuya Kinoshita


pgpWfMkQszJiZ.pgp
Description: PGP signature


Bug#625964: goldencheetah: FTBFS on GNU/kFreeBSD

2011-05-25 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On May 7, 2011 at 9:22PM +0900,
tats (at vega.ocn.ne.jp) wrote:

 The error seems that N_TTY is not defined on kfreebsd-*.
 
 I've skimmed through the header files and noticed that TTYDISC is
 defined in /usr/include/sys/ttycom.h on kfreebsd-*, provided by the
 kfreebsd-kernel-headers package.
 
 So, if the condition `|| defined(__FreeBSD_kernel__)' is added to
 the Q_OS_MACX line, the error might be prevented.

Satoru, are you working on this?  If your update is not ready, I'm
going to upload with the above one line patch, scheduled on June 1.

Thanks,
- -- 
Tatsuya Kinoshita
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJN3P0kAAoJEOXvq5AIDqY8VRkP/iKAHZX4DiaSEK1yNNfsa7Vb
0nFw2CiXuMYplM6Jd1CGWixtlO1GsBfnaLfMtc4EFJMpZQ6bPfTysA+jN8/BgeXR
pKxoSA4kQ4mz2SuRN6QqO/XhultXjC61hL4LsjqS7ID0VBXi/2JtWgf9qGwa2J8d
jaE8BaoeyupvV01G/Oi48E6uQzDHjbbDil5En6xSJJd7SPZ+xPDTTYWNCFzGevDO
8yn7Ky1ZGQCamSZO+iPBaSRQ3SFu9qgiwFMML0HA0MErOM8rs0c4Tgapz8bdLcD/
Wa8hRlOUokZxueRGIjKrH7WyaB3Edh+dQE5dP6LmLX2/o+42to2DPDOTVDKsT/Ql
oFfEKlXAh6Ojnn1EZ+RzHcxpVcLoqRhPIiK7Np+tCy6opPAz/iGqPe5KDatuefgY
QH+izZWOLKPW8zXwy35a241P1OoCdPYs/+3kjIdKG+QGsHkaJxqaUvY0CQVkIejz
dTxBeo/S6HOyakbZdelYAnQkW38pS9ChZ9ZJWcVcduEtew6IyUJbqxPozwhNRZgr
zRvgF3uMs8i6ztr8CZEPGKsLklCzQpZ1FOWF+JC8ds4dJz3iRRu8OcrVTp2I2zTn
JK0c1gAcFp76vcGAeB6dkvYrxGJF0wi0W2VRV26D9djOvRZasK9Vb1hllS8Gj8bW
+OsLZIfet2++8BEQZkGg
=DyI/
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625964: goldencheetah: FTBFS on GNU/kFreeBSD

2011-05-07 Thread Tatsuya Kinoshita
Package: goldencheetah
Version: 2.0.0-1
Severity: serious

The build log seems that the package fails to build from source on
kfreebsd-*.

On May 6, 2011 at 1:45AM +,
noreply (at buildd.debian.org) wrote:

  * Source package: goldencheetah
  * Version: 2.0.0-1
  * Architecture: kfreebsd-amd64
  * State: failed
  * Suite: sid
  * Builder: fasch.debian.org
  * Build log: 
 https://buildd.debian.org/fetch.cgi?pkg=goldencheetaharch=kfreebsd-amd64ver=2.0.0-1stamp=1304645807file=log

| Computrainer.cpp: In member function 'int Computrainer::openPort()':
| Computrainer.cpp:806:15: error: 'N_TTY' was not declared in this scope
| make[2]: *** [Computrainer.o] Error 1

src/Computrainer.cpp:
| int Computrainer::openPort()
| {
| #ifndef WIN32
|
| // LINUX AND MAC USES TERMIO / IOCTL / STDIO
|
| #if defined(Q_OS_MACX)
| int ldisc=TTYDISC;
| #else
| int ldisc=N_TTY; // LINUX
| #endif

The error seems that N_TTY is not defined on kfreebsd-*.

I've skimmed through the header files and noticed that TTYDISC is
defined in /usr/include/sys/ttycom.h on kfreebsd-*, provided by the
kfreebsd-kernel-headers package.

So, if the condition `|| defined(__FreeBSD_kernel__)' is added to
the Q_OS_MACX line, the error might be prevented.

Satoru, please consider this issue for the next update.

Thanks,
--
Tatsuya Kinoshita


pgpUSMiXhdubx.pgp
Description: PGP signature