Thread Installation von Paketen *war Mal wieder Ärger mit Cpan (14 answers)
Opened by Froschpopo at 2009-08-13 11:18

Froschpopo
 2009-08-13 16:27
#124214 #124214
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Als nächstes möchte ich SQL::Abstract installieren welches ich ebenfalls per Yast2 nicht finden kann.
CPAN schimpft, dass CLone nicht vorhanden ist. Yast2 sagt zeigt mir das gegenteil. Also installiere ich Clone per CPALPLUS:
Code: (dl )
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
[MSG] [Tue Aug 25 22:35:32 2009] Checking if source files are up to date
[MSG] [Tue Aug 25 22:35:32 2009] Retrieving /root/.cpanplus/sourcefiles.s2.18.c0.88.stored
[MSG] [Tue Aug 25 22:35:33 2009] Using cached file '/root/.cpanplus/authors/id/R/RD/RDF/CHECKSUMS' on disk; ttl (3600s) is not exceeded
[MSG] [Tue Aug 25 22:35:33 2009] Checksum matches for 'Clone-0.31.tar.gz'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/Changes'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/Clone.pm'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/Clone.xs'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/Makefile.PL'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/MANIFEST'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/META.yml'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/01array.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/02hash.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/03scalar.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/04tie.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/05dtype.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/06refcnt.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/07magic.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/dclone.t'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/dump.pl'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone-0.31/t/tied.pl'
[MSG] [Tue Aug 25 22:35:33 2009] Extracted 'Clone' to '/root/.cpanplus/5.10.0/build/Clone-0.31'
[MSG] [Tue Aug 25 22:35:33 2009] Writing Makefile for Clone

[MSG] [Tue Aug 25 22:35:33 2009] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[ERROR] [Tue Aug 25 22:35:33 2009] MAKE failed: Bad file descriptor Skip blib/lib/Clone.pm (unchanged)
cc -c -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION
=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC "-I/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE" Clone.c
/bin/sh: cc: command not found
make: *** [Clone.o] Error 127

[ERROR] [Tue Aug 25 22:35:33 2009] Unable to create a new distribution object for 'Clone' -- cannot continue


Wo ist denn hier das Problem?
Ist doch die Fehlermeldung die PQ und Gwen haben wollten oder nicht

View full thread Installation von Paketen *war Mal wieder Ärger mit Cpan