Bug 207240

Summary: net-im/skype4: missing dependencies
Product: Ports & Packages Reporter: Pavel Timofeev <timp87>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: xmj, xmj
Priority: --- Flags: bugzilla: maintainer-feedback? (xmj)
Version: Latest   
Hardware: amd64   
OS: Any   

Description Pavel Timofeev 2016-02-16 07:48:01 UTC
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.
Comment 1 Johannes Jost Meixner freebsd_committer freebsd_triage 2016-02-18 20:02:01 UTC
That's a known "feature".

Can you please take a look at https://reviews.freebsd.org/D5141 -- it should be fixed in it.
Comment 2 Pavel Timofeev 2016-02-19 10:49:01 UTC
(In reply to Johannes Jost Meixner from comment #1)
Thank you, Johannes. My big report should be closed then.
Comment 3 Pavel Timofeev 2016-02-25 05:56:18 UTC
Seems like this commit https://svnweb.freebsd.org/ports?view=revision&revision=409490 should solve the problem
Comment 4 Pavel Timofeev 2016-02-29 09:59:58 UTC
Thanks a lot!