Re: Installing linux libraries not in /usr/ports

2007-06-29 Thread Boris Samorodov
On Fri, 29 Jun 2007 16:30:05 +1000 Norberto Meijome wrote:
> On Thu, 28 Jun 2007 21:58:59 +0400
> Boris Samorodov <[EMAIL PROTECTED]> wrote:

> > Well, you may (update your ports tree and) install it from the port
> > (devel/linux-libsigc++20). ;-)

> BTW, that worked really well, and skype 1.4 beta for linux launches and works 
> fine - except for audio (alsa saga, i suppose) - more on this in another 
> thread.

Really glad to be helpfull. And thanks for taking care of the skype
port.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing linux libraries not in /usr/ports

2007-06-28 Thread Norberto Meijome
On Thu, 28 Jun 2007 21:58:59 +0400
Boris Samorodov <[EMAIL PROTECTED]> wrote:

> Well, you may (update your ports tree and) install it from the port
> (devel/linux-libsigc++20). ;-)

BTW, that worked really well, and skype 1.4 beta for linux launches and works 
fine - except for audio (alsa saga, i suppose) - more on this in another thread.

thanks!!!

_
{Beto|Norberto|Numard} Meijome

Do not take away the camels hump, you may be stopping him from being a camel.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing linux libraries not in /usr/ports

2007-06-28 Thread Norberto Meijome
On Thu, 28 Jun 2007 21:58:59 +0400
Boris Samorodov <[EMAIL PROTECTED]> wrote:

> > Anyway, my actual problem wasn't with the rpm or not
> > rpm (I was going to end up finding it anyway...it's been a while I *had* to 
> > go
> > into rpm world), but what is the best approach to installing this - chroot 
> > to
> > the linux subsystem and install from there? It seems rpm is already 
> > installed
> > in my system (BSD, not linux subsystem) ... should I use that ?   
> 
> Well, you may (update your ports tree and) install it from the port
> (devel/linux-libsigc++20). ;-)

:D cool . Another fine example of why OSS is the best approach IMHO.

$ less /usr/ports/devel/linux-libsigc++20/Makefile 
# New ports collection makefile for:devel/linux-libsigc++20
# Date created: 28 Jun 2007
# Whom: Boris Samorodov <[EMAIL PROTECTED]>
#
# $FreeBSD: ports/devel/linux-libsigc++20/Makefile,v 1.1 2007/06/28 17:44:14 
bsam Exp $

thanks again :)
_
{Beto|Norberto|Numard} Meijome

Never attribute to malice what can adequately be explained by incompetence.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing linux libraries not in /usr/ports

2007-06-28 Thread Boris Samorodov
On Thu, 28 Jun 2007 10:11:38 +1000 Norberto Meijome wrote:
> On Thu, 28 Jun 2007 02:09:04 +0400
> Boris Samorodov <[EMAIL PROTECTED]> wrote:
> > On Wed, 27 Jun 2007 19:20:05 +1000 Norberto Meijome wrote:
> > 
> > > I'm testing the latest skype beta for linux from skype's site (1.4 ), 
> > > ideally viewing to update the port while learning in the process.
> > 
> > > I've resolved all dependencies so far (listed after my sig), except for :
> > 
> > > libsigc-2.0.so.0 => not found
> > 
> > > I do have libsigc++ 2. installed in my system, but I believe I need the 
> > > linux version , correct?
> > 
> > > Now, linux-libsigc doesn't exist in ports. I'm faced with 2 options:
> > 
> > > 1) installing libsigc from FC4 (the linux subsystem version I'm using) 
> > > via RPM , but it seems only 1.5 has been packaged - i can't seem to find 
> > > 2.0 anywhere.
> > 
> > Well, it really simple here, just use http://www.rpmfind.net . And
> > using "libsigc-2.0.so.0" as a search pattern will give you an
> > answer: it is an "extra" for FC4 (libsigc++20-2.0.17-1.i386.rpm).

This is OK...

> > And here is the link at kernel.org:
> > http://mirrors.kernel.org/fedora/extras/4/i386/libsigc++-1.2.7-2.fc4.i386.rpm

...but this is not. Actually, the file is:
http://mirrors.kernel.org/fedora/extras/4/i386/libsigc++20-2.0.17-1.i386.rpm

> > PS. Seems that you have missed an "extra" category while searching. ;-)
> > 

> oops thanks!!! and sorry :)

NP.

> Anyway, my actual problem wasn't with the rpm or not
> rpm (I was going to end up finding it anyway...it's been a while I *had* to go
> into rpm world), but what is the best approach to installing this - chroot to
> the linux subsystem and install from there? It seems rpm is already installed
> in my system (BSD, not linux subsystem) ... should I use that ? 

Well, you may (update your ports tree and) install it from the port
(devel/linux-libsigc++20). ;-)

> thanks , and sorry for waisting your time w/the rpm:)

Sorry for the wrong link at the previuos message. Have fun. ;-)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing linux libraries not in /usr/ports

2007-06-27 Thread Norberto Meijome
On Thu, 28 Jun 2007 02:09:04 +0400
Boris Samorodov <[EMAIL PROTECTED]> wrote:

