Re: Problem building py-cryptography

2021-05-22 Thread Simon Wright
Hi Charlie, Thanks for this. My ports tree is synched to the package server for amd64-default, ie. b093791110 I'm not mixing SSL's, here again are my make.conf files: make.conf WRKDIRPREFIX=/usr/tmp #WRKDIRPREFIX=/tmp/drupal7 OPTIONS_SET=GECKO CUPS NOI4B=1 OPTIONS_SET+=NO-X11 #OPTIONS_UNSET+=X

Re: Problem building py-cryptography

2021-05-22 Thread Tatsuki Makino
I haven't followed everything, but have you tried to rebuild libressl? poudriere bulk -j FreeBSD:13:amd64 -p default -C security/libressl And, here's a check for complete synchronization of port tree. git -C ${BASEFS}/ports/default status

Re: Problem building py-cryptography

2021-05-22 Thread Charlie Li
Simon Wright wrote: > Hi Charlie, > > Thanks for this. My ports tree is synched to the package server for > amd64-default, ie. b093791110 > > I'm not mixing SSL's, here again are my make.conf files: > > make.conf > > > > There is no jail-specific make.conf or -z options set. > Your previous

Re: Problem building py-cryptography

2021-05-22 Thread Simon Wright
On 23/05/2021 8:29 am, Charlie Li wrote: Simon Wright wrote: Thanks for this. My ports tree is synched to the package server for amd64-default, ie. b093791110 I'm not mixing SSL's, here again are my make.conf files: make.conf There is no jail-specific make.conf or -z options set. Your

Re: Problem building py-cryptography

2021-05-22 Thread Simon Wright
On 23/05/2021 8:17 am, Tatsuki Makino wrote: I haven't followed everything, but have you tried to rebuild libressl? poudriere bulk -j FreeBSD:13:amd64 -p default -C security/libressl And, here's a check for complete synchronization of port tree. git -C ${BASEFS}/ports/default status I haven't

Re: Problem building py-cryptography

2021-05-22 Thread Charlie Li
Tatsuki Makino wrote: > I haven't followed everything, but have you tried to rebuild libressl? > Rebuilding LibreSSL itself doesn't help anything in this case. Consumers are a different story since there is an apparent SSL_DEFAULT mismatch in the same pkg repository. -- Charlie Li …nope, still d

Re: Problem building py-cryptography

2021-05-22 Thread Charlie Li
Simon Wright wrote: > OK, I can do that though it will take a day or two to rebuild > everything. These are my ssl settings in the two active make.conf for > poudriere. What would you advise to set there in order to only use > openssl from base? Or conversely to only use libressl - which is my > pr