Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 243572
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
app-editors:qemacs-0.3.2_pre20070226:20081023-052253.log Build log text/plain Diego E. 'Flameeyes' Pettenò 2008-10-24 01:48 0000 2.34 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 243572 depends on: Show dependency tree
Bug 243572 blocks: 243502
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: 2008-10-24 00:21 0000
I'm filing this bug (from a template, mind you) because the ebuild I'm
reporting it against failed to build once I removed my
/usr/bin/{gcc,cc,c++,c99} binaries. This means that the ebuild is relying on
gcc or cc as compiler, while it should use "$(tc-getCC)" so that user choices
are respected, and cross-compiling works as intended.

This usually comes down to one of these tasks:

- use emake CC="$(tc-getCC)" for building, to ovewrite make's CC variable
(defaults to "cc", some upstream rewrites it);
- the above plus replacing explicit "gcc" (or similar) calls with $(CC) so that
the variable is actually respected;
- tc-export CC in src_compile before eventual econf.

For C++, you'd have to replace CC with CXX everywhere above, of course.

If your package is a special case on this, please let me know.

Thanks,
Diego

------- Comment #1 From Ulrich Müller 2008-10-24 01:36:46 0000 -------
I'm not sure what is going on here, since the package uses econf and emake in
the standard way. Could you please attach the build.log, so that we see where
it fails.

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2008-10-24 01:48:48 0000 -------
Created an attachment (id=169662) [details]
Build log

autoconf 2.1 does not detect our compiler properly, you need a tc-export CC
before calling it (toolchain-funcs eclass)

------- Comment #3 From Ulrich Müller 2008-10-24 17:41:45 0000 -------
(In reply to comment #2)
> autoconf 2.1 does not detect our compiler properly, you need a tc-export CC
> before calling it (toolchain-funcs eclass)

Nope, that doesn't work for this package. The following does:
    econf --cc="$(tc-getCC)"

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug