Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

30.07.2018, 17:58

ninja: error: loading 'build.ninja': No such file or directory

Halli, ich möchte gern das ninja-IDE testen. Habe es installiert. Leider kann ich es nicht starten. Fehler: ninja: error: loading 'build.ninja': No such file or directory


Die Infos:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
  fridolin@localhost ~ $ ninja
ninja: error: loading 'build.ninja': No such file or directory

fridolin@localhost ~ $ emerge -av  ninja
This action requires superuser access...
Would you like to add --pretend to options? [Yes/No] yes

These are the packages that would be merged, in order:

Calculating dependencies /

  
[ Results for search key : ninja ]
 \*  dev-util/ninja
      Latest version available: 1.8.2
      Latest version installed: 1.8.2
      Size of files: 181 KiB
      Homepage:      https://ninja-build.org/
      Description:   A small build system similar to make
      License:       Apache-2.0

*  net-irc/ninja
      Latest version available: 1.5.9_pre14-r1
      Latest version installed: 1.5.9_pre14-r1
      Size of files: 900 KiB
      Homepage:      https://wiki.gentoo.org/wiki/No_homepage
      Description:   Ninja IRC Client
      License:       GPL-2

[ Applications found : 4 ]

!!! The short ebuild name "ninja" is ambiguous. Please specify
!!! one of the above fully-qualified ebuild names instead.

... done!
fridolin@localhost ~ $ emerge --search ninja-ide

[ Results for search key : ninja-ide ]
Searching...

[ Applications found : 0 ]

fridolin@localhost ~ $ emerge --search ninja
  
[ Results for search key : ninja ]
Searching...

*  app-backup/backupninja
      Latest version available: 1.0.1
      Latest version installed: [ Not Installed ]
      Size of files: 165 KiB
      Homepage:      http://riseuplabs.org/backupninja/
      Description:   lightweight, extensible meta-backup system
      License:       GPL-2

*  dev-python/jinja
      Latest version available: 2.10
      Latest version installed: 2.10
      Size of files: 262 KiB
      Homepage:      http://jinja.pocoo.org/ https://pypi.org/project/Jinja2/
      Description:   A full-featured template engine for Python
      License:       BSD

*  dev-util/ninja
      Latest version available: 1.8.2
      Latest version installed: 1.8.2
      Size of files: 181 KiB
      Homepage:      https://ninja-build.org/
      Description:   A small build system similar to make
      License:       Apache-2.0

*  net-analyzer/sqlninja [ Masked ]
      Latest version available: 0.2.6_p1-r1
      Latest version installed: [ Not Installed ]
      Size of files: 445 KiB
      Homepage:      http://sqlninja.sourceforge.net/
      Description:   A SQL Server injection & takeover tool
      License:       GPL-2

*  net-irc/ninja
      Latest version available: 1.5.9_pre14-r1
      Latest version installed: 1.5.9_pre14-r1
      Size of files: 900 KiB
      Homepage:      https://wiki.gentoo.org/wiki/No_homepage
      Description:   Ninja IRC Client
      License:       GPL-2

[ Applications found : 5 ]


Kann Jemand helfen? Wo kann der Fehler liegen?