Re: net-im/skype-[devel] won't connect

2014-08-18 Thread Artyom Mirgorodskiy
So I try again to run pulse audio and got the following error in syslog:
linux: pid 95238 (pacat): syscall ppoll not implemented

Anybody can help how to implement this syscall on linuxulator?

On Wednesday 13 August 2014 22:09:22 Vassilis Laganakos wrote:
 Hi,
 
 On Wed, Aug 13, 2014 at 10:47:25AM -0500, Scot Hetzel wrote:
  On Wed, Aug 13, 2014 at 10:38 AM, Kenta S. ken...@hush.com wrote:
   Hello. This afternoon when I try to sign onto Skype, I get:
  
   Periodic UIC Update Failed
  
   I haven't updated ports recently. Does anyone have an idea?
   I heard Skype was closing down old versions.
  
  
  I had received the following e-mail from Skype a few days ago:
  
  On Fri, Aug 8, 2014 at 7:53 PM, Skype norep...@emails.skype.com wrote:
  
   Your Skype for Linux version is being retired.
   Update today. »
   Can't see this email properly? Forgotten your password?
   Your Skype for Linux version is being retired. Update today.
   Dear swhetzel,
  
   We are now retiring older versions of Skype and it appears that at some
   point you signed into Skype with one of these. To continue signing into
   Skype on Linux you'll need to download the latest version. The new
   version comes with improved performance, the latest features and
   security updates, so you'll get the best possible Skype experience.
  
   If you're on the latest version of Skype, the above will not apply.
  
   Update now at http://www.skype.com/download.
  
  Someone will need to update the Skype port to the latest Linux version
  and see if it works on our current version of Linux emulation.
  
 
 I've read in various places (and tested myself with a couple of version on
 Linux) that any version before skype 4.3.0.37 will not connect.
 
 The skype port at: 
 https://github.com/vassilisl/freebsd-ports/tree/master/net-im/skype4
 will connect (if you use the f20 ports 
 https://github.com/vassilisl/freebsd-linux_base-f20 ;) )
 but it doesn't have sound working. Both xmj and I are working on getting
 that version of Skype on c6 and f20 linux emulation bases respectivelly,
 which basically means get it to talk to pulseaudio.
 
 If anyone has experience with that, please shout! :)
 
 Regards,
 Vassilis
 
 
 
-- 
Artyom Mirgorodskiy
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net-im/skype-[devel] won't connect

2014-08-14 Thread Artyom Mirgorodskiy
The problem not in the skype. The problem in the linux pulse audio libs.
I try to setup pulse audio server on freebsd and configure to tcp/ip protocol - 
works fine. But linux pulse client with the same config don't work (I tried 
simple console utils). 
I don't know how to trace problem. But possible pulse audio libs require some 
missing lib (open by dlopen)

On Wednesday 13 August 2014 22:09:22 Vassilis Laganakos wrote:
 Hi,
 
 On Wed, Aug 13, 2014 at 10:47:25AM -0500, Scot Hetzel wrote:
  On Wed, Aug 13, 2014 at 10:38 AM, Kenta S. ken...@hush.com wrote:
   Hello. This afternoon when I try to sign onto Skype, I get:
  
   Periodic UIC Update Failed
  
   I haven't updated ports recently. Does anyone have an idea?
   I heard Skype was closing down old versions.
  
  
  I had received the following e-mail from Skype a few days ago:
  
  On Fri, Aug 8, 2014 at 7:53 PM, Skype norep...@emails.skype.com wrote:
  
   Your Skype for Linux version is being retired.
   Update today. »
   Can't see this email properly? Forgotten your password?
   Your Skype for Linux version is being retired. Update today.
   Dear swhetzel,
  
   We are now retiring older versions of Skype and it appears that at some
   point you signed into Skype with one of these. To continue signing into
   Skype on Linux you'll need to download the latest version. The new
   version comes with improved performance, the latest features and
   security updates, so you'll get the best possible Skype experience.
  
   If you're on the latest version of Skype, the above will not apply.
  
   Update now at http://www.skype.com/download.
  
  Someone will need to update the Skype port to the latest Linux version
  and see if it works on our current version of Linux emulation.
  
 
 I've read in various places (and tested myself with a couple of version on
 Linux) that any version before skype 4.3.0.37 will not connect.
 
 The skype port at: 
 https://github.com/vassilisl/freebsd-ports/tree/master/net-im/skype4
 will connect (if you use the f20 ports 
 https://github.com/vassilisl/freebsd-linux_base-f20 ;) )
 but it doesn't have sound working. Both xmj and I are working on getting
 that version of Skype on c6 and f20 linux emulation bases respectivelly,
 which basically means get it to talk to pulseaudio.
 
 If anyone has experience with that, please shout! :)
 
 Regards,
 Vassilis
 
 
 
