Re: poudriere blocked after pkg build failed

2020-02-25 Thread Tatsuki Makino
Your poudriere.conf has resource limits. Would you try removing the resource limit and reducing the number of parallels? e.g. TMPFS_LIMIT=4 -> 6 MAX_MEMORY=2 -> 4 MAX_FILES=1024 -> 2048 PARALLEL_JOBS=4 -> 2 PREPARE_PARALLEL_JOBS=5 ___

Re: poudriere blocked after pkg build failed

2020-02-25 Thread Axel Rau
> Am 25.02.2020 um 18:43 schrieb Axel Rau : > > > I attach my poudriere.conf and portshaker.conf (which worked for years). https://www.chaos1.de/downloads/pp.tar.gz Axel --- PGP-Key: CDE74120 ☀ computing @ chaos claudius signature.asc Description: Message signed with OpenPGP

Re: poudriere blocked after pkg build failed

2020-02-25 Thread Axel Rau
> Am 25.02.2020 um 09:27 schrieb Axel Rau : > > > Question: How do I reset the poudriere environment to let it start over and > bootstrap a new pkg? > Is cleaning data enough (as ports tree is maintained by portshaker here)? I cleaned jails and ports and re-created them. (created an empty

Re: Cannot build qt5-webkit with debug

2020-02-25 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/25 11:16: Am 2020-02-24 um 22:52 schrieb Miroslav Lachman: Michael Osipov wrote on 2020/02/24 21:40: Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: [..] I tried it on simpler website on HTTP without external fonts etc. but it is still crashing Example JS

Re: FreeBSD Port: cairo-dock-3.4.1_4

2020-02-25 Thread Alex V. Petrov
25.02.2020 18:37, Jan Beich пишет: > "Alex V. Petrov" writes: > >> Some long time cairo-dock+nvidia-driver don't working with OpenGL, only >> cairo-dock -c (backend cairo). >> Before it working perfectly. > > Does the following help? > > Index: deskutils/cairo-dock/Makefile >

Re: FreeBSD Port: cairo-dock-3.4.1_4

2020-02-25 Thread Jan Beich
"Alex V. Petrov" writes: > Some long time cairo-dock+nvidia-driver don't working with OpenGL, only > cairo-dock -c (backend cairo). > Before it working perfectly. Does the following help? Index: deskutils/cairo-dock/Makefile ===

R: porting a python package with specific libraries versions as dependency

2020-02-25 Thread Alessandro Sagratini
Thanks so much Kubilay for the prompt response, that confirms my suspects, as upstream applications might not have been properly tested with more recent library versions. I will keep managing that tool using a virtualenv for now, then Da: Kubilay Kocak per

Re: Cannot build qt5-webkit with debug

2020-02-25 Thread Michael Osipov
Am 2020-02-24 um 22:52 schrieb Miroslav Lachman: Michael Osipov wrote on 2020/02/24 21:40: Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: [..] I tried it on simpler website on HTTP without external fonts etc. but it is still crashing Example JS code and truss output is on hastebin

Re: poudriere blocked after pkg build failed

2020-02-25 Thread Axel Rau
> Am 25.02.2020 um 09:27 schrieb Axel Rau : > > Question: How do I reset the poudriere environment to let it start over and > bootstrap a new pkg? > Is cleaning data enough (as ports tree is maintained by portshaker here)? Even after removing poudriere data tree and recreating poudriere jails

Re: porting a python package with specific libraries versions as dependency

2020-02-25 Thread Kubilay Kocak
On 25/02/2020 7:22 pm, Alessandro Sagratini wrote: Hello all, I was discussing [1] about porting oci-cli to ports tree. It is a python package, that should not be a big deal, though, investigating a bit more "requires" field in setup.py [2], I noticed it depends on specific python libraries,

Re: poudriere blocked after pkg build failed

2020-02-25 Thread Axel Rau
> Am 24.02.2020 um 23:48 schrieb Tatsuki Makino : > > Is there a mistake in any of /usr/local/etc/poudriere.d/*make.conf ? Nothing changed recently: ——— #?# WITH_SSP_PORTS (bool) If set, enables -fstack-protector for most ports. # CC=clang # Highly recommended over GCC,

porting a python package with specific libraries versions as dependency

2020-02-25 Thread Alessandro Sagratini
Hello all, I was discussing [1] about porting oci-cli to ports tree. It is a python package, that should not be a big deal, though, investigating a bit more "requires" field in setup.py [2], I noticed it depends on specific python libraries, for example oci-sdk 2.10.5, configparser 3.5.0 or six