syslog-ng and python-virtualenv problem
Hi
I see that during my init syslog-ng complains that my install has no python-virtualenv. I installed it, but it still complains.
user@host ~ $ sudo rc-service syslog-ng restart
* WARNING: you are stopping a boot service
* Stopping syslog-ng ... [ ok ]
* Checking your configfile (/etc/syslog-ng/syslog-ng.conf) ...
[2023-08-22T16:35:35.503049] python: private virtualenv is not initialized, use the `syslog-ng-update-virtualenv' script to initialize it or make sure all required Python dependencies are available in the system Python installation; path='/var/lib/syslog-ng/python-venv' [ ok ]
* Starting syslog-ng ... [ ok ]
user@host ~ $ pacman -Q python-virtualenv
python-virtualenv 20.24.3-1
When I try to run the script, it tells me that it will use pip for the install. I do not want that, as I do not want to maintain anything with pip.
I have also found talk of in on the gentoo forums: https://bugs.gentoo.org/907550