public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] layman : unterminated character set at position 1
@ 2019-05-07 11:05 Helmut Jarausch
  2019-07-04  3:30 ` Kent Fredric
  0 siblings, 1 reply; 2+ messages in thread
From: Helmut Jarausch @ 2019-05-07 11:05 UTC (permalink / raw
  To: gentoo-user

Hi,
I'm struggling with layman. Using version 2.4.2-r1 as well as version  
9999 I get
for several overlays like for palemoon :

layman -a palemoon

  * Adding overlay...
  * Overlay "palemoon" is not official. Continue installing? [y/n]: y

  * CLI: Errors occurred processing action add
  * Exception caught installing repository "palemoon":
  * unterminated character set at position 1

So, what does this error message really mean.
What file is involved and how to fix this?

Many thanks for a hint,
Helmut


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] layman : unterminated character set at position 1
  2019-05-07 11:05 [gentoo-user] layman : unterminated character set at position 1 Helmut Jarausch
@ 2019-07-04  3:30 ` Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2019-07-04  3:30 UTC (permalink / raw
  To: gentoo-user; +Cc: jarausch

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

On Tue, 07 May 2019 13:05:59 +0200
Helmut Jarausch <jarausch@skynet.be> wrote:

> Hi,
> I'm struggling with layman. Using version 2.4.2-r1 as well as version  
> 9999 I get
> for several overlays like for palemoon :
> 
> layman -a palemoon
> 
>   * Adding overlay...
>   * Overlay "palemoon" is not official. Continue installing? [y/n]: y
> 
>   * CLI: Errors occurred processing action add
>   * Exception caught installing repository "palemoon":
>   * unterminated character set at position 1
> 
> So, what does this error message really mean.
> What file is involved and how to fix this?
> 
> Many thanks for a hint,
> Helmut
> 

It looks like bug #676074[1]

I've found a suitable workaround of looking at the versions of python
I'm building layman for, and explicitly telling it to use a version of
Python other than 3.7 to run layman.


katipo2 ~ # EPYTHON=python3.7 layman -a pentoo 

 * Adding overlay...

 * CLI: Errors occurred processing action add
 * Exception caught installing repository "pentoo":
 * unterminated character set at position 1

katipo2 ~ # EPYTHON=python3.6 layman -a pentoo 

 * Adding overlay...
 * Running Git... # ( cd /var/lib/layman  && /usr/bin/git clone https://github.com/pentoo/pentoo-overlay.git /var/lib/layman/pentoo )
 * Running Git... # ( cd /var/lib/layman/pentoo  && /usr/bin/git config user.name "layman" )
 * Running Git... # ( cd /var/lib/layman/pentoo  && /usr/bin/git config user.email "layman@localhost" )
 * Successfully added overlay(s) pentoo.


1: https://bugs.gentoo.org/676074

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-04  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 11:05 [gentoo-user] layman : unterminated character set at position 1 Helmut Jarausch
2019-07-04  3:30 ` Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox