Re: Problem building py-cryptography

2021-05-23 Thread Simon Wright

On 23/05/2021 10:14 am, Charlie Li wrote:

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
preferred option if/when it builds everything I need?


 From Mk/bsd.default-options.mk:
# Possible values: base, openssl, libressl, libressl-devel
Pick one of them and put it in DEFAULT_VERSIONS+=ssl=${whatever}. base
uses OpenSSL from the base system, openssl uses security/openssl,
libressl uses security/libressl and libressl-devel uses
security/libressl-devel. Note that all except one are ports.

If you decide to change to another *port* option while you have a pkg
repository with built packages, the rebuild will automatically trigger
since a "new" dependency gets detected. However, when switching from a
port to base, it appears that a dependency is removed. This is why you
cannot mix and match options like you did, especially in a panic.


Got it, thank you for the explanation Charlie. I've switched to openssl,
deleted all packages and am rebuilding everything now. All ports so far
including py-cryptography (the original issue port) has built
successfully though there are two-thirds still to build.

--
Thanks again to all who helped :).

Simon.



Fail to build '/usr/ports/mail/popfile'

2021-05-23 Thread 松尾 明彦

The build fails because the 'Kakasi' and 'MeCab' dependency settings are 
incorrect.
I attached an error log and diff file.

   
Akihiko Matsuo
<>


scim input method not work in OpenBSD 6.9 release

2021-05-23 Thread Fung
scim input method work in OpenBSD 6.8 release when using  firefox-82.0.3 or 
other browser ,gedit

but not work in OpenBSD 6.9 release when using any app

test scim-anthy,scim-fcitx,scim-pinyin, using xenodm, same .xsession file in 
OpenBSD 6.8 / 6.9 release

xset b off 
xsetroot -solid steelblue 


export LC_CTYPE=zh_CN.UTF-8
export LANG=zh_CN.UTF-8
export LC_MESSAGES=zh_CN.UTF-8

export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
export XMODIFIERS="@im=SCIM"
/usr/local/bin/scim -d

xclock -bg black -fg green -d -update 1 -geometry -1+1 &
xterm -bg black -fg teal &
fvwm
---