From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 13 19:13:52 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 290EEBBE for ; Thu, 13 Jun 2013 19:13:52 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id B4BE91EAB for ; Thu, 13 Jun 2013 19:13:51 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id b57so5312263eek.22 for ; Thu, 13 Jun 2013 12:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=/evNXwloAEUhUcrcDd4y3aBjtQGrSO67KwCrg8jpXCI=; b=UfJbx9EnvPG/SYyHomG6E8q6H7SoUuR1MM5m90WVjiU/VVQWDvMY5kgWGIZBb26KWb 3Udav2tI/i8TNu95MxkzeHY+F4VECWKDDQVE8Q+VkAAGC1R28JeSdfBlyqE+FWwW5AE/ ghGjfDYJ8YoHCjKx6VtmRUUPh+walSJ3ET7r4qQ5HEG6oyFeeig+IGVItMd3Q15kQxzz dt72H+1hNVJTmv/BsnJwHOLa11iY+SZ4XW3GxXYBSxsSw6jEwNMlpsmSGP8H//EBxd7P 4OqB3DvwPoMBnKe4YHG847sKHlTLTrhQ37JAPvhegqgYlOGC5hQclRoUjwg5ITmpUvK5 R/HQ== X-Received: by 10.15.33.13 with SMTP id b13mr2976982eev.0.1371150830836; Thu, 13 Jun 2013 12:13:50 -0700 (PDT) Received: from notebook.alkar.net (nat1.id-telecom.net. [178.215.171.16]) by mx.google.com with ESMTPSA id c5sm45711138eeu.8.2013.06.13.12.13.49 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 12:13:50 -0700 (PDT) From: Artyom Mirgorodskiy To: freebsd-emulation@freebsd.org Subject: Linux Skype 4.0.0.8 on FreeBSD is works! Date: Thu, 13 Jun 2013 22:14:19 +0300 Message-ID: <5601141.3vH9Oc8Bjl@notebook.alkar.net> User-Agent: KMail/4.10.3 (FreeBSD/10.0-CURRENT; KDE/4.10.3; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 19:13:52 -0000 I would like to share my experience of running Skype 4.0.0.8. 1) We need the following libraries from emulators/linux_base-c6: lib/ld-2.12.so lib/ld-linux.so.2 lib/libgcc_s-4.4.6-20110824.so.1 lib/libgcc_s.so.1 lib/libdl-2.12.so lib/libdl.so.2 lib/libglib-2.0.so.0 lib/libglib-2.0.so.0.2200.5 lib/libc-2.12.so lib/libc.so.6 lib/libpthread-2.12.so lib/libpthread.so.0 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.13 Please comment CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-* in makefile and run make patch. Then replace libraries from list of the above to /compat/linux. Please also symlink libtiff.so.3 to libtiff.so.4 You should also set compat.linux.osrelease to 2.6.18: sysctl compat.linux.osrelease=2.6.18 If you want video calls support you should also replace linux_videodev2.h header from multimedia/linux_v4l2wrapper-kmod port (thanks to Juergen Lock): cd /usr/ports/multimedia/linux_v4l2wrapper-kmod make patch mv -i /sys/compat/linux/linux_videodev2.h{,.bak} cp -i work/linux_v4l2/linux_videodev2.h /sys/compat/linux and rebuild kernel. -- Artyom Mirgorodskiy