public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Joseph <syscon780@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] can not compile / emerge
Date: Tue, 9 Sep 2014 15:57:18 -0600	[thread overview]
Message-ID: <20140909215718.GH23438@syscon7> (raw)
In-Reply-To: <201409092238.19670.michaelkintzios@gmail.com>

On 09/09/14 22:38, Mick wrote:
>On Tuesday 09 Sep 2014 20:15:09 Joseph wrote:
>> On 09/09/14 14:46, Todd Goodman wrote:
>> >* Joseph <syscon780@gmail.com> [140909 14:37]:
>> >> I was installing an application gimp and all of a sudden I got an error:
>> >[SNIP]
>> >
>> >> configure: error: in
>> >> `/var/tmp/portage/media-gfx/gimp-2.8.10-r1/work/gimp-2.8.10':
>> >> configure: error: C compiler cannot create executables
>> >> See `config.log' for more details
>> >
>> >What does 'gcc-config -l' show?
>>
>> I tried to set blindly gcc to active one: "gcc-config 1" but I get the same
>> error
>>
>>  * gcc-config: Could not get portage CHOST!
>>  * gcc-config: You should verify that CHOST is set in one of these places:
>>  * gcc-config:  - //etc/portage/make.conf
>>  * gcc-config:  - active environment
>>
>> It is a new installation on SSD and it is broken.
>> I can't proceed with gcc upgrade/setting, in fact my system is currently
>> broken.
>
>You do not have an /etc/portage/make.conf file, or you have not configured the
>default with the correct settings?
>
>Follow the installation guide and you should find your way out of there.
>
>-- 
>Regards,
>Mick

"make.conf" can be in /etc or /etc/portage mine is in /etc
It was working find but all of a sudden it stopped. 
emerge and other commands related to emerge don't work.

Here is my make.conf

CFLAGS="-march=core2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5"

# 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="x86_64-pc-linux-gnu"

USE="-acl -gnome -kde -minimal -qt3 -qt4 -hal X consolekit brandingdvd dbus lock  \
session startup-notification thunar alsa cdr cups apache2 ssl foomaticdb ppds mysql \
java tiff jpeg png pam policykit usb udev scanner gimp gimpprint cgi fam nplt truetype \
type1 opengl tetex lm_sensors mmx sse sse2 spell -systemd"

INPUT_DEVICES="evdev"
LINGUAS="en"
VIDEO_CARDS="intel vesa"
SANE_BACKENDS="fujitsu"
ACCEPT_LICENSE="${ACCEPT_LICENSE} PUEL dlj-1.1 Oracle-BCLA-JavaSE"
PHP_TARGETS="php5-3 php5-4"
PHP_INI_VERSION="production"

EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror" 

FEATURES="parallel-fetch strict fixlafiles"

PORTAGE_ELOG_CLASSES="info warn error log"
PORTAGE_ELOG_SYSTEM="mail"
PORTAGE_ELOG_MAILURI="root@localhost /usr/sbin/sendmail"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"

#local portage
PORTDIR_OVERLAY="/usr/local/portage"

# Set PORTDIR for backward compatibility with various tools:
PORTDIR="/usr/portage"

-- 
Joseph


  reply	other threads:[~2014-09-09 21:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 18:36 [gentoo-user] can not compile / emerge Joseph
2014-09-09 18:45 ` Joseph
2014-09-09 18:46 ` Todd Goodman
2014-09-09 19:02   ` Joseph
2014-09-09 19:15   ` Joseph
2014-09-09 21:38     ` Mick
2014-09-09 21:57       ` Joseph [this message]
2014-09-09 22:20         ` Neil Bothwick
2014-09-09 22:49           ` Joseph
2014-09-10  3:29       ` Kerin Millar
2014-09-09 18:49 ` Dale
2014-09-10  2:59 ` Kerin Millar
2014-09-10  3:21   ` Joseph
2014-09-10  3:27     ` Kerin Millar
2014-09-10  3:50       ` [gentoo-user] [SOLVED] " Joseph
2014-09-10  3:57         ` Kerin Millar
2014-09-10  4:16           ` Joseph
2014-09-10  5:01             ` Kerin Millar
2014-09-10  5:10               ` Kerin Millar
2014-09-10  5:32                 ` [gentoo-user] BACKUPS Joseph
2014-09-10  7:14                   ` Alan McKinnon
2014-09-10  7:47                     ` Dale
2014-09-10  7:51                       ` J. Roeleveld
2014-09-10  8:03                         ` Dale
2014-09-10  9:13                           ` Alan McKinnon
2014-09-10  8:34                     ` Neil Bothwick
2014-09-10 11:03                   ` Kerin Millar
2014-09-10  5:20               ` [gentoo-user] [SOLVED] can not compile / emerge Joseph
2014-09-11 12:07             ` [gentoo-user] " James
2014-09-11 12:28               ` Joseph
2014-09-11 13:36                 ` J. Roeleveld
2014-09-12 17:09                   ` Joseph
2014-09-11 13:40                 ` James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140909215718.GH23438@syscon7 \
    --to=syscon780@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox