ABI error building Intrepid Ibex
Mike Jarmy
mjarmy at gmail.com
Sun Aug 3 01:51:51 UTC 2008
I just installed 8.04 onto my Dell e1405 laptop, and now I'm trying to
build the Intrepid Ibex kernel, but I'm running into a problem. I
cloned the git repository, updated the config files (which may not
have been necessary), and then kicked off the compile:
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-intrepid.git ubuntu-intrepid
cd ubuntu-intrepid
debian/rules updateconfigs
AUTOBUILD=1 fakeroot debian/rules binary-debs
After autobuild ran for a long time, I got the following error (if I
re-run autobuild I get the error right away):
=======================================================================
II: Checking ABI for generic...
Reading symbols/modules to ignore...read 1 symbols/modules.
Reading new symbols (5)...read 7771 symbols.
Reading old symbols (5)...read 7764 symbols.
II: Checking for missing symbols in new ABI...found 0 missing symbols
II: Checking for new symbols in new ABI...
NEW : lirc_get_pdata
NEW : lirc_register_plugin
NEW : cmdir_write
NEW : cmdir_read
NEW : set_tx_channels
NEW : lirc_unregister_plugin
NEW : p80211_allow_ioctls
found 7 new symbols
WW: Found new symbols within same ABI. Not recommended
II: Checking for changes to ABI...
HASH : p80211_resume : 0x3e7f4a0b =>
0x91f86c1c (ignored)
HASH : p80211wext_event_associated : 0x5371ac73 =>
0xcbba68e3 (ignored)
HASH : reserve_ibft_region : 0xd5bca5ec => 0x2d09b21a
HASH : p80211netdev_hwremoved : 0x299b31d6 =>
0xf4992302 (ignored)
HASH : wlan_setup : 0xd495d46e =>
0xda82d418 (ignored)
HASH : wlan_unsetup : 0x31752c7a =>
0x8a56d4db (ignored)
HASH : register_wlandev : 0xb9089ef4 =>
0xf1735fff (ignored)
HASH : unregister_wlandev : 0x6dfdff6f =>
0x0d993080 (ignored)
HASH : p80211_suspend : 0xa2bcb709 =>
0x31c95da7 (ignored)
HASH : dump_stack : 0xb4e32191 => 0x6b2dc060
HASH : p80211netdev_rx : 0x3dc32993 =>
0x8e1d65f3 (ignored)
HASH : p80211skb_free : 0xb42124b9 =>
0x90961618 (ignored)
HASH : p80211skb_rxmeta_attach : 0x83b432b7 =>
0x6672ce88 (ignored)
EE: 2 symbols changed hash and weren't ignored
II: Module hash change summary...
ubuntu/misc/wireless/p80211/p80211 : 11
vmlinux : 2
II: Done
make: *** [abi-check-generic] Error 1
=======================================================================
There are no debs in the parent directory, so the kernel build seems
to have failed. Can anyone help me out?
Thanks, Mike
More information about the Ubuntu-devel-discuss
mailing list