Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41506 - QM_MODULES function not implemented in depmod program of modutils
Summary: QM_MODULES function not implemented in depmod program of modutils
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 15:07 UTC by Christopher Sachs
Modified: 2006-02-04 06:04 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 Christopher Sachs 2004-02-13 15:07:04 UTC
I am running Gentoo on a 15" Aluminium PowerBook G4 with the latest benh 2.6 kernel. I get red asterisks at startup warning me that the QM_MODULES function is not implemented in depmod and that the system canot calculate module dependencies.

I have emerged modutils several times. The latest portage version is system-apps/modutils-2.4.25. I have also tried building modutils-2.4.26 on my own and when I run depmod I get the same error.

# depmod
depmod:  QM_MODULES: Function not implemented

My PowerBook runs great for relatively new hardware running linux. KDE 3.2 runs very well but I can't get the sound to work until I compile the ALSA driver which I can't do because of this depmod problem, I believe. I also don't like seeing those red asterisks during startup ;-)

I also get the same QM_MODULES: Function not implemented warning when running make modules_install while recompiling my kernel.

Reproducible: Always
Steps to Reproduce:
# emerge modutils
(...)
# depmod
Actual Results:  
QM_MODULES: Function not implemented 

Expected Results:  
 

Gentoo Base System version 1.4.3.13 
Portage 2.0.50-r1 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.6.3-rc2-ben1) 
================================================================= 
System uname: 2.6.3-rc2-ben1 ppc 0 
Autoconf: sys-devel/autoconf-2.58 
Automake: sys-devel/automake-1.7.8 
ACCEPT_KEYWORDS="ppc" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -pipe -mcpu=7400 -maltivec -mabi=altivec" 
CHOST="powerpc-unknown-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -pipe -mcpu=7400 -maltivec -mabi=altivec" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="ccache" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa arts berkdb cdr cups dvd dvdr esd flac foomaticdb gdbm gif gnome gpm 
gtk gtk2 imlib jpeg kde libwww mitshm motif mozilla nls oggvorbis opengl oss pam perl 
png ppc python qt readline sdl slang ssl tcpd truetype xv"
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2004-02-13 15:14:33 UTC
2.6 kernels require module-init-tools instead of modutils.  
Comment 2 Christopher Sachs 2004-02-13 16:46:54 UTC
Gotcha. Sorry about that.