Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unknown compiler 'c++' [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Sat Mar 23, 2013 4:44 pm    Post subject: Unknown compiler 'c++' [SOLVED] Reply with quote

Hi,

i am having problems to upgrade QT related packges with following end code:

Code:


* qt-everywhere-opensource-src-4.8.4.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                   [ ok ]
>>> Unpacking source...
 * ERROR: dev-qt/qtcore-4.8.4-r2 failed (unpack phase):
 *   qt_mkspecs_dir(): Unknown compiler 'c++'
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3109:  Called qt4-build_src_unpack
 *   environment, line 2789:  Called setqtenv
 *   environment, line 3002:  Called qt_mkspecs_dir
 *   environment, line 2859:  Called die
 * The specific snippet of code:
 *               die "${FUNCNAME}(): Unknown compiler '$(tc-getCXX)'"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtcore-4.8.4-r2'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtcore-4.8.4-r2'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtcore-4.8.4-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtcore-4.8.4-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtcore-4.8.4-r2/work'
 * S: '/var/tmp/portage/dev-qt/qtcore-4.8.4-r2/work/qt-everywhere-opensource-src-4.8.4'





with this make.conf set: (but ii tried several modifications with no effect)

Code:


CFLAGS="-march=pentiumpro -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
CHOST="i486-pc-linux-gnu"
MAKEOPTS="-j2"

USE="32bit pulseaudio upnp bluetooth glx qt3support semantic-desktop -debug aqua xine unicode acpi nls xinerama x264 vdpau -kdeprefix xv v4l2 dbus gif jpeg -arts X spell xcomposite hal logitech-mouse opengl -nv -gtk -gnome -qt3 qt4 kde dvd dvb alsa cdr"

INPUT_DEVICE="evdev synaptics"




GCC ver:

Code:


gcc --version
gcc (Gentoo Hardened 4.6.3 p1.11, pie-0.5.2) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.





what can be potential source of problem? thanks!
_________________
Miracles are happening!


Last edited by x.para on Mon May 20, 2013 7:02 pm; edited 2 times in total
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 12:37 pm    Post subject: Reply with quote

still having the problem. now with QTSQL: Anyone?

Code:


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-qt/qtsql-4.8.4
 * qt-everywhere-opensource-src-4.8.4.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...         [ ok ]
>>> Unpacking source...
 * ERROR: dev-qt/qtsql-4.8.4 failed (unpack phase):
 *   qt_mkspecs_dir(): Unknown compiler 'c++'
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3034:  Called qt4-build_src_unpack
 *   environment, line 2749:  Called setqtenv
 *   environment, line 2962:  Called qt_mkspecs_dir
 *   environment, line 2819:  Called die
 * The specific snippet of code:
 *               die "${FUNCNAME}(): Unknown compiler '$(tc-getCXX)'"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtsql-4.8.4'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtsql-4.8.4'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtsql-4.8.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtsql-4.8.4/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtsql-4.8.4/work'
 * S: '/var/tmp/portage/dev-qt/qtsql-4.8.4/work/qt-everywhere-opensource-src-4.8.4'

>>> Failed to emerge dev-qt/qtsql-4.8.4, Log file:

>>>  '/var/tmp/portage/dev-qt/qtsql-4.8.4/temp/build.log'

 * Messages for package dev-qt/qtsql-4.8.4:

 * ERROR: dev-qt/qtsql-4.8.4 failed (unpack phase):
 *   qt_mkspecs_dir(): Unknown compiler 'c++'
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3034:  Called qt4-build_src_unpack
 *   environment, line 2749:  Called setqtenv
 *   environment, line 2962:  Called qt_mkspecs_dir
 *   environment, line 2819:  Called die
 * The specific snippet of code:
 *               die "${FUNCNAME}(): Unknown compiler '$(tc-getCXX)'"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtsql-4.8.4'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtsql-4.8.4'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtsql-4.8.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtsql-4.8.4/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtsql-4.8.4/work'
 * S: '/var/tmp/portage/dev-qt/qtsql-4.8.4/work/qt-everywhere-opensource-src-4.8.4'





Code:


gcc-config -l
 [1] i486-pc-linux-gnu-4.6.3 *



_________________
Miracles are happening!
Back to top
View user's profile Send private message
hielvc
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2805
Location: Oceanside, Ca

PostPosted: Mon May 20, 2013 3:31 pm    Post subject: Reply with quote

Are you using distcc?
_________________
An A-Z Index of the Linux BASH command line
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 3:51 pm    Post subject: Reply with quote

hielvc wrote:
Are you using distcc?

no, distcc is currently not in use - disabled
_________________
Miracles are happening!
Back to top
View user's profile Send private message
hielvc
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2805
Location: Oceanside, Ca

PostPosted: Mon May 20, 2013 4:35 pm    Post subject: Reply with quote

Post the output of
Code:
emerge --info '=dev-qt/qtcore-4.8.4-r2'`

_________________
An A-Z Index of the Linux BASH command line
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 4:38 pm    Post subject: Reply with quote

here we go:

Code:


emerge --info '=dev-qt/qtcore-4.8.4-r2'
Portage 2.1.11.62 (default/linux/x86/13.0, gcc-4.6.3, glibc-2.15-r3, 3.3.8-gentoo i686)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.3.8-gentoo-i686-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.2
KiB Mem:     4000092 total,   2682092 free
KiB Swap:    1096196 total,   1052732 free
Timestamp of tree: Mon, 20 May 2013 11:00:01 +0000
ld GNU ld (GNU Binutils) 2.22
distcc 3.1 i686-pc-linux-gnu [disabled]
ccache version 3.1.9 [enabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/ccache:          3.1.9
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i486-pc-linux-gnu"
CFLAGS="-marcih=native"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-marcih=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo"
LANG="cs_CZ"
LC_ALL="cs_CZ"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="32bit X acl acpi alsa berkdb bluetooth bzip2 cdr cli cracklib crypt cxx dbus dri dvb dvd fortran gdbm gif glx gpm hal iconv ipv6 jpeg kde logitech-mouse modules mudflap ncurses nls nptl opengl openmp pam pcre pulseaudio qt3support qt4 readline semantic-desktop session spell ssl tcpd unicode upnp v4l2 vdpau x264 x86 xcomposite xine xinerama xv zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DVB_CARDS="usb-dib0700" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="cs en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

dev-qt/qtcore-4.8.4-r2 was built with the following:
USE="exceptions glib iconv qt3support ssl (-aqua) -c++0x -debug -icu -pch"
CFLAGS="-march=pentiumpro -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentiumpro -O2 -pipe -fomit-frame-pointer"


_________________
Miracles are happening!
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon May 20, 2013 4:58 pm    Post subject: Reply with quote

Typo in CFLAGS:
Code:
CFLAGS="-marcih=native"
Should be "-march", not "-marcih". Also, since this doesn't match what you reported earlier as your make.conf, could you check to see if you have two make.conf files, one in /etc, and another in /etc/portage? You should only have one.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 5:10 pm    Post subject: Reply with quote

John R. Graham wrote:
Typo in CFLAGS:
Code:
CFLAGS="-marcih=native"
Should be "-march", not "-marcih". Also, since this doesn't match what you reported earlier as your make.conf, could you check to see if you have two make.conf files, one in /etc, and another in /etc/portage? You should only have one.

- John


Thanks, i corrected marcih now, however i have same result:

Code:

qt_mkspecs_dir(): Unknown compiler 'c++'


yes i later decided to use -march=native instead of -march=pentiumpro -O2 -pipe -fomit-frame-pointer, however it does not have any impact on proble above

it appears i have only unique make.conf in /etc
_________________
Miracles are happening!


Last edited by x.para on Mon May 20, 2013 5:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon May 20, 2013 5:18 pm    Post subject: Reply with quote

Okay, one down, at least. Could you post your entire make.conf as it exists now, please? Also, confirm that the typo has disappeared from your "emerge --info".

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 5:23 pm    Post subject: Reply with quote

sure here is it:

Code:


cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.

#CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
#CFLAGS="-march=pentiumpro -O2 -pipe -fomit-frame-pointer -fno-stack-protector"
#CFLAGS="-march=core2 -O2 -fomit-frame-pointer -pipe"
CFLAGS="-march=native"

CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i486-pc-linux-gnu"
#CC="gcc"
#CXX=g++
MAKEOPTS="-j5"

FEATURES="ccache"
CCACHE_SIZE="300M"

USE="32bit pulseaudio upnp bluetooth glx qt3support semantic-desktop -debug aqua xine unicode acpi nls xinerama x264 vdpau -kdeprefix xv v4l2 dbus gif jpeg -arts X spell xcomposite hal logitech-mouse opengl -nv -gtk -gnome -qt3 qt4 kde dvd dvb alsa cdr"

INPUT_DEVICE="evdev synaptics"

DVB_CARDS="usb-dib0700"
VIDEO_CARDS="nvidia vesa fbdev"
LINGUAS="cs en"
GENTOO_MIRRORS="http://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo"

ACCEPT_LICENSE = "*"




and entire emerge --info goes here:

Code:


emerge --info
Portage 2.1.11.62 (default/linux/x86/13.0, gcc-4.6.3, glibc-2.15-r3, 3.3.8-gentoo i686)
=================================================================
System uname: Linux-3.3.8-gentoo-i686-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.2
KiB Mem:     4000092 total,   1813080 free
KiB Swap:    1096196 total,   1053036 free
Timestamp of tree: Mon, 20 May 2013 11:00:01 +0000
ld GNU ld (GNU Binutils) 2.22
distcc 3.1 i686-pc-linux-gnu [disabled]
ccache version 3.1.9 [enabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/ccache:          3.1.9
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i486-pc-linux-gnu"
CFLAGS="-march=native"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo"
LANG="cs_CZ"
LC_ALL="cs_CZ"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="32bit X acl acpi alsa berkdb bluetooth bzip2 cdr cli cracklib crypt cxx dbus dri dvb dvd fortran gdbm gif glx gpm hal iconv ipv6 jpeg kde logitech-mouse modules mudflap ncurses nls nptl opengl openmp pam pcre pulseaudio qt3support qt4 readline semantic-desktop session spell ssl tcpd unicode upnp v4l2 vdpau x264 x86 xcomposite xine xinerama xv zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DVB_CARDS="usb-dib0700" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="cs en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON



_________________
Miracles are happening!
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon May 20, 2013 5:25 pm    Post subject: Reply with quote

Comment out the FEATURES="ccache" line in make.conf and I'll bet your issue goes away.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 5:34 pm    Post subject: Reply with quote

i don't want to disappoint you, but even with commented #FEATURES="ccache" i have same result.
_________________
Miracles are happening!
Back to top
View user's profile Send private message
x.para
Apprentice
Apprentice


Joined: 22 May 2005
Posts: 174
Location: CZ

PostPosted: Mon May 20, 2013 6:55 pm    Post subject: Reply with quote

OK problem solved now. Had in .bashrc this:
Code:

export CXX="c++"


i was using this to setup distcc

Thanks Jonh anyway!
_________________
Miracles are happening!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum