Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170339 - x11-libs/qt-4.2.2 cannot find c++ compiler
Summary: x11-libs/qt-4.2.2 cannot find c++ compiler
Status: RESOLVED DUPLICATE of bug 107332
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-10 23:08 UTC by Jay Kretsch
Modified: 2007-03-11 14:48 UTC (History)
2 users (show)

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


Attachments
Attachment as requested. (bug.txt,4.68 KB, text/plain)
2007-03-10 23:24 UTC, Jay Kretsch
Details
emerge -v --info (bug.txt,10.82 KB, text/plain)
2007-03-11 14:39 UTC, Jay Kretsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Kretsch 2007-03-10 23:08:55 UTC
emerge =x11-libs/qt-4.2.2 

Call stack:
  ebuild.sh, line 1630:   Called dyn_setup
  ebuild.sh, line 702:   Called qa_call 'pkg_setup'
  ebuild.sh, line 38:   Called pkg_setup
  qt-4.2.2.ebuild, line 65:   Called qt_mkspecs_dir
  qt-4.2.2.ebuild, line 99:   Called die

!!! Unknown compiler c++.


NOTE Also tried to emerge with --deep and even with --emptytree with no luck.
Compiled in every cpp module available to my x64 and AMD64 machines.  This does not happen on x86 platform.  Both AMD and Pentium 64 Platforms have this issue.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-10 23:16:51 UTC
1/ Post something more useful than the ebuild stack.
2/ Post emerge --info output.
Comment 2 Jay Kretsch 2007-03-10 23:24:06 UTC
Created attachment 112868 [details]
Attachment as requested.

Here is the attachment,
Comment 3 Jay Kretsch 2007-03-10 23:34:56 UTC
(In reply to comment #1)
> 1/ Post something more useful than the ebuild stack.
> 2/ Post emerge --info output.
> 

I have added the emerge --info for the bug.  I was not sure how since this is my first submission.
Thank you for your patience
Comment 4 Jay Kretsch 2007-03-11 03:19:49 UTC
emerge --info output attached as requested
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-03-11 07:32:20 UTC
Attach `emerge --info -v` output as well please.
Comment 6 Jay Kretsch 2007-03-11 14:39:06 UTC
Created attachment 112947 [details]
emerge -v --info
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-03-11 14:40:44 UTC
> CXX="c++"

Where did you get the idea that this belongs to make.conf?
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-03-11 14:41:55 UTC

*** This bug has been marked as a duplicate of bug 107332 ***
Comment 9 Jay Kretsch 2007-03-11 14:48:09 UTC
(In reply to comment #8)
> 
> *** This bug has been marked as a duplicate of bug 107332 ***
> 

Thank You!  I found the make.conf had the added export line as described in the bug you referenced.  Compiled straight through now.  Thank you for helping me understand.