Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Forum italiano (Italian)
  • Search

[Risolto] Kernel 6.18.18 fallisce la compilazione

Questa è la sezione italiana del forum gentoo destinata a fornire supporto all'omonima distribuzione.

Moderator: ago

Post Reply
  • Print view
Advanced search
10 posts • Page 1 of 1
Author
Message
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

[Risolto] Kernel 6.18.18 fallisce la compilazione

  • Quote

Post by ænigma » Fri Mar 20, 2026 5:40 pm

Buonasera,
da ieri provo ad installare il nuovo kernel, ma mi fallisce la compilazione:
gentoo /home/davide # eselect kernel list
Available kernel symlink targets:
[1] linux-6.18.12-gentoo *
[2] linux-6.18.18-gentoo
gentoo /home/davide # eselect kernel set 2
gentoo /home/davide # eselect kernel list
Available kernel symlink targets:
[1] linux-6.18.12-gentoo
[2] linux-6.18.18-gentoo *
gentoo /home/davide # genkernel --kernel-config=/etc/kernels/kernel-config-6.18.12-gentoo-x86_64 all
* Gentoo Linux Genkernel; Version 4.3.17
* Using genkernel configuration from '/etc/genkernel.conf' ...
* Running with options: --kernel-config=/etc/kernels/kernel-config-6.18.12-gentoo-x86_64 all

* Working with Linux kernel 6.18.18-gentoo-x86_64 for x86_64
* Using kernel config file '/etc/kernels/kernel-config-6.18.12-gentoo-x86_64' ...
*
* Note: The version above is subject to change (depends on config and status of kernel sources).

* kernel: >> Initializing ...
* >> Previous config backed up to .config--2026-03-20--16-59-31.bak
* >> Running 'make mrproper' ...
* >> Running 'make oldconfig' ...
* >> Compiling 6.18.18-gentoo-x86_64 bzImage ...
* ERROR: compile_kernel(): compile_generic() failed to compile the "bzImage" target!
* Please consult '/var/log/genkernel.log' for more information and any
* errors that were reported above.
*
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* '/var/log/genkernel.log' so that your issue can be dealt with effectively.
*
* Please do *not* report kernel compilation failures as genkernel bugs!
*
gentoo /home/davide #
Grazie
Last edited by ænigma on Wed Mar 25, 2026 4:41 am, edited 1 time in total.
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Fri Mar 20, 2026 6:40 pm

Code: Select all

 * Please consult '/var/log/genkernel.log' for more information and any 
Puoi postare il log con wgetpaste?
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Fri Mar 20, 2026 7:46 pm

Code: Select all

/usr/x86_64-pc-linux-gnu/binutils-bin/2.46.0/ld: drivers/cxl/acpi.o: in function `add_root_nvdimm_bridge':
acpi.c:(.text+0xf7): undefined reference to `devm_cxl_add_nvdimm_bridge'
make[2]: *** [scripts/Makefile.vmlinux:72: vmlinux.unstripped] Error 1
make[1]: *** [/usr/src/linux-6.18.18-gentoo/Makefile:1242: vmlinux] Error 2
make: *** [Makefile:248: __sub-make] Error 2

* ERROR: compile_kernel(): compile_generic() failed to compile the "bzImage" target!
* Please consult '/var/log/genkernel.log' for more information and any
* errors that were reported above.
* 
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* '/var/log/genkernel.log' so that your issue can be dealt with effectively.
* 
* Please do *not* report kernel compilation failures as genkernel bugs!
* 

* mount: >> Boot partition state on '/boot' was not changed; Skipping restore boot partition state ...
>>> Ended on: 2026-03-20 17:16:12 (after 0 days 0 hours 16 minutes 43 seconds)
alla fine del log ci sono questi messaggi
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Sat Mar 21, 2026 5:42 am

Code: Select all

