Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373765 - app-vim/perl-support-4.12 says "existing Perl Support template ... overwritten"
Summary: app-vim/perl-support-4.12 says "existing Perl Support template ... overwritten"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-02 02:09 UTC by OKUMURA N. Shin-ya
Modified: 2011-07-04 20:57 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info.log,5.79 KB, text/plain)
2011-07-04 13:21 UTC, OKUMURA N. Shin-ya
Details
build.log of perl-support-4.12 (app-vim:perl-support-4.12:20110704-131326.log,1.73 KB, text/plain)
2011-07-04 13:27 UTC, OKUMURA N. Shin-ya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OKUMURA N. Shin-ya 2011-07-02 02:09:03 UTC
After emerging app-vim/perl-support-4.12, vim says as follows;

existing Perl Support template 'comment.end-of-line-comment' overwritten
existing Perl Support template 'comment.frame' overwritten
existing Perl Support template 'comment.function' overwritten
existing Perl Support template 'comment.method' overwritten
existing Perl Support template 'comment.file-description-pl' overwritten
existing Perl Support template 'comment.file-description-pm' overwritten
existing Perl Support template 'comment.file-description-t' overwritten
existing Perl Support template 'comment.file-description-pod' overwritten
existing Perl Support template 'comment.keyword-bug' overwritten
existing Perl Support template 'comment.keyword-todo' overwritten
existing Perl Support template 'comment.keyword-warning' overwritten
existing Perl Support template 'comment.keyword-workaround' overwritten
existing Perl Support template 'comment.keyword-keyword' overwritten
existing Perl Support template 'statements.do-while' overwritten
existing Perl Support template 'statements.for' overwritten
existing Perl Support template 'statements.foreach' overwritten
existing Perl Support template 'statements.if' overwritten
existing Perl Support template 'statements.else' overwritten
existing Perl Support template 'statements.elsif' overwritten
existing Perl Support template 'statements.if-else' overwritten
existing Perl Support template 'statements.unless' overwritten
existing Perl Support template 'statements.unless-else' overwritten
existing Perl Support template 'statements.until' overwritten
existing Perl Support template 'statements.while' overwritten
existing Perl Support template 'statements.block' overwritten
existing Perl Support template 'idioms.scalar' overwritten
existing Perl Support template 'idioms.scalar-assign' overwritten
existing Perl Support template 'idioms.scalar2' overwritten
existing Perl Support template 'idioms.array' overwritten
existing Perl Support template 'idioms.array-assign' overwritten
existing Perl Support template 'idioms.hash' overwritten
existing Perl Support template 'idioms.hash-assign' overwritten
existing Perl Support template 'idioms.regex' overwritten
existing Perl Support template 'idioms.match' overwritten
existing Perl Support template 'idioms.substitute' overwritten
existing Perl Support template 'idioms.translate' overwritten
existing Perl Support template 'idioms.subroutine' overwritten
existing Perl Support template 'idioms.print' overwritten
existing Perl Support template 'idioms.open-input-file' overwritten
existing Perl Support template 'idioms.open-output-file' overwritten
existing Perl Support template 'idioms.open-pipe' overwritten
existing Perl Support template 'pod.pod-cut' overwritten
existing Perl Support template 'pod.cut' overwritten
existing Perl Support template 'pod.for-cut' overwritten
existing Perl Support template 'pod.html' overwritten
existing Perl Support template 'pod.man' overwritten
existing Perl Support template 'pod.text' overwritten
existing Perl Support template 'pod.head1' overwritten
existing Perl Support template 'pod.head2' overwritten
existing Perl Support template 'pod.head3' overwritten
existing Perl Support template 'pod.over-back' overwritten
existing Perl Support template 'pod.item' overwritten
existing Perl Support template 'pod.invisible-pod-improvement' overwritten
existing Perl Support template 'pod.invisible-pod-optimization' overwritten
existing Perl Support template 'pod.invisible-pod-rationale' overwritten
existing Perl Support template 'pod.invisible-pod-workaround' overwritten
Press ENTER or type command to continue

In case of perl-support-4.11, vim does not say so.
Comment 1 SpanKY gentoo-dev 2011-07-03 16:39:51 UTC
always post `emerge --info` with your bug reports and full build logs as attachments
Comment 2 OKUMURA N. Shin-ya 2011-07-04 13:21:50 UTC
Created attachment 279041 [details]
emerge --info
Comment 3 OKUMURA N. Shin-ya 2011-07-04 13:27:00 UTC
Created attachment 279043 [details]
build.log of perl-support-4.12

Sorry, I put the logs.
Comment 4 Tim Harder gentoo-dev 2011-07-04 20:57:37 UTC
This is due to the latest version setting the local templates file to be the same as the global templates file causing templates to be loaded twice.

The latest revision in the tree should fix this.