| Summary: | No such file or directory: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3/src/rl_addons/renderPM/libart_lgpl/configure.in' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michal Augustyniak <misiek303> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Michal Augustyniak
2010-02-07 04:22:39 UTC
It seems that someting goes wrong with patching. This error occurs also on amd64 platform and with reportlab-2.4.
> /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802:
> epatch: command not found
> /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804:
> epatch: command not found
> >>> Source prepared.
The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils versionator" line and it works.
(In reply to comment #1) > The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils > versionator" line and it works. > (In reply to comment #1) > It seems that someting goes wrong with patching. This error occurs also on > amd64 platform and with reportlab-2.4. > > > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802: > > epatch: command not found > > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804: > > epatch: command not found > > >>> Source prepared. > > The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils > versionator" line and it works. > emerge --sync did the trick this time ;) I am closing the subject (In reply to comment #1) > It seems that someting goes wrong with patching. This error occurs also on > amd64 platform and with reportlab-2.4. > > > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802: > > epatch: command not found > > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804: > > epatch: command not found > > >>> Source prepared. > > The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils > versionator" line and it works. > |