First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 186718
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Slycord <cslycord@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
the_diff diff deltup-0.4.4.ebuild deltup-0.4.4.ebuild.orig text/plain Chris Slycord 2007-07-26 21:07 0000 106 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 186718 depends on: Show dependency tree
Bug 186718 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-07-26 18:36 0000
+++ This bug was initially created as a clone of Bug #186635 +++

During the compile phase for deltup (version 0.4.3), g++ is invoked instead of
a CHOST-specific command (like i686-pc-linux-gnu-g++). 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).

Note: the compiler name, g++, is hardcoded in the Makefile

Reproducible: Always

Steps to Reproduce:
1. Install deltup
2. Look at output during compile phase
3.

Actual Results:  
g++ is invoked

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

------- Comment #1 From Stefan Schweizer 2007-07-26 19:26:35 0000 -------
instead of filing more bugs could you please try to build some patches to fix
the issues. Should be rather easy to do so :)

------- Comment #2 From Chris Slycord 2007-07-26 21:07:00 0000 -------
Created an attachment (id=126096) [details]
diff deltup-0.4.4.ebuild deltup-0.4.4.ebuild.orig

It feels like a kludge to put CC=$(tc-getCXX) but this is to override the fact
that the Makefile implicitly has CC = g++.

------- Comment #3 From Stefan Schweizer 2007-08-29 18:06:32 0000 -------
jep you might want to do the makefile modification and send that upstream too,
thanks. I have committed your patch for now.

------- Comment #4 From Chris Slycord 2007-10-03 01:20:32 0000 -------
(In reply to comment #3)
> jep you might want to do the makefile modification and send that upstream too,
> thanks. I have committed your patch for now.
> 

I'd love to. But upstream is dead (the upstream website doesn't even resolve).

First Last Prev Next    No search results available      Search page      Enter new bug