On 2009/10/07 15:08, Aaron Stellman wrote:
> On Wed, Oct 07, 2009 at 02:27:23PM -0700, Aaron Stellman wrote:
> > Hello ports@,
> > Yahoo! chat support seems to have disappeared since 2.5.x. Any reason for 
> > that
> > or is it accidental?
> > Both pidgin package on a mirror and building port manually doesn't have
> > yahoo support. To check if support is there:
> > Accounts -> Manage Accounts -> Add -> Protocol (Drop down menu)
> > 
> > excerpt from 'make configure':
> > Enable Gestures............... : yes
> > Protocols to build dynamically : gg irc jabber msn myspace novell oscar
> > qq sametime silc simple yahoo zephyr
> 
> Please ignore this, recompiling, and actually reinstalling libpurple
> fixes this. Sorry for the noise
> 

I think it might be useful if you recompile like this,

make clean
make fake 2>&1 | /usr/ports/infrastructure/build/portslogger /tmp

and send (or place online and send URL for) the resulting /tmp/pidgin*.log
so it can be diffed with the log from a build producing broken files.

What's happening is that for some reason the path to libymsg.so.0.0
is not making it into the libraries (libyahoo, etc) - as shown by
objdump -p it's a bare filename; with a version that does work,
a path including purple-2 is listed instead.

There's an evil hack of symlinking purple-2/libymsg.so.0.0 into
/usr/local/lib, it works but it absolutely shouldn't be needed.

Reply via email to