Just installed the Compaq-Tools on Gentoo Alpha. emerge gzip with ccc works. emerge groff works fine with g++, but fails when I use c++. (I applied the alpha compaq tools cxx post build configuration path (bug 44472) to get ebuild /var/db/pkg/dev-lang/cxx-6.5.9.31-r1.ebuild config work, but I was not able run cxx at the end to agree to the EULA - cxx: Error: No source or object files specified on the command line) Reproducible: Always Steps to Reproduce: 1.install ccc and c++ 2.emerge groff #works 3.CXX=cxx CXXFLAGS="-host -fast" emerge groff #fails Actual Results: . . . 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 cxx: Fatal: A memory access violation (bus error or segmentation fault) has occurred. Please submit a problem report. make[2]: *** [pic.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1/src/preproc/pic' make[1]: *** [src/preproc/pic] Error 2 make[1]: Leaving directory `/var/tmp/portage/groff-1.18.1-r4/work/groff-1.18.1' make: *** [all] Error 2 !!! ERROR: sys-apps/groff-1.18.1-r4 failed. !!! Function src_compile, Line 85, Exitcode 2 !!! (no error message) (full output can be seen in attachment link) Expected Results: succesfully emerge groff Portage 2.0.50-r7 (default-alpha-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.21-alpha-r6) ================================================================= System uname: 2.4.21-alpha-r6 alpha EV56 Gentoo Base System version 1.4.15 Autoconf: sys-devel/autoconf-2.58-r1 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="alpha" AUTOCLEAN="yes" CFLAGS="-mcpu=ev56 -msmall-data -O3 -pipe -fomit-frame-pointer" CHOST="alpha-unknown-linux-gnu" COMPILER="gcc3" 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="-mcpu=ev56 -msmall-data -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X alpha arts avi berkdb crypt cups emacs encode foomaticdb gdbm gif gpm gtk2 imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"
Created attachment 32689 [details] full output of USE="-X" CXX=cxx CXXFLAGS="-host -fast" emerge -v groff
Closing this bug as we don't support compaq-tools.