macaroni-os / mark-issues

Macaroni Automated Repositories Kit Issues
4 stars 1 forks source link

=sys-apps/busybox-1.36.1 fails on emerge #136

Closed org-tekeli-borisp closed 1 month ago

org-tekeli-borisp commented 1 month ago

with

networking/tc.c:236:27: error: ‘TCA_CBQ_MAX’ undeclared (first use in this function); did you mean ‘TCA_CBS_MAX’?
  236 |         struct rtattr *tb[TCA_CBQ_MAX+1];
      |                           ^~~~~~~~~~~
      |                           TCA_CBS_MAX
networking/tc.c:236:27: note: each undeclared identifier is reported only once for each function it appears in

busybox-emerge.txt

org-tekeli-borisp commented 1 month ago

http://lists.busybox.net/pipermail/busybox-cvs/2024-January/041752.html

org-tekeli-borisp commented 1 month ago

Seems like CBQ support has been removed from Linux kernel https://bugs.busybox.net/show_bug.cgi?id=15931

org-tekeli-borisp commented 1 month ago

Solved already by https://github.com/macaroni-os/kit-fixups/pull/110