openresty / openresty/openresty-packaging
openresty-clean make error debian
Open
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 187
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Why install during clean? I dont wanna compile debug based packages.
Using build script then clean cause error: during compile
sudo apt-get -y -qq install openresty-zlib-dev openresty-pcre-dev openresty-openssl111-debug-dev
E: Unable to locate package openresty-openssl111-debug-dev
make: *** [Makefile:199: openresty-clean] Error 100
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect deb/Makefile around lines 199 and 206, then reproduce the failure by running the build script followed by the clean target. Check why clean installs openresty-openssl111-debug-dev on Debian. Done means the clean target no longer requires an unavailable debug package and completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100