Gentoo Archives: gentoo-user

From: Philipp Kraus <philipp.kraus@×××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: emerge dev-lang/perl-5.12.3 failed
Date: Tue, 15 Mar 2011 15:11:50
Message-Id: ilnv7n$o0q$1@dough.gmane.org
In Reply to: [gentoo-user] Re: emerge dev-lang/perl-5.12.3 failed by walt
1 On 2011-03-15 15:50:44 +0100, walt said:
2
3 > On 03/15/2011 03:14 AM, Kraus Philipp wrote:
4 >> Hello,
5 >>
6 >> I've try to emerge my world target new, but the dev-lang/perl-5.12.3
7 >> failes. I've found on the gentoo pages the hint to sync the portage
8 >> tree again, but that does not solve the problem.
9 >>
10 >> The messages during emerge are:
11 >>
12 >> IO.xs: In function 'XS_IO__File_new_tmpfile':
13 >> IO.xs:229: warning: value computed is not used
14 >> IO.xs: In function 'XS_IO__Poll__poll':
15 >> IO.xs:249: error: invalid application of 'sizeof' to incomplete type
16 >> 'struct pollfd'
17 >> IO.xs:253: error: invalid use of undefined type 'struct pollfd'
18 >> IO.xs:253: error: dereferencing pointer to incomplete type
19 >> IO.xs:255: error: invalid use of undefined type 'struct pollfd'
20 >> IO.xs:255: error: dereferencing pointer to incomplete type
21 >> IO.xs:257: error: invalid use of undefined type 'struct pollfd'
22 >> IO.xs:257: error: dereferencing pointer to incomplete type
23 >> IO.xs:259: warning: implicit declaration of function 'poll'
24 >> IO.xs:261: error: invalid use of undefined type 'struct pollfd'
25 >> IO.xs:261: error: dereferencing pointer to incomplete type
26 >> IO.xs:262: error: invalid use of undefined type 'struct pollfd'
27 >> IO.xs:262: error: dereferencing pointer to incomplete type
28 >> make[1]: *** [IO.o] Error 1
29 >> make[1]: Leaving directory
30 >> `/var/tmp/portage/dev-lang/perl-5.12.3/work/perl-5.12.3/dist/IO'
31 >> Unsuccessful make(dist/IO): code=512 at make_ext.pl line 449.
32 >> make: *** [lib/auto/IO/IO.so] Error 25
33 >>
34 >> I've try to mask the 5.12.3 package to a previous version, but the same
35 >> problemes are shown. Now I've have a "hanging" portage. Perl is needed
36 >> for my eg. LDAP... Does anyone have any idea to solve the error?
37 >
38 > You might try running perl-cleaner --modules (sys-apps/perl-cleaner) in
39 > case your existing perl environment is broken.
40
41 perl-cleaner shows:
42 NO PERL INSTALLED! (at least not in your path)
43
44 Phil

Replies

Subject Author
[gentoo-user] Re: emerge dev-lang/perl-5.12.3 failed walt <w41ter@×××××.com>