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

Fedora 39 - build fails #16

Open
mvrk69 opened this issue Feb 22, 2024 · 0 comments
Open

Fedora 39 - build fails #16

mvrk69 opened this issue Feb 22, 2024 · 0 comments

Comments

@mvrk69
Copy link

mvrk69 commented Feb 22, 2024

./build.sh -b
--2024-02-22 11:03:45-- https://cdn.kernel.org/pub/linux/kernel/projects/backports/stable/v5.15.92/backports-5.15.92-1.tar.xz
Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ...
Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7007348 (6.7M) [application/x-xz]
Saving to: ‘backports.tar.xz’

backports.tar.xz 100%[========================================================================================================================================================================================================================================>] 6.68M 23.3MB/s in 0.3s

2024-02-22 11:03:49 (23.3 MB/s) - ‘backports.tar.xz’ saved [7007348/7007348]

patching file Makefile
patching file net/wireless/util.c
patching file net/mac80211/ethtool.c
patching file net/mac80211/rx.c
patching file net/mac80211/rc80211_minstrel_ht.c
checking file drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
Hunk #1 succeeded at 1114 (offset 1 line).
Hunk #2 succeeded at 1605 (offset 2 lines).
checking file defconfigs/rtl8187
patching file drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
Hunk #1 succeeded at 1114 (offset 1 line).
Hunk #2 succeeded at 1605 (offset 2 lines).
patching file defconfigs/rtl8187
checking file net/mac80211/cfg.c
Hunk #1 succeeded at 818 with fuzz 2 (offset -32 lines).
checking file net/mac80211/tx.c
Hunk #2 succeeded at 2044 (offset -10 lines).
checking file net/wireless/chan.c
Hunk #1 succeeded at 1243 (offset -150 lines).
checking file drivers/net/wireless/zydas/zd1211rw/zd_mac.c
Hunk #3 succeeded at 1391 (offset -1 lines).
checking file drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
patching file net/mac80211/cfg.c
Hunk #1 succeeded at 818 with fuzz 2 (offset -32 lines).
patching file net/mac80211/tx.c
Hunk #2 succeeded at 2044 (offset -10 lines).
patching file net/wireless/chan.c
Hunk #1 succeeded at 1243 (offset -150 lines).
patching file drivers/net/wireless/zydas/zd1211rw/zd_mac.c
Hunk #3 succeeded at 1391 (offset -1 lines).
patching file drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
Generating local configuration database from kernel ... done.
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
lex -ozconf.lex.c -L zconf.l
yacc -ozconf.tab.c -t -l zconf.y
yacc: 32 shift/reduce conflicts.
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
In file included from zconf.tab.c:71:
kconf_id.c:3:33: error: ‘T_MAINMENU’ undeclared here (not in a function)
3 | { "mainmenu", T_MAINMENU, TF_COMMAND },
| ^~~~~~~~~~
kconf_id.c:4:33: error: ‘T_MENU’ undeclared here (not in a function); did you mean ‘P_MENU’?
4 | { "menu", T_MENU, TF_COMMAND },
| ^~~~~~
| P_MENU
kconf_id.c:5:33: error: ‘T_ENDMENU’ undeclared here (not in a function)
5 | { "endmenu", T_ENDMENU, TF_COMMAND },
| ^~~~~~~~~
kconf_id.c:6:33: error: ‘T_SOURCE’ undeclared here (not in a function)
6 | { "source", T_SOURCE, TF_COMMAND },
| ^~~~~~~~
kconf_id.c:7:33: error: ‘T_CHOICE’ undeclared here (not in a function); did you mean ‘P_CHOICE’?
7 | { "choice", T_CHOICE, TF_COMMAND },
| ^~~~~~~~
| P_CHOICE
kconf_id.c:8:33: error: ‘T_ENDCHOICE’ undeclared here (not in a function); did you mean ‘P_CHOICE’?
8 | { "endchoice", T_ENDCHOICE, TF_COMMAND },
| ^~~~~~~~~~~
| P_CHOICE
kconf_id.c:9:33: error: ‘T_COMMENT’ undeclared here (not in a function); did you mean ‘P_COMMENT’?
9 | { "comment", T_COMMENT, TF_COMMAND },
| ^~~~~~~~~
| P_COMMENT
kconf_id.c:10:33: error: ‘T_CONFIG’ undeclared here (not in a function)
10 | { "config", T_CONFIG, TF_COMMAND },
| ^~~~~~~~
kconf_id.c:11:33: error: ‘T_MENUCONFIG’ undeclared here (not in a function)
11 | { "menuconfig", T_MENUCONFIG, TF_COMMAND },
| ^~~~~~~~~~~~
kconf_id.c:12:33: error: ‘T_HELP’ undeclared here (not in a function)
12 | { "help", T_HELP, TF_COMMAND },
| ^~~~~~
kconf_id.c:14:33: error: ‘T_IF’ undeclared here (not in a function)
14 | { "if", T_IF, TF_COMMAND|TF_PARAM },
| ^~~~
kconf_id.c:15:33: error: ‘T_ENDIF’ undeclared here (not in a function)
15 | { "endif", T_ENDIF, TF_COMMAND },
| ^~~~~~~
kconf_id.c:16:33: error: ‘T_DEPENDS’ undeclared here (not in a function)
16 | { "depends", T_DEPENDS, TF_COMMAND },
| ^~~~~~~~~
kconf_id.c:17:33: error: ‘T_OPTIONAL’ undeclared here (not in a function); did you mean ‘TF_OPTION’?
17 | { "optional", T_OPTIONAL, TF_COMMAND },
| ^~~~~~~~~~
| TF_OPTION
kconf_id.c:18:33: error: ‘T_DEFAULT’ undeclared here (not in a function); did you mean ‘P_DEFAULT’?
18 | { "default", T_DEFAULT, TF_COMMAND, S_UNKNOWN },
| ^~~~~~~~~
| P_DEFAULT
kconf_id.c:19:33: error: ‘T_PROMPT’ undeclared here (not in a function); did you mean ‘P_PROMPT’?
19 | { "prompt", T_PROMPT, TF_COMMAND },
| ^~~~~~~~
| P_PROMPT
kconf_id.c:20:33: error: ‘T_TYPE’ undeclared here (not in a function)
20 | { "tristate", T_TYPE, TF_COMMAND, S_TRISTATE },
| ^~~~~~
kconf_id.c:27:33: error: ‘T_SELECT’ undeclared here (not in a function); did you mean ‘P_SELECT’?
27 | { "select", T_SELECT, TF_COMMAND },
| ^~~~~~~~
| P_SELECT
kconf_id.c:28:33: error: ‘T_IMPLY’ undeclared here (not in a function); did you mean ‘P_IMPLY’?
28 | { "imply", T_IMPLY, TF_COMMAND },
| ^~~~~~~
| P_IMPLY
kconf_id.c:29:33: error: ‘T_RANGE’ undeclared here (not in a function); did you mean ‘P_RANGE’?
29 | { "range", T_RANGE, TF_COMMAND },
| ^~~~~~~
| P_RANGE
kconf_id.c:30:33: error: ‘T_VISIBLE’ undeclared here (not in a function)
30 | { "visible", T_VISIBLE, TF_COMMAND },
| ^~~~~~~~~
kconf_id.c:31:33: error: ‘T_OPTION’ undeclared here (not in a function); did you mean ‘TF_OPTION’?
31 | { "option", T_OPTION, TF_COMMAND },
| ^~~~~~~~
| TF_OPTION
kconf_id.c:32:33: error: ‘T_ON’ undeclared here (not in a function)
32 | { "on", T_ON, TF_PARAM },
| ^~~~
make[2]: *** [: zconf.tab.o] Error 1
make[1]: *** [Makefile.real:41: defconfig-rtl8187] Error 2
make: *** [Makefile:43: defconfig-rtl8187] Error 2
! Failed to build rtl8187 wireless driver.

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

No branches or pull requests

1 participant