Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384567 - app-editors/vim-7.3.322 build failure: Can't open perl script "$EPREFIX/usr/bin/xsubpp": No such file or directory
Summary: app-editors/vim-7.3.322 build failure: Can't open perl script "$EPREFIX/usr/b...
Status: RESOLVED DUPLICATE of bug 384315
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 23:39 UTC by Dan Wallis
Modified: 2011-09-26 23:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Full build log (build.log.bz2,5.73 KB, text/plain)
2011-09-26 23:39 UTC, Dan Wallis
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***