Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Martin Simmons
> On Mon, 8 Feb 2016 21:26:55 +, Miguel C said:
> 
> --089e011770cf92b957052b48ded9
> Content-Type: text/plain; charset=UTF-8
> 
> On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons  wrote:
> 
> > > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
> > >
> > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
> > wrote:
> > >
> > > >
> > > >
> > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
> > > > johan...@meixner.dk> wrote:
> > > >
> > > >> -BEGIN PGP SIGNED MESSAGE-
> > > >> Hash: SHA256
> > > >>
> > > >> Hi Miguel,
> > > >>
> > > >> you'll have to svn up to the latest portstree, apply the patch,
> > > >> update/reinstall the relevant packages (in this case,
> > > >> devel/linux-c6-devtools), and try again.
> > > >>
> > > >> I'm actually using git, but I'm assuming master branch is in sync
> > with svn
> > > >
> > > > FYI linux-skype_oss_wrapper still fails to build after the patch with:
> > >
> > > Stop.
> > > make: stopped in
> > > /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
> > > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper ]%
> > > sudo make MAKE_JOBS_UNSAFE=yes
> > > ===>  Building for linux-skype_oss_wrapper-0.1.1
> > > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
> > > -fstack-protector -shared -lpthread
> > > /usr/bin/ld: cannot find /lib/libpthread.so.0
> > > collect2: ld returned 1 exit status
> > > *** Error code 1
> > >
> > > I can see libpthread.so in /compat/linux/usr/lib
> > >
> > > find /compat/linux/ -name 'libpthread*'
> > > /compat/linux/lib64/libpthread-2.12.so
> > > /compat/linux/lib64/libpthread.so.0
> > > /compat/linux/usr/lib/libpthread.so.0
> > > /compat/linux/usr/lib/libpthread_nonshared.a
> > > /compat/linux/usr/lib/libpthread.so
> > > /compat/linux/usr/lib64/libpthread_nonshared.a
> > > /compat/linux/usr/lib64/libpthread.so
> >
> > Just an idea: have you installed the 32-bit glibc?  That should provide
> > /compat/linux/lib/libpthread.so.0 etc.
> >
> >
> Hum, I was under the impression that 32-bit libs would still be installed
> alongside... wasn't that the purpose of the PATCH?

Sorry, you are right, it should be installed by linux_base-c6.

Nevertheless, you are somehow missing at least these files:

/compat/linux/lib/libpthread-2.12.so
/compat/linux/lib/libpthread.so.0

Do you have the two libc files below?

/compat/linux/lib/libc-2.12.so
/compat/linux/lib/libc.so.6

If not, then I suspect your linux_base-c6 doesn't contain the patch.

__Martin
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Miguel C
On Tue, Feb 9, 2016 at 4:30 PM, Miguel C  wrote:

>
>
>
>
> On Tue, Feb 9, 2016 at 1:26 PM, Martin Simmons 
> wrote:
>
>> > On Mon, 8 Feb 2016 21:26:55 +, Miguel C said:
>> >
>> > --089e011770cf92b957052b48ded9
>> > Content-Type: text/plain; charset=UTF-8
>> >
>> > On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons 
>> wrote:
>> >
>> > > > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
>> > > >
>> > > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
>> > > wrote:
>> > > >
>> > > > >
>> > > > >
>> > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
>> > > > > johan...@meixner.dk> wrote:
>> > > > >
>> > > > >> -BEGIN PGP SIGNED MESSAGE-
>> > > > >> Hash: SHA256
>> > > > >>
>> > > > >> Hi Miguel,
>> > > > >>
>> > > > >> you'll have to svn up to the latest portstree, apply the patch,
>> > > > >> update/reinstall the relevant packages (in this case,
>> > > > >> devel/linux-c6-devtools), and try again.
>> > > > >>
>> > > > >> I'm actually using git, but I'm assuming master branch is in sync
>> > > with svn
>> > > > >
>> > > > > FYI linux-skype_oss_wrapper still fails to build after the patch
>> with:
>> > > >
>> > > > Stop.
>> > > > make: stopped in
>> > > >
>> /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
>> > > > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
>> ]%
>> > > > sudo make MAKE_JOBS_UNSAFE=yes
>> > > > ===>  Building for linux-skype_oss_wrapper-0.1.1
>> > > > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
>> > > > -fstack-protector -shared -lpthread
>> > > > /usr/bin/ld: cannot find /lib/libpthread.so.0
>> > > > collect2: ld returned 1 exit status
>> > > > *** Error code 1
>> > > >
>> > > > I can see libpthread.so in /compat/linux/usr/lib
>> > > >
>> > > > find /compat/linux/ -name 'libpthread*'
>> > > > /compat/linux/lib64/libpthread-2.12.so
>> > > > /compat/linux/lib64/libpthread.so.0
>> > > > /compat/linux/usr/lib/libpthread.so.0
>> > > > /compat/linux/usr/lib/libpthread_nonshared.a
>> > > > /compat/linux/usr/lib/libpthread.so
>> > > > /compat/linux/usr/lib64/libpthread_nonshared.a
>> > > > /compat/linux/usr/lib64/libpthread.so
>> > >
>> > > Just an idea: have you installed the 32-bit glibc?  That should
>> provide
>> > > /compat/linux/lib/libpthread.so.0 etc.
>> > >
>> > >
>> > Hum, I was under the impression that 32-bit libs would still be
>> installed
>> > alongside... wasn't that the purpose of the PATCH?
>>
>> Sorry, you are right, it should be installed by linux_base-c6.
>>
>> Nevertheless, you are somehow missing at least these files:
>>
>> /compat/linux/lib/libpthread-2.12.so
>> /compat/linux/lib/libpthread.so.0
>>
>> Do you have the two libc files below?
>>
>> /compat/linux/lib/libc-2.12.so
>> /compat/linux/lib/libc.so.6
>>
>> If not, then I suspect your linux_base-c6 doesn't contain the patch.
>>
>>
> I was just looking into that acctually cause my "/compat/usr/lib" only
> shows this:
> ```
> drwxr-xr-x  3 root  wheel 3B Feb  7 23:30 alsa
> lrwxr-xr-x  1 root  wheel14B Jul 23  2015 cpp -> ../usr/bin/cpp
> drwxr-xr-x  2 root  wheel 3B Jan 31 00:58 lsb
> drwxr-xr-x  2 root  wheel 2B Jan 31 00:57 modules
> drwxr-xr-x  6 root  wheel 6B Feb  7 23:30 terminfo
> drwxr-xr-x  3 root  wheel 3B Jan 31 00:59 udev
> ```
>
> However I do have the patch (or had the one from the other day, maybe I
> need to update, I noticed a few more changes were made)
>
> I wonder how to do that without wiping the ports dir and refetch?
> I'm using git, so I guess If I can revert the arc patch I can maybe "git
> pull" again and then re-apply arc patch on top of the updated ports tree?
>
> replying to myself, arc patch creates a new branch, so I just need to go
back to master :)

