View Single Post
Posts: 17 | Thanked: 11 times | Joined on Nov 2010
#418
After an upgrade to PR 1.3, hostmode-gui seems to conflict with kernel-headers (needed for gcc):

Nokia-N900-51-1:/home/user/MyDocs/gcc# apt-get install hostmode-gui
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
i2c-tools
The following NEW packages will be installed:
hostmode-gui i2c-tools
0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
Need to get 0B/83.2kB of archives.
After this operation, 426kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package i2c-tools.
(Reading database ... 29851 files and directories currently installed.)
Unpacking i2c-tools (from .../i2c-tools_3.0.2-1maemo2_armel.deb) ...
WARNING!===============WARNING!===============WARN ING!
Using i2c-tools and especially i2cset may cause serious permanent HARDWARE damage to the device, use it with caution and ONLY if you know what you're doing.
The developers and the maintainers are NOT responsible for any damage done. Use i2c-tools at your own risk!
YOU HAVE BEEN WARNED!
WARNING!===============WARNING!===============WARN ING!
dpkg: error processing /var/cache/apt/archives/i2c-tools_3.0.2-1maemo2_armel.deb (--unpack):
trying to overwrite `/usr/include/linux/i2c-dev.h', which is also in package linux-kernel-headers
Selecting previously deselected package hostmode-gui.
Unpacking hostmode-gui (from .../hostmode-gui_0.2-8_armel.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/i2c-tools_3.0.2-1maemo2_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Any ideas?