Gentoo Archives: gentoo-alpha

From: lgatto <lgatto@×××.net>
To: gentoo-alpha@l.g.o
Subject: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
Date: Wed, 23 Jun 2004 09:00:09
Message-Id: 40D94562.70207@gmx.net
1 Hello all,
2 I installed the Compaq-Tools on Gentoo Alpha as descibed on the 'Guide to Compaq-Tools
3 on Gentoo Alpha' page and tested ccc and c++.
4 Reemerging gzip with ccc worked fine, but groff failed with c++:
5
6 .
7 .
8 .
9 cxx -I. -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/tbl -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -DHAVE_CONFIG_H -host -fast -c main.cc
10 cxx -I. -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/tbl -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -DHAVE_CONFIG_H -host -fast -c table.cc
11 cxx -host -fast -o tbl main.o table.o /var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/libs/libgroff/libgroff.a
12 Making tbl.n from tbl.man
13 make[2]: Leaving directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/tbl'
14 make[2]: Entering directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/pic'
15 cxx -I. -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/pic -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -I/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/include -DHAVE_CONFIG_H -host -fast -c pic.cc
16 cxx: Fatal: A memory access violation (bus error or segmentation fault)
17 has occurred. Please submit a problem report.
18 make[2]: *** [pic.o] Error 1
19 make[2]: Leaving directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/pic'
20 make[1]: *** [src/preproc/pic] Error 2
21 make[1]: Leaving directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1'
22 make: *** [all] Error 2
23
24 !!! ERROR: sys-apps/groff-1.18.1-r4 failed.
25 !!! Function src_compile, Line 85, Exitcode 2
26 !!! (no error message)
27
28 (see Bug 53039 for more information)
29
30 Has anyone an idea? Is this likely to happen for other packages?
31
32 TIA
33
34 --
35 Laurent
36 enjoy the penguin
37
38 --
39 gentoo-alpha@g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails "Brian C. Parkhurst" <brianp@×××××××.net>