| Summary: | app-portage/pfl-2.3-r2: cron-script doesn't run since 'python2' is not supported. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stefan Wimmer <stefan> |
| Component: | Current packages | Assignee: | Daniel Pielmeier <billie> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugs, dschridde+gentoobugs, python |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Stefan Wimmer
2013-02-16 09:07:24 UTC
Removing "python2 -O" from the script works, too. That will run it using python2.7. (I use python3.2 as default interpreter.) @python: This is a result from the recent migration to distutils-r1. What would be the correct action for this cron file? (In reply to comment #2) > @python: This is a result from the recent migration to distutils-r1. What > would be the correct action for this cron file? Just drop the "python2 -O" entirely. This will cause python-exec to utilize whatever compatible version of python is available on the system. exec nice /usr/bin/pfl >/dev/null Fixed. Thank you all. |