9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Net-im/empathy exits compile in the port with: CC gcr-simple-certificate.lo CC mx-gtk-light-switch.lo CC totem-subtitle-encoding.lo CC empathy-gtk-marshal.lo CC empathy-gtk-enum-types.lo CCLD libempathy-gtk.la libtool: link: cannot find the library `/usr/local/lib/libtasn1.la' or unhandled argument `/usr/local/lib/libtasn1.la' gmake[3]: *** [libempathy-gtk.la] Error 1 gmake[3]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0/libempathy-gtk' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0/libempathy-gtk' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/net-im/empathy. *** [install] Error code 1 Stop in /usr/ports/net-im/empathy. ngorx@newgorx:/usr/ports/net-im/empathy % The update (today) of curl, pango and gtk2 solved the same error in ftp/filezilla doesn't help. I try portmaster -Rf pango - also doen't help.
I tried to attache a compile.log - but I get "request entity too long"
Created attachment 146457 [details] compile-log (with all depencies)
Created attachment 146458 [details] pkg_info
Can you post the output of this command: find /usr/local/lib -name '*.la' | xargs grep -l libtasn1
find /usr/local/lib -name '*.la' | xargs grep -l libtasn1 /usr/local/lib/abiword-2.8/plugins/collab.la /usr/local/lib/libgnutls.la /usr/local/lib/libgnutlsxx.la /usr/local/lib/libgnutls-xssl.la /usr/local/lib/libgnutls-openssl.la ls /usr/local/lib/libtasn1* /usr/local/lib/libtasn1.a /usr/local/lib/libtasn1.so.6 /usr/local/lib/libtasn1.so /usr/local/lib/libtasn1.so.6.3.1
Ok, it looks like you have to update gnutls to the latest version.
pkg info gnutls gnutls-3.2.16_4 Name : gnutls Version : 3.2.16_4 Installed on : Wed Aug 27 18:09:01 CEST 2014
Hmm, so what package does /usr/local/lib/libgnutls.la belong to? Check with "pkg which /usr/local/lib/libgnutls.la"
pkg which /usr/local/lib/libgnutls.la /usr/local/lib/libgnutls.la was not found in the database
Something must have gone wrong in a previous update then. You can just remove these files now: /usr/local/lib/libgnutls.la /usr/local/lib/libgnutlsxx.la /usr/local/lib/libgnutls-xssl.la /usr/local/lib/libgnutls-openssl.la
But I have no account-manager dialog. The Klick in the menu does nothing, F4 not and on the commandline empathy-accounts does nothing. May be I do something wrong.
I removed all the .la-files. Recompiled gnutls and empathy.
What is the output of this: find /usr/local/lib -name '*.la' | xargs grep -l libgnutls
find /usr/local/lib -name '*.la' | xargs grep -l libgnutls /usr/local/lib/abiword-2.8/plugins/collab.la
I remove this file also - it was another "was not found in the database-file".
Are there more of those files? Try this: find /usr/local/lib -not -type d | xargs pkg which | grep "not found"
If that lists any files don't delete them immediately. For some files it is normal that they aren't in the package database.
Was ok for abiword - abiword isn't installed. Was a leftover.
A lot of file most of them x11/fonts, python-2.7, libreoffice, vlc, perl5, php...
I have not look right. empathy-accounts --display :0.0 ...works - thank you.