From guilherme@olivenet.com.br  Fri Aug  4 14:05:36 2006
Return-Path: <guilherme@olivenet.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6451216A4E5
	for <bug-followup@FreeBSD.org>; Fri,  4 Aug 2006 14:05:36 +0000 (UTC)
	(envelope-from guilherme@olivenet.com.br)
Received: from mail.olivenet.com.br (mail.olivenet.com.br [201.57.158.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 40B3B43D80
	for <bug-followup@FreeBSD.org>; Fri,  4 Aug 2006 14:05:29 +0000 (GMT)
	(envelope-from guilherme@olivenet.com.br)
Received: from localhost (localhost.olivenet.com.br [127.0.0.1])
	by mail.olivenet.com.br (Postfix) with ESMTP id 70C4438A45
	for <bug-followup@FreeBSD.org>; Fri,  4 Aug 2006 11:05:56 -0300 (BRT)
Received: from mail.olivenet.com.br ([127.0.0.1])
 by localhost (mail.olivenet.com.br [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 50166-07 for <bug-followup@FreeBSD.org>;
 Fri,  4 Aug 2006 11:05:49 -0300 (BRT)
Received: from localhost (mail.olivenet.com.br [201.57.158.146])
	by mail.olivenet.com.br (Postfix) with ESMTP id 88740388A6
	for <bug-followup@FreeBSD.org>; Fri,  4 Aug 2006 11:05:49 -0300 (BRT)
Received: from 201.57.230.3 ([201.57.230.3]) 
	by webmail.olivenet.com.br (IMP) with HTTP 
	for <guilherme@olivenet.com.br@mail.olivenet.com.br>; Fri, 04 Aug 2006 11:05:49 -0300
Message-Id: <1154700349.44d3543d7a708@webmail.olivenet.com.br>
Date: Fri, 04 Aug 2006 11:05:49 -0300
From: guilherme@olivenet.com.br
To: bug-followup@FreeBSD.org
Subject: Bug in /usr/src/lib/libtelnet

>Number:         101359
>Category:       kern
>Synopsis:       [libtelnet] Bug in /usr/src/lib/libtelnet: compile failure on amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 14:10:10 GMT 2006
>Closed-Date:    Mon Dec 25 22:59:57 GMT 2006
>Last-Modified:  Mon Dec 25 22:59:57 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 hi!
 
 i found one bug compilling make buildworld on a amd64
 
 [amd64] /usr/src/lib/libtelnet# make
 cc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/libtelnet/../../contrib/telnet
 -DENCRYPTION -DAUTHENTICATION -DSRA -DKRB5 -I/lib/krb5 -I -I -DFORWARD
 -Dnet_write=telnet_net_write  -c
 /usr/src/lib/libtelnet/../../contrib/telnet/libtelnet/pk.c
 /usr/src/lib/libtelnet/../../contrib/telnet/libtelnet/pk.c: In function
 `pk_decode':
 /usr/src/lib/libtelnet/../../contrib/telnet/libtelnet/pk.c:252: error: syntax
 error before ')' token
 *** Error code 1
 
 Stop in /usr/src/lib/libtelnet.
 [amd64] /usr/src/lib/libtelnet#
 
 on line 252
 
               if (in[op] ? '9')
 
 i change to
 
               if (in[op] == '9')
 
 i change the comparator
 
 Tanks to Raphael Gallo
 
 
 
 
 
 ------------------------------------------------------------
 Mensagem enviada pelo WebMail OLIVENET - www.olivenet.com.br
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Aug 4 14:12:02 UTC 2006 
Responsible-Changed-Why:  
Reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101359 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Mon Dec 25 22:58:52 UTC 2006 
State-Changed-Why:  
hello, i tried this on sledge (the freebsd amd64 reference platform) and i got the following: 

building static telnet library 
ranlib libtelnet.a 
remko@sledge.freebsd.org:[/home/remko/src/lib/libtelnet]  

which implies that it worked. Closing the Pr. If you have additional information 
please notify me. 


Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon Dec 25 22:58:52 UTC 2006 
Responsible-Changed-Why:  
grab the pr to trace any feedback. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=101359 
>Unformatted:
