Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264361 - sys-apps/groff-1.20.1-r1 build fails on FreeBSD 6.2
Summary: sys-apps/groff-1.20.1-r1 build fails on FreeBSD 6.2
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 08:59 UTC by Dmitry Leonenko
Modified: 2009-06-18 12:22 UTC (History)
0 users

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


Attachments
config.log for groff build (config.log,10.91 KB, text/plain)
2009-03-31 09:00 UTC, Dmitry Leonenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Leonenko 2009-03-31 08:59:34 UTC
configure: error: a working C++ compiler is required

Reproducible: Always

Steps to Reproduce:
1. emerge groff
2.
3.




# emerge groff
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-apps/groff-1.20.1-r1
 * groff-1.20.1.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                    [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                      [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                     [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                    [ ok ]
>>> Unpacking source...
>>> Unpacking groff-1.20.1.tar.gz to /var/tmp/portage/sys-apps/groff-1.20.1-r1/work
 * Applying groff-1.19.2-man-unicode-dashes.patch ...                                                                                                                                                      [ ok ]
>>> Source unpacked in /var/tmp/portage/sys-apps/groff-1.20.1-r1/work
>>> Compiling source in /var/tmp/portage/sys-apps/groff-1.20.1-r1/work/groff-1.20.1 ...
 * econf: updating groff-1.20.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating groff-1.20.1/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-gentoo-freebsd6.2 --host=i686-gentoo-freebsd6.2 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-appresdir=/usr/share/X11/app-defaults --without-x
checking for i686-gentoo-freebsd6.2-gcc... i686-gentoo-freebsd6.2-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-gentoo-freebsd6.2-gcc accepts -g... yes
checking for i686-gentoo-freebsd6.2-gcc option to accept ISO C89... none needed
checking for i686-gentoo-freebsd6.2-g++... i686-gentoo-freebsd6.2-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-gentoo-freebsd6.2-g++ accepts -g... yes
checking that C++ compiler can compile simple program... yes
checking that C++ static constructors and destructors are called... no
configure: error: a working C++ compiler is required

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/groff-1.20.1-r1/work/groff-1.20.1/config.log


SEE attached config.log
Comment 1 Dmitry Leonenko 2009-03-31 09:00:44 UTC
Created attachment 186854 [details]
config.log for groff build
Comment 2 Alexis Ballier gentoo-dev 2009-06-18 12:22:48 UTC
seems you're missing a c++ compiler, check you install / gcc profiles; it works fine here.