davide@gentoo ~ $ wgetpaste --verbose /var/log/genkernel.log
Apparently nothing was received. Perhaps the connection failed.
--2026-03-21 06:40:15--  https://bpa.st/api/v1/paste
Resolving bpa.st... 5.75.212.72, 2a01:4f8:c01f:5713::1
Connecting to bpa.st|5.75.212.72|:443... connected.
HTTP request sent, awaiting response... 400 Bad Request
2026-03-21 06:40:16 ERROR 400: Bad Request.
davide@gentoo ~ $ 
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Sat Mar 21, 2026 5:43 am

Code: Select all

davide@gentoo ~ $ wgetpaste /var/log/genkernel.log
Apparently nothing was received. Perhaps the connection failed. Enable --verbose or
--debug to get the output from wget that can help diagnose it correctly.
davide@gentoo ~ $
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Sat Mar 21, 2026 6:15 am

Code: Select all

#
# configuration written to .config
#
*         >> Ensure that required kernel options for genkernel's initramfs usage are set ...
*                  - Option 'CONFIG_BLK_DEV_INITRD=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_MMU=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_SHMEM=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_TMPFS=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_TTY=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_UNIX98_PTYS=y' already set in '/usr/src/linux/.config'; Skipping ...
* Determining 'BEST' compression method for initramfs using kernel config '/usr/src/linux/.config' ...
* Checking if we can use 'XZ' compression ...
* Will use 'XZ' compression -- all requirements are met!
*                  - Option 'CONFIG_RD_XZ=y' already set in '/usr/src/linux/.config'; Skipping ...
*         >> Ensure that CONFIG_LOCALVERSION is set ...
*                  - Option 'CONFIG_LOCALVERSION="-x86_64"' already set in '/usr/src/linux/.config'; Skipping ...
*         >> Ensure that required kernel options for early microcode loading support are set ...
*                  - Option 'CONFIG_MICROCODE=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_CPU_SUP_AMD=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Option 'CONFIG_CPU_SUP_INTEL=y' already set in '/usr/src/linux/.config'; Skipping ...
*         >> genkernel did not need to add/modify any kernel options.
COMMAND: nice -n10 make -j8 ARCH='x86' AS='x86_64-pc-linux-gnu-as' AR='x86_64-pc-linux-gnu-ar' CC='x86_64-pc-linux-gnu-gcc' LD='x86_64-pc-linux-gnu-ld' NM='x86_64-pc-linux-gnu-nm' OBJCOPY='x86_64-pc-linux-gnu-objcopy' OBJDUMP='x86_64-pc-linux-gnu-objdump' READELF='x86_64-pc-linux-gnu-readelf' STRIP='x86_64-pc-linux-gnu-strip' HOSTAR='x86_64-pc-linux-gnu-ar' HOSTCC='x86_64-pc-linux-gnu-gcc' HOSTCXX='x86_64-pc-linux-gnu-g++' HOSTLD='x86_64-pc-linux-gnu-ld' prepare
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Wed Mar 25, 2026 4:40 am

Ho risolto eliminando e, subito dopo, mascherando il kernel 6.18.18. Dopodichè ho aggiornato e mi ha scaricato il kernel 6.12.77. L'ho compilato e non mi ha dato nessun problema. Evidentemente c'è qualcosa che non funziona (bug?) nella versione del kernel 6.18.18.
Last edited by ænigma on Wed Mar 25, 2026 2:43 pm, edited 1 time in total.
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Wed Mar 25, 2026 6:35 am

Magari questa discussione può aiutarti.
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Wed Mar 25, 2026 9:39 am

Vorrà dire che andrò a spulciarmi il kernel per modificare la voce CXL_ACPI e settarla su "no".
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
ænigma
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 139
Joined: Sat Mar 02, 2019 7:55 am
Location: Italy

  • Quote

Post by ænigma » Fri Mar 27, 2026 7:35 pm

Ho ricompilato il kernel 6.18.18 togliendo la flag a CXL_ACPI e la sua compilazione è andata a buon fine.
Grazie mille a fedeliallalinea per il suggerimento.
Davide


Descriverei Gentoo con una sola parola: GENIALE!
Top
Post Reply
  • Print view

10 posts • Page 1 of 1

Return to “Forum italiano (Italian)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic