Re: poudriere blocked after pkg build failed

2020-02-27 Thread Axel Rau
> Am 27.02.2020 um 00:09 schrieb Tatsuki Makino : > > > The cause of this trouble is the following part of make.conf. > > .MAKE.JOBS=4 YEP, that’s it. Surprisingly this worked for days (weeks?) until pkg received an update. (-; Thank you for your great work, Axel --- PGP-Key: CDE74120 ☀ com

Re: poudriere blocked after pkg build failed

2020-02-27 Thread Axel Rau
> Am 27.02.2020 um 00:09 schrieb Tatsuki Makino : > > .MAKE.JOBS=4 This was the only way to force a -j 4 to make. > > If you want to limit the number of parallel jobs to 4, write: > > MAKE_JOBS_NUMBER:=4 This has no effect here, if combined with ALLOW_MAKE_JOBS=yes in poudrier

Re: Timidity++ needs libarc as run dependency ??

2020-02-27 Thread Marcin Cieslak
On Thu, 27 Feb 2020, Mateusz Piotrowski wrote: On 2/26/20 3:20 PM, Hans Petter Selasky wrote: On 2020-02-26 13:18, Mateusz Piotrowski wrote: On 2/26/20 10:55 AM, Hans Petter Selasky wrote: ld-elf.so.1: Shared object "libarc.so.1" not found, required by "timidity" pkg install libarc It loo

llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Chris
I'm testing modifications of ports I maintain in a jail. I have nothing in make.conf(5) except DEVELOPER=true But I get messages regarding python versions like: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified. But I make no demands on versions. What causes this, and how can I stop

Re: Xorg 1.20 no mouse buttons

2020-02-27 Thread Daniel Morante via freebsd-ports
Roland, Your issue might be related to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244110 On 2/26/2020 5:29 PM, Ronald Klop wrote: It works again. Changed back from virtualboxvideo from drm-devel-kmod to the driver from virtualbox-ose-additions. But did some other changes at

About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:     SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is disabled. And I sort of get this, SSLv3 is unsafe. But I need it to be able to run parts of the

Re: About protocols in openssl

2020-02-27 Thread Miroslav Lachman
Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:     SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is disabled. And I sort of get this, SSLv3 is unsa

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing: SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is di

Re: About protocols in openssl

2020-02-27 Thread Pete Wright
On 2020-02-27 11:42, Willem Jan Withagen wrote: On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing: SSLv3_client_method Which i guess,

Re: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Brooks Davis
On Thu, Feb 27, 2020 at 08:44:59AM -0800, Chris wrote: > I'm testing modifications of ports I maintain in > a jail. I have nothing in make.conf(5) except > DEVELOPER=true > But I get messages regarding python versions like: > llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified. > But I

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 20:52, Pete Wright wrote: On 2020-02-27 11:42, Willem Jan Withagen wrote: On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:

Re: About protocols in openssl

2020-02-27 Thread Freddie Cash
On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: > > Interesting, but not quite what I want > It is not for personal usage, but for ports that I have commited to the > ports collection, and want to upgrade. > And yes, fixing openssl works for this problem, but it is not only my > pr

Re: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Mathieu Arnold
On Thu, Feb 27, 2020 at 07:52:23PM +, Brooks Davis wrote: > On Thu, Feb 27, 2020 at 08:44:59AM -0800, Chris wrote: > > I'm testing modifications of ports I maintain in > > a jail. I have nothing in make.conf(5) except > > DEVELOPER=true > > But I get messages regarding python versions like: > >

Re: About protocols in openssl

2020-02-27 Thread Mathieu Arnold
On Thu, Feb 27, 2020 at 12:45:51PM -0800, Freddie Cash wrote: > On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: > > > > > Interesting, but not quite what I want > > It is not for personal usage, but for ports that I have commited to the > > ports collection, and want to upgrade. >

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 21:53, Mathieu Arnold wrote: On Thu, Feb 27, 2020 at 12:45:51PM -0800, Freddie Cash wrote: On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: Interesting, but not quite what I want It is not for personal usage, but for ports that I have commited to the ports collectio

Re: Timidity++ needs libarc as run dependency ??

2020-02-27 Thread Mateusz Piotrowski
On 2/27/20 3:54 PM, Marcin Cieslak wrote: On Thu, 27 Feb 2020, Mateusz Piotrowski wrote: On 2/26/20 3:20 PM, Hans Petter Selasky wrote: On 2020-02-26 13:18, Mateusz Piotrowski wrote: On 2/26/20 10:55 AM, Hans Petter Selasky wrote: ld-elf.so.1: Shared object "libarc.so.1" not found, required by

Re: poudriere blocked after pkg build failed

2020-02-27 Thread Tatsuki Makino
Your poudriere.conf is written as PARALLEL_JOBS=4. Combining this with writing MAKE_JOBS_NUMBER:=4 in /usr/local/etc/poudriere.d/*make.conf, load average reaches 16. If you are concerned about that load average reaching 16, you need to adjust PARALLEL_JOBS and MAKE_JOBS_NUMBER. If it only rise up t

Re: About protocols in openssl

2020-02-27 Thread Marcin Cieslak
On Thu, 27 Feb 2020, Willem Jan Withagen wrote: /home/jenkins/workspace/ceph-master/src/pybind/mgr/.tox/py3/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "SSLv3_client_method" This looks to me that you are trying to build ceph in the virtualenv whi

Re: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Chris
On Thu, 27 Feb 2020 19:52:23 + Brooks Davis bro...@freebsd.org said On Thu, Feb 27, 2020 at 08:44:59AM -0800, Chris wrote: > I'm testing modifications of ports I maintain in > a jail. I have nothing in make.conf(5) except > DEVELOPER=true > But I get messages regarding python versions like:

Re: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Chris
On Thu, 27 Feb 2020 21:46:12 +0100 Mathieu Arnold m...@freebsd.org said On Thu, Feb 27, 2020 at 07:52:23PM +, Brooks Davis wrote: > On Thu, Feb 27, 2020 at 08:44:59AM -0800, Chris wrote: > > I'm testing modifications of ports I maintain in > > a jail. I have nothing in make.conf(5) except >