Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178896 - gcc-4.1.2 fails to build with USE=d on hppa
Summary: gcc-4.1.2 fails to build with USE=d on hppa
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: HPPA Linux
: High minor (vote)
Assignee: HPPA Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 15:48 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-04-20 15:34 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge.info-elmer,4.38 KB, text/plain)
2007-05-17 15:49 UTC, Jeroen Roovers (RETIRED)
Details
gcc-4.1.2.log.bz2 (gcc-4.1.2.log.bz2,98.40 KB, application/octet-stream)
2007-05-21 23:31 UTC, SpanKY
Details
gcc/d/phobos/config.log (config.log,2.35 KB, text/plain)
2007-05-22 02:38 UTC, Jeroen Roovers (RETIRED)
Details
build/hppa2.0-unknown-linux-gnu/libphobos/config.log (build-hppa2.0-unknown-linux-gnu-libphobos-config.log,52.06 KB, text/plain)
2007-05-22 03:06 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2007-05-17 15:48:59 UTC
checking whether gettimeofday can accept two arguments... yes
checking whether the target is ILP32... yes
checking whether the target supports hidden visibility... yes
checking whether the target supports dllexport... no
checking whether the target supports symbol aliases... yes
checking whether the target supports __sync_fetch_and_add... no
checking configured target thread model... posix
checking whether pragma weak works... yes
checking whether the target can unlink an open file... yes
checking whether the target has CRLF as line terminator... no
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing gstdint.h commands
make[2]: Leaving directory `/dev/shm/portage/sys-devel/gcc-4.1.2/work/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/dev/shm/portage/sys-devel/gcc-4.1.2/work/build'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-4.1.2 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1305:   Called toolchain_src_compile
  toolchain.eclass, line 26:   Called gcc_src_compile
  toolchain.eclass, line 1552:   Called gcc_do_make
  toolchain.eclass, line 1426:   Called die

!!! emake failed with bootstrap-lean
!!! If you need support, post the topmost build error, and the call stack if rel
evant.
!!! A complete build log is located at '/keeps/gentoo/emergelogs/elmer/sys-devel
:gcc-4.1.2:20070517-023336.log'.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-17 15:49:38 UTC
Created attachment 119537 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-17 15:54:01 UTC
Masked d USE flag in profiles/default-linux/hppa/use.mask. Temporarily I hope.
Comment 3 SpanKY gentoo-dev 2007-05-21 22:16:52 UTC
you cut out the actual error

post a full build log
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-21 22:43:43 UTC
I have another one just like this one.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-21 22:46:01 UTC
http://dev.gentoo.org/~jer/sys-devel:gcc-4.1.2:20070517-023336.log
Comment 6 SpanKY gentoo-dev 2007-05-21 23:31:50 UTC
Created attachment 119949 [details]
gcc-4.1.2.log.bz2

URLs == bad, you know that :p
Comment 7 SpanKY gentoo-dev 2007-05-21 23:33:45 UTC
here's the real error:
configure: error: Missing fpclassify and signbit
make[2]: *** [configure-target-libphobos] Error 1

post the config.log from the d/phobos/ subdir ...
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-22 02:38:49 UTC
Created attachment 119960 [details]
gcc/d/phobos/config.log

Seems like this config.log was generated on a completely different system. :)

elmer /dev/shm/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/gcc/d/phobos # ls -l config.log
-rw-r--r-- 1 root root 2405 2006-06-03 04:57 config.log
Comment 9 SpanKY gentoo-dev 2007-05-22 02:44:12 UTC
Comment on attachment 119960 [details]
gcc/d/phobos/config.log

it was ... i was referring to the one in the build directory
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-22 02:53:27 UTC
(In reply to comment #9)
> (From update of attachment 119960 [details] [edit])
> it was ... i was referring to the one in the build directory

portage/sys-devel/gcc-4.1.2/work # find . -type d -name phobos
./gcc-4.1.2/gcc/d/phobos
portage/sys-devel/gcc-4.1.2/work # find . -type d -name d
./build/gcc/d
./gcc-4.1.2/gcc/d
./gcc-4.1.2/gcc/testsuite/ada/acats/tests/d
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-22 03:06:30 UTC
Created attachment 119961 [details]
build/hppa2.0-unknown-linux-gnu/libphobos/config.log
Comment 12 Fernando J. Pereda (RETIRED) gentoo-dev 2007-06-12 16:57:21 UTC
It seems to fail here to. d has been use.mask'd in our profile for the time being.

I can provide a build.log if anyone needs it.

- ferdy
Comment 13 Mark Loeser (RETIRED) gentoo-dev 2009-04-20 00:42:41 UTC
We have a newer compiler stable now (which doesn't have D), and the person maintaining D is no longer with Gentoo.  Does anyone care about this, or can it be closed as wontfix instead of letting it sit here and rot?
Comment 14 Tobias Klausmann (RETIRED) gentoo-dev 2009-04-20 09:51:15 UTC
You're right, Mark. Since nobody followed up on this one or complained that it wasn't fixed yet, we might as well close it. 
Comment 15 Tobias Klausmann (RETIRED) gentoo-dev 2009-04-20 10:09:46 UTC
Whoops. Missed that hppa is in this, too. reopening and just removing alpha CC.
Comment 16 Jeroen Roovers (RETIRED) gentoo-dev 2009-04-20 15:34:30 UTC
Looks like D is unsupported for now.