>
>
>
>> __Martin
>>
>
>
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Miguel C
On Tue, Feb 9, 2016 at 4:46 PM, Miguel C  wrote:

>
>
> On Tue, Feb 9, 2016 at 4:30 PM, Miguel C  wrote:
>
>>
>>
>>
>>
>> On Tue, Feb 9, 2016 at 1:26 PM, Martin Simmons 
>> wrote:
>>
>>> > On Mon, 8 Feb 2016 21:26:55 +, Miguel C said:
>>> >
>>> > --089e011770cf92b957052b48ded9
>>> > Content-Type: text/plain; charset=UTF-8
>>> >
>>> > On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons 
>>> wrote:
>>> >
>>> > > > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
>>> > > >
>>> > > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
>>> > > wrote:
>>> > > >
>>> > > > >
>>> > > > >
>>> > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
>>> > > > > johan...@meixner.dk> wrote:
>>> > > > >
>>> > > > >> -BEGIN PGP SIGNED MESSAGE-
>>> > > > >> Hash: SHA256
>>> > > > >>
>>> > > > >> Hi Miguel,
>>> > > > >>
>>> > > > >> you'll have to svn up to the latest portstree, apply the patch,
>>> > > > >> update/reinstall the relevant packages (in this case,
>>> > > > >> devel/linux-c6-devtools), and try again.
>>> > > > >>
>>> > > > >> I'm actually using git, but I'm assuming master branch is in
>>> sync
>>> > > with svn
>>> > > > >
>>> > > > > FYI linux-skype_oss_wrapper still fails to build after the patch
>>> with:
>>> > > >
>>> > > > Stop.
>>> > > > make: stopped in
>>> > > >
>>> /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
>>> > > > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
>>> ]%
>>> > > > sudo make MAKE_JOBS_UNSAFE=yes
>>> > > > ===>  Building for linux-skype_oss_wrapper-0.1.1
>>> > > > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
>>> > > > -fstack-protector -shared -lpthread
>>> > > > /usr/bin/ld: cannot find /lib/libpthread.so.0
>>> > > > collect2: ld returned 1 exit status
>>> > > > *** Error code 1
>>> > > >
>>> > > > I can see libpthread.so in /compat/linux/usr/lib
>>> > > >
>>> > > > find /compat/linux/ -name 'libpthread*'
>>> > > > /compat/linux/lib64/libpthread-2.12.so
>>> > > > /compat/linux/lib64/libpthread.so.0
>>> > > > /compat/linux/usr/lib/libpthread.so.0
>>> > > > /compat/linux/usr/lib/libpthread_nonshared.a
>>> > > > /compat/linux/usr/lib/libpthread.so
>>> > > > /compat/linux/usr/lib64/libpthread_nonshared.a
>>> > > > /compat/linux/usr/lib64/libpthread.so
>>> > >
>>> > > Just an idea: have you installed the 32-bit glibc?  That should
>>> provide
>>> > > /compat/linux/lib/libpthread.so.0 etc.
>>> > >
>>> > >
>>> > Hum, I was under the impression that 32-bit libs would still be
>>> installed
>>> > alongside... wasn't that the purpose of the PATCH?
>>>
>>> Sorry, you are right, it should be installed by linux_base-c6.
>>>
>>> Nevertheless, you are somehow missing at least these files:
>>>
>>> /compat/linux/lib/libpthread-2.12.so
>>> /compat/linux/lib/libpthread.so.0
>>>
>>> Do you have the two libc files below?
>>>
>>> /compat/linux/lib/libc-2.12.so
>>> /compat/linux/lib/libc.so.6
>>>
>>> If not, then I suspect your linux_base-c6 doesn't contain the patch.
>>>
>>>
>> I was just looking into that acctually cause my "/compat/usr/lib" only
>> shows this:
>> ```
>> drwxr-xr-x  3 root  wheel 3B Feb  7 23:30 alsa
>> lrwxr-xr-x  1 root  wheel14B Jul 23  2015 cpp -> ../usr/bin/cpp
>> drwxr-xr-x  2 root  wheel 3B Jan 31 00:58 lsb
>> drwxr-xr-x  2 root  wheel 2B Jan 31 00:57 modules
>> drwxr-xr-x  6 root  wheel 6B Feb  7 23:30 terminfo
>> drwxr-xr-x  3 root  wheel 3B Jan 31 00:59 udev
>> ```
>>
>> However I do have the patch (or had the one from the other day, maybe I
>> need to update, I noticed a few more changes were made)
>>
>> I wonder how to do that without wiping the ports dir and refetch?
>> I'm using git, so I guess If I can revert the arc patch I can maybe "git
>> pull" again and then re-apply arc patch on top of the updated ports tree?
>>
>> replying to myself, arc patch creates a new branch, so I just need to go
> back to master :)
>
>>
>>
>>
>
linux-skype4 finally builds successfully, still can't run it due to:
% skype
ERROR: ld.so: object '/usr/lib/libv4l/v4l2convert.so' from LD_PRELOAD
cannot be preloaded: ignored.
/usr/local/share/skype/skype: error while loading shared libraries:
libXv.so.1: cannot open shared object file: No such file or directory

