Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Unstable based glibc builds failing #198

Closed
tianon opened this issue May 22, 2024 · 1 comment · Fixed by #199
Closed

Debian Unstable based glibc builds failing #198

tianon opened this issue May 22, 2024 · 1 comment · Fixed by #199

Comments

@tianon
Copy link
Member

tianon commented May 22, 2024

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

This looks like it's probably related to https://bugs.busybox.net/show_bug.cgi?id=15931 upstream. 😞

@tianon
Copy link
Member Author

tianon commented May 22, 2024

Heh, Debian has the same issue:

/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

(from https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/busybox_1.36.1-7.rbuild.log.gz / https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/busybox.html)

Edit: now officially reported at https://bugs.debian.org/1071648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant