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

Bug 394267

Summary: >=dev-vcs/git-1.7.8: Add profile USE flag
Product: Gentoo Linux Reporter: Jeff (JD) Horelick (RETIRED) <jdhore>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED NEEDINFO    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeff (JD) Horelick (RETIRED) gentoo-dev 2011-12-10 19:25:15 UTC
As of git-1.7.8, it has supported profiling builds, it would be great if the USE flag to allow building this was added. It is done on the build side by doing: "make profile-all"

Thanks

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-01-20 08:49:45 UTC
Provide a patch.

It's not safe at the moment to run test in the middle of profiling like that. Look at the work that goes into src_test to make sure tests will pass, because a lot of them don't (like all of git-svn right now in 9999/1.7.9)
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-08-23 23:22:07 UTC
Implement a patch per my comment 1, and and I'll review it for you.