Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394267 - >=dev-vcs/git-1.7.8: Add profile USE flag
Summary: >=dev-vcs/git-1.7.8: Add profile USE flag
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-10 19:25 UTC by Jeff (JD) Horelick (RETIRED)
Modified: 2012-08-23 23:22 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 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.