Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new install: emerge --oneshot portage fails [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 945
Location: Belgium

PostPosted: Mon Feb 02, 2015 3:27 pm    Post subject: new install: emerge --oneshot portage fails [SOLVED] Reply with quote

solved: stupid typo in make.conf

Installing on a new HD after the previous failed I ran into trouble before even starting. Downloaded the minimal-install and followed the handbook. Partitioned just as in the handbook but used JFS for root (ext2 for /boot). After the "emerge --sync" I got the message that an update for portage was available and ran "emerge --oneshot portage" This failed at python. Tried to go further but emerging the kernel source also fails.

I set as profile "desktop/kde", locale "en_US.iso88591" (en_US.utf8 is available).

emerge output:
Code:

 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies  ... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 2) dev-lang/python-exec-2.0.1-r1
 * python-exec-2.0.1.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...        [ ok ]
>>> Unpacking source...
>>> Unpacking python-exec-2.0.1.tar.bz2 to /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work
>>> Source unpacked in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work
>>> Preparing source in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1 ...
 * Running elibtoolize in: python-exec-2.0.1/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build"
/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/python-exec-2.0.1-r1 --with-eprefix= --with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in `/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build':
configure: error: C compiler cannot create executables
See `config.log' for more details

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build/config.log
 * ERROR: dev-lang/python-exec-2.0.1-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4034:  Called autotools-utils_src_configure
 *        environment, line  877:  Called econf '--docdir=/usr/share/doc/python-exec-2.0.1-r1' '--with-eprefix=' '--with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=dev-lang/python-exec-2.0.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/python-exec-2.0.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build'
 * S: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1'

>>> Failed to emerge dev-lang/python-exec-2.0.1-r1, Log file:

>>>  '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/build.log'

 * Messages for package dev-lang/python-exec-2.0.1-r1:

 * ERROR: dev-lang/python-exec-2.0.1-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4034:  Called autotools-utils_src_configure
 *        environment, line  877:  Called econf '--docdir=/usr/share/doc/python-exec-2.0.1-r1' '--with-eprefix=' '--with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=dev-lang/python-exec-2.0.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/python-exec-2.0.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build'
 * S: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1'


emerge --info '=dev-lang/python-exec-2.0.1-r1::gentoo'
Code:
Portage 2.2.8-r2 (default/linux/amd64/13.0/desktop/kde, gcc-4.8.3, glibc-2.19-r1, 3.16.5-gentoo x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.16.5-gentoo-x86_64-Dual_Core_AMD_Opteron-tm-_Processor_280-with-gentoo-2.2
KiB Mem:    16446172 total,  13637760 free
KiB Swap:     524284 total,    524284 free
Timestamp of tree: Mon, 02 Feb 2015 13:45:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.2_p53
dev-lang/perl:            5.18.2-r2
dev-lang/python:          2.7.7, 3.3.5-r1, 3.4.1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.13.4
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.16 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march= native -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march= native -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="en_US.iso88591"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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://rsync15.de.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 audiofile berkdb bindist bluetooth branding bzip2 cairo caps cdda cdparanoia cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam ffmpeg fftw firefox flac fortran gdbm gif glamor gpm gtk iconv ieee1394 imagemagick ipv6 jpeg kde kipi ladspa lcms ldap libav libnotify mad mmx mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit portaudio posix ppds qt3support qt4 readline scanner sdl session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xcomposite xine xinerama xml xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" CPU_FLAGS_X86="mmx sse sse2" 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 ublox 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


emerge -pqv "=dev-lang/python-exec-2.0.1-r1::gentoo"
Code:
[ebuild  N    ] dev-lang/python-exec-2.0.1-r1  PYTHON_TARGETS="(jython2_5) (jython2_7) (pypy) (pypy3) (python2_7) (python3_3) (python3_4)"

 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


build.log
Code:
 * Package:    dev-lang/python-exec-2.0.1-r1
 * Repository: gentoo
 * Maintainer: python@gentoo.org
 * Upstream:   mgorny@gentoo.org https://bitbucket.org/mgorny/python-exec/issues/
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking python-exec-2.0.1.tar.bz2 to /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work
>>> Source unpacked in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work
>>> Preparing source in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1 ...
 * Running elibtoolize in: python-exec-2.0.1/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build"
/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/python-exec-2.0.1-r1 --with-eprefix= --with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in `/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build':
configure: error: C compiler cannot create executables
See `config.log' for more details

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build/config.log
 * ERROR: dev-lang/python-exec-2.0.1-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4034:  Called autotools-utils_src_configure
 *        environment, line  877:  Called econf '--docdir=/usr/share/doc/python-exec-2.0.1-r1' '--with-eprefix=' '--with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=dev-lang/python-exec-2.0.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/python-exec-2.0.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build'
 * S: '/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1'


config.log
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by python-exec configure 2.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/python-exec-2.0.1-r1 --with-eprefix= --with-python-impls= jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7

## --------- ##
## Platform. ##
## --------- ##

hostname = livecd
uname -m = x86_64
uname -r = 3.16.5-gentoo
uname -s = Linux
uname -v = #1 SMP Thu Dec 4 06:13:19 UTC 2014

/usr/bin/uname -p = Dual Core AMD Opteron(tm) Processor 280
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /var/tmp/portage/._portage_reinstall_.btToSX/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2299: checking for a BSD-compatible install
configure:2367: result: /usr/bin/install -c
configure:2378: checking whether build environment is sane
configure:2433: result: yes
configure:2584: checking for a thread-safe mkdir -p
configure:2623: result: /bin/mkdir -p
configure:2630: checking for gawk
configure:2646: found /usr/bin/gawk
configure:2657: result: gawk
configure:2668: checking whether make sets $(MAKE)
configure:2690: result: yes
configure:2719: checking whether make supports nested variables
configure:2736: result: yes
configure:2873: checking whether make supports nested variables
configure:2890: result: yes
configure:2910: checking for x86_64-pc-linux-gnu-gcc
configure:2926: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:2937: result: x86_64-pc-linux-gnu-gcc
configure:3206: checking for C compiler version
configure:3215: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.8.3 p1.1, pie-0.5.9) 4.8.3
Copyright (C) 2013 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.

