Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194240 - x11-plugins/enigmail uses generic gcc and c++ commands to compile
Summary: x11-plugins/enigmail uses generic gcc and c++ commands to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-30 02:20 UTC by Chris Slycord
Modified: 2007-10-16 17:26 UTC (History)
0 users

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


Attachments
diff enigmail-0.95.3.ebuild enigmail-0.95.3.ebuild.orig (the_diff,1.23 KB, text/plain)
2007-09-30 02:26 UTC, Chris Slycord
Details
Here's the unified diff (the_diff,1.56 KB, text/plain)
2007-09-30 07:11 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-30 02:20:25 UTC
+++ This bug was initially created as a clone of Bug #193793 +++

During the compile phase for x11-plugins/enigmail (version 0.95.3), 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 0.95.3
2. Look at output during compile phase
3.

Actual Results:  
gcc is invoked at one time and later c++ as well

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

NOTE: A simple ebuild fix to follow
Comment 1 Chris Slycord 2007-09-30 02:26:56 UTC
Created attachment 132208 [details]
diff enigmail-0.95.3.ebuild enigmail-0.95.3.ebuild.orig

Fixes issue on my computer
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-30 06:41:11 UTC
The patch is once again reversed. *Please* use unified diffs.
Comment 3 Chris Slycord 2007-09-30 07:11:01 UTC
Created attachment 132209 [details]
Here's the unified diff
Comment 4 Raúl Porcel (RETIRED) gentoo-dev 2007-10-16 17:26:43 UTC
Fixed, thanks