Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error emerge mypaint (Open)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Eleazar Anzola
Veteran
Veteran


Joined: 17 Jul 2003
Posts: 1318
Location: Caracas / Venezuela

PostPosted: Tue Jun 14, 2011 4:34 pm    Post subject: Error emerge mypaint (Open) Reply with quote

Buenas,

Estoy intentando emerger mypaint para hacer algunas pruebas de diseño y me ha surgido un problema con una dependencia, python y scons, los cuales se instalan bien pero mypaint se queja de no estar conforme con ello.

He cambiando a python-2.7.1-r1 que es lo que pide y recompile scons, pero aun asi se queja de errores python.

Agradezco si alguien puede ayudarme ó darme luces de como solventar el error.

Aquí pego el error:

Code:
>>> Emerging (1 of 1) media-gfx/mypaint-0.9.1
 * mypaint-0.9.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                 [ ok ]
 * Package:    media-gfx/mypaint-0.9.1
 * Repository: gentoo
 * Maintainer: hwoarang@gentoo.org
 * USE:        elibc_glibc kernel_linux userland_GNU x86
 * FEATURES:   ccache sandbox
>>> Unpacking source...
>>> Unpacking mypaint-0.9.1.tar.bz2 to /var/tmp/portage/media-gfx/mypaint-0.9.1/work
>>> Source unpacked in /var/tmp/portage/media-gfx/mypaint-0.9.1/work
>>> Preparing source in /var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1 ...
 * Applying mypaint-0.9.1-gentoo.patch ...                               [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1 ...
scons -j2
scons: Reading SConscript files ...
Building for python2.7
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 40: ordinal not in range(128):
  File "/var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1/SConstruct", line 59:
    env.ParseConfig(python + '-config --cflags')
  File "/usr/lib/scons-2.0.1/SCons/Environment.py", line 1460:
    return function(self, self.backtick(command))
  File "/usr/lib/scons-2.0.1/SCons/Environment.py", line 591:
    sys.stderr.write(unicode(err))
 * ERROR: media-gfx/mypaint-0.9.1 failed (compile phase):
 *   scons failed
 *
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2274:  Called die
 * The specific snippet of code:
 *       escons || die "scons failed"
 *
 * If you need support, post the output of 'emerge --info =media-gfx/mypaint-0.9.1',
 * the complete build log and the output of 'emerge -pqv =media-gfx/mypaint-0.9.1'.
 * The complete build log is located at '/var/log/portage/media-gfx:mypaint-0.9.1:20110614-162237.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-0.9.1/temp/environment'.
 * S: '/var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1'

>>> Failed to emerge media-gfx/mypaint-0.9.1, Log file:

>>>  '/var/log/portage/media-gfx:mypaint-0.9.1:20110614-162237.log'

 * Messages for package media-gfx/mypaint-0.9.1:

 * ERROR: media-gfx/mypaint-0.9.1 failed (compile phase):
 *   scons failed
 *
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2274:  Called die
 * The specific snippet of code:
 *       escons || die "scons failed"
 *
 * If you need support, post the output of 'emerge --info =media-gfx/mypaint-0.9.1',
 * the complete build log and the output of 'emerge -pqv =media-gfx/mypaint-0.9.1'.
 * The complete build log is located at '/var/log/portage/media-gfx:mypaint-0.9.1:20110614-162237.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-0.9.1/temp/environment'.
 * S: '/var/tmp/portage/media-gfx/mypaint-0.9.1/work/mypaint-0.9.1'

_________________
Salu2
Eleazar Anzola
Linux User : # 216232
__________________________________________
Por un foro ordenado y un buscador más útil:
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
agdg
Guru
Guru


Joined: 15 Aug 2010
Posts: 320

PostPosted: Tue Jun 14, 2011 9:04 pm    Post subject: Reply with quote

Ejecuta, como root:
Code:
python-updater
revdep-rebuild

_________________
Antonio Guillen · USAM · Un SysAdmin Más
Back to top
View user's profile Send private message
Eleazar Anzola
Veteran
Veteran


Joined: 17 Jul 2003
Posts: 1318
Location: Caracas / Venezuela

PostPosted: Wed Jun 15, 2011 1:16 pm    Post subject: Reply with quote

No es eso, ya lo habia echo antes de postear aqui.
agdg wrote:
Ejecuta, como root:
Code:
python-updater
revdep-rebuild

_________________
Salu2
Eleazar Anzola
Linux User : # 216232
__________________________________________
Por un foro ordenado y un buscador más útil:
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Jun 15, 2011 1:53 pm    Post subject: Reply with quote

Hay un bug con un problema similar, échale un vistazo por si te sirve de algo:

https://bugs.gentoo.org/352700
Back to top
View user's profile Send private message
Eleazar Anzola
Veteran
Veteran


Joined: 17 Jul 2003
Posts: 1318
Location: Caracas / Venezuela

PostPosted: Thu Jun 16, 2011 12:56 pm    Post subject: Reply with quote

i92guboj wrote:
Hay un bug con un problema similar, échale un vistazo por si te sirve de algo:

https://bugs.gentoo.org/352700
Lamentablemente no sirve, ya lo he echo como dicen alli, he cambiado el LANG="en_US.UTF-8" y aun persiste el error.
_________________
Salu2
Eleazar Anzola
Linux User : # 216232
__________________________________________
Por un foro ordenado y un buscador más útil:
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum