Can not emerge mirrorselect

Would someone Please look at my emerge and eix-sync results…
I get errors regarding ebuild for mirrorselect and supporting dependencies.
I have tried to

eix-sync

with these two mirrors separately and each seems to eix-sync without errors
PORTAGE_BINHOST=“http://95.108.197.242/calculate/CLDX/grp/x86_64
Or
GENTOO_MIRRORS=“http://gentoo.mirrors.tds.net/gentoo

resulting in

>>> Starting git pull in /usr/portage...
Already up-to-date.
>>> Git pull in /usr/portage successful
Checking portage...
 * Running eix-update
Reading Portage settings ..
Building database (/var/cache/eix/portage.eix) ..
[0] "gentoo" /usr/portage/ (cache: metadata-md5-or-flat)
     Reading category 159|159 (100%) Finished             
[1] "calculate" /var/lib/layman/calculate (cache: parse|ebuild*#metadata-md5#metadata-flat#assign)
     Reading category 159|159 (100%) Finished          
Applying masks ..
Calculating hash tables ..
Writing database file /var/cache/eix/portage.eix ..
Database contains 16720 packages in 159 categories.
 * Update finished!

>>> Updating Portage cache
100% [=======================================================================>]
 * Calling eix-diff
Diffing databases (16720 -> 16720 packages)
 * Time statistics:
     3 seconds for syncing
     4 seconds for eix-update
     1 seconds for eix-diff
    39 seconds total

Attempting to emerge mirrorselect gets this results

000001 *** emerge --verbose --update --nospinner app-portage/mirrorselect ***
000002 
000003 Local copy of remote index is up-to-date and will be used.
000004 
000005 These are the packages that would be merged, in order:
000006 
000007 Calculating dependencies  .... done!
000008 [ebuild  N     ] net-analyzer/netselect-0.3-r3  0 kB
000009 [ebuild  N     ] dev-util/dialog-1.2.20121230  USE="nls unicode -examples -minimal -static-libs" 0 kB
000010 [ebuild  N     ] app-portage/mirrorselect-2.2.0.1  PYTHON_TARGETS="python2_7 -python2_6 -python3_2 (-python3_3)" 0 kB
000011 
000012 Total: 3 packages (3 new), Size of downloads: 0 kB
000013 
000014 
000015 >>> Verifying ebuild manifests
000016 
000017 >>> Emerging (1 of 3) net-analyzer/netselect-0.3-r3
000018  * netselect-0.3.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...             [ ok ]
000019 >>> Unpacking source...
000020 >>> Unpacking netselect-0.3.tar.gz to /var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work
000021 >>> Source unpacked in /var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work
000022 >>> Preparing source in /var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect ...
000023  * Applying netselect-0.3-bsd.patch ...
000024  [ ok ]
000025  * Applying netselect-0.3-glibc.patch ...
000026  [ ok ]
000027 >>> Source prepared.
000028 >>> Configuring source in /var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect ...
000029 >>> Source configured.
000030 >>> Compiling source in /var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect ...
000031 make -j5 CC=x86_64-pc-linux-gnu-gcc 
000032 x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -march=x86-64 -pipe   -c -o netselect.o netselect.c
000033  * gcc-config: Active gcc profile is invalid!
000034 gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
000035 make: *** [netselect.o] Error 1
000036  * ERROR: net-analyzer/netselect-0.3-r3::gentoo failed (compile phase):
000037  *   emake failed
000038  * 
000039  * If you need support, post the output of `emerge --info '=net-analyzer/netselect-0.3-r3::gentoo'`,
000040  * the complete build log and the output of `emerge -pqv '=net-analyzer/netselect-0.3-r3::gentoo'`.
000041  * The complete build log is located at '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/temp/build.log'.
000042  * The ebuild environment file is located at '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/temp/environment'.
000043  * Working directory: '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect'
000044  * S: '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect'
000045 
000046 >>> Failed to emerge net-analyzer/netselect-0.3-r3, Log file:
000047 
000048 >>>  '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/temp/build.log'
000049 
000050  * Messages for package net-analyzer/netselect-0.3-r3:
000051 
000052  * ERROR: net-analyzer/netselect-0.3-r3::gentoo failed (compile phase):
000053  *   emake failed
000054  * 
000055  * If you need support, post the output of `emerge --info '=net-analyzer/netselect-0.3-r3::gentoo'`,
000056  * the complete build log and the output of `emerge -pqv '=net-analyzer/netselect-0.3-r3::gentoo'`.
000057  * The complete build log is located at '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/temp/build.log'.
000058  * The ebuild environment file is located at '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/temp/environment'.
000059  * Working directory: '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect'
000060  * S: '/var/calculate/tmp/portage/net-analyzer/netselect-0.3-r3/work/netselect'
000061 *** process completed ***