Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge comix failed [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
olli.bo
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 208
Location: Germany

PostPosted: Tue Feb 26, 2013 9:33 am    Post subject: emerge comix failed [solved] Reply with quote

Installing comix failed for me:

Here is th error:

Code:
# emerge comix
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) media-gfx/comix-4.0.3
 * comix-4.0.3.tar.gz SHA256 size ;-) ...                                                                                  [ ok ]
>>> Unpacking source...
>>> Unpacking comix-4.0.3.tar.gz to /var/tmp/portage/media-gfx/comix-4.0.3/work
>>> Source unpacked in /var/tmp/portage/media-gfx/comix-4.0.3/work
>>> Compiling source in /var/tmp/portage/media-gfx/comix-4.0.3/work/comix-4.0.3 ...
 * Nothing to be compiled.
>>> Source compiled.
>>> Test phase [not enabled]: media-gfx/comix-4.0.3

>>> Install comix-4.0.3 into /var/tmp/portage/media-gfx/comix-4.0.3/image/ category media-gfx
  File "install.py", line 177
    print __doc__
                ^
SyntaxError: invalid syntax
 * ERROR: media-gfx/comix-4.0.3 failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 3197:  Called die
 * The specific snippet of code:
 *       python install.py install --no-mime --dir "${D}"usr || die;
 *
 * If you need support, post the output of `emerge --info '=media-gfx/comix-4.0.3'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/comix-4.0.3'`.
 * The complete build log is located at '/var/tmp/portage/media-gfx/comix-4.0.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/comix-4.0.3/temp/environment'.
 * Working directory: '/var/tmp/portage/media-gfx/comix-4.0.3/work/comix-4.0.3'
 * S: '/var/tmp/portage/media-gfx/comix-4.0.3/work/comix-4.0.3'

>>> Failed to emerge media-gfx/comix-4.0.3, Log file:

>>>  '/var/tmp/portage/media-gfx/comix-4.0.3/temp/build.log'

 * Messages for package media-gfx/comix-4.0.3:

 * ERROR: media-gfx/comix-4.0.3 failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 3197:  Called die
 * The specific snippet of code:
 *       python install.py install --no-mime --dir "${D}"usr || die;
 *
 * If you need support, post the output of `emerge --info '=media-gfx/comix-4.0.3'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/comix-4.0.3'`.
 * The complete build log is located at '/var/tmp/portage/media-gfx/comix-4.0.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/comix-4.0.3/temp/environment'.
 * Working directory: '/var/tmp/portage/media-gfx/comix-4.0.3/work/comix-4.0.3'
 * S: '/var/tmp/portage/media-gfx/comix-4.0.3/work/comix-4.0.3'


Can anyone help?


Last edited by olli.bo on Tue Feb 26, 2013 4:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
DanneStrat
n00b
n00b


Joined: 05 Jan 2012
Posts: 73

PostPosted: Tue Feb 26, 2013 4:37 pm    Post subject: Reply with quote

Hi,

Have a look here:
https://bugs.gentoo.org/show_bug.cgi?id=363765

media-gfx/mcomix seems to be the replacement.

Cheers.
Back to top
View user's profile Send private message
frostschutz
Advocate
Advocate


Joined: 22 Feb 2005
Posts: 2977
Location: Germany

PostPosted: Tue Feb 26, 2013 4:39 pm    Post subject: Reply with quote

"print __doc__" being invalid syntax is odd, that's usually valid pretty much everywhere.

Except in Python 3 where it should be print(__doc__) I guess.

You are using Python 2 right?
Back to top
View user's profile Send private message
olli.bo
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 208
Location: Germany

PostPosted: Tue Feb 26, 2013 4:56 pm    Post subject: Reply with quote

frostschutz wrote:
"print __doc__" being invalid syntax is odd, that's usually valid pretty much everywhere.

Except in Python 3 where it should be print(__doc__) I guess.

You are using Python 2 right?


Ahh, thank you... Thats it.
I used Python 3. Switched back to Python 2 and it worked... :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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