Re: kdesu on FreeBSD

2020-08-16 Thread Adriaan de Groot
On Sunday, 16 August 2020 01:54:11 CEST David Faure wrote: > https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.15/1 > 1/testReport/projectroot/autotests/kdesutest/ says `xauth` isn't found. > > Does xauth exist on FreeBSD? Is it maybe not in $PATH? Or is it maybe just > not i

Re: kdesu on FreeBSD

2020-08-16 Thread Tobias C. Berner
y to invoke python3? > > > > #!/usr/bin/env python3 > > Oh so it was just the path that was the problem, not the executable name. > I wasn't sure it was called python3 everywhere. > > Cool, done, and the CI finally passes for kdesu on FreeBSD. > https://build.

Re: kdesu on FreeBSD

2020-08-16 Thread David Faure
file or directory" is probably due to #!/usr/bin/python3 > > at the top of that script. > > > > Do you know the portable way to invoke python3? > > #!/usr/bin/env python3 Oh so it was just the path that was the problem, not the executable name. I wasn't sure it

Re: kdesu on FreeBSD

2020-08-16 Thread Tobias C. Berner
On Sun, 16 Aug 2020 at 14:29, David Faure wrote: > > Hi Tobias, > > I was completely wrong. > kdesu/autotests/sudo does exist, and it's a python script. > > The "No such file or directory" is probably due to #!/usr/bin/python3 > at the top of that script. > > Do you know the portable way to invoke

Re: kdesu on FreeBSD

2020-08-16 Thread David Faure
Hi Tobias, I was completely wrong. kdesu/autotests/sudo does exist, and it's a python script. The "No such file or directory" is probably due to #!/usr/bin/python3 at the top of that script. Do you know the portable way to invoke python3? Cheers, David. On dimanche 16 août 2020 12:22:36 CEST T

Re: kdesu on FreeBSD

2020-08-16 Thread Tobias C. Berner
Moin moin # which su ; which sudo /usr/bin/su /usr/local/bin/sudo No, both are installed and in $PATH. So, not finding those is weird. mfg Tobias On Sun, 16 Aug 2020 at 12:13, David Faure wrote: > > On dimanche 16 août 2020 10:31:28 CEST Tobias C. Berner wrote: > > Moin moin > > > > On Sun,

Re: kdesu on FreeBSD

2020-08-16 Thread David Faure
On dimanche 16 août 2020 10:31:28 CEST Tobias C. Berner wrote: > Moin moin > > On Sun, 16 Aug 2020 at 01:54, David Faure wrote: > > https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.15 > > /11/testReport/projectroot/autotests/kdesutest/ says `xauth` isn't found. > > xauth i

Re: kdesu on FreeBSD

2020-08-16 Thread Tobias C. Berner
Moin moin On Sun, 16 Aug 2020 at 01:54, David Faure wrote: > > https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.15/11/testReport/projectroot/autotests/kdesutest/ > says `xauth` isn't found. xauth is now installed on the builders > > Does xauth exist on FreeBSD? Is it may

kdesu on FreeBSD

2020-08-15 Thread David Faure
https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.15/11/testReport/projectroot/autotests/kdesutest/ says `xauth` isn't found. Does xauth exist on FreeBSD? Is it maybe not in $PATH? Or is it maybe just not installed in the FreeBSD CI machine? The actual failure isn't related