Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include gcov in linux-64 toolchain #58

Closed
loriab opened this issue May 15, 2018 · 3 comments
Closed

include gcov in linux-64 toolchain #58

loriab opened this issue May 15, 2018 · 3 comments
Assignees

Comments

@loriab
Copy link

loriab commented May 15, 2018

My thanks to the conda-build devs for the fantastic upgrade of compiler packages in particular and cb3 in general.

The only thing I've noticed to be missing is the gcov executable, though it looks (below) like the library and headers are present. If this wasn't deliberate, I'd petition for its eventual inclusion, as it'd be very handy for producing coverage reports from conda-builds.

(base) psilocaluser@bash:psinet:/home/psilocaluser/gits/aggregate: (master) find /home/psilocaluser/toolchainconda/pkgs/ -name "*gcov*"
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/include/gcov.h
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/plugin/include/gcov-counter.def
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/plugin/include/gcov-io.h
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/libgcov.a
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/share/man/man1/x86_64-conda_cos6-linux-gnu-gcov-dump.1
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/share/man/man1/x86_64-conda_cos6-linux-gnu-gcov-tool.1
/home/psilocaluser/toolchainconda/pkgs/gcc_impl_linux-64-7.2.0-habb00fd_3/share/man/man1/x86_64-conda_cos6-linux-gnu-gcov.1
/home/psilocaluser/toolchainconda/pkgs/qt-5.9.5-h7e424d6_0/mkspecs/features/gcov.prf
(base) psilocaluser@bash:psinet:/home/psilocaluser/gits/aggregate: (master) find /home/psilocaluser/toolchainconda/pkgs/ -name "*gprof*"
/home/psilocaluser/toolchainconda/pkgs/binutils_impl_linux-64-2.28.1-had2808c_3/share/info/gprof.info
/home/psilocaluser/toolchainconda/pkgs/binutils_impl_linux-64-2.28.1-had2808c_3/share/man/man1/x86_64-conda_cos6-linux-gnu-gprof.1
/home/psilocaluser/toolchainconda/pkgs/binutils_impl_linux-64-2.28.1-had2808c_3/bin/x86_64-conda_cos6-linux-gnu-gprof
@mingwandroid
Copy link
Contributor

Thanks @loriab this is probably the nicest bug report I've ever been assigned!

I'll take a look when I can. Am a bit snowed under ATM. @csoja there are a few other compiler issues we should look to fix too. Maybe a tracking bug would be good?

@loriab
Copy link
Author

loriab commented May 16, 2018

Thanks, @mingwandroid, "eventually" would be great. I mainly wanted to get this on the radar for the next time the compiler packages come up for revision.

nehaljwani pushed a commit to nehaljwani/aggregate that referenced this issue Jun 17, 2018
nehaljwani pushed a commit to nehaljwani/aggregate that referenced this issue Jun 17, 2018
nehaljwani added a commit to nehaljwani/aggregate that referenced this issue Jun 17, 2018
@loriab
Copy link
Author

loriab commented Jun 22, 2018

Thanks so much! I look forward to the next compiler build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants