Re: [arch-general] Debugging third-party library's segfault if its caused by system update?

2015-06-15 Thread Oon-Ee Ng
On Tue, Jun 9, 2015 at 3:26 PM, Oon-Ee Ng  wrote:
> I use the openni2 library to access an Asus Xtion Pro Live camera,
> installed from the AUR and working fine up till 2+ weeks ago.
>
> After a 2 week holiday, the most recent system update caused segfaults
> to happen within the library (both before and after rebuilding it),
> without any change to the code calling the library. Same segfault
> happens with the simple sample applications included in the library
> (previously running fine).
>
> How do I track down the issue? The library's source code is available,
> but without knowing it well I'm unsure where to even begin.
>
> Normally I'd contact the authors, but as this issue was caused (on my
> system) by a system update I think I'd need to do some tracking down
> first.

Dear all,

This is becoming curiouser and curiouser. Used the Arch Rollback
Machine to repeat the upgrades (without [testing]) and got all the way
till today without the problem reoccuring. Some more selective
upgrading revealed the problem to be libsystemd, systemd, and
systemd-sysvcompat (upgrading from 219-6 to 220-1 brings the problem
back reliably).

I am reporting this at https://bugs.archlinux.org/task/45343


Re: [arch-general] Debugging third-party library's segfault if its caused by system update?

2015-06-15 Thread Oon-Ee Ng
On Thu, Jun 11, 2015 at 12:45 AM, Neven Sajko  wrote:
> On 10 June 2015 at 03:12, Oon-Ee Ng  wrote:
>> On Wed, Jun 10, 2015 at 7:48 AM, Anatol Pomozov
>>  wrote:
>>>
>>> Do you use Intel CPU? Try to setup microcode and see if it helps
>>> https://wiki.archlinux.org/index.php/Microcode
>>
>> I do, but that has not changed, and as CPU problems would likely
>> affect the whole system rather than a specific library I'm hesitant to
>> try something so low-level.
>
> You should definitely set the microcode updates up, bugs in μcode
> could affect any part of the system and you'll need to do it sooner or
> later.
> It's not hard to do, at least with syslinux, I hear the GNU bootloader
> is more complicated to use.

Set it up, but nothing seems to change after reboot in terms of this
behaviour. However it is possible there is a bigger issue in my recent
updates, as I now have segfaults on the latest intel driver updates.


Re: [arch-general] FS mount for google drive

2015-06-15 Thread Javier Vasquez
> On Mon, Jun 15, 2015 at 8:45 AM, Bennett Piater  wrote:
> ...
>
> Does it have to be mounted as a FS?

Well, yes, I wanted it like a network FS...

>
> ... am using this
> cli-client [0] which works very well and is actively (though
> unofficially) supported by a Google insider. It is also available in the
> (AUR)[1].
>
> ...
>
> [0]: https://github.com/odeke-em/drive#why-another-google-drive-client
> [1]: https://aur.archlinux.org/packages/drive/

Do you know if it works under a firewall?  Does it support http_proxy env var?

Thanks

-- 
Javier


Re: [arch-general] Packaging question: namcap lib xyz is an uninstalled dependency

2015-06-15 Thread Andy Pieters

On Mon, 15 Jun 2015 16:55:47 +
Andy Pieters  wrote:

> Hi peoples! Greets from sweltering Plymouth UK!
>
> Been trying to create pkgbuild for binary package coming in .deb file.
>
> It has got 2 shared libraries included and try as I might I keep getting this 
> from namcap:
>
> Referenced library 'libotav2.so.1' is an uninstalled dependency
> Referenced library 'libotav1.so.1' is an uninstalled dependency

Doug wrote
> Are these libraries part of the package? If so, you need to install the 
> package
> before running namcap.

Yes they are part of the package originally. I will try your suggestion. Thank 
you

Andy


Re: [arch-general] Packaging question: namcap lib xyz is an uninstalled dependency

2015-06-15 Thread Doug Newgard
On Mon, 15 Jun 2015 16:55:47 +
Andy Pieters  wrote:

