-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: build failureA package fails to buildA package fails to build
Description
Nixpkgs version
- Unstable (25.05)
Steps to reproduce
- Checkout recent master commit (I used
58edd1e2acbc9be9fe29964344c6419db013141e) nix-build -A ntopng- See build failure
Can Hydra reproduce this build failure?
Yes, Hydra can reproduce this build failure.
Link to Hydra build job
Relevant log output
make: *** [Makefile:133: src/Flow.o] Error 1
error: builder for '/nix/store/5ah50rsnyib4cif4r1ss4hasrcrr5prn-ntopng-6.2.drv' failed with exit code 2;
last 25 log lines:
> src/Flow.cpp:6883:88: error: 'const ndpi_protocol' {aka 'const struct ndpi_proto'} has no member named 'master_protocol'
> 6883 | (!ndpi_is_subprotocol_informative(ndpiDetectedProtocol.master_protocol)
> | ^~~~~~~~~~~~~~~
> src/Flow.cpp:6884:57: error: 'const ndpi_protocol' {aka 'const struct ndpi_proto'} has no member named 'app_protocol'
> 6884 | ? ndpiDetectedProtocol.app_protocol
> | ^~~~~~~~~~~~
> src/Flow.cpp:6885:57: error: 'const ndpi_protocol' {aka 'const struct ndpi_proto'} has no member named 'master_protocol'
> 6885 | : ndpiDetectedProtocol.master_protocol));
> | ^~~~~~~~~~~~~~~
> src/Flow.cpp:6887:54: error: 'const ndpi_protocol' {aka 'const struct ndpi_proto'} has no member named 'master_protocol'
> 6887 | ndpiDetectedProtocol.master_protocol);
> | ^~~~~~~~~~~~~~~
> src/Flow.cpp: In member function 'void Flow::lua_get_min_info(lua_State*)':
> src/Flow.cpp:7159:69: error: 'ndpi_protocol' {aka 'struct ndpi_proto'} has no member named 'app_protocol'
> 7159 | ndpiDetectedProtocol.app_protocol));
> | ^~~~~~~~~~~~
> src/Flow.cpp: In member function 'void Flow::getInfo(ndpi_serializer*)':
> src/Flow.cpp:7201:73: error: 'ndpi_protocol' {aka 'struct ndpi_proto'} has no member named 'app_protocol'
> 7201 | ndpiDetectedProtocol.app_protocol));
> | ^~~~~~~~~~~~
> src/Flow.cpp: In member function 'void Flow::updateUDPHostServices()':
> src/Flow.cpp:8511:30: error: 'ndpi_protocol' {aka 'struct ndpi_proto'} has no member named 'app_protocol'
> 8511 | if((ndpiDetectedProtocol.app_protocol == NDPI_PROTOCOL_DOH_DOT)
> | ^~~~~~~~~~~~
> make: *** [Makefile:133: src/Flow.o] Error 1Additional context
Attached is full build log: ntopng-master.log
System metadata
- system:
"x86_64-linux" - host os:
Linux 6.6.60, NixOS, 24.11 (Vicuna), 24.11pre-git - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.24.10 - nixpkgs:
/nix/store/4r8s42c9mwfvgdlxv0izb1cmlzrsb5nz-source
Notify maintainers
@bjornfor
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: build failureA package fails to buildA package fails to build