Gentoo Archives: gentoo-user

From: Matthias Fechner <idefix@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Reinstall all packages needed by vim
Date: Thu, 08 May 2008 21:56:14
Message-Id: 482376F6.6040304@fechner.net
In Reply to: Re: [gentoo-user] Reinstall all packages needed by vim by Justin
1 Hi Justin,
2
3 Justin schrieb:
4 > Provide ous some more information about how vim fails. Runtime, build or
5 > what failure you get.
6
7 ok here you are: :)
8
9 /usr/lib/python2.4/config/libpython2.4.a(posixmodule.o): In function
10 `posix_tmpnam':
11 (.text+0x94e): warning: the use of `tmpnam_r' is dangerous, better use
12 `mkstemp'
13 /usr/lib/python2.4/config/libpython2.4.a(posixmodule.o): In function
14 `posix_tempnam':
15 (.text+0xa3c): warning: the use of `tempnam' is dangerous, better use
16 `mkstemp'
17 objects/if_perl.o: In function `xs_init':
18 if_perl.c:(.text+0x2): undefined reference to `boot_DynaLoader'
19 collect2: ld returned 1 exit status
20 make[1]: *** [vim] Error 1
21 make[1]: Leaving directory
22 `/var/tmp/portage/app-editors/vim-7.1.266/work/vim71/src'
23 make: *** [first] Error 2
24 * If the above messages seem to be talking about perl
25 * and undefined references, please try re-emerging both
26 * perl and libperl with the same USE flags. For more
27 * information, see:
28 * https://bugs.gentoo.org/show_bug.cgi?id=18129
29 *
30 * ERROR: app-editors/vim-7.1.266 failed.
31 * Call stack:
32 * ebuild.sh, line 49: Called src_compile
33 * environment, line 2710: Called vim_src_compile
34 * environment, line 3701: Called die
35 * The specific snippet of code:
36 * die "emake failed";
37 * The die message:
38 * emake failed
39 *
40 * If you need support, post the topmost build error, and the call
41 stack if relevant.
42 * A complete build log is located at
43 '/var/tmp/portage/app-editors/vim-7.1.266/temp/build.log'.
44 * The ebuild environment file is located at
45 '/var/tmp/portage/app-editors/vim-7.1.266/temp/environment'.
46
47
48 My system is a gentoo 2008.0 beta2
49 The only use flags I have are:
50 USE="emacs xinerama xscreensaver nvidia xvmc"
51 so it cannot be a problem with this perl thread thing.
52
53 Thx
54 Matthias
55 --
56 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Reinstall all packages needed by vim Justin <justin@×××××××××.net>