openwrt / openwrt/packages

autoconf: broken shebang in tools

Open
#14,725 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

stale
Dominant language
Makefile
Stars
4.6k
Forks
4k
Avg merge
3d 12h
Merged PRs (30d)
134

Description

Maintainer: @xypron
Environment: x86_64 master

Description:
Some of the utilities installed by the autoconf package bear an invalid shebang. For example, /usr/bin/autom4ate and /usr/bin/autoheader both start with

#! /builder/shared-workdir/build/sdk/staging_dir/host/bin/perl

rather than

#! /usr/bin/perl

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the autoconf package recipe and inspect how the installed autom4ate and autoheader scripts receive their shebangs. Verify the generated files use /usr/bin/perl instead of the build-host staging path, then confirm both utilities have valid shebangs in the resulting package.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.