Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607786 - dev-lang/gnat-gcc-4.3.6 - ?
Summary: dev-lang/gnat-gcc-4.3.6 - ?
Status: RESOLVED DUPLICATE of bug 602338
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 10:16 UTC by Thoma HAUC
Modified: 2017-01-31 15:08 UTC (History)
0 users

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


Attachments
build log (gzipped) (build.log.gz,190.20 KB, application/gzip)
2017-01-31 13:37 UTC, Thoma HAUC
Details
emerge --info (info.txt,5.76 KB, text/plain)
2017-01-31 14:18 UTC, Thoma HAUC
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thoma HAUC 2017-01-31 10:16:50 UTC
emerge fails during install step. I do not know if it is due the missing command : tc_version_is_at_least

Here is the output of emerge process:

>>> Source compiled.
>>> Test phase [not enabled]: dev-lang/gnat-gcc-4.3.6

>>> Install gnat-gcc-4.3.6 into /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image/ category dev-lang
make -j4 DESTDIR=/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image/ install 
make[1]: Entering directory '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/work/gcc-4.3.6'
/bin/sh ./mkinstalldirs /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image//usr /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image//usr
mkdir -p -- /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image//usr /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/image//usr
/bin/sh: line 3: cd: host-x86_64-pc-linux-gnu/fixincludes: No such file or directory
make[1]: *** [Makefile:4245: install-fixincludes] Error 1
make[1]: *** Waiting for unfinished jobs....
/bin/sh: line 3: cd: host-x86_64-pc-linux-gnu/intl: No such file or directory
make[1]: *** [Makefile:6910: install-intl] Error 1
/bin/sh: line 3: cd: host-x86_64-pc-linux-gnu/libcpp: No such file or directory
make[1]: *** [Makefile:8046: install-libcpp] Error 1
/bin/sh: line 3: cd: host-x86_64-pc-linux-gnu/libdecnumber: No such file or directory
make[1]: *** [Makefile:8914: install-libdecnumber] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/work/gcc-4.3.6'
make: *** [Makefile:2385: install] Error 2
 * ERROR: dev-lang/gnat-gcc-4.3.6::gentoo failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/gnat-gcc-4.3.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/gnat-gcc-4.3.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/work/gcc-4.3.6'
 * S: '/var/tmp/portage/dev-lang/gnat-gcc-4.3.6/work/gcc-4.3.6'
 * QA Notice: command not found:
 * 
 *      /var/tmp/portage/dev-lang/gnat-gcc-4.3.6/temp/environment: line 2203: tc_version_is_at_least: command not found
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-31 10:41:57 UTC
(In reply to Thoma HAUC from comment #0)
> emerge fails during install step. I do not know if it is due the missing
> command : tc_version_is_at_least
> 
> Here is the output of emerge process:

No, that's not what we do. Please follow the instructions you actually posted and attach the entire build log to this bug report and post your `emerge --info` output in a comment.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-31 10:43:46 UTC

*** This bug has been marked as a duplicate of bug 602338 ***
Comment 3 Thoma HAUC 2017-01-31 13:37:43 UTC
Created attachment 461966 [details]
build log (gzipped)
Comment 4 Thoma HAUC 2017-01-31 14:18:08 UTC
Created attachment 461990 [details]
emerge --info