Bug 828776 - FTBFS: ERROR: "clk_enable" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
Summary: FTBFS: ERROR: "clk_enable" [drivers/net/ethernet/marvell/mv643xx_eth.ko] unde...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: powerpc
OS: Linux
medium
high
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-05 11:04 UTC by Karsten Hopp
Modified: 2012-08-10 15:17 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-08-10 15:17:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2012-06-05 11:04:35 UTC
Description of problem:
kernel-3.5.0-0.rc1.git0.1.fc18 fails to build on PPC:

ERROR: "clk_enable" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
ERROR: "clk_disable" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
ERROR: "clk_put" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
ERROR: "clk_get_rate" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
ERROR: "clk_get" [drivers/net/ethernet/marvell/mv643xx_eth.ko] undefined!
WARNING: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2

Steps to Reproduce:
1. pp-koji build --scratch f18 kernel-3.5.0-0.rc1.git0.1.fc18.src.rpm
2.
3.

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=579842

Additional info:
Last kernel that built on PPC was kernel-3.5.0-0.rc0.git7.1.fc18

Comment 1 Dave Jones 2012-06-05 13:52:41 UTC
That's due to the arm clkdev stuff the Linaro guys merged upstream.
Someone is going to have to fix up ppc/mips/whatever to use all this new stuff I guess. (Or somehow make it no-op on !arm)

Comment 2 Josh Boyer 2012-06-05 18:52:55 UTC
Fixing it.  Grumble.

Comment 3 Josh Boyer 2012-06-05 19:35:43 UTC
Actually, disabling it.  Either the Linaro change needs to be reverted upstream, or someone needs to implement the clkdev API for ppc32 and I'm sure as, uh, poo not going to do that myself.

Comment 4 Josh Boyer 2012-06-05 19:48:26 UTC
Fixed in git.  Will be in rawhide whenever the next build is done.


Note You need to log in before you can comment on or make changes to this bug.