> Hi peoples! Greets from sweltering Plymouth UK!
> 
> Been trying to create pkgbuild for binary package coming in .deb file.
> 
> It has got 2 shared libraries included and try as I might I keep getting this 
> from namcap:
> 
> Referenced library 'libotav2.so.1' is an uninstalled dependency
> Referenced library 'libotav1.so.1' is an uninstalled dependency

Are these libraries part of the package? If so, you need to install the package
before running namcap.

Doug


[arch-general] Packaging question: namcap lib xyz is an uninstalled dependency

2015-06-15 Thread Andy Pieters
Hi peoples! Greets from sweltering Plymouth UK!

Been trying to create pkgbuild for binary package coming in .deb file.

It has got 2 shared libraries included and try as I might I keep getting this 
from namcap:

Referenced library 'libotav2.so.1' is an uninstalled dependency
Referenced library 'libotav1.so.1' is an uninstalled dependency

I have tried splitting up the package with one packaging libatov2.so.1, the 
other libotav1.so.1, setting depends= in the main package, and provides= in the 
libotav

I have also tried looking in the namcap sources but my python is zero.

And Googled, loads of Googled before asking here.

Can you please direct me to the solution of this problem

Thank you kindly

Andy Pieters





Re: [arch-general] FS mount for google drive

2015-06-15 Thread Bennett Piater
On 06/14/2015 01:46 AM, Javier Vasquez wrote:

> I was looking for a way to mount google drive as a FS, and found [1] and [2].

[...]

> If someone is using whether fuse-google-drive or gdrivefs, please
> share any drawbacks, pitfalls, how to make it work in teh case of
> fuse-google-drive, and some other stuff you might want to share.
> 
> I'm looking for light non gui dependent options, :-)

Hi,
Does it have to be mounted as a FS?

I do not have any experience with any of these, but am using this
cli-client [0] which works very well and is actively (though
unofficially) supported by a Google insider. It is also available in the
(AUR)[1].

It does not do background syncs as it's creator prefers a vcs-like push
& pull workflow.
It's definitely light and allows you to download only exactly what you
need without waiting for the rest to finish.

Cheers,
Bennett

[0]: https://github.com/odeke-em/drive#why-another-google-drive-client
[1]: https://aur.archlinux.org/packages/drive/

-- 
GPG fingerprint: 871F 1047 7DB3 DDED 5FC4 47B2 26C7 E577 EF96 7808



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] VTK package is outdated

2015-06-15 Thread Rashif Ray Rahman
On 15 June 2015 at 11:25, Andrejs Mivreņiks  wrote:
>> If I don't do anything in another two weeks I'll
>> drop it to AUR where it might be better taken care of.
>
> What about packages like opencascade[1] that depend on VTK? Also
> it might take quite a long time to build from AUR. I think it's better to
> keep it in the community repository as is for now. I might take a look at it
> and try to fix build issues at some point.

Thanks and, don't worry, no packages will be dropped if they are in use.


--
GPG/PGP ID: C0711BF1


[arch-general] Perl 5.22 in [testing]

2015-06-15 Thread Florian Pritz
Hi,

Perl 5.22, as any other new perl version, requires all modules that are
not purely perl code to be rebuilt. We did that for all packages in our
repos.

For a list of upstream changes please refer to `man perldelta`.

Since users probably installed some from AUR or with
CPANPLUS::Dist::Arch, I wrote a script[1] that generates a local rebuild
list. To use it you will also need this[2].

Note that:
 - some modules simply don't support being loaded directly (Irssi,
   SVN::_Core, Tk::Entry among others) so also run the test
   (`perl -M$module -e1`) manually before reporting.
 - site_perl overrides vendor_perl so if you fix an error for a module
   in site_perl you have to run the script again afterwards.

[1]
https://git.server-speed.net/users/flo/bin/plain/find-broken-perl-packages.sh
[2] https://git.server-speed.net/users/flo/bin/plain/module-to-dist.pl

Binaries linking with libperl.so will also need to be rebuilt. You can
use lddd from devtools to find those.

Please report any issue you encounter.




signature.asc
Description: OpenPGP digital signature