Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14324 - Security fixed CVS has incorrect configure option
Summary: Security fixed CVS has incorrect configure option
Status: RESOLVED DUPLICATE of bug 14287
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: Highest major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-21 17:41 UTC by Shane Hyde
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Shane Hyde 2003-01-21 17:41:26 UTC
Users are unable to checkout or commit any changes to a CVS repository with the 
1.11.5 version.

The new version of CVS includes a --with-tmpdir on the configure which sets it. 
The ebuild doesnt set it, so it defaults. I have confirmed that it did not 
exist in 1.11.2 

Change your ebuild for 1.11.5 to 

src_compile() { 
econf --with-tmpdir=/tmp || die 
make || die 
} 

And remerge. This fixes the problem.
Comment 1 Shane Hyde 2003-01-21 18:18:11 UTC

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