From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 2 03:50:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35761065670 for ; Mon, 2 Feb 2009 03:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE0FE8FC22 for ; Mon, 2 Feb 2009 03:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n123o2Wj009931 for ; Mon, 2 Feb 2009 03:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n123o2bg009930; Mon, 2 Feb 2009 03:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 2 Feb 2009 03:50:02 GMT Resent-Message-Id: <200902020350.n123o2bg009930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jynx Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A371106566B for ; Mon, 2 Feb 2009 03:44:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6E16A8FC13 for ; Mon, 2 Feb 2009 03:44:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n123i8Lk048025 for ; Mon, 2 Feb 2009 03:44:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n123i8EK048024; Mon, 2 Feb 2009 03:44:08 GMT (envelope-from nobody) Message-Id: <200902020344.n123i8EK048024@www.freebsd.org> Date: Mon, 2 Feb 2009 03:44:08 GMT From: Jynx To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/131273: libpurple package is missing myspace protocol (libmyspace.la and libmyspace.so) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 03:50:03 -0000 >Number: 131273 >Category: misc >Synopsis: libpurple package is missing myspace protocol (libmyspace.la and libmyspace.so) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 02 03:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jynx >Release: 7.0 Release >Organization: StormwolfTech >Environment: FreeBSD stormwolftech.fearthisnet 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Nothing too severe, just that it seems the libpurple package is missing the MySpace protocol, required by pidgin to use it for MySpace IM. Pidgin seems to be one of the few messengers FreeBSD has that can communicate with MySpace IM, and I'm sure many people would appreciate having this feature in future versions of the package, or having all the protocols libpurple handles available to them :) >How-To-Repeat: If you haven't installed pidgin...... pkg_add -r pidgin once you have the package added, run pidgin. you'll see that there is no myspace protocol available.... >Fix: If you already have pidgin installed and it doesn't have the myspace protocol available (or it doesn't have a protocol you want but know libpurple DOES handle it) Uninstall anything you have installed related to pidgin. This would include items such as: pidgin, libpurple, pidgin-facebookchat, pidgin-guifications. By uninstall I mean either pkg_delete the offending package or going into the required port directory and make uninstall clean. You want to start fresh here. Once that is done..... 1:) cd /usr/ports/net-im/libpurple 2:) make config 3:) check off all protocols that you want to use 4:) make install clean 5:) If you CAN build pidgin, cd /usr/ports/net-im/pidgin && make install clean 6:) If you CAN'T build pidgin (like I couldn't) pkg_add -r pidgin 7:) cd /usr/ports/net-im/pidgin-facebookchat && make install clean 8:) cd /usr/ports/net-im/pidgin-guifications && make install clean 9:) start pidgin as per usual. If for some reason it doesn't start, chances are you're missing libpurple.so.2 which is easily fixed by: 10:) cp /usr/local/lib/libpurple.so /usr/local/lib/libpurple.so.2 11:) start pidgin if it didn't start before, and when you go to add accounts, you should see every option available to you :) >Release-Note: >Audit-Trail: >Unformatted: