You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2019/04/05 11:58:18 UTC

[Bug 63317] New: 2.4.39 CMakeLists.txt still references h2_ngn_shed.c which was deleted with ref 1855434

https://bz.apache.org/bugzilla/show_bug.cgi?id=63317

            Bug ID: 63317
           Summary: 2.4.39 CMakeLists.txt still references h2_ngn_shed.c
                    which was deleted with ref 1855434
           Product: Apache httpd-2
           Version: 2.4-HEAD
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: bugs@httpd.apache.org
          Reporter: msc@contact.de
  Target Milestone: ---

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
)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 63317] 2.4.39 CMakeLists.txt still references h2_ngn_shed.c which was deleted with ref 1855434

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63317

Stefan Eissing <st...@eissing.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Stefan Eissing <st...@eissing.org> ---
Thanks for the report!

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org