Re: [OpenIndiana-discuss] Compiling KeepassXC on Hipster

2018-12-03 Thread bentahyr
This is not perfect, this is what's left to do : - 64bits keepassxc and libargon2 - autotype doesn't work, option (menu entries, shortcut) not present libargon2 compiles out of the box https://github.com/P-H-C/phc-winner-argon2 cmake : - cmake linker flags -lsocket -lnsl -lrt -lresolv - cmake di

Re: [OpenIndiana-discuss] Compiling KeepassXC on Hipster

2018-12-03 Thread Till Wegmüller
Nice work. I would also be interested in it. Could you Publish a patch or put a makefile into OI Userland? Thanks and Greetings Till On 12/03/18 09:28 PM, benta...@chez.com wrote: > Thanks Bob and Alexander, I think I start to understand. > > grep digits ../../src/totp/totp.cpp > [...] > quint8

Re: [OpenIndiana-discuss] Compiling KeepassXC on Hipster

2018-12-03 Thread bentahyr
Thanks Bob and Alexander, I think I start to understand. grep digits ../../src/totp/totp.cpp [...] quint8 digits = encoder.digits == 0 ? numDigits : encoder.digits; [...] From my 30 years old rusty knowledge of C++, this mean that digits is supposed to be a 'quint8' which is most probably QT ve

[OpenIndiana-discuss] illumos-specific completions in bash-completion package

2018-12-03 Thread Michal Nowak
Hi, with utility/bash-completion@2.8,5.11-2018.0.0.2 on we have bash completions for following OpenIndiana/illumos-specific utilities from https://github.com/OpenIndiana/openindiana-completions project: beadm bootadm dladm pfexec pkg zfs "zones" (actually several utilities which implement `-z`

Re: [OpenIndiana-discuss] Compiling KeepassXC on Hipster

2018-12-03 Thread Bob Friesenhahn
On Mon, 3 Dec 2018, benta...@chez.com wrote: Hello, 'static QString Totp::generateTotp(QByteArray, quint64, quint8, quint8)': /home/ben/tmp/keepassxc-2.3.4/src/totp/totp.cpp:167:62: error: call of overloaded 'pow(int, quint8&)' is ambiguous quint32 digitsPower = pow(encoder.alphabet.size()