Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53039 - CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
Summary: CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 03:11 UTC by Laurent
Modified: 2005-11-15 06:29 UTC (History)
0 users

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


Attachments
full output of USE="-X" CXX=cxx CXXFLAGS="-host -fast" emerge -v groff (emerge_groff_cxx.txt,23.68 KB, text/plain)
2004-06-05 03:13 UTC, Laurent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent 2004-06-05 03:11:23 UTC
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"
Comment 1 Laurent 2004-06-05 03:13:13 UTC
Created attachment 32689 [details]
full output of USE="-X" CXX=cxx CXXFLAGS="-host -fast" emerge -v groff
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2005-11-15 06:29:49 UTC
Closing this bug as we don't support compaq-tools.