Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507672 - sys-fs/zfs-kmod-0.6.2-r5 fails to build with 3.14.1
Summary: sys-fs/zfs-kmod-0.6.2-r5 fails to build with 3.14.1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 03:26 UTC by devsk
Modified: 2014-04-15 03:51 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 devsk 2014-04-15 03:26:35 UTC
CC [M]  /var/tmp/portage/sys-fs/zfs-kmod-0.6.2-r5/work/zfs-zfs-0.6.2/module/unicode/../../module/unicode/u8_textprep.o
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-fno-aggressive-loop-optimizations'

Looking at the man page of gcc-4.8.2, I only see -faggressive-loop-optimizations and no way to disable it.

Reproducible: Always

Steps to Reproduce:
1. emerge sys-fs/zfs-kmod-0.6.2-r5
2.
3.
Actual Results:  
Compile Fail.

Expected Results:  
A successful merge.
Comment 1 devsk 2014-04-15 03:36:29 UTC
Its the patch 0055-Disable-GCCs-aggressive-loop-optimization.patch that's doing this passing of the non-existing GCC option.
Comment 2 devsk 2014-04-15 03:51:45 UTC
Damn! Operator error. I forgot to switch the cross compiler to 4.8.2. It was still using 4.7.2.

Sorry about that folks.