[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] repoman error
- From: Gavin Pryke <gavinlee303@xxxxxxxxx>
- Date: Mon, 11 Mar 2013 10:15:52 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=tYW2GlBYMKG6RmSfuj0Xiv/SRwCkLNU7H/guOmVzjPA=; b=C/x6YkWPqsibtrKvny0l07pRpPPImm+RnSzuTrpatCbpKpVLxu7hzMtudIStYayBzx EHgweSiyS52HRJR7EEa1tCWMemfNh2LWCfEVYIH23s83+I4uYopi56DzL++OG7ywQY8F 2k1BNHY8ZuA/x0Z2a8Abr24grPgoBgssqgtXso69mvqaBywkzNoGkvMWLKLOT80btinM Dth3BzDPvcFxG1gElqvWr/cZ1ByalLubpgW2f2RjFDWyqy8ZZbw5bEndNvUlALWhadbH G7gGkCBSwwidEv3MCUyT4n0J8bS9T1BEfPRFlEzKK+c9APeaPpWlc0jWi7Yl+dbyUHWU DYow==
Hi
I tried running repoman in root of overlay the other night and got this
output. Not sure if the problem lies in alsaplayer-python, pylash or somewhere
else?
gav@rock /mnt/gentoo-overlays/proaudio/proaudio/trunk/overlays/proaudio $
repoman | gvim -
Vim: Reading from stdin...
*
* "/mnt/gentoo-overlays/proaudio/proaudio/trunk/overlays/proaudio/media-
libs/alsaplayer-python/alsaplayer-python-0.3.1-r1.ebuild":
* Deprecation Warning: Usage of distutils.eclass in packages not supporting
installation
* for multiple Python ABIs in EAPI <=2 is deprecated.
* The ebuild should to be fixed. Please report a bug, if it has not been
already reported.
*
*
* "/mnt/gentoo-overlays/proaudio/proaudio/trunk/overlays/proaudio/media-
libs/pylash/pylash-3_pre.ebuild":
* Deprecation Warning: Usage of distutils.eclass in packages not supporting
installation
* for multiple Python ABIs in EAPI <=2 is deprecated.
* The ebuild should to be fixed. Please report a bug, if it has not been
already reported.
*
Traceback (most recent call last):
File "/usr/bin/repoman", line 1458, in <module>
for l in f:
File "/usr/lib64/python3.2/codecs.py", line 300, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 141:
invalid continuation byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/repoman", line 1463, in <module>
l2 = s.count("\n")
TypeError: expected an object with the buffer interface
Kind regards
Gavin