Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
+++ This bug was initially created as a clone of Bug #186718 +++ During the compile phase for app-misc/symlinks (version 1.2), cc 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 cc gets called (since normally it would use the CHOST for the cross compiler). Reproducible: Always Steps to Reproduce: 1. Install app-misc/symlinks 2. Look at output during compile phase 3. Actual Results: cc is invoked Expected Results: A CHOST-specific compiler name to be invoked NOTE: A simple ebuild fix to follow
Created an attachment (id=131457) [details] diff symlinks-1.2.ebuild symlinks-1.2.ebuild.orig Fixes the issue on my computer.
Thank you for report. Fixed in symlinks-1.2-r1.ebuild.
Created an attachment (id=132513) [details] Correct diff this time
It wasn't fixed; my diff was backwards so nothing actually got fixed. Note: The new diff is compared to version 1.2-r1
Err, my bad. Thank you for your attention. Now should be fixed.