> On Wed, 27 Jun 2007 19:20:05 +1000 Norberto Meijome wrote:
> 
> > I'm testing the latest skype beta for linux from skype's site (1.4 ), 
> > ideally viewing to update the port while learning in the process.
> 
> > I've resolved all dependencies so far (listed after my sig), except for :
> 
> > libsigc-2.0.so.0 => not found
> 
> > I do have libsigc++ 2. installed in my system, but I believe I need the 
> > linux version , correct?
> 
> > Now, linux-libsigc doesn't exist in ports. I'm faced with 2 options:
> 
> > 1) installing libsigc from FC4 (the linux subsystem version I'm using) via 
> > RPM , but it seems only 1.5 has been packaged - i can't seem to find 2.0 
> > anywhere.
> 
> Well, it really simple here, just use http://www.rpmfind.net . And
> using "libsigc-2.0.so.0" as a search pattern will give you an
> answer: it is an "extra" for FC4 (libsigc++20-2.0.17-1.i386.rpm).
> 
> And here is the link at kernel.org:
> http://mirrors.kernel.org/fedora/extras/4/i386/libsigc++-1.2.7-2.fc4.i386.rpm
> 
> PS. Seems that you have missed an "extra" category while searching. ;-)
> 

oops thanks!!! and sorry :)
Anyway, my actual problem wasn't with the rpm or not
rpm (I was going to end up finding it anyway...it's been a while I *had* to go
into rpm world), but what is the best approach to installing this - chroot to
the linux subsystem and install from there? It seems rpm is already installed
in my system (BSD, not linux subsystem) ... should I use that ? 

thanks , and sorry for waisting your time w/the rpm:)

_
{Beto|Norberto|Numard} Meijome

FAST, CHEAP, SECURE: Pick Any TWO

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing linux libraries not in /usr/ports

2007-06-27 Thread Boris Samorodov
On Wed, 27 Jun 2007 19:20:05 +1000 Norberto Meijome wrote:

> I'm testing the latest skype beta for linux from skype's site (1.4 ), ideally 
> viewing to update the port while learning in the process.

> I've resolved all dependencies so far (listed after my sig), except for :

> libsigc-2.0.so.0 => not found

> I do have libsigc++ 2. installed in my system, but I believe I need the linux 
> version , correct?

> Now, linux-libsigc doesn't exist in ports. I'm faced with 2 options:

> 1) installing libsigc from FC4 (the linux subsystem version I'm using) via 
> RPM , but it seems only 1.5 has been packaged - i can't seem to find 2.0 
> anywhere.

Well, it really simple here, just use http://www.rpmfind.net . And
using "libsigc-2.0.so.0" as a search pattern will give you an
answer: it is an "extra" for FC4 (libsigc++20-2.0.17-1.i386.rpm).

And here is the link at kernel.org:
http://mirrors.kernel.org/fedora/extras/4/i386/libsigc++-1.2.7-2.fc4.i386.rpm

PS. Seems that you have missed an "extra" category while searching. ;-)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Installing linux libraries not in /usr/ports

2007-06-27 Thread Norberto Meijome
Hello all,
I'm testing the latest skype beta for linux from skype's site (1.4 ), ideally 
viewing to update the port while learning in the process.

I've resolved all dependencies so far (listed after my sig), except for :

libsigc-2.0.so.0 => not found

I do have libsigc++ 2. installed in my system, but I believe I need the linux 
version , correct?

Now, linux-libsigc doesn't exist in ports. I'm faced with 2 options:

1) installing libsigc from FC4 (the linux subsystem version I'm using) via RPM 
, but it seems only 1.5 has been packaged - i can't seem to find 2.0 anywhere.

2) installing libsigc from source from chroot in /usr/compat/linux - does this 
make sense? advisable?  What ports would be needed to build? i cant seem to 
find linux-gcc or similar?

Any pointers would be greatly appreciated :)

TIA!!
B

_
{Beto|Norberto|Numard} Meijome

RTFM and STFW before anything bad happens.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.


$ ldd ./skype
./skype:
libasound.so.2 => /lib/libasound.so.2 (0x29087000)
librt.so.1 => /lib/obsolete/linuxthreads/librt.so.1 (0x29156000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x29169000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x29172000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x2918c000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x29194000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x2919c000)
libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0x291a1000)
libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x291a6000)
libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x291b)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x291b3000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x2921b000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x29245000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x29255000)
libdl.so.2 => /lib/libdl.so.2 (0x29328000)
libpthread.so.0 => /lib/obsolete/linuxthreads/libpthread.so.0 
(0x2932c000)
libsigc-2.0.so.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2937f000)
libm.so.6 => /lib/obsolete/linuxthreads/libm.so.6 (0x2945b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x29482000)
libc.so.6 => /lib/obsolete/linuxthreads/libc.so.6 (0x2948c000)
/lib/ld-linux.so.2 (0x29068000)
libz.so.1 => /usr/lib/libz.so.1 (0x295ab000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x295be000)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"