PDA

View Full Version : Amarok-kde4 won't compile under pcbsd 9.0 Release


dralex
01-29-2012, 04:34 AM
I keep getting an error about 70-75 percent of the way through the compile.
code:
/usr/local/lib/libavcodec.so.1: undefined reference to `x264_encoder_headers'

This is just an example, there are about twelve of these errors one right after the other.

I've tried recompiling multimedia/x264 and that didn't help. I'm not sure where else to look for the problem. I'm running AMD64 PCBSD 9.0-Release # 3...


Did I forget to read the known bugs list on this one ?
Any suggestions ?

dralex
01-30-2012, 02:02 AM
Ok, this is the problem with the compile...It's looking for libx264.so.116 and actually has libx264.so.119 . So it looks as though I've got to update that library somewhere along the way.

mooreted2000
01-30-2012, 02:47 AM
PC-BSD comes with Amarok 4.7.3. Not sure why you are compiling one?

If you are compiling from the FreeBSD ports, make sure you update the ports tree first.

dralex
01-30-2012, 08:42 AM
Funny, I don't seem to have it. Am compiling it because I dont have it. Will look in several directories to see what the problem is.

dralex
01-30-2012, 05:10 PM
The portupgrade -a seems to have fixed it up fine for me.