Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 384567

Summary: app-editors/vim-7.3.322 build failure: Can't open perl script "$EPREFIX/usr/bin/xsubpp": No such file or directory
Product: Gentoo/Alt Reporter: Dan Wallis <mrdanwallis>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Full build log

Description Dan Wallis 2011-09-26 23:39:36 UTC
Created attachment 287841 [details]
Full build log

I'm not sure if this is a problem specific to Prefix (I suspect not).

When building app-editors/vim-7.3.322, it fails with:

i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H     -O2 -pipe -D_FORTIFY_SOURCE=1       -o objects/undo.o undo.c
i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H     -O2 -pipe -D_FORTIFY_SOURCE=1       -o objects/window.o window.c
/home/fredden/.gentoo/usr/bin/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c
/home/fredden/.gentoo/usr/bin/perl /home/fredden/.gentoo/usr/bin/xsubpp -prototypes -typemap \
    /home/fredden/.gentoo/usr/lib/perl5/5.12.3/ExtUtils/typemap if_perl.xs >> auto/if_perl.c
Can't open perl script "/home/fredden/.gentoo/usr/bin/xsubpp": No such file or directory
make[1]: *** [auto/if_perl.c] Error 2
make[1]: Leaving directory `/home/fredden/.gentoo/var/tmp/portage/app-editors/vim-7.3.322/work/vim73/src'
make: *** [first] Error 2
emake failed
 * If the above messages seem to be talking about perl
 * and undefined references, please try re-emerging both
 * perl and libperl with the same USE flags. For more
 * information, see:
 *     https://bugs.gentoo.org/show_bug.cgi?id=18129
 * ERROR: app-editors/vim-7.3.322 failed (compile phase):
 *   emake failed
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-09-26 23:41:42 UTC
> I'm not sure if this is a problem specific to Prefix (I suspect not).

Correct :)

*** This bug has been marked as a duplicate of bug 384315 ***