Installation of libgtk2.0-dev requests uninstallation of libssl-dev:i386
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gtk+2.0 (Ubuntu) |
New
|
Wishlist
|
Unassigned |
Bug Description
Ubuntu 11.10 on amd64.
The machine is intended as a development machine for both 32-bit and 64-bit applications.
The 2 environments, however, are not as independent as they should but often clash.
FIrst, Bug #881236 hit, then this.
libssl-dev:i386 is installed.
$ dpkg -l libssl-dev:i386
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Description
+++-===
ii libssl-dev:i386 1.0.0e-2ubuntu4 SSL development libraries, header files and documentation
Then I try to run
$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libc6-dev:i386 linux-libc-dev:i386
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libatk1.0-dev libcairo-
libgdk-
libpthread-
libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev
libxinerama-dev libxrandr-dev libxrender-dev x11proto-
x11proto-
x11proto-
Suggested packages:
libcairo2-doc libglib2.0-doc python-subunit libgtk2.0-doc libpango1.0-doc imagemagick
The following packages will be REMOVED:
libssl-dev:i386 zlib1g-dev:i386
The following NEW packages will be installed:
libatk1.0-dev libcairo-
libgdk-
libpthread-stubs0 libpthread-
libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev
libxi-dev libxinerama-dev libxrandr-dev libxrender-dev x11proto-
x11proto-
x11proto-
0 upgraded, 45 newly installed, 2 to remove and 9 not upgraded.
Need to get 0 B/14.2 MB of archives.
After this operation, 60.9 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Of course not... I see no reason to uninstall libssl-dev:i386, which is needed for other purposes.
tags: | added: multiarch |
Changed in gtk+2.0 (Ubuntu): | |
importance: | Undecided → Wishlist |