-- 
Artyom Mirgorodskiy
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


textproc/libe-book00 and rm -f /usr/local/bin

2014-06-13 Thread Artyom Mirgorodskiy
post-install:
${RM} -f ${STAGEDIR}${PREFIX}/bin/*


result:
gmake[7]: Выход из каталога 
`/usr/ports/textproc/libe-book00/work/libe-book-0.0.3'
gmake[6]: Выход из каталога 
`/usr/ports/textproc/libe-book00/work/libe-book-0.0.3'
gmake[5]: Выход из каталога 
`/usr/ports/textproc/libe-book00/work/libe-book-0.0.3'
gmake[4]: Выход из каталога 
`/usr/ports/textproc/libe-book00/work/libe-book-0.0.3'
/bin/rm -f /usr/local/bin/*
rm: /usr/local/bin/db42: is a directory
rm: /usr/local/bin/db48: is a directory
rm: /usr/local/bin/org: is a directory

Thank you for my night :)

-- 
Artyom Mirgorodskiy
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Port for latest skype skype-4.2.0.11

2013-10-23 Thread Artyom Mirgorodskiy
Please backup you ports, unpack attached archive and copy to /usr/ports
Please deinstall all linux* ports

Add to /etc/make.conf the following lines
OVERRIDE_LINUX_BASE_PORTS= c6
OVERRIDE_LINUX_NONBASE_PORTS= c6

Please install the following ports:
emulators/linux_base-c6
audio/linux-c6-alsa-lib
audio/linux-c6-alsa-plugins-oss
textproc/linux-c6-expat
x11-fonts/linux-c6-fontconfig
graphics/linux-c6-png
devel/linux-c6-dbus-libs
databases/linux-c6-sqlite3
security/linux-c6-openssl098e
devel/linux-c6-qt47
x11-toolkits/linux-c6-qt47-x11
www/linux-c6-qt47-webkit
net-im/skype4

Skype should work

PS
I plan to port also linux flash plugin next week

On Tuesday 22 October 2013 20:38:00 Carlos Jacobo Puga Medina wrote:
 I think you should take a look to Leidinger's weblog [1]
 
 Regards,
 
 --CJPM
 
 [1] http://www.leidinger.net/blog/category/freebsd/linuxolator/
-- 
Artyom Mirgorodskiy___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Port for latest skype skype-4.2.0.11

2013-10-23 Thread Artyom Mirgorodskiy
Old Skype (2.1.0.81) doesn't show video at all for modern version (windows). 
This version works fine for me

On Wednesday 23 October 2013 19:42:56 Carlos Jacobo Puga Medina wrote:
 I suppose that you have done some performance testing audio/video on Skype 
 4.x. How works the audio/video in general terms? 
 Have you picked up some image capture related to video test?
-- 
Artyom Mirgorodskiy
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port for latest skype skype-4.2.0.11

2013-10-18 Thread Artyom Mirgorodskiy
Hi
I want to create port for latest skype skype-4.2.0.11
The main problem is that we need to use some of libs from linux_base-c6 and 
rest from linux_base-f10. Also we need some ports from scientific_linux_5.
Is suggest to create a meta-port like PC-BSD packages that will contain all 
required libraries for running skype.
Is it possible to change linux root environment for some program? How to do 
this?

-- 
Artyom Mirgorodskiy
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org