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

FS#3340 - iproute2 broken on openwrt/packages CI #8196

Open
openwrt-bot opened this issue Sep 15, 2020 · 2 comments
Open

FS#3340 - iproute2 broken on openwrt/packages CI #8196

openwrt-bot opened this issue Sep 15, 2020 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

aaronjg:

@hauke

It appears that iproute2 is not compiling on the openwrt packages continuous integration tests for arc_arc700 and arc_archs

https://github.com/openwrt/packages/pull/13169/checks?check_run_id=1115466649
https://github.com/openwrt/packages/pull/13169/checks?check_run_id=1115466679

@openwrt-bot
Copy link
Author

adrianschmutzler:

The actual error is

fs.c: In function 'get_cgroup2_id': fs.c:109:21: error: invalid application of 'sizeof' to incomplete type 'struct file_handle' char fh_buf[sizeof(struct file_handle) + sizeof(__u64)] = { 0 }; ^~~~~~ fs.c:124:5: error: dereferencing pointer to incomplete type 'struct file_handle' fhp->handle_bytes = sizeof(__u64); ^~

@openwrt-bot
Copy link
Author

guidosarducci:

Is this still occurring? Any idea if this is specific to arc, or libc, or iproute2?

The logs from links above aren't available so difficult to assess what's happening.

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

No branches or pull requests

1 participant