From owner-freebsd-user-groups@FreeBSD.ORG Sat Apr 11 19:05:40 2009 Return-Path: Delivered-To: freebsd-user-groups@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51AE1065672 for ; Sat, 11 Apr 2009 19:05:40 +0000 (UTC) (envelope-from geeknfreebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 6E13D8FC16 for ; Sat, 11 Apr 2009 19:05:40 +0000 (UTC) (envelope-from geeknfreebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so943035ywh.13 for ; Sat, 11 Apr 2009 12:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=txsABAfiB2fp0TQ1uaKAl34yFms8yggb2cvghdaOCDA=; b=xDGHFrjthvu0lLE38jHnMcWYu9Oc+8hWZ42henmWlrWuYK5TllrBf8KNdGJxSlzFhr AXwaxgHytcN2j2YIJQ4K6rjCOGcL5aN543kGJCfRtd9TCb7MNCzZ/wnTNqxOrbBt+HQ3 1TCvvZOQnqBrqLIWU5BH3bwsVHuz7AMWcS4wY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oQQXpu1D/zxkwPqav2YjRYDw6LkHAPpQJrVjQiJX/ZsLoKveWw/CetNdnYypJovO6m LrdjOVZZy5eYktgakhWqad1bAMtyBDs27uZgmq7Oc5+/Kq0RivG5ija/CnvaRyKdwmi3 hm6TjndpGjVSmf/OgHvEeSAauMEtFLT5ijhmM= MIME-Version: 1.0 Received: by 10.100.108.2 with SMTP id g2mr4118769anc.118.1239475243829; Sat, 11 Apr 2009 11:40:43 -0700 (PDT) Date: Sat, 11 Apr 2009 18:40:43 +0000 Message-ID: From: Kunchana Mathota Arachchi To: "FreeBSD.org" , Israel BSD Users Group , UK FreeBSD User Group Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Installation error X-BeenThere: freebsd-user-groups@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User Group Coordination List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 19:05:41 -0000 Hi I'm newbie to freeBSD I wanted to install pidgin-facebookchat on freebsd, so I use this method pkg_add -r pidgin-facebookchat and its ended up with following error. eclipse# pkg_add -r pidgin-facebookchat Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/pidgin-facebookchat.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch ' ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/pidgin-facebookchat.tbz' by URL then I tried to install with ports... $cd /usr/ports/net-im/pidgin-facebookchat $make but the installation is failed and gave the following error message eclipse# make ===> Building for pidgin-facebookchat-1.47 make -C /usr/ports/net-im/pidgin-facebookchat/work/pidgin-facebookchat libfacebookbsd60.so cc -I/usr/include/libpurple -I/usr/local/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -DNO_ZLIB -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I. -g -O2 -pipe libfacebook.h libfacebook.c fb_blist.h fb_blist.c fb_connection.h fb_connection.c fb_info.h fb_info.c fb_managefriends.h fb_managefriends.c fb_messages.h fb_messages.c fb_notifications.h fb_notifications.c fb_search.h fb_search.c -o libfacebook.so -shared -fPIC -DPIC libfacebook.c: In function 'fb_login_cb': libfacebook.c:213: warning: implicit declaration of function 'purple_connection_error_reason' libfacebook.c:214: error: 'PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED' undeclared (first use in this function) libfacebook.c:214: error: (Each undeclared identifier is reported only once libfacebook.c:214: error: for each function it appears in.) libfacebook.c: In function 'fb_login': libfacebook.c:284: error: 'PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT' undeclared (first use in this function) libfacebook.c: At top level: libfacebook.c:730: warning: initialization makes pointer from integer without a cast libfacebook.c:731: warning: excess elements in struct initializer libfacebook.c:731: warning: (near initialization for 'prpl_info') fb_blist.c: In function 'got_buddy_list_cb': fb_blist.c:91: warning: implicit declaration of function 'purple_connection_error_reason' fb_blist.c:92: error: 'PURPLE_CONNECTION_ERROR_NETWORK_ERROR' undeclared (first use in this function) fb_blist.c:92: error: (Each undeclared identifier is reported only once fb_blist.c:92: error: for each function it appears in.) fb_connection.c: In function 'fb_fatal_connection_cb': fb_connection.c:186: warning: implicit declaration of function 'purple_connection_error_reason' fb_connection.c:187: error: 'PURPLE_CONNECTION_ERROR_NETWORK_ERROR' undeclared (first use in this function) fb_connection.c:187: error: (Each undeclared identifier is reported only once fb_connection.c:187: error: for each function it appears in.) fb_connection.c: In function 'fb_ssl_connection_error': fb_connection.c:414: warning: implicit declaration of function 'purple_connection_ssl_error' fb_messages.c: In function 'fb_get_new_messages': fb_messages.c:355: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t' fb_messages.c: In function 'fb_send_im_fom': fb_messages.c:435: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'time_t' fb_messages.c: In function 'got_form_id_page': fb_messages.c:487: warning: implicit declaration of function 'purple_connection_error_reason' fb_messages.c:488: error: 'PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED' undeclared (first use in this function) fb_messages.c:488: error: (Each undeclared identifier is reported only once fb_messages.c:488: error: for each function it appears in.) fb_messages.c:518: error: 'PURPLE_CONNECTION_ERROR_NETWORK_ERROR' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/net-im/pidgin-facebookchat/work/pidgin-facebookchat. *** Error code 1 Stop in /usr/ports/net-im/pidgin-facebookchat. please help me to solve this prob Thanx in advance.. Kunchana