[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2013-01-09 Thread Adam Porter
This bug is not fixed! I just tried to upgrade from Precise to Quantal. do-release-upgrade failed for some reason, and now dpkg fails with: dpkg: error: parsing file '/var/lib/dpkg/status' near line 29257 package 'odbcinst': mixed non-coinstallable and coinstallable package instances present

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-28 Thread Vadim Ogranovich
@xnox I tried dist-upgrade, but it failed too. Note it's not just Skype, it's libc6-dev and some other packages. Not sure if this is an appropriate place for discussions not related to the bug, but it all started when I upgraded to quantal and at this point I have no clue how to get out of

Re: [Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-28 Thread Dmitrijs Ledkovs
I am sorry but I cannot provide support. My time is better spend fixing really tough bugs. Try one of the support methods listed here: http://www.ubuntu.com/support/community Regards, Dmitrijs. On 29 September 2012 00:05, Vadim Ogranovich vogr...@gmail.com wrote: @xnox I tried dist-upgrade,

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-28 Thread David Lang
Dmitrijs, The problem is that people who tripped over this bug cannot use the normal methods to upgrade to get the fix. We greatly appriciate that the bug is now fixed so this won't trash everyone else's systems, but the question is how to fix the systems that this bug already trashed. I got out

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-28 Thread Dmitrijs Ledkovs
I updated the bug description with recovery pointers. ** Description changed: + If you are affected by this bug, please do not email me personally for + support. + + As suggested below, you can use the perl script from: + https://lists.debian.org/debian-dpkg/2012/03/msg00045.html + + In

Re: [Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-27 Thread Dmitrijs Ledkovs
On 26 September 2012 13:47, Michael Vogt michael.v...@ubuntu.com wrote: Alternatively to the above patch I guess we could count state_conffigfiles differently as its own count: { single, multi, total } - { single, multi, confonly, total} I'm not sure this is needed. The check is counting

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-27 Thread Dmitrijs Ledkovs
** Changed in: dpkg (Ubuntu Quantal) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and coinstallable

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package dpkg - 1.16.7ubuntu4 --- dpkg (1.16.7ubuntu4) quantal; urgency=low * Apply a workaround from mvo to consider RC packages as multiarch, during the dpkg consistency checks. (LP: #1015567). Opened bug 1057367 to upgrade status database. --

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-27 Thread Vadim Ogranovich
So how do I fetch the newly fixed dpkg? I just tried sudo apt-get install dpkg Reading package lists... Done Building dependency tree Reading state information... Done dpkg is already the newest version. You might want to run 'apt-get -f install' to correct these: The following packages

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-27 Thread Dmitrijs Ledkovs
@vograno You do not seem to be affect by this dpkg bug, instead you have just regular dependency problems. Try dist-upgrade, try removing and installing newer skype from skype.com, or something like that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Michael Vogt
This messed up my upgrade from 12.04 - 12.10 pretty badly today. After: .. Preparing to replace dpkg 1.16.1.2ubuntu7 (using .../dpkg_1.16.7ubuntu3_amd64.deb) ...^M Unpacking replacement dpkg ...^M Processing triggers for ureadahead ...^M Processing triggers for man-db ...^M dpkg: error: parsing

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Michael Vogt
A really cheap woraround would be: === modified file 'lib/dpkg/parse.c' --- lib/dpkg/parse.c2012-09-26 12:16:34 + +++ lib/dpkg/parse.c2012-09-26 12:28:49 + @@ -307,7 +307,8 @@ if (pkg-status == stat_notinstalled) return; - if (pkgbin-multiarch == multiarch_same) + //

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Michael Vogt
My status file after the upgrade, the important part is just: Package: libesd0 Status: deinstall ok config-files Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com Architecture: amd64 Source: esound Version: 0.2.41-9

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Michael Vogt
Alternatively to the above patch I guess we could count state_conffigfiles differently as its own count: { single, multi, total } - { single, multi, confonly, total} -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Michael Vogt
Fwiw, the upgrade worked just fine with the above patch, I did not encounter any other issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Tom K. C. Chiu
But as a user who will not compile the whole thing, how can we have this patch applied, or we need to wait until you guys pushed this update to public? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Tom K. C. Chiu
To add more details to such problem, I tried to revert the source as: sudo sed -i.dist 's,quantal,precise,' /etc/apt/sources.list and then did the update and dist-upgrade. The same error persist: dpkg: error: parsing file '/var/lib/dpkg/status' near line 75249 package 'libstdc++5:i386':

Re: [Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-26 Thread Dmitrijs Ledkovs
On 26 September 2012 17:52, Tom K. C. Chiu 1015...@bugs.launchpad.net wrote: To add more details to such problem, I tried to revert the source as: sudo sed -i.dist 's,quantal,precise,' /etc/apt/sources.list and then did the update and dist-upgrade. The same error persist: dpkg: error:

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-24 Thread NoahY
Still a problem today trying to upgrade from precise: dpkg: error: parsing file '/var/lib/dpkg/status' near line 22586 package 'liboil0.3:i386': mixed non-coinstallable and coinstallable package instances present E: Sub-process /usr/bin/dpkg returned an error code (2) -- You received this bug

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-09-10 Thread Colin Watson
** Changed in: dpkg (Ubuntu Quantal) Milestone: quantal-alpha-3 = ubuntu-12.10-beta-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-08-12 Thread jan2ary
Is there any working workaround for this issue? I hit it with upgrade to alpha3 today. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-07-27 Thread Zeus
Sorry my bad the Multi-Arch thing actually worked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and coinstallable package instances present

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-07-26 Thread Zeus
I believe this is affecting me to Tried to upgrade to Quantal errored out pretty quickly after downloaded the packages. From then onwards the update-manger and disrubtion upgrade would continue to fail.. going to command line... lzeus@Katana:~$ sudo apt-get -f install Reading package lists...

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-07-23 Thread Alex Mayorga Adame
Here it looks like this: alex-mayorga@VPCCW1FFXL:~$ sudo apt-get -f install [...] Get:22 http://archive.ubuntu.com/ubuntu/ quantal/main virtuoso-opensource-6.1-common amd64 6.1.4+dfsg1-1ubuntu2 [47.1 kB] Fetched 11.7 MB in 5s (2,205 kB/s) Preconfiguring packages ...

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-28 Thread Kate Stewart
** Changed in: dpkg (Ubuntu Quantal) Milestone: quantal-alpha-2 = quantal-alpha-3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-26 Thread Colin Watson
** Tags removed: rls-p-incomming rls-q-incomming ** Tags added: rls-p-incoming rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-26 Thread Brian Murray
** Tags removed: rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and coinstallable package instances present To manage

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~dmitrij.ledkov/+junk/lp1015567-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and coinstallable package instances

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-22 Thread Dmitrijs Ledkovs
** Description changed: + This is the bug which was warned about in [0] + The easy test that you can run with solutions proposed is in [1] + + The minimal test case goes like this: + 1) install non-multiarch package for native architecture with some config files + 2) remove non-multiarch

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-22 Thread Dmitrijs Ledkovs
Dear original reporter, Can you possible tar up and attach /var/backups/dpkg* ? Regards, Dmitrijs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-22 Thread Dmitrijs Ledkovs
** Description changed: This is the bug which was warned about in [0] The easy analysis that you can run, with solutions proposed to recover is in [1] The minimal test case goes like this: 1) install non-multiarch package for native architecture with some config files 2) remove

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-22 Thread Scott Moser
Attaching /var/backups/dpkg* ** Attachment added: tarball of /var/backups/dpkg* https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1015567/+attachment/3200243/+files/var-backups.tar.bz2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: upgrade failed: mixed non-coinstallable and coinstallable package instances present To manage notifications about this bug go to:

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Scott Moser
Colin asked that I include contents of /var/lib/dpkg. They're attached here. ** Attachment added: /var/lib/dpkg tarball https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1015567/+attachment/3197514/+files/var-lib-dpkg.tar.bz2 -- You received this bug notification because you are a member

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Colin Watson
Package: libcanberra-gtk-module Status: deinstall ok config-files Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com Architecture: amd64 Source: libcanberra Version: 0.28-0ubuntu12 Config-Version: 0.28-0ubuntu12 Depends: libc6 (=

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Scott Moser
** Attachment added: /var/log/dpkg*.log files https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1015567/+attachment/3197582/+files/dpkg-logs.tar.bz2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Steve Langasek
** Changed in: dpkg (Ubuntu) Importance: Undecided = High ** Changed in: dpkg (Ubuntu) Status: New = Triaged ** Changed in: dpkg (Ubuntu) Milestone: None = quantal-alpha-2 ** Also affects: dpkg (Ubuntu Quantal) Importance: High Status: Triaged ** Changed in: dpkg

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Scott Moser
for arbitrary data point, I was not able to recreate this by doing the following in an instance of ami-dcab08b5 (ubuntu-precise-daily-amd64-desktop-20120613). sudo apt-get --assume-yes update sudo apt-get --assume-yes dist-upgrade sudo apt-get --assume-yes install ia32-libs sudo sed

[Bug 1015567] Re: upgrade failed: mixed non-coinstallable and coinstallable package instances present

2012-06-20 Thread Philip Muškovac
A filed bug 1015616 as a dup of this earlier, there someone found out that adding Multi-Arch: same to the amd64 package resolves this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015567 Title: