Re: TRANSLATORS comments are not being extracted

2020-04-03 Thread Rafael Fontenelle
Em ter., 15 de out. de 2019 às 10:44, Rafael Fontenelle escreveu: > > Em ter, 15 de out de 2019 às 03:08, Julien Lepiller > escreveu: > > > > Le 14 octobre 2019 23:20:19 GMT+02:00, Rafael Fontenelle > > a écrit : > > >Hi all. > > > > > >I was about to suggest some "translators" comment to be ad

Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread 白い熊
Hi Guix: Anyone using clamav? I installed it, edited the config files copied them to location where “clamconf” sees them. Now, running freshclam, I get: ClamAV update process started at Fri Apr 3 14:28:23 2020 daily database available for download (remote version: 25770) WARNING: Download faile

Re: Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread Tobias Geerinckx-Rice
白い熊, 白い熊 写道: Now, running freshclam, I get: ClamAV update process started at Fri Apr 3 14:28:23 2020 daily database available for download (remote version: 25770) WARNING: Download failed (60) WARNING: Message: SSL peer certificate or SSH remote key was not OK This means that (lib)curl could

Re: Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > Let's see how we can patch freshclam to point libcurl in the right > direction… FWIW this problem has been fixed on the 'core-updates' branch with commit a76a343082d61d5303b61a9e4cbde4ab8515a1e7. Now all libcurl users will respect the same search paths. ClamAV

Re: Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread Tobias Geerinckx-Rice
Marius, Marius Bakke 写道: FWIW this problem has been fixed on the 'core-updates' branch with commit a76a343082d61d5303b61a9e4cbde4ab8515a1e7. Now all libcurl users will respect the same search paths. ClamAV can be pulled from that branch through an inferior or with 'guix time-machine --bran

Re: Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread 白い熊
Apr 3, 2020 18:53:25 Marius Bakke : > ClamAV can be pulled from that branch through an inferior or with > 'guix time-machine --branch=core-updates -- install clamav'. > > I have clamav installed in its own profile using a manifest file. How can I specify the above in the manifest? -- Best