[Bug 532458] Re: update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data

2010-04-06 Thread Jean-Baptiste Lallement
To fix the wine problem you may try to purge the package with the command:
sudo apt-get remove --purge wine

The python issues have already been reported and fixed.

I'm closing this report because wine installation is not from an official 
repository. You should report it to the maintainer of the PPA.
Thanks and don't hesitate to submit any new bug.

** Changed in: wine (Ubuntu)
   Status: Incomplete = Invalid

-- 
update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
https://bugs.launchpad.net/bugs/532458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532458] Re: update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data

2010-03-06 Thread Brett Randall
@Jean-Baptiste thanks for your analysis.  I do have Wine installed from
a PPA:

# cat /etc/apt/sources.list.d/ubuntu-wine-ppa-karmic.list
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu karmic main

# wine --version
wine-1.1.39

dpkg-query -l wine
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
rc  wine  
1.1.32~winehq0~ubuntu~9.04-0ubuntu1   Microsoft Windows 
Compatibility Layer (Binary Emulator and Library)

# apt-cache policy wine
wine:
  Installed: (none)
  Candidate: 1.1.39-0ubuntu1~karmic5
  Version table:
 1.1.39-0ubuntu1~karmic5 0
500 http://ppa.launchpad.net karmic/main Packages
 1.1.32~winehq0~ubuntu~9.04-0ubuntu1 0
100 /var/lib/dpkg/status
 1.0.1-0ubuntu8 0
500 http://ftp.iinet.net.au karmic/universe Packages

I'm not sure why my apt-cache report says installed (none).

-- 
update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
https://bugs.launchpad.net/bugs/532458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532458] Re: update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data

2010-03-06 Thread Brett Randall
Looks like I might have a failed install of wine - attempting to re-
apply 1.1.39-0ubuntu1~karmic5 reproduces the python2.4 + python2.5
installation failure.

Happy to go back to Wine on karmic main, I removed the PPA repo and
attempted to reinstall Wine 1.1.31-0ubuntu3, which triggers errors this
time with python2.4-minimal and python2.5 minimal.

The other possibility is that I moved up to Telepathy/Empathy from PPA
the other day, as it is utterly broken for ICQ+AIM in Karmic.

Log started: 2010-03-07  08:12:21
Selecting previously deselected package wine1.2.

(Reading database ... 
(Reading database ... 5%
snip
(Reading database ... 100%
(Reading database ... 284313 files and directories currently installed.)

Unpacking wine1.2 (from .../wine1.2_1.1.31-0ubuntu3_amd64.deb) ...

Selecting previously deselected package wine1.2-gecko.

Unpacking wine1.2-gecko (from
.../wine1.2-gecko_1.0.0-0ubuntu3_amd64.deb) ...

Processing triggers for man-db ...

Processing triggers for hicolor-icon-theme ...

Processing triggers for desktop-file-utils ...

Setting up python2.4-minimal (2.4.6-1ubuntu3.2.9.10.1) ...

update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
reading type dpkg: error processing python2.4-minimal (--configure):

 subprocess installed post-installation script returned error exit
status 2

Setting up python2.5-minimal (2.5.4-1ubuntu6.1) ...

Linking and byte-compiling packages for runtime python2.5...

/usr/lib/python2.5/site-packages/gwibber/microblog/__init__.py:132:
Warning: 'as' will become a reserved keyword in Python 2.6

Compiling /usr/lib/python2.5/site-packages/gwibber/microblog/__init__.py
...

  File /usr/lib/python2.5/site-packages/gwibber/microblog/__init__.py,
line 132

except Exception as e:

  ^

SyntaxError: invalid syntax


/usr/lib/python2.5/site-packages/gwibber/resources.py:49: Warning:
'with' will become a reserved keyword in Python 2.6

Compiling /usr/lib/python2.5/site-packages/gwibber/resources.py ...

  File /usr/lib/python2.5/site-packages/gwibber/resources.py, line 49

with open(os.path.join(theme_dir, theme.version)) as f:

^

SyntaxError: invalid syntax


Errors were ignored.

/usr/lib/python2.5/site-packages/Onboard/KeyboardSVG.py:104: Warning:
'with' will become a reserved keyword in Python 2.6

Compiling /usr/lib/python2.5/site-packages/Onboard/KeyboardSVG.py ...

  File /usr/lib/python2.5/site-packages/Onboard/KeyboardSVG.py, line
104

with open(pane_svg_filename) as svg_file:

^

SyntaxError: invalid syntax


Errors were ignored.

update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
reading type dpkg: error processing python2.5-minimal (--configure):

 subprocess installed post-installation script returned error exit
status 2

Setting up wine1.2 (1.1.31-0ubuntu3) ...

update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
reading type kernel.printk = 4 4 1 7

net.ipv4.conf.default.rp_filter = 1

net.ipv4.conf.all.rp_filter = 1

net.ipv4.tcp_syncookies = 1

vm.mmap_min_addr = 0

vm.mmap_min_addr = 0


Setting up wine1.2-gecko (1.0.0-0ubuntu3) ...

Processing triggers for libc-bin ...

ldconfig deferred processing now taking place

Errors were encountered while processing:

 python2.4-minimal

 python2.5-minimal

Log ended: 2010-03-07  08:12:29

-- 
update-binfmts: /var/lib/binfmts/wine corrupt: out of binfmt data
https://bugs.launchpad.net/bugs/532458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs