Bug 63317 - 2.4.39 CMakeLists.txt still references h2_ngn_shed.c which was deleted with ref 1855434
Summary: 2.4.39 CMakeLists.txt still references h2_ngn_shed.c which was deleted with r...
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.4-HEAD
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 11:58 UTC by Michael Schlenker
Modified: 2019-04-05 12:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schlenker 2019-04-05 11:58:18 UTC
Build with CMake on windows fails.

CMake Error at CMakeLists.txt:761 (ADD_LIBRARY):
  Cannot find source file:

    modules/http2/h2_ngn_shed.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


The deleted file is still referenced in the CMakeList.txt

SET(mod_http2_extra_sources
  modules/http2/h2_alt_svc.c
  modules/http2/h2_bucket_eos.c      modules/http2/h2_config.c
  modules/http2/h2_conn.c            modules/http2/h2_conn_io.c
  modules/http2/h2_ctx.c             modules/http2/h2_filter.c
  modules/http2/h2_from_h1.c         modules/http2/h2_h2.c
  modules/http2/h2_bucket_beam.c
  modules/http2/h2_mplx.c            modules/http2/h2_push.c
  modules/http2/h2_request.c         modules/http2/h2_headers.c
  modules/http2/h2_session.c         modules/http2/h2_stream.c 
  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
  modules/http2/h2_task.c            modules/http2/h2_util.c
  modules/http2/h2_workers.c
)
Comment 1 Stefan Eissing 2019-04-05 12:04:49 UTC
Thanks for the report!

Fixed in r1856910 on trunk and proposed for backport to 2.4.x.