Regarding libv4l
```
ll /compat/linux/usr/lib | grep v4l
drwxr-xr-x  2 root  wheel 6B Feb  9 17:00 libv4l
-rwxr-xr-x  1 root  wheel16K Aug 22  2010 libv4l1.so.0
-rwxr-xr-x  1 root  wheel39K Aug 22  2010 libv4l2.so.0
-rwxr-xr-x  1 root  wheel   116K Aug 22  2010 libv4lconvert.so.0
```

Seems to be looking in the wrong place, or the libv4l port is installing to
the worn place (one of the two)

investigating why lbXv is not present

__Martin
>>>
>>
>>
>
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, 

Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Miguel C
On Tue, Feb 9, 2016 at 1:26 PM, Martin Simmons  wrote:

> > On Mon, 8 Feb 2016 21:26:55 +, Miguel C said:
> >
> > --089e011770cf92b957052b48ded9
> > Content-Type: text/plain; charset=UTF-8
> >
> > On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons 
> wrote:
> >
> > > > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
> > > >
> > > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
> > > wrote:
> > > >
> > > > >
> > > > >
> > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
> > > > > johan...@meixner.dk> wrote:
> > > > >
> > > > >> -BEGIN PGP SIGNED MESSAGE-
> > > > >> Hash: SHA256
> > > > >>
> > > > >> Hi Miguel,
> > > > >>
> > > > >> you'll have to svn up to the latest portstree, apply the patch,
> > > > >> update/reinstall the relevant packages (in this case,
> > > > >> devel/linux-c6-devtools), and try again.
> > > > >>
> > > > >> I'm actually using git, but I'm assuming master branch is in sync
> > > with svn
> > > > >
> > > > > FYI linux-skype_oss_wrapper still fails to build after the patch
> with:
> > > >
> > > > Stop.
> > > > make: stopped in
> > > >
> /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
> > > > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
> ]%
> > > > sudo make MAKE_JOBS_UNSAFE=yes
> > > > ===>  Building for linux-skype_oss_wrapper-0.1.1
> > > > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
> > > > -fstack-protector -shared -lpthread
> > > > /usr/bin/ld: cannot find /lib/libpthread.so.0
> > > > collect2: ld returned 1 exit status
> > > > *** Error code 1
> > > >
> > > > I can see libpthread.so in /compat/linux/usr/lib
> > > >
> > > > find /compat/linux/ -name 'libpthread*'
> > > > /compat/linux/lib64/libpthread-2.12.so
> > > > /compat/linux/lib64/libpthread.so.0
> > > > /compat/linux/usr/lib/libpthread.so.0
> > > > /compat/linux/usr/lib/libpthread_nonshared.a
> > > > /compat/linux/usr/lib/libpthread.so
> > > > /compat/linux/usr/lib64/libpthread_nonshared.a
> > > > /compat/linux/usr/lib64/libpthread.so
> > >
> > > Just an idea: have you installed the 32-bit glibc?  That should provide
> > > /compat/linux/lib/libpthread.so.0 etc.
> > >
> > >
> > Hum, I was under the impression that 32-bit libs would still be installed
> > alongside... wasn't that the purpose of the PATCH?
>
> Sorry, you are right, it should be installed by linux_base-c6.
>
> Nevertheless, you are somehow missing at least these files:
>
> /compat/linux/lib/libpthread-2.12.so
> /compat/linux/lib/libpthread.so.0
>
> Do you have the two libc files below?
>
> /compat/linux/lib/libc-2.12.so
> /compat/linux/lib/libc.so.6
>
> If not, then I suspect your linux_base-c6 doesn't contain the patch.
>
>
I was just looking into that acctually cause my "/compat/usr/lib" only
shows this:
```
drwxr-xr-x  3 root  wheel 3B Feb  7 23:30 alsa
lrwxr-xr-x  1 root  wheel14B Jul 23  2015 cpp -> ../usr/bin/cpp
drwxr-xr-x  2 root  wheel 3B Jan 31 00:58 lsb
drwxr-xr-x  2 root  wheel 2B Jan 31 00:57 modules
drwxr-xr-x  6 root  wheel 6B Feb  7 23:30 terminfo
drwxr-xr-x  3 root  wheel 3B Jan 31 00:59 udev
```

