You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #197, glibc builds on Debian Unstable are failing:
#11 15.40 networking/tc.c: In function 'cbq_print_opt':
#11 15.40 networking/tc.c:236:27: error: 'TCA_CBQ_MAX' undeclared (first use in this function); did you mean 'TCA_CBS_MAX'?
#11 15.40 236 | struct rtattr *tb[TCA_CBQ_MAX+1];
#11 15.40 | ^~~~~~~~~~~
#11 15.40 | TCA_CBS_MAX
/build/reproducible-path/busybox-1.36.1/networking/tc.c:237:27: error: 'TCA_CBQ_MAX' undeclared (first use in this function); did you mean 'TCA_CBS_MAX'?
237 | struct rtattr *tb[TCA_CBQ_MAX+1];
| ^~~~~~~~~~~
| TCA_CBS_MAX
As noted in #197, glibc builds on Debian Unstable are failing:
This looks like it's probably related to https://bugs.busybox.net/show_bug.cgi?id=15931 upstream. 😞
The text was updated successfully, but these errors were encountered: