Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hatari fails to build
Date: Tue, 09 Sep 2014 15:48:35
Message-Id: 20140909154824.GA4050@solfire
In Reply to: Re: [gentoo-user] hatari fails to build by Mick
1 Mick <michaelkintzios@×××××.com> [14-09-09 17:12]:
2 > On Tuesday 09 Sep 2014 03:30:37 meino.cramer@×××.de wrote:
3 > > Hi,
4 > >
5 > > While doing a world update hatari fails to build. This happens
6 > > on my AMD64 PC as it happens on my ARM Beaglebone Black the same
7 > > way...(this is from my PC):
8 > >
9 > > -- Installing:
10 > > /var/tmp/portage/games-emulation/hatari-1.6.2/image/usr/share/man/man1/hat
11 > > ariui.1.gz * Fixing shebang in usr/share/games/hatari/hatariui/config.py.
12 > > * Fixing shebang in usr/share/games/hatari/hatariui/conftypes.py.
13 > > * The file has incompatible shebang:
14 > > * file: usr/share/games/hatari/hatariui/conftypes.py
15 > > * current shebang: # content generated by gentypes.py
16 > > * requested impl: python2.7
17 > > * ERROR: games-emulation/hatari-1.6.2::gentoo failed (install phase):
18 > > * python_fix_shebang: conversion of incompatible shebang requested
19 >
20 >
21 > Can you look in the two files mentioned above to find out what the shebang
22 > looks like?
23 >
24 > They ought to start with something like:
25 >
26 > #!/usr/bin/python2
27 >
28 > If not please file a bug.
29 >
30 > --
31 > Regards,
32 > Mick
33
34 Hi Mick,
35
36 usr/share/games/hatari/hatariui/conftypes.py does not have any shebang
37 and
38 usr/share/games/hatari/hatariui/config.py.
39 uses
40 #!/usr/bin/env python2.7
41
42 Regards,
43 mcc