However I do have the patch (or had the one from the other day, maybe I
need to update, I noticed a few more changes were made)

I wonder how to do that without wiping the ports dir and refetch?
I'm using git, so I guess If I can revert the arc patch I can maybe "git
pull" again and then re-apply arc patch on top of the updated ports tree?




> __Martin
>
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-09 Thread Miguel C
On Tue, Feb 9, 2016 at 5:07 PM, Miguel C  wrote:

>
>
> On Tue, Feb 9, 2016 at 4:46 PM, Miguel C  wrote:
>
>>
>>
>> On Tue, Feb 9, 2016 at 4:30 PM, Miguel C  wrote:
>>
>>>
>>>
>>>
>>>
>>> On Tue, Feb 9, 2016 at 1:26 PM, Martin Simmons 
>>> wrote:
>>>
 > On Mon, 8 Feb 2016 21:26:55 +, Miguel C said:
 >
 > --089e011770cf92b957052b48ded9
 > Content-Type: text/plain; charset=UTF-8
 >
 > On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons 
 wrote:
 >
 > > > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
 > > >
 > > > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
 > > wrote:
 > > >
 > > > >
 > > > >
 > > > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
 > > > > johan...@meixner.dk> wrote:
 > > > >
 > > > >> -BEGIN PGP SIGNED MESSAGE-
 > > > >> Hash: SHA256
 > > > >>
 > > > >> Hi Miguel,
 > > > >>
 > > > >> you'll have to svn up to the latest portstree, apply the patch,
 > > > >> update/reinstall the relevant packages (in this case,
 > > > >> devel/linux-c6-devtools), and try again.
 > > > >>
 > > > >> I'm actually using git, but I'm assuming master branch is in
 sync
 > > with svn
 > > > >
 > > > > FYI linux-skype_oss_wrapper still fails to build after the
 patch with:
 > > >
 > > > Stop.
 > > > make: stopped in
 > > >
 /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
 > > > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
 ]%
 > > > sudo make MAKE_JOBS_UNSAFE=yes
 > > > ===>  Building for linux-skype_oss_wrapper-0.1.1
 > > > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
 > > > -fstack-protector -shared -lpthread
 > > > /usr/bin/ld: cannot find /lib/libpthread.so.0
 > > > collect2: ld returned 1 exit status
 > > > *** Error code 1
 > > >
 > > > I can see libpthread.so in /compat/linux/usr/lib
 > > >
 > > > find /compat/linux/ -name 'libpthread*'
 > > > /compat/linux/lib64/libpthread-2.12.so
 > > > /compat/linux/lib64/libpthread.so.0
 > > > /compat/linux/usr/lib/libpthread.so.0
 > > > /compat/linux/usr/lib/libpthread_nonshared.a
 > > > /compat/linux/usr/lib/libpthread.so
 > > > /compat/linux/usr/lib64/libpthread_nonshared.a
 > > > /compat/linux/usr/lib64/libpthread.so
 > >
 > > Just an idea: have you installed the 32-bit glibc?  That should
 provide
 > > /compat/linux/lib/libpthread.so.0 etc.
 > >
 > >
 > Hum, I was under the impression that 32-bit libs would still be
 installed
 > alongside... wasn't that the purpose of the PATCH?

 Sorry, you are right, it should be installed by linux_base-c6.

 Nevertheless, you are somehow missing at least these files:

 /compat/linux/lib/libpthread-2.12.so
 /compat/linux/lib/libpthread.so.0

 Do you have the two libc files below?

 /compat/linux/lib/libc-2.12.so
 /compat/linux/lib/libc.so.6

 If not, then I suspect your linux_base-c6 doesn't contain the patch.


