| Summary: | automake14 hard-codes /usr/bin/perl5.00503 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Kostyuk Oleg <cub> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ports-bugs |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Kostyuk Oleg
2004-02-27 16:30:18 UTC
On Fri, Feb 27, 2004 at 06:25:09PM +0200, Kostyuk Oleg wrote: > # ls -l /usr/local/bin/automake14 > -r-xr-xr-x 1 root wheel 199470 Apr 20 2003 /usr/local/bin/automake14 This is a perl script with hardcoded version: > head -1 /usr/local/bin/automake14 #!/usr/bin/perl5.00503 It can probably just be repointed to /usr/bin/perl, but there may be problems with using it with later versions. Kris P.S. Please don't CC freebsd-ports-bugs with your PR submission, it can cause duplicate PRs when people respond to the mailing list mail, since it will also be resubmitted to freebsd-gnats-submit. Responsible Changed From-To: freebsd-ports-bugs->ade Assign to automake14 maintainer On Sat, 2004-03-06 at 04:52, Kris Kennaway wrote: > Old Synopsis: [PORTS: archivers/rpm] Upgrading 'rpm-3.0.6_8' to 'rpm-3.0.6_9' failed > New Synopsis: automake14 hard-codes /usr/bin/perl5.00503 Actually, it doesn't -- from my copy (on one of my 5.x boxes): #!/usr/bin/perl5.8.2 # -*- perl -*- # Generated automatically from automake.in by configure. So, it's being generated at compile time, along with the appropriate build and runtime dependency on perl via the USE_PERL variables. I really can't see a problem here. -aDe > > Responsible-Changed-From-To: freebsd-ports-bugs->ade > Responsible-Changed-By: kris > Responsible-Changed-When: Sat Mar 6 04:51:13 PST 2004 > Responsible-Changed-Why: > Assign to automake14 maintainer > > http://www.freebsd.org/cgi/query-pr.cgi?pr=63455 > Close this PR, please. I successfully update rpm from 3.0.6_8 to 3.0.6_9 around 15 Mar. -- With best wishes, DIGMA sysadmin Oleg Kostyuk aka Cub (OK5-UANIC) [BSD registered user #BSD050664] State Changed From-To: open->closed Closed at submitters request. |