all other things you need is in addictional information and in attachments. now on, my particular config includes: CONFIG_CONNECTOR=m in kernel MAKEOPTS="-j4" in make.conf bye d. Reproducible: Always Steps to Reproduce: 1. set drbd to be installed as unstable 2. emerge drbd 3. Actual Results: emerge works Expected Results: emerge do not works, and i have to re-emerge it. echotrans src # emerge --info Portage 2.1.2-r9 (default-linux/x86/2006.1/server, gcc-4.1.1, glibc-2.5-r0, 2.6.16.33-xenDomU i686) ================================================================= System uname: 2.6.16.33-xenDomU i686 Intel(R) Xeon(R) CPU 5160 @ 3.00GHz Gentoo Base System release 1.12.9 Timestamp of tree: Thu, 01 Mar 2007 09:20:01 +0000 ccache version 2.4 [enabled] dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.4-r6 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.mirror.solnet.ch" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="apache2 berkdb bitmap-fonts bzip2 cli cracklib crypt cups dri fortran gdbm iconv ipv6 isdnlog ldap libg++ mailwrapper midi mysql ncurses nls nptl nptlonly pam pcre perl ppds pppd python readline reflection session snmp spl ssl tcpd truetype truetype-fonts type1-fonts unicode x86 xml xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mga neomagic nsc nv rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY echotrans src #
Created attachment 113391 [details] log of both emerge (failed and ok)
I have the same Problem on: Gentoo-VM ~ # emerge --info Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.20.2 i686) ================================================================= -----cut------------- Doing a modprobe/insmode on the drbd.ko module gives me an error: Gentoo-VM drbd # insmod ./drbd.ko insmod: error inserting './drbd.ko': -1 Unknown symbol in module Gentoo-VM drbd # dmesg drbd: Unknown symbol crypto_alloc_base drbd: Unknown symbol crypto_free_tfm Solution: Kernel Crypto Api needs to be enabled: .config CONFIG_CRYPTO=y CONFIG_CRYPTO_ALGAPI=m ---Do not know if this is needed--- CONFIG_CRYPTO_BLKCIPHER=m CONFIG_CRYPTO_MANAGER=m CONFIG_CRYPTO_SHA1=m CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_CBC=m CONFIG_CRYPTO_TEST=m Result: -Loading the module works -Drbd device is present in /proc So far i did not test any particular setup..
parallel make fixed in CVS.
*** Bug 173688 has been marked as a duplicate of this bug. ***