>>> I was just looking into that acctually cause my "/compat/usr/lib" only
>>> shows this:
>>> ```
>>> drwxr-xr-x  3 root  wheel 3B Feb  7 23:30 alsa
>>> lrwxr-xr-x  1 root  wheel14B Jul 23  2015 cpp -> ../usr/bin/cpp
>>> drwxr-xr-x  2 root  wheel 3B Jan 31 00:58 lsb
>>> drwxr-xr-x  2 root  wheel 2B Jan 31 00:57 modules
>>> drwxr-xr-x  6 root  wheel 6B Feb  7 23:30 terminfo
>>> drwxr-xr-x  3 root  wheel 3B Jan 31 00:59 udev
>>> ```
>>>
>>> However I do have the patch (or had the one from the other day, maybe I
>>> need to update, I noticed a few more changes were made)
>>>
>>> I wonder how to do that without wiping the ports dir and refetch?
>>> I'm using git, so I guess If I can revert the arc patch I can maybe "git
>>> pull" again and then re-apply arc patch on top of the updated ports tree?
>>>
>>> replying to myself, arc patch creates a new branch, so I just need to go
>> back to master :)
>>
>>>
>>>
>>>
>>
> linux-skype4 finally builds successfully, still can't run it due to:
> % skype
> ERROR: ld.so: object '/usr/lib/libv4l/v4l2convert.so' from LD_PRELOAD
> cannot be preloaded: ignored.
> /usr/local/share/skype/skype: error while loading shared libraries:
> libXv.so.1: cannot open shared object file: No such file or directory
>
> Regarding libv4l
> ```
> ll /compat/linux/usr/lib | grep v4l
> drwxr-xr-x  2 root  wheel 6B Feb  9 17:00 libv4l
> -rwxr-xr-x  1 root  wheel16K Aug 22  2010 libv4l1.so.0
> -rwxr-xr-x  1 root  wheel39K Aug 22  2010 libv4l2.so.0
> -rwxr-xr-x  1 root  wheel   116K Aug 22  2010 libv4lconvert.so.0
> ```
>
> Seems to be looking in the wrong place, or the libv4l port is installing
> to the worn place (one of 

Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-08 Thread Martin Simmons
> On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
> 
> On Sun, Jan 31, 2016 at 3:05 AM, Miguel C  wrote:
> 
> >
> >
> > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
> > johan...@meixner.dk> wrote:
> >
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA256
> >>
> >> Hi Miguel,
> >>
> >> you'll have to svn up to the latest portstree, apply the patch,
> >> update/reinstall the relevant packages (in this case,
> >> devel/linux-c6-devtools), and try again.
> >>
> >> I'm actually using git, but I'm assuming master branch is in sync with svn
> >
> > FYI linux-skype_oss_wrapper still fails to build after the patch with:
> 
> Stop.
> make: stopped in
> /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
> [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper ]%
> sudo make MAKE_JOBS_UNSAFE=yes
> ===>  Building for linux-skype_oss_wrapper-0.1.1
> /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
> -fstack-protector -shared -lpthread
> /usr/bin/ld: cannot find /lib/libpthread.so.0
> collect2: ld returned 1 exit status
> *** Error code 1
> 
> I can see libpthread.so in /compat/linux/usr/lib
> 
> find /compat/linux/ -name 'libpthread*'
> /compat/linux/lib64/libpthread-2.12.so
> /compat/linux/lib64/libpthread.so.0
> /compat/linux/usr/lib/libpthread.so.0
> /compat/linux/usr/lib/libpthread_nonshared.a
> /compat/linux/usr/lib/libpthread.so
> /compat/linux/usr/lib64/libpthread_nonshared.a
> /compat/linux/usr/lib64/libpthread.so

Just an idea: have you installed the 32-bit glibc?  That should provide
/compat/linux/lib/libpthread.so.0 etc.

__Martin
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-08 Thread Miguel C
On Mon, Feb 8, 2016 at 6:19 PM, Martin Simmons  wrote:

> > On Mon, 8 Feb 2016 01:17:45 +, Miguel C said:
> >
> > On Sun, Jan 31, 2016 at 3:05 AM, Miguel C 
> wrote:
> >
> > >
> > >
> > > On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
> > > johan...@meixner.dk> wrote:
> > >
> > >> -BEGIN PGP SIGNED MESSAGE-
> > >> Hash: SHA256
> > >>
> > >> Hi Miguel,
> > >>
> > >> you'll have to svn up to the latest portstree, apply the patch,
> > >> update/reinstall the relevant packages (in this case,
> > >> devel/linux-c6-devtools), and try again.
> > >>
> > >> I'm actually using git, but I'm assuming master branch is in sync
> with svn
> > >
> > > FYI linux-skype_oss_wrapper still fails to build after the patch with:
> >
> > Stop.
> > make: stopped in
> > /usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
> > [miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper ]%
> > sudo make MAKE_JOBS_UNSAFE=yes
> > ===>  Building for linux-skype_oss_wrapper-0.1.1
> > /compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
> > -fstack-protector -shared -lpthread
> > /usr/bin/ld: cannot find /lib/libpthread.so.0
> > collect2: ld returned 1 exit status
> > *** Error code 1
> >
> > I can see libpthread.so in /compat/linux/usr/lib
> >
> > find /compat/linux/ -name 'libpthread*'
> > /compat/linux/lib64/libpthread-2.12.so
> > /compat/linux/lib64/libpthread.so.0
> > /compat/linux/usr/lib/libpthread.so.0
> > /compat/linux/usr/lib/libpthread_nonshared.a
> > /compat/linux/usr/lib/libpthread.so
> > /compat/linux/usr/lib64/libpthread_nonshared.a
> > /compat/linux/usr/lib64/libpthread.so
>
> Just an idea: have you installed the 32-bit glibc?  That should provide
> /compat/linux/lib/libpthread.so.0 etc.
>
>
Hum, I was under the impression that 32-bit libs would still be installed
alongside... wasn't that the purpose of the PATCH?


__Martin
>
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-02-07 Thread Miguel C
On Sun, Jan 31, 2016 at 3:05 AM, Miguel C  wrote:

>
>
> On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner <
> johan...@meixner.dk> wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> Hi Miguel,
>>
>> you'll have to svn up to the latest portstree, apply the patch,
>> update/reinstall the relevant packages (in this case,
>> devel/linux-c6-devtools), and try again.
>>
>> I'm actually using git, but I'm assuming master branch is in sync with svn
>
> FYI linux-skype_oss_wrapper still fails to build after the patch with:

Stop.
make: stopped in
/usr/home/miguelc/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper
[miguelc@r2d2:~/gitstuff/freebsd-ports/audio/linux-skype_oss_wrapper ]%
sudo make MAKE_JOBS_UNSAFE=yes
===>  Building for linux-skype_oss_wrapper-0.1.1
/compat/linux/usr/bin/gcc -m32 libpulse.o -o libpulse.so.0
-fstack-protector -shared -lpthread
/usr/bin/ld: cannot find /lib/libpthread.so.0
collect2: ld returned 1 exit status
*** Error code 1

I can see libpthread.so in /compat/linux/usr/lib

find /compat/linux/ -name 'libpthread*'
/compat/linux/lib64/libpthread-2.12.so
/compat/linux/lib64/libpthread.so.0
/compat/linux/usr/lib/libpthread.so.0
/compat/linux/usr/lib/libpthread_nonshared.a
/compat/linux/usr/lib/libpthread.so
/compat/linux/usr/lib64/libpthread_nonshared.a
/compat/linux/usr/lib64/libpthread.so



> Best
>> - -Johannes
>>
>> On 01/31/16 01:35 AM, Miguel C wrote:
>> > Hi,
>> >
>> > should we just update the ports tree and try to compile
>> > linux-c6+skype4 or should we "arc patch D5141" the try to compile?
>> >
>> > I tried both cases, in the first skype fails to build do to: ```
>> > ===>  Building for linux-skype_oss_wrapper-0.1.1 --- skype_oss ---
>> > --- libpulse.o --- /compat/linux/usr/bin/gcc -O2 -pipe
>> > -fstack-protector -fno-strict-aliasing -m32 -fPIC -c libpulse.c -o
>> > libpulse.o --- skype_oss --- echo "#!/bin/sh" > skype_oss && echo
>> > "LD_LIBRARY_PATH=/compat/linux/lib/skype_oss_wrapper:\$LD_LIBRARY_PATH
>> >
>> >
>> skype" >> skype_o
>> > ss && chmod +x skype_oss --- libpulse.o --- In file included from
>> > /usr/include/features.h:385, from /usr/include/stdio.h:28, from
>> > libpulse.c:1: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:
>> > No such file or directory *** [libpulse.o] Error code 1 ```
>> >
>> >
>> > If I on the other hand update the ports tree and then apply the
>> > patch it fails to bulld linux-c6 cause libstdc is missing in the
>> > repos: `=> Attempting to fetch
>> > http://distcache.FreeBSD.org/ports-distfiles/rpm/x86_64/centos/6.7/com
>> pat-libstdc++-296-2.96-144.el6.i
>> 
>> >
>> >
>> 686.rpm
>> > fetch: 78832: No such file or directory `
>> >
>> > Cheers,
>> >
>> > Miguel
>> >
>> >
>> > Melhores Cumprimentos // Best Regards
>> > --- *Miguel Clara* *IT
>> > - Sys Admin & Developer*
>> >
>> > On Sat, Jan 30, 2016 at 10:35 PM, Johannes Jost Meixner
>> > > wrote:
>> >
>> > Given that miwi@ was able to land the CentOS 6.7 upgrade in
>> > https://svnweb.freebsd.org/changeset/ports/407537,
>> >
>> > I'm following up with the latest call for testing straight out of
>> > xmj labs.
>> >
>> >
>> > Using
>> >
>> > https://reviews.freebsd.org/D5141
>> >
>> > you will be able install 32bit Linux libraries on systems that
>> > otherwise use CentOS 6.7 64bit things, hence allowing such goodies
>> > as finally being able to run Skype4 while enjoying an otherwise
>> > 64bit CentOS userland.
>> >
>> > Test instructions are inside of Phabricator.
>> >
>> > Please let me know if you have any questions, issues, feedback
>> > etc.
>> >
>> > Best
>> >
>> > Johannes ___
>> > freebsd-emulation@freebsd.org
>> >  mailing list
>> > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To
>> > unsubscribe, send any mail to
>> > "freebsd-emulation-unsubscr...@freebsd.org
>> > "
>> >
>> >
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v2
>>
>> iQIcBAEBCAAGBQJWrXUAAAoJEElqnXBiUNQC7xYP/3pRxEkunrrSdpAWWEI4GhQO
>> 67zBhjiKqsXTesQdcTfc+AdHcnNYZ5FIhzICHiiFK4Onz34y9GyS8ii5gD5DnnAt
>> PoOYjriBvGhAhKO7pBkTknMDU4Osr/nl4cDBebJqZt4ZsVgLY85Mrt2UJiEHJhi8
>> 6MqO88ZjqObJPL/XbSuRWhWaQRUrUqjlnXG47ven4nYxk5TNjorAbAO+/aYuzxoS
>> a56dmazNwgQzlw8wtuAjdx5fpXJkK8PwWIi/zKHs9ZO3cA4bAjymwIpQZqebN9a7
>> ojP79ZUnxqBl19Htz5FsKYw7ivnhRsuNGLOqQJghbgWnq1KBoCezchGH8m76sNlJ
>> XmivPM7gH2pV59edUOhxV5lU7kBgK5MOy+V6X52GUUmIA+S0xGcBLPmDqE5TgvRx
>> y7ew3pLTi2FxQbbIdEiBPzD8UXYawgcGsn+eSV5z6F08xZJPjASTaMJouCxGF4De
>> 6G0Vp5PlKRZfcCPR8L0V+4hy5pHQL5GkXzo+GmvoFBGJmESlYJsmldIKQjGdpvDw
>> iqn9hGBuoNkPzWPKg2bm1n5+UTB+vVoTP01MjfuiFR7g1L48C3MfJAWCgdvgdous
>> FL2PhzbCd3JRbkFxYkrPe5x1Cb3Nv37k19jQV7jdU7ShXcBkT/MazpluiFMhPaik
>> 

Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-01-30 Thread Miguel C
On Sun, Jan 31, 2016 at 2:44 AM, Johannes Jost Meixner 
wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Hi Miguel,
>
> you'll have to svn up to the latest portstree, apply the patch,
> update/reinstall the relevant packages (in this case,
> devel/linux-c6-devtools), and try again.
>
> I'm actually using git, but I'm assuming master branch is in sync with svn


Best
> - -Johannes
>
> On 01/31/16 01:35 AM, Miguel C wrote:
> > Hi,
> >
> > should we just update the ports tree and try to compile
> > linux-c6+skype4 or should we "arc patch D5141" the try to compile?
> >
> > I tried both cases, in the first skype fails to build do to: ```
> > ===>  Building for linux-skype_oss_wrapper-0.1.1 --- skype_oss ---
> > --- libpulse.o --- /compat/linux/usr/bin/gcc -O2 -pipe
> > -fstack-protector -fno-strict-aliasing -m32 -fPIC -c libpulse.c -o
> > libpulse.o --- skype_oss --- echo "#!/bin/sh" > skype_oss && echo
> > "LD_LIBRARY_PATH=/compat/linux/lib/skype_oss_wrapper:\$LD_LIBRARY_PATH
> >
> >
> skype" >> skype_o
> > ss && chmod +x skype_oss --- libpulse.o --- In file included from
> > /usr/include/features.h:385, from /usr/include/stdio.h:28, from
> > libpulse.c:1: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:
> > No such file or directory *** [libpulse.o] Error code 1 ```
> >
> >
> > If I on the other hand update the ports tree and then apply the
> > patch it fails to bulld linux-c6 cause libstdc is missing in the
> > repos: `=> Attempting to fetch
> > http://distcache.FreeBSD.org/ports-distfiles/rpm/x86_64/centos/6.7/com
> pat-libstdc++-296-2.96-144.el6.i
> >
> >
> 686.rpm
> > fetch: 78832: No such file or directory `
> >
> > Cheers,
> >
> > Miguel
> >
> >
> > Melhores Cumprimentos // Best Regards
> > --- *Miguel Clara* *IT
> > - Sys Admin & Developer*
> >
> > On Sat, Jan 30, 2016 at 10:35 PM, Johannes Jost Meixner
> > > wrote:
> >
> > Given that miwi@ was able to land the CentOS 6.7 upgrade in
> > https://svnweb.freebsd.org/changeset/ports/407537,
> >
> > I'm following up with the latest call for testing straight out of
> > xmj labs.
> >
> >
> > Using
> >
> > https://reviews.freebsd.org/D5141
> >
> > you will be able install 32bit Linux libraries on systems that
> > otherwise use CentOS 6.7 64bit things, hence allowing such goodies
> > as finally being able to run Skype4 while enjoying an otherwise
> > 64bit CentOS userland.
> >
> > Test instructions are inside of Phabricator.
> >
> > Please let me know if you have any questions, issues, feedback
> > etc.
> >
> > Best
> >
> > Johannes ___
> > freebsd-emulation@freebsd.org
> >  mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To
> > unsubscribe, send any mail to
> > "freebsd-emulation-unsubscr...@freebsd.org
> > "
> >
> >
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQIcBAEBCAAGBQJWrXUAAAoJEElqnXBiUNQC7xYP/3pRxEkunrrSdpAWWEI4GhQO
> 67zBhjiKqsXTesQdcTfc+AdHcnNYZ5FIhzICHiiFK4Onz34y9GyS8ii5gD5DnnAt
> PoOYjriBvGhAhKO7pBkTknMDU4Osr/nl4cDBebJqZt4ZsVgLY85Mrt2UJiEHJhi8
> 6MqO88ZjqObJPL/XbSuRWhWaQRUrUqjlnXG47ven4nYxk5TNjorAbAO+/aYuzxoS
> a56dmazNwgQzlw8wtuAjdx5fpXJkK8PwWIi/zKHs9ZO3cA4bAjymwIpQZqebN9a7
> ojP79ZUnxqBl19Htz5FsKYw7ivnhRsuNGLOqQJghbgWnq1KBoCezchGH8m76sNlJ
> XmivPM7gH2pV59edUOhxV5lU7kBgK5MOy+V6X52GUUmIA+S0xGcBLPmDqE5TgvRx
> y7ew3pLTi2FxQbbIdEiBPzD8UXYawgcGsn+eSV5z6F08xZJPjASTaMJouCxGF4De
> 6G0Vp5PlKRZfcCPR8L0V+4hy5pHQL5GkXzo+GmvoFBGJmESlYJsmldIKQjGdpvDw
> iqn9hGBuoNkPzWPKg2bm1n5+UTB+vVoTP01MjfuiFR7g1L48C3MfJAWCgdvgdous
> FL2PhzbCd3JRbkFxYkrPe5x1Cb3Nv37k19jQV7jdU7ShXcBkT/MazpluiFMhPaik
> 8sSXp9T7OW6WKSAumwT2
> =EqFG
> -END PGP SIGNATURE-
>
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries.

2016-01-30 Thread Johannes Jost Meixner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Miguel,

you'll have to svn up to the latest portstree, apply the patch,
update/reinstall the relevant packages (in this case,
devel/linux-c6-devtools), and try again.

Best
- -Johannes

On 01/31/16 01:35 AM, Miguel C wrote:
> Hi,
> 
> should we just update the ports tree and try to compile
> linux-c6+skype4 or should we "arc patch D5141" the try to compile?
> 
> I tried both cases, in the first skype fails to build do to: ``` 
> ===>  Building for linux-skype_oss_wrapper-0.1.1 --- skype_oss --- 
> --- libpulse.o --- /compat/linux/usr/bin/gcc -O2 -pipe
> -fstack-protector -fno-strict-aliasing -m32 -fPIC -c libpulse.c -o
> libpulse.o --- skype_oss --- echo "#!/bin/sh" > skype_oss && echo 
> "LD_LIBRARY_PATH=/compat/linux/lib/skype_oss_wrapper:\$LD_LIBRARY_PATH
>
> 
skype" >> skype_o
> ss && chmod +x skype_oss --- libpulse.o --- In file included from
> /usr/include/features.h:385, from /usr/include/stdio.h:28, from
> libpulse.c:1: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:
> No such file or directory *** [libpulse.o] Error code 1 ```
> 
> 
> If I on the other hand update the ports tree and then apply the
> patch it fails to bulld linux-c6 cause libstdc is missing in the
> repos: `=> Attempting to fetch 
> http://distcache.FreeBSD.org/ports-distfiles/rpm/x86_64/centos/6.7/com
pat-libstdc++-296-2.96-144.el6.i
>
> 
686.rpm
> fetch: 78832: No such file or directory `
> 
> Cheers,
> 
> Miguel
> 
> 
> Melhores Cumprimentos // Best Regards 
> --- *Miguel Clara* *IT
> - Sys Admin & Developer*
> 
> On Sat, Jan 30, 2016 at 10:35 PM, Johannes Jost Meixner 
> > wrote:
> 
> Given that miwi@ was able to land the CentOS 6.7 upgrade in 
> https://svnweb.freebsd.org/changeset/ports/407537,
> 
> I'm following up with the latest call for testing straight out of
> xmj labs.
> 
> 
> Using
> 
> https://reviews.freebsd.org/D5141
> 
> you will be able install 32bit Linux libraries on systems that 
> otherwise use CentOS 6.7 64bit things, hence allowing such goodies
> as finally being able to run Skype4 while enjoying an otherwise
> 64bit CentOS userland.
> 
> Test instructions are inside of Phabricator.
> 
> Please let me know if you have any questions, issues, feedback
> etc.
> 
> Best
> 
> Johannes ___ 
> freebsd-emulation@freebsd.org
>  mailing list 
> https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To
> unsubscribe, send any mail to 
> "freebsd-emulation-unsubscr...@freebsd.org 
> "
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWrXUAAAoJEElqnXBiUNQC7xYP/3pRxEkunrrSdpAWWEI4GhQO
67zBhjiKqsXTesQdcTfc+AdHcnNYZ5FIhzICHiiFK4Onz34y9GyS8ii5gD5DnnAt
PoOYjriBvGhAhKO7pBkTknMDU4Osr/nl4cDBebJqZt4ZsVgLY85Mrt2UJiEHJhi8
6MqO88ZjqObJPL/XbSuRWhWaQRUrUqjlnXG47ven4nYxk5TNjorAbAO+/aYuzxoS
a56dmazNwgQzlw8wtuAjdx5fpXJkK8PwWIi/zKHs9ZO3cA4bAjymwIpQZqebN9a7
ojP79ZUnxqBl19Htz5FsKYw7ivnhRsuNGLOqQJghbgWnq1KBoCezchGH8m76sNlJ
XmivPM7gH2pV59edUOhxV5lU7kBgK5MOy+V6X52GUUmIA+S0xGcBLPmDqE5TgvRx
y7ew3pLTi2FxQbbIdEiBPzD8UXYawgcGsn+eSV5z6F08xZJPjASTaMJouCxGF4De
6G0Vp5PlKRZfcCPR8L0V+4hy5pHQL5GkXzo+GmvoFBGJmESlYJsmldIKQjGdpvDw
iqn9hGBuoNkPzWPKg2bm1n5+UTB+vVoTP01MjfuiFR7g1L48C3MfJAWCgdvgdous
FL2PhzbCd3JRbkFxYkrPe5x1Cb3Nv37k19jQV7jdU7ShXcBkT/MazpluiFMhPaik
8sSXp9T7OW6WKSAumwT2
=EqFG
-END PGP SIGNATURE-
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"