Your message dated Thu, 15 Sep 2005 15:49:31 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Not connected with debian
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Jun 2005 04:14:31 +0000
>From [EMAIL PROTECTED] Fri Jun 03 21:14:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms042pub.verizon.net [206.46.252.42] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DeQ3L-0002tz-00; Fri, 03 Jun 2005 21:14:31 -0700
Received: from [192.168.1.46] ([70.110.12.122])
 by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04
 (built Dec 24 2004)) with ESMTPA id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Fri, 03 Jun 2005 23:14:31 -0500 (CDT)
Date: Sat, 04 Jun 2005 00:14:30 -0400
From: Glenn Fink <[EMAIL PROTECTED]>
Subject: Package Motor 3.4.0 does not compile on Darwin
To: [EMAIL PROTECTED]
Cc: Glenn Fink <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0 (Apple Message framework v622)
X-Mailer: Apple Mail (2.622)
Content-type: multipart/alternative; boundary=Apple-Mail-16--35167023
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--Apple-Mail-16--35167023
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
        charset=US-ASCII;
        delsp=yes;
        format=flowed

Package: Motor
Version: 3.4.0

System info:
% uname -a
Darwin Glenns-Mac.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30  
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power  
Macintosh powerpc

I downloaded motor and attempted to install it like so:

% ./configure
<...snip...>
% make
<...snip...>
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kkstrtext  
-I../../kkconsui/include     -I../../kksystr/include -I../../intl      
-I../../src/ui/ncurses -I../../src/debugger     -I../../src/executor  
-I../../src/project     -I../../src -I../../parser/include      
-I../../src/ui -I../../src/configuration     -I../../src/tagbrowser     
-g -O2 -c motordebugger.cc
motordebugger.cc:22:20: sys/vt.h: No such file or directory
motordebugger.cc: In member function `bool  
motor::motordebugger::getfreeterm()
    ':
motordebugger.cc:67: error: `VT_OPENQRY' undeclared (first use this  
function)
motordebugger.cc:67: error: (Each undeclared identifier is reported  
only once
    for each function it appears in.)
motordebugger.cc: In member function `void
     
motor::motordebugger::switchterm(motor::motordebugger:: 
termswitchdirection)
    ':
motordebugger.cc:661: error: `VT_ACTIVATE' undeclared (first use this  
function)
motordebugger.cc:662: error: `VT_WAITACTIVE' undeclared (first use this
    function)
make[3]: *** [motordebugger.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

I believe the configure script should be looking for <sys/vt.h> and if  
not found should try to find a substitute.

Thanks,

Glenn
<http://csgrad.cs.vt.edu/~finkga/>

--
Jesus is the ONLY way to gain eternal life.  That's not arrogance--He  
said it, not me! (John 14:6)
--Apple-Mail-16--35167023
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
        charset=US-ASCII

Package: Motor

Version: 3.4.0


System info:

% <bold>uname -a</bold>

Darwin Glenns-Mac.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power
Macintosh powerpc


I downloaded motor and attempted to install it like so:


% <bold>./configure</bold>

<<...snip...>

% <bold>make</bold>

<<...snip...>

c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kkstrtext
-I../../kkconsui/include     -I../../kksystr/include -I../../intl    
-I../../src/ui/ncurses -I../../src/debugger     -I../../src/executor
-I../../src/project     -I../../src -I../../parser/include    
-I../../src/ui -I../../src/configuration     -I../../src/tagbrowser   
-g -O2 -c motordebugger.cc

motordebugger.cc:22:20: sys/vt.h: No such file or directory

motordebugger.cc: In member function `bool
motor::motordebugger::getfreeterm()

   ':

motordebugger.cc:67: error: `VT_OPENQRY' undeclared (first use this
function)

motordebugger.cc:67: error: (Each undeclared identifier is reported
only once 

   for each function it appears in.)

motordebugger.cc: In member function `void 

  
motor::motordebugger::switchterm(motor::motordebugger::termswitchdirection)

   ':

motordebugger.cc:661: error: `VT_ACTIVATE' undeclared (first use this
function)

motordebugger.cc:662: error: `VT_WAITACTIVE' undeclared (first use
this 

   function)

make[3]: *** [motordebugger.o] Error 1

make[2]: *** [all-recursive] Error 1

make[1]: *** [all-recursive] Error 1

make: *** [all-recursive-am] Error 2


I believe the configure script should be looking for <<sys/vt.h> and
if not found should try to find a substitute.


Thanks,


Glenn

<<http://csgrad.cs.vt.edu/~finkga/>


--

<italic>Jesus is the ONLY way to gain eternal life.  That's not
arrogance--He said it, not me! (John 14:6)</italic>
--Apple-Mail-16--35167023--


---------------------------------------
Received: (at 311896-close) by bugs.debian.org; 15 Sep 2005 13:49:45 +0000
>From [EMAIL PROTECTED] Thu Sep 15 06:49:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from chlor.kofeina.net [194.114.145.51] (postfix)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EFu7U-0003ti-00; Thu, 15 Sep 2005 06:49:45 -0700
Received: from localhost (localhost.kofeina.net [127.0.0.1])
        by chlor.kofeina.net (Postfix) with ESMTP id 3B7DF471C65
        for <[EMAIL PROTECTED]>; Thu, 15 Sep 2005 15:49:40 +0200 (CEST)
Received: from chlor.kofeina.net ([127.0.0.1])
        by localhost (chlor.kofeina.net [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 06044-03-3 for <[EMAIL PROTECTED]>;
        Thu, 15 Sep 2005 15:49:32 +0200 (CEST)
Received: from [217.153.200.143] (ws143.allegro.pl [217.153.200.143])
        by chlor.kofeina.net (Postfix) with ESMTP id 33341471C64
        for <[EMAIL PROTECTED]>; Thu, 15 Sep 2005 15:49:32 +0200 (CEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 15 Sep 2005 15:49:31 +0200
From: Krzysztof Krzyzaniak <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.6 (X11/20050802)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Not connected with debian
Content-Type: text/plain; charset=UTF-8; format=flowed
X-Virus-Scanned: amavisd-new at kofeina.net
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Not connected with debian
--=20
[EMAIL PROTECTED]
-----

        jak to dobrze, =C5=BCe s=C4=85 oceany - bez nich by=C5=82oby jesz=
cze smutniej


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

Reply via email to