Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47939 - dev-perl/Tk fails if Perforce binaries installed
Summary: dev-perl/Tk fails if Perforce binaries installed
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 10:22 UTC by Zeek
Modified: 2016-03-23 01:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeek 2004-04-15 10:22:55 UTC
Perl-Tk fails if Perforce binaries are installed because it tries to "edit" (check out) the file before applying the patch.  This is the same problem as http://bugs.gentoo.org/show_bug.cgi?id=40342  That bug has been closed however but the problem still exists.

A simple workaround is to set the PATCH_GET environment variable to 0 before running the emerge command, ie:

PATCH_GET=0 emerge perl-tk

This behavior is documented in the `patch` man page, look under the -g option.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2004-10-02 09:05:20 UTC
Can this variable be set with the ebuild itself? Without reprecussions for non-perforce users of course :)
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-02-07 02:21:24 UTC
No response in 4 months