MziRintu / iphone-gcc-full

Automatically exported from code.google.com/p/iphone-gcc-full
0 stars 0 forks source link

headers-libs.deb clobbering .h files from other packages #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install libxml2, odcctools, berkeleydb
2. Try to install headers-libs.deb
3. It won't install because some files conflict with libxml2, odcctools, 
berkeleydb

I can install gcc using:
   dpkg -i --force all headers-libs.deb

But this is dangerous and shouldn't be done. It overwrites 45 header files from 
libxml2, 3 header files form odcctools, and 1 header file from berkeleydb.

It would be better of you required pre-installation of libxml2, odcctools, 
berkeleydb, and eliminated the duplicate headers.

Original issue reported on code.google.com by davidra...@gmail.com on 3 Jun 2012 at 5:03