CarstenIQ n00b
Joined: 04 Jan 2007 Posts: 44 Location: Germany
|
Posted: Thu Jan 28, 2016 9:52 pm Post subject: klibc 2.0.4 not installing on ppc64 arch |
|
|
Hi
I have following issue. I try to get klibc 2.0.4 installed on a Power Mac G5 so I can get bootsplash working.
It seams to compile correctly but the install phase fails.
Here is part of the emerge log ...
Code: |
>>> Source compiled.
>>> Test phase [not enabled]: dev-libs/klibc-2.0.4
>>> Install klibc-2.0.4 into /var/tmp/portage/dev-libs/klibc-2.0.4/image/ category dev-libs
make -j1 EXTRA_KLIBCAFLAGS=-Wa,--noexecstack 'EXTRA_KLIBCLDFLAGS=-z noexecstack' 'HOSTLDFLAGS=-z noexecstack' KLIBCOPTFLAGS=-nostdlib HOSTCC=powerpc64-unknown-linux-gnu-gcc CC=powerpc64-unknown-linux-gnu-gcc HOSTLD=powerpc64-unknown-linux-gnu-ld LD=powerpc64-unknown-linux-gnu-ld INSTALLDIR=/usr/lib64/klibc INSTALLROOT=/var/tmp/portage/dev-libs/klibc-2.0.4/image/ KLIBCARCH=ppc64 KLIBCASMARCH=powerpc SHLIBDIR=/lib64 libdir=/usr/lib64 mandir=/usr/share/man T=/var/tmp/portage/dev-libs/klibc-2.0.4/temp 'SKIP_HOSTCFLAGS=-mcpu=970 -mtune=970 -maltivec -mabi=altivec -fno-strict-aliasing -O2 -pipe -nostdlib' 'SKIP_HOSTLDFLAGS=-Wl,-O1 -Wl,--as-needed -z noexecstack' 'SKIP_KLIBCOPTFLAGS=-mcpu=970 -mtune=970 -maltivec -mabi=altivec -fno-strict-aliasing -O2 -pipe -nostdlib' install
INSTALL headers + man pages to /var/tmp/portage/dev-libs/klibc-2.0.4/image//usr/lib64/klibc
Makefile:579: /var/tmp/portage/dev-libs/klibc-2.0.4/work/linux-3.12/arch/ppc64/Makefile: No such file or directory
make[2]: *** No rule to make target '/var/tmp/portage/dev-libs/klibc-2.0.4/work/linux-3.12/arch/ppc64/Makefile'. Stop.
/var/tmp/portage/dev-libs/klibc-2.0.4/work/klibc-2.0.4/scripts/Kbuild.install:89: recipe for target 'header' failed
make[1]: *** [header] Error 2
Makefile:182: recipe for target 'install' failed
make: *** [install] Error 2
* ERROR: dev-libs/klibc-2.0.4::gentoo failed (install phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-libs/klibc-2.0.4::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-libs/klibc-2.0.4::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-libs/klibc-2.0.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/klibc-2.0.4/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/klibc-2.0.4/work/klibc-2.0.4'
* S: '/var/tmp/portage/dev-libs/klibc-2.0.4/work/klibc-2.0.4'
>>> Failed to emerge dev-libs/klibc-2.0.4, Log file:
>>> '/var/tmp/portage/dev-libs/klibc-2.0.4/temp/build.log'
* Messages for package dev-libs/klibc-2.0.4:
* ERROR: dev-libs/klibc-2.0.4::gentoo failed (install phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-libs/klibc-2.0.4::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-libs/klibc-2.0.4::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-libs/klibc-2.0.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/klibc-2.0.4/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/klibc-2.0.4/work/klibc-2.0.4'
* S: '/var/tmp/portage/dev-libs/klibc-2.0.4/work/klibc-2.0.4'
|
I assume there is a arch to folder issue. The kernel-3.12 does not has a ppc64 arch folder location, only a powerpc. Could that be the issue?
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/arch?id=refs/tags/v3.12.53
Any assistance in fixing this would be welcome. _________________ Gentoo Linux Rocks...!!! |
|