openresty / openresty/openresty-packaging

openresty-clean make error debian

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

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.

https://github.com/openresty/openresty-packaging/blob/e1ed5ccc096beb8f06f9d559c7783fa5e9aea67e/deb/Makefile#L206

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.