[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72123] [PATCH] gnu: Add linux-libre 6.10.
From: |
Leo Famulari |
Subject: |
[bug#72123] [PATCH] gnu: Add linux-libre 6.10. |
Date: |
Wed, 17 Jul 2024 14:22:31 -0400 |
The 6.10 deblobbing scripts were released with bugs that break
compilation:
------
starting phase `configure'
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/menu.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/conf
drivers/scsi/qla2xxx/Kconfig:13:warning: ignoring unsupported character '/'
drivers/scsi/qla2xxx/Kconfig:13:warning: ignoring unsupported character '*'
drivers/scsi/qla2xxx/Kconfig:13: syntax error
drivers/scsi/qla2xxx/Kconfig:13:warning: ignoring unsupported character '*'
drivers/scsi/qla2xxx/Kconfig:13:warning: ignoring unsupported character '/'
drivers/scsi/qla2xxx/Kconfig:13: invalid statement
make[2]: *** [scripts/kconfig/Makefile:85: oldconfig] Error 1
make[1]: *** [/tmp/guix-build-linux-libre-6.10.drv-0/linux-6.10/Makefile:695:
oldconfig] Error 2
make: *** [Makefile:240: __sub-make] Error 2
error: in phase 'configure': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("oldconfig")
exit-status: 2 term-signal: #f stop-signal: #f>
phase `configure' failed after 5.9 seconds
------
The linux-libre team released a folder of erratum patches that have to
be applied separately:
https://lists.gnu.org/archive/html/info-gnu/2024-07/msg00010.html
I'll take a look at applying these extra patches now.