Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469456 - sys-kernel/spl-0.6.1-r1 with gentoo-sources-3.9.1-r1 - ?
Summary: sys-kernel/spl-0.6.1-r1 with gentoo-sources-3.9.1-r1 - ?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 14:57 UTC by Joe Chen
Modified: 2013-05-13 16:24 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 Joe Chen 2013-05-11 14:57:26 UTC
emerge spl-0.6.1-r1 fail with gentoo-sources-3.9.1-r1


Reproducible: Always

Steps to Reproduce:
1. emerge -v =gentoo-sources-3.9.1-r1 
2. cd /usr/src; ln -sf linux-3.9.1-gentoo-r1 linux
3. genkernel all
4. emerge -v =spl=0.6.1-r1
 
Actual Results:  
Making install in scripts
make[1]: Entering directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/scripts'
make[2]: Entering directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/scripts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/scripts'
make[1]: Leaving directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/scripts'
Making install in module
make[1]: Entering directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/module'
make -C /lib/modules/3.9.1-gentoo-r1/build SUBDIRS=`pwd` modules_install \
        INSTALL_MOD_PATH=/var/tmp/portage/sys-kernel/spl-0.6.1-r1/image/ \
        INSTALL_MOD_DIR=extra
make[2]: Entering directory `/var/src/linux-3.9.1-gentoo-r1'
  INSTALL /var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/module/spl/spl.ko
  DEPMOD  
Usage: /var/src/linux-3.9.1-gentoo-r1/scripts/depmod.sh /sbin/depmod <kernelrelease> <symbolprefix>
make[2]: *** [_emodinst_post] Error 1
make[2]: Leaving directory `/var/src/linux-3.9.1-gentoo-r1'
make[1]: *** [modules_install] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1/module'
make: *** [install-recursive] Error 1
 * ERROR: sys-kernel/spl-0.6.1-r1 failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sys-kernel/spl-0.6.1-r1'`,
 * the complete build log and the output of `emerge -pqv '=sys-kernel/spl-0.6.1-r1'`.
 * The complete build log is located at '/var/tmp/portage/sys-kernel/spl-0.6.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-kernel/spl-0.6.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-kernel/spl-0.6.1-r1/work/spl-spl-0.6.1'


Expected Results:  
it error on emerge action with gentoo-sources-3.9.1-r1.
but it is fine with gentoo-sources-3.9.1.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-11 15:11:24 UTC
1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 2 Frank Krömmelbein 2013-05-11 15:35:04 UTC
I´ve updated to gentoo-sources-3.9.1-r1 yesterday without a problem on my x64 machine including ZFS.

But i need first a rebuild of zfs and then of spl:

emerge -1 zfs && emerge -1 spl

This works for me.