#47445: rpm54: fails patch phase in trace mode ----------------------+-------------------------------- Reporter: ionic@… | Owner: n3npq@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: | Keywords: tracemode haspatch Port: rpm54 | ----------------------+-------------------------------- Description changed by ionic@…: Old description:
`rpm54` is currently changing files in `post-patch` via `reinplace` (OK) and also running `glibtoolize`.
`glibtoolize` is not available in `fetch`, `extract` or `patch`.
In any case, the `glibtoolize` call should really be port of `pre- configure`, where `glibtoolize` will be available. That's also semantically the proper way to regenerate stuff prior to `configure`.
The (soon) attached trivial patch fixes that problem.
New description: `rpm54` is currently changing files in `post-patch` via `reinplace` (OK) and also running `glibtoolize`. `glibtoolize` is not available in the phases `fetch`, `extract` or `patch`. In any case, the `glibtoolize` call should really be part of `pre- configure`, where `glibtoolize` will be available. That's also semantically the proper way to regenerate stuff prior to `configure`. The (soon) attached trivial patch fixes that problem. -- -- Ticket URL: <https://trac.macports.org/ticket/47445#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X