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

fix(root/iptables): Remove outdated patch causing a build failure #22793

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

fornwall
Copy link
Member

@fornwall fornwall commented Jan 7, 2025

No description provided.

@fornwall fornwall merged commit ca24045 into master Jan 7, 2025
10 checks passed
@fornwall fornwall deleted the fix-iptables branch January 7, 2025 14:04
@Biswa96
Copy link
Member

Biswa96 commented Jan 7, 2025

For the record, the build fails due to the following compiler error.

./syslog-names.h:40:16: error: redefinition of '_code'
   40 | typedef struct _code {
      |                ^
/home/builder/.termux-build/_cache/android-r27c-api-24-v1/bin/../sysroot/usr/include/syslog.h:162:16: note: previous definition is here
  162 | typedef struct _code {
      |                ^
In file included from libxt_LOG.c:6:
./syslog-names.h:43:3: error: typedef redefinition with different types ('struct (unnamed struct at ./syslog-names.h:40:16)' vs 'struct _code')
   43 | } CODE;
      |   ^
/home/builder/.termux-build/_cache/android-r27c-api-24-v1/bin/../sysroot/usr/include/syslog.h:165:3: note: previous definition is here
  165 | } CODE;
      |   ^
In file included from libxt_LOG.c:6:
./syslog-names.h:45:6: error: redefinition of 'prioritynames' with a different type: 'CODE[]' (aka 'struct _code[]') vs 'const CODE[13]' (aka 'const struct _code[13]')
   45 | CODE prioritynames[] =
      |      ^
/home/builder/.termux-build/_cache/android-r27c-api-24-v1/bin/../sysroot/usr/include/syslog.h:197:19: note: previous definition is here
  197 | static const CODE prioritynames[] = {
      |                   ^

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 this pull request may close these issues.

2 participants