Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 12:12:53 -0700 (PDT)
From:      c.rued@xsb.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21271: gaim wont compile on 3.3-Release
Message-ID:  <20000914191253.72A3B37B424@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21271
>Category:       ports
>Synopsis:       gaim wont compile on 3.3-Release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 14 12:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Rued
>Release:        3.3-Release
>Organization:
XSB, Inc
>Environment:
FreeBSD chris.xsb.com 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999     jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
When trying to make the gaim port, it failed with the message:
 
aim_ft.c: In function `aim_handlerendconnect':
aim_ft.c:29: `socklen_t' undeclared (first use this function)
aim_ft.c:29: (Each undeclared identifier is reported only once
aim_ft.c:29: for each function it appears in.)
aim_ft.c:29: parse error before `clilen'
aim_ft.c:35: `clilen' undeclared (first use this function)
gmake[2]: *** [aim_ft.o] Error 1
gmake[2]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.10.0/libfaim'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.10.0'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


>How-To-Repeat:
# cd /usr/ports/net/gaim
# make
	
>Fix:
I changed the declaration of clilen on line 29 of aim_ft.c so that it 
is size_t instead of socklen_t.

It seems to be working well after this change.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000914191253.72A3B37B424>