Re: [proaudio] repoman error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] repoman error
- From: Karl Lindén <spray.sucks@xxxxxxxxx>
- Date: Mon, 11 Mar 2013 11:30:56 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=9HzLkFjV74bmAUM7JrKqXjW/A1a1xbGe+rT6KnMEP4Q=; b=tVR/Gqj3fS/kyMuIuen0doOGxHXV+vYkXUAfjy159AU2IKzDMG+hIKDZ+hCIFIOK9R DwEiS+tbz8aiWY81RI3jxINDQRiPxkj5r8RQoz4fJ5bT6zZCB4sjwT7HPR75Nj43b+rE zqSIHyDaddAtc6eWpCvNh0zAmncStE7MOxVD/pVsaS7hZ2mFZZNPZChwLc10NvkY/riF B9jeYE/wpBt2EOaZ2+q9a+NmjouK7te4pMa470Fz1jgiSe6P6ndAADI+MIMNAw3r4IPu QNnieJHbGTvMF1ZhMZ291KtyhGA5GZAQSgQep/LHSdZQFAuhcwdQvDyoauENDvf3qjZu P27Q==
Hi!
I've also had this error and I think I'm the cause... The error is not
in alsaplayer-python or pylash. I think the problem comes from my
letter "é" in the ChangeLogs, but I'm not sure. However, I'm not using
that letter in the ChangeLogs anymore and I will replace the "é":s
with "e":s whenever I find one.
About the alsaplayer-python ebuild. I've worked on it and I have a
final version, but the source won't compile due to symbols not defined
in the alsaplayer API. The bug is reported on the alsaplayer mailing
list and I will upload the ebuild when the bug is resolved or whenever
anyone wants.
Regards,
Karl
2013/3/11 Gavin Pryke <gavinlee303@xxxxxxxxx>:
> 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
>
>