pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/www/py-selenium



On Fri, 17 Nov 2017 08:15:43 +0000
Adam Ciarcinski <adam%netbsd.org@localhost> wrote:

> Log Message:
> py-selenium: downgraded to 3.7.0
> 
> The package was actually 3.7.0, but marked as 3.7.1.
> Now, it does not depend on Java, and pulls the (pre-built) distfile from PyPI.

You are now installing prebuilt Linux binaries on NetBSD,
which fails:

=> Checking for missing run-time search paths in py27-selenium-3.7.0
ERROR: lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so: missing library: libc.so.6
ERROR: lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so: missing library: libc.so.6
*** Error code 1

They are LD_PRELOAD libraries and should be rebuilt and replaced for the native platform.
You can get the source file and build it manually with a Makefile rule.

https://github.com/SeleniumHQ/selenium/blob/master/cpp/linux-specific/x_ignore_nofocus.c



Home | Main Index | Thread Index | Old Index