Hi! net-im/skype4 port is missing two dependencies: audio/linux-c6-pulseaudio-libs security/linux-c6-openssl I tried to install and run it under FreeBSD 10.3-BETA2 and HEAD ports tree. What I did: # mkdir -p /compat/linux/proc/ add linprocfs to /etc/fstab add linux_enable="YES" to /etc/rc.conf # reboot # portmaster /usr/ports/net-im/skype4 % skype /usr/local/share/skype/skype: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory # portmaster /usr/ports/audio/linux-c6-pulseaudio-libs % skype /usr/local/share/skype/skype: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory # portmaster /usr/ports/security/linux-c6-openssl And only after the last step I managed to start skype.
That's a known "feature". Can you please take a look at https://reviews.freebsd.org/D5141 -- it should be fixed in it.
(In reply to Johannes Jost Meixner from comment #1) Thank you, Johannes. My big report should be closed then.
Seems like this commit https://svnweb.freebsd.org/ports?view=revision&revision=409490 should solve the problem
Thanks a lot!