configure:3226: $? = 0
configure:3215: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.3/work/gcc-4.8.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.3 p1.1, pie-0.5.9' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)
configure:3226: $? = 0
configure:3215: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3226: $? = 1
configure:3215: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3226: $? = 1
configure:3246: checking whether the C compiler works
configure:3268: x86_64-pc-linux-gnu-gcc -march= native -O2 -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
x86_64-pc-linux-gnu-gcc: error: missing argument to '-march='
x86_64-pc-linux-gnu-gcc: error: native: No such file or directory
configure:3272: $? = 1
configure:3310: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "python-exec"
| #define PACKAGE_TARNAME "python-exec"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "python-exec 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PYTHON_IMPLS "python2.7", "python3.4", "python3.3", "pypy3", "pypy", "jython2.7", "jython2.5", 0
| #define MAX_EPYTHON_LEN 9
| #define EPREFIX ""
| #define PACKAGE "python-exec"
| #define VERSION "2.0.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3315: error: in `/var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1_build':
configure:3317: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march= native -O2 -pipe -fomit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/missing automake-1.14'
AWK='gawk'
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE=''
CFLAGS='-march= native -O2 -pipe -fomit-frame-pointer'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
HAVE_READLINK_FALSE=''
HAVE_READLINK_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-Wl,-O1 -Wl,--as-needed'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='python-exec'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='python-exec'
PACKAGE_STRING='python-exec 2.0.1'
PACKAGE_TARNAME='python-exec'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
PYTHON_IMPLS=' jython2.5 jython2.7 pypy pypy3 python3.3 python3.4 python2.7'
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.0.1'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias='x86_64-pc-linux-gnu'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='/usr/share/doc/python-exec-2.0.1-r1'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias='x86_64-pc-linux-gnu'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='${SHELL} /var/tmp/portage/dev-lang/python-exec-2.0.1-r1/work/python-exec-2.0.1/build-aux/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
scriptrootdir='${exec_prefix}/lib/python-exec'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "python-exec"
#define PACKAGE_TARNAME "python-exec"
#define PACKAGE_VERSION "2.0.1"
#define PACKAGE_STRING "python-exec 2.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PYTHON_IMPLS "python2.7", "python3.4", "python3.3", "pypy3", "pypy", "jython2.7", "jython2.5", 0
#define MAX_EPYTHON_LEN 9
#define EPREFIX ""
#define PACKAGE "python-exec"
#define VERSION "2.0.1"

configure: exit 77

_________________
Expert in non-working solutions


Last edited by Spanik on Mon Feb 02, 2015 4:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
py-ro
Veteran
Veteran


Joined: 24 Sep 2002
Posts: 1734
Location: Velbert

PostPosted: Mon Feb 02, 2015 3:58 pm    Post subject: Reply with quote

Get rid of the " " between "-march= native" -> "-march=native"

Bye
Py
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 945
Location: Belgium

PostPosted: Mon Feb 02, 2015 4:10 pm    Post subject: Reply with quote

Aaarrrgggg!

You are absolutly right! I'm typing with only my left hand right now as I had surgery last friday. And I'm righthanded.... Thanks for spotting that.
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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