Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923965 - sys-kernel/gentoo-sources-6.6.15: No rule to make target 'modules.order', needed by '/lib/modules//modules.order'.
Summary: sys-kernel/gentoo-sources-6.6.15: No rule to make target 'modules.order', nee...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-07 04:53 UTC by Anton Gubarkov
Modified: 2024-02-09 14:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Gubarkov 2024-02-07 04:53:37 UTC
PF16W6Y2 /usr/src/linux # nice make -j10 oldconfig modules_install all && emerge @module-rebuild && make install
  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/menu.o
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTLD  scripts/kconfig/conf
#
# using defaults found in /boot/config-6.6.13-gentoo
#
#
# configuration written to .config
#
make[3]: *** No rule to make target 'modules.order', needed by '/lib/modules//modules.order'.  Stop.
make[3]: *** Waiting for unfinished jobs....
  SYMLINK /lib/modules//build
make[2]: *** [Makefile:1821: modules_install] Error 2
make[1]: *** [/usr/src/linux-6.6.15-gentoo/Makefile:359: __build_one_by_one] Error 2
make: *** [Makefile:234: __sub-make] Error 2
Comment 1 Mike Pagano gentoo-dev 2024-02-07 12:43:34 UTC
You have 'modules_install' before anything is built. You need to 'make modules' before 'make modules_install'