Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193793 - net-analyzer/netselect uses generic gcc command to compile
Summary: net-analyzer/netselect uses generic gcc command to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 20:51 UTC by Chris Slycord
Modified: 2007-09-29 06:51 UTC (History)
0 users

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


Attachments
diff netselect-0.3-r1.ebuild netselect-0.3-r1.ebuild.orig (the_diff,87 bytes, text/plain)
2007-09-25 20:52 UTC, Chris Slycord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2007-09-25 20:51:10 UTC
+++ This bug was initially created as a clone of Bug #193245 +++

During the compile phase for net-analyzer/netselect (version 0.3-r1), gcc is invoked instead of a CHOST-specific command (like i686-pc-linux-gnu-gcc). This could cause troubles if trying to do, say, a cross-compile and the system gcc gets called (since normally it would use the CHOST for the cross compiler).

Reproducible: Always

Steps to Reproduce:
1. Install net-analyzer/netselect
2. Look at output during compile phase
3.

Actual Results:  
gcc is invoked

Expected Results:  
A CHOST-specific compiler name to be invoked

NOTE: A simple ebuild fix to follow
Comment 1 Chris Slycord 2007-09-25 20:52:11 UTC
Created attachment 131895 [details]
diff netselect-0.3-r1.ebuild netselect-0.3-r1.ebuild.orig

This fixes it on my computer.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2007-09-29 06:51:37 UTC
Thank you for report. Fixed in netselect-0.3-r2.