View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010483 | libmicrohttpd | build system | public | 2025-10-12 03:54 | 2025-10-12 11:06 |
Reporter | kenballus | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | Linux | OS Version | 6.12.50 |
Product Version | 1.0.2 | ||||
Target Version | 1.0.3 | Fixed in Version | 1.0.3 | ||
Summary | 0010483: Build system | ||||
Description | configure.ac still contains a reference to src/microhttpd_ws/Makefile, which was removed in a commit last month. This causes ./configure to fail due to src/microhttpd_ws/Makefile.in not existing. | ||||
Steps To Reproduce | 1. Clone the repo 2. Run ./bootstrap&& ./configure --disable-doc 3. Observe the result: > libtoolize: found 'configure.ac' > ...a bunch of output... > config.status: error: cannot find input file: 'src/microhttpd_ws/Makefile.in' | ||||
Additional Information | This patch fixes the issue: diff --git a/configure.ac b/configure.ac index 17dc192c..50fbf546 100644 --- a/configure.ac +++ b/configure.ac @@ -5929,7 +5929,6 @@ m4/Makefile src/Makefile src/include/Makefile src/microhttpd/Makefile -src/microhttpd_ws/Makefile src/examples/Makefile src/tools/Makefile src/testcurl/Makefile | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-10-12 03:54 | kenballus | New Issue | |
2025-10-12 11:06 | Christian Grothoff | Changeset attached | => libmicrohttpd master ba8f88fc |
2025-10-12 11:06 | Christian Grothoff | Note Added: 0026149 | |
2025-10-12 11:06 | Christian Grothoff | Assigned To | => Christian Grothoff |
2025-10-12 11:06 | Christian Grothoff | Status | new => resolved |
2025-10-12 11:06 | Christian Grothoff | Resolution | open => fixed |
2025-10-12 11:06 | Christian Grothoff | Note Added: 0026150 | |
2025-10-12 11:06 | Christian Grothoff | Fixed in Version | => 1.0.3 |
2025-10-12 11:06 | Christian Grothoff | Target Version | => 1.0.3 |