Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117660 - problems with emerge during system install on PM G5 (ppc64)
Summary: problems with emerge during system install on PM G5 (ppc64)
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC64 Linux
: High blocker (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 13:33 UTC by Kwiatki
Modified: 2006-02-18 04:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kwiatki 2006-01-03 13:33:05 UTC
During system installation it was unable to emerge syslog-ng .compilation ended with following error: 
!!!ERROR: dev-libs/libol-0.3.16 failed.
!!!Function econf, Line 485,Exitcode 0
!!!econf failed
the C compiler claims that it cannot create executables ;]
bellow i attach config.log as suggested by the script

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

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=powerpc64-unknown-linux-gnu

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

hostname = livecd
uname -m = ppc64
uname -r = 2.6.12.2-G5
uname -s = Linux
uname -v = #1 SMP Tue Aug 2 19:06:42 UTC 2005

/usr/bin/uname -p = PPC970FX, altivec supported
/bin/uname -X     = unknown

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

PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/powerpc64-unknown-linux-gnu/gcc-bin/3.4.4


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

configure:1538: checking for a BSD-compatible install
configure:1593: result: /bin/install -c
configure:1604: checking whether build environment is sane
configure:1647: result: yes
configure:1680: checking for gawk
configure:1696: found /bin/gawk
configure:1706: result: gawk
configure:1716: checking whether make sets $(MAKE)
configure:1736: result: yes
configure:1924: checking whether build environment is sane
configure:1967: result: yes
configure:1978: checking for powerpc64-unknown-linux-gnu-gcc
configure:1994: found /usr/bin/powerpc64-unknown-linux-gnu-gcc
configure:2004: result: powerpc64-unknown-linux-gnu-gcc
configure:2286: checking for C compiler version
configure:2289: powerpc64-unknown-linux-gnu-gcc --version </dev/null >&5
powerpc64-unknown-linux-gnu-gcc (GCC) 3.4.4 (Gentoo 3.4.4, ssp-3.4.4-1.0, pie-8.7.8)
Copyright (C) 2004 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:2292: $? = 0
configure:2294: powerpc64-unknown-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc64-unknown-linux-gnu/3.4.4/specs
Configured with: /var/tmp/portage/gcc-3.4.4/work/gcc-3.4.4/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/powerpc64-unknown-linux-gnu/gcc-bin/3.4.4 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/3.4.4/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/3.4.4 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/3.4.4/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/3.4.4/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/3.4.4/include/g++-v3 --host=powerpc64-unknown-linux-gnu --build=powerpc64-unknown-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.4 (Gentoo 3.4.4, ssp-3.4.4-1.0, pie-8.7.8)
configure:2297: $? = 0
configure:2299: powerpc64-unknown-linux-gnu-gcc -V </dev/null >&5
powerpc64-unknown-linux-gnu-gcc: `-V' must come at the start of the command line
configure:2302: $? = 1
configure:2325: checking for C compiler default output file name
configure:2328: powerpc64-unknown-linux-gnu-gcc -O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec   conftest.c  >&5
cc1: error: invalid option `target=970'
configure:2331: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2370: 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='-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=powerpc64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=powerpc64-unknown-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=powerpc64-unknown-linux-gnu-gcc
ac_cv_prog_make_make_set=yes

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

ACLOCAL='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run tar'
AR=''
AUTOCONF='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run automake-1.7'
AWK='gawk'
CC='powerpc64-unknown-linux-gnu-gcc'
CCDEPMODE=''
CFLAGS='-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS='-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec'
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/libol-0.3.16/work/libol-0.3.16/missing --run makeinfo'
MAKE_CLASS=''
OBJEXT=''
PACKAGE='libol'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SCSH=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.3.16'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='powerpc64-unknown-linux-gnu'
build_alias='powerpc64-unknown-linux-gnu'
build_cpu=''
build_os=''
build_vendor=''
datadir='/usr/share'
exec_prefix='NONE'
host='powerpc64-unknown-linux-gnu'
host_alias='powerpc64-unknown-linux-gnu'
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='/var/tmp/portage/libol-0.3.16/work/libol-0.3.16/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localstatedir='/var/lib'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 77
Comment 1 Brent Baude (RETIRED) gentoo-dev 2006-01-03 14:23:46 UTC
Could you please append the output of 'emerge --info'
Comment 2 Kwiatki 2006-01-03 23:21:18 UTC
(In reply to comment #1)
> Could you please append the output of 'emerge --info'

no problem ;-)

1136239014: Started emerge on: Jan 02, 2006 21:56:54
1136239014:  *** emerge  sync
1136239014:  === sync
1136239014: >>> starting rsync with rsync://213.239.215.148/gentoo-portage
1136239202: === Sync completed with rsync://213.239.215.148/gentoo-portage
1136239473:  *** terminating.
1136240124: Started emerge on: Jan 02, 2006 23:15:24
1136240124:  *** emerge  gentoo-sources
1136240124:  >>> emerge (1 of 1) sys-kernel/gentoo-sources-2.6.14-r6 to /
1136240124:  === (1 of 1) Cleaning (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136240125:  === (1 of 1) Compiling/Merging (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136242062:  === (1 of 1) Updating world file (sys-kernel/gentoo-sources-2.6.14-r6)
1136242062:  === (1 of 1) Post-Build Cleaning (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136242063:  >>> AUTOCLEAN: sys-kernel/gentoo-sources
1136242064:  --- AUTOCLEAN: Nothing unmerged.
1136242064:  ::: completed emerge (1 of 1) sys-kernel/gentoo-sources-2.6.14-r6 to /
1136242064:  *** Finished. Cleaning up...
1136242064:  *** exiting successfully.
1136242064:  *** terminating.
1136314588: Started emerge on: Jan 03, 2006 19:56:28
1136314588:  *** emerge  syslog-ng logrotate
1136314589:  >>> emerge (1 of 3) dev-libs/libol-0.3.16 to /
1136314589:  === (1 of 3) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314589:  === (1 of 3) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314611:  *** terminating.
1136314651: Started emerge on: Jan 03, 2006 19:57:31
1136314651:  *** emerge  sync
1136314651:  === sync
1136314651: >>> starting rsync with rsync://213.239.215.148/gentoo-portage
1136314831: === Sync completed with rsync://213.239.215.148/gentoo-portage
1136314859:  *** terminating.
1136314865: Started emerge on: Jan 03, 2006 20:01:05
1136314865:  *** emerge  syslog-ng logrotate
1136314865:  >>> emerge (1 of 3) dev-libs/libol-0.3.16 to /
1136314865:  === (1 of 3) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314866:  === (1 of 3) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314872:  *** terminating.
1136314879: Started emerge on: Jan 03, 2006 20:01:18
1136314879:  *** emerge  syslog-ng
1136314879:  >>> emerge (1 of 2) dev-libs/libol-0.3.16 to /
1136314879:  === (1 of 2) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314879:  === (1 of 2) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136314885:  *** terminating.
1136314947: Started emerge on: Jan 03, 2006 20:02:27
1136314947:  *** emerge  portage
1136314947:  >>> emerge (1 of 2) app-misc/pax-utils-0.1.4 to /
1136314947:  === (1 of 2) Cleaning (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136314948:  === (1 of 2) Compiling/Merging (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136314953:  *** terminating.
1136315275: Started emerge on: Jan 03, 2006 20:07:55
1136315275:  *** emerge --newuse syslog-ng logrotate
1136315275:  >>> emerge (1 of 3) dev-libs/libol-0.3.16 to /
1136315275:  === (1 of 3) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315275:  === (1 of 3) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315281:  *** terminating.
1136315859: Started emerge on: Jan 03, 2006 20:17:39
1136315859:  *** emerge  syslog-ng logrotate
1136315859:  >>> emerge (1 of 3) dev-libs/libol-0.3.16 to /
1136315859:  === (1 of 3) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315860:  === (1 of 3) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315866:  *** terminating.
1136315875: Started emerge on: Jan 03, 2006 20:17:55
1136315875:  *** emerge  portage
1136315875:  >>> emerge (1 of 2) app-misc/pax-utils-0.1.4 to /
1136315875:  === (1 of 2) Cleaning (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136315876:  === (1 of 2) Compiling/Merging (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136315881:  *** terminating.
1136315951: Started emerge on: Jan 03, 2006 20:19:11
1136315951:  *** emerge  syslog-ng logrotate
1136315952:  >>> emerge (1 of 3) dev-libs/libol-0.3.16 to /
1136315952:  === (1 of 3) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315952:  === (1 of 3) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136315958:  *** terminating.
1136315979: Started emerge on: Jan 03, 2006 20:19:39
1136315979:  *** emerge  portage
1136315979:  >>> emerge (1 of 2) app-misc/pax-utils-0.1.4 to /
1136315979:  === (1 of 2) Cleaning (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136315980:  === (1 of 2) Compiling/Merging (app-misc/pax-utils-0.1.4::/usr/portage/app-misc/pax-utils/pax-utils-0.1.4.ebuild)
1136315983:  *** terminating.
1136316889: Started emerge on: Jan 03, 2006 20:34:49
1136316889:  *** emerge  metadata
1136316889:  === metadata
1136316922:  *** terminating.
1136317101: Started emerge on: Jan 03, 2006 20:38:21
1136317101:  *** emerge  syslog-ng
1136317101:  >>> emerge (1 of 2) dev-libs/libol-0.3.16 to /
1136317101:  === (1 of 2) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136317102:  === (1 of 2) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136317108:  *** terminating.
1136319721: Started emerge on: Jan 03, 2006 20:22:01
1136319721:  *** emerge  sync
1136319721:  === sync
1136319721: >>> starting rsync with rsync://213.239.215.148/gentoo-portage
1136319920: === Sync completed with rsync://213.239.215.148/gentoo-portage
1136319999:  *** terminating.
1136320483: Started emerge on: Jan 03, 2006 21:34:43
1136320483:  *** emerge  gentoo-sources
1136320483:  >>> emerge (1 of 1) sys-kernel/gentoo-sources-2.6.14-r6 to /
1136320483:  === (1 of 1) Cleaning (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136320484:  === (1 of 1) Compiling/Merging (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136320577:  === (1 of 1) Updating world file (sys-kernel/gentoo-sources-2.6.14-r6)
1136320577:  === (1 of 1) Post-Build Cleaning (sys-kernel/gentoo-sources-2.6.14-r6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.14-r6.ebuild)
1136320579:  >>> AUTOCLEAN: sys-kernel/gentoo-sources
1136320579:  --- AUTOCLEAN: Nothing unmerged.
1136320579:  ::: completed emerge (1 of 1) sys-kernel/gentoo-sources-2.6.14-r6 to /
1136320579:  *** Finished. Cleaning up...
1136320579:  *** exiting successfully.
1136320579:  *** terminating.
1136322053: Started emerge on: Jan 03, 2006 22:00:53
1136322053:  *** emerge  syslog-ng
1136322053:  >>> emerge (1 of 2) dev-libs/libol-0.3.16 to /
1136322053:  === (1 of 2) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322054:  === (1 of 2) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322060:  *** terminating.
1136322092: Started emerge on: Jan 03, 2006 22:01:32
1136322092:  *** emerge  reiserfsprogs
1136322093:  >>> emerge (1 of 1) sys-fs/reiserfsprogs-3.6.19 to /
1136322093:  === (1 of 1) Cleaning (sys-fs/reiserfsprogs-3.6.19::/usr/portage/sys-fs/reiserfsprogs/reiserfsprogs-3.6.19.ebuild)
1136322093:  === (1 of 1) Compiling/Merging (sys-fs/reiserfsprogs-3.6.19::/usr/portage/sys-fs/reiserfsprogs/reiserfsprogs-3.6.19.ebuild)
1136322119:  *** terminating.
1136322210: Started emerge on: Jan 03, 2006 22:03:30
1136322210:  *** emerge  dhcpcd
1136322210:  >>> emerge (1 of 1) net-misc/dhcpcd-2.0.0 to /
1136322210:  === (1 of 1) Cleaning (net-misc/dhcpcd-2.0.0::/usr/portage/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild)
1136322210:  === (1 of 1) Compiling/Merging (net-misc/dhcpcd-2.0.0::/usr/portage/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild)
1136322221:  *** terminating.
1136322430: Started emerge on: Jan 03, 2006 22:07:10
1136322430:  *** emerge --update yaboot-static
1136322430:  >>> emerge (1 of 10) sys-fs/hfsutils-3.2.6-r4 to /
1136322430:  === (1 of 10) Cleaning (sys-fs/hfsutils-3.2.6-r4::/usr/portage/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild)
1136322431:  === (1 of 10) Compiling/Merging (sys-fs/hfsutils-3.2.6-r4::/usr/portage/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild)
1136322480:  *** terminating.
1136322684: Started emerge on: Jan 03, 2006 22:11:24
1136322684:  *** emerge  syslog-ng
1136322684:  >>> emerge (1 of 2) dev-libs/libol-0.3.16 to /
1136322684:  === (1 of 2) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322685:  === (1 of 2) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322691:  *** terminating.
1136322976: Started emerge on: Jan 03, 2006 22:16:16
1136322976:  *** emerge  syslog-ng
1136322977:  >>> emerge (1 of 2) dev-libs/libol-0.3.16 to /
1136322977:  === (1 of 2) Cleaning (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322977:  === (1 of 2) Compiling/Merging (dev-libs/libol-0.3.16::/usr/portage/dev-libs/libol/libol-0.3.16.ebuild)
1136322983:  *** terminating.
1136351661: Started emerge on: Jan 04, 2006 06:14:21
1136351661:  *** emerge  info
1136351661:  *** terminating.
1136351675: Started emerge on: Jan 04, 2006 06:14:35
1136351675:  *** emerge  info
1136351675:  *** terminating.
1136351794: Started emerge on: Jan 04, 2006 06:16:34
1136351794:  *** emerge  info
1136351794:  *** terminating.
1136351991: Started emerge on: Jan 04, 2006 06:19:51
1136351991:  *** emerge  info emerge_info.txt
1136351991:  *** terminating.
1136351999: Started emerge on: Jan 04, 2006 06:19:59
1136351999:  *** emerge  info
1136351999:  *** terminating.
Comment 3 Markus Rothe (RETIRED) gentoo-dev 2006-01-04 01:28:14 UTC
that is your emerge.log. ranger meant your "emerge --info" output. that should start like this:

$ emerge --info
Portage 2.0.51.22-r3 (default-linux/ppc/2005.1/ppc64/64bit-userland, gcc-3.4.4, glibc-2.3.5-r1, 2.6.12.2-vios ppc64)
=================================================================
System uname: 2.6.12.2-vios ppc64 POWER5 (gr)
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
[...]
Comment 4 Kwiatki 2006-01-04 10:02:23 UTC
(In reply to comment #3)
> that is your emerge.log. ranger meant your "emerge --info" output. that should
> start like this:
> 
> $ emerge --info
> Portage 2.0.51.22-r3 (default-linux/ppc/2005.1/ppc64/64bit-userland, gcc-3.4.4,
> glibc-2.3.5-r1, 2.6.12.2-vios ppc64)
> =================================================================
> System uname: 2.6.12.2-vios ppc64 POWER5 (gr)
> Gentoo Base System version 1.6.13

ooops - i'm sorry

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r2 (default-linux/ppc/2005.1/ppc64/64bit-userland/970/pmac, gcc-3.4.4, glibc-2.3.4.20041102-r1, 2.6.12.2-G5 ppc64)
=================================================================
System uname: 2.6.12.2-G5 ppc64 PPC970FX, altivec supported
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.90.0.3-r5
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="ppc64"
AUTOCLEAN="yes"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.zie.pg.gda.pl"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="ppc64 alsa berkdb bitmap-fonts bzip2 cdr dvd expat fortran gif gnome gpm gtk ipv6 jpeg ncurses nls nptl pam perl png python readline ssl tcpd truetype truetype-fonts type1-fonts udev unicode zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


> ccache version 2.3 [disabled]
> [...]
> 

Comment 5 Kwiatki 2006-01-11 14:30:43 UTC
any news abouy this case? because i'mnot finish my gentoo instalation
Comment 6 Yuta SATOH (RETIRED) gentoo-dev 2006-01-12 09:52:31 UTC
> configure:2325: checking for C compiler default output file name
> configure:2328: powerpc64-unknown-linux-gnu-gcc -O2 -pipe -mcpu=970
> -mtarget=970 -maltivec -mabi=altivec   conftest.c  >&5
> cc1: error: invalid option `target=970'
> configure:2331: $? = 1
> configure: failed program was:

hmmm....
I think that a problem is in your CFLAGS/CXXFLAGS. 
Would you try CFLAGS/CXXFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" ? 
Comment 7 Kwiatki 2006-01-18 01:39:52 UTC
(In reply to comment #6)
> > configure:2325: checking for C compiler default output file name
> > configure:2328: powerpc64-unknown-linux-gnu-gcc -O2 -pipe -mcpu=970
> > -mtarget=970 -maltivec -mabi=altivec   conftest.c  >&5
> > cc1: error: invalid option `target=970'
> > configure:2331: $? = 1
> > configure: failed program was:
> hmmm....
> I think that a problem is in your CFLAGS/CXXFLAGS. 
> Would you try CFLAGS/CXXFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" ? 


yes you are right :-)

i will change CFLAGS/CXXFLAGS and instalation run ;-)

thx
Comment 8 Yuta SATOH (RETIRED) gentoo-dev 2006-02-18 04:50:29 UTC
I think that this problem was solved. 
If this problem recurs, feel free to reopen this bug.
Comment 9 Yuta SATOH (RETIRED) gentoo-dev 2006-02-18 04:53:13 UTC
closing