public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] GCC 4.1.1  missing g++/c++
@ 2006-08-12  6:14 Richard Broersma Jr
  2006-08-12  6:38 ` Richard Fish
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Broersma Jr @ 2006-08-12  6:14 UTC (permalink / raw
  To: gentoo-user

Certain packages are failing to build because they make use of a C++ compiler.  Is there a way to
ensure that this and other compilers of enterest are included with GCC?

The affect packages are:

ncurces, groff, sys-libs/db, python

All fail with the same error

Once again thanks for all of the help.

Regards,

Richard Broersma Jr
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] GCC 4.1.1 missing g++/c++
  2006-08-12  6:14 [gentoo-user] GCC 4.1.1 missing g++/c++ Richard Broersma Jr
@ 2006-08-12  6:38 ` Richard Fish
  2006-08-12  7:05   ` Richard Broersma Jr
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Fish @ 2006-08-12  6:38 UTC (permalink / raw
  To: gentoo-user

On 8/11/06, Richard Broersma Jr <rabroersma@yahoo.com> wrote:
> Certain packages are failing to build because they make use of a C++ compiler.  Is there a way to
> ensure that this and other compilers of enterest are included with GCC?

Unless you are crazy enough to have USE=nocxx, you get a c++ compiler
with gcc.  Others are controlled by USE flags.

gcj - java compiler
fortran - fortran compiler
...and so on.

> ncurces, groff, sys-libs/db, python
>
> All fail with the same error

What error?

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] GCC 4.1.1 missing g++/c++
  2006-08-12  6:38 ` Richard Fish
@ 2006-08-12  7:05   ` Richard Broersma Jr
  2006-08-12  8:03     ` Richard Fish
  2006-08-14  5:54     ` Dirk Heinrichs
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Broersma Jr @ 2006-08-12  7:05 UTC (permalink / raw
  To: gentoo-user

> Unless you are crazy enough to have USE=nocxx, you get a c++ compiler
> with gcc.  Others are controlled by USE flags.

I don't believe that I included the USE=nocxx variable.  I will give another try at re-building
GCC a little later just to see if I get the same effect. (Honestly, I did add a few additional Use
Flags before I emerge gcc. gdj and fortran were some of them.  I went through and pruned a few of
them when I first started having problems with some of packages failing to emerge.)

> 
> gcj - java compiler
> fortran - fortran compiler
> ...and so on.
> 
> > ncurces, groff, sys-libs/db, python
> >
> > All fail with the same error
> 
> What error?
These various errors sound very similar.  Here is an error I've transposed from the last package
in the emerge --resume --skipfirst.

../../build-aux/depcomp:line 512: execg++ not found
make[4]: *** [calc++-scanner.o] Error 127

Other packages will give up during the sanity check when they discovered there wasn't a g++
compiler for available.

Thanks for the reply.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] GCC 4.1.1 missing g++/c++
  2006-08-12  7:05   ` Richard Broersma Jr
@ 2006-08-12  8:03     ` Richard Fish
  2006-08-14  5:54     ` Dirk Heinrichs
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-08-12  8:03 UTC (permalink / raw
  To: gentoo-user

On 8/12/06, Richard Broersma Jr <rabroersma@yahoo.com> wrote:
> > Unless you are crazy enough to have USE=nocxx, you get a c++ compiler
> > with gcc.  Others are controlled by USE flags.
>
> I don't believe that I included the USE=nocxx variable.  I will give another try at re-building
> GCC a little later just to see if I get the same effect. (Honestly, I did add a few additional Use
> Flags before I emerge gcc. gdj and fortran were some of them.  I went through and pruned a few of
> them when I first started having problems with some of packages failing to emerge.)

Ok.  Don't forget to use "eselect compiler" (or gcc-config) to select
the 4.1.1 compiler after you have merged it if you want to use it.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] GCC 4.1.1 missing g++/c++
  2006-08-12  7:05   ` Richard Broersma Jr
  2006-08-12  8:03     ` Richard Fish
@ 2006-08-14  5:54     ` Dirk Heinrichs
  2006-08-14 11:21       ` Richard Broersma Jr
  1 sibling, 1 reply; 6+ messages in thread
From: Dirk Heinrichs @ 2006-08-14  5:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

Am Samstag, 12. August 2006 09:05 schrieb ext Richard Broersma Jr:

> I don't believe that I included the USE=nocxx variable.

You can simply check with "emerge -pv gcc".

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] GCC 4.1.1 missing g++/c++
  2006-08-14  5:54     ` Dirk Heinrichs
@ 2006-08-14 11:21       ` Richard Broersma Jr
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Broersma Jr @ 2006-08-14 11:21 UTC (permalink / raw
  To: gentoo-user

> > I don't believe that I included the USE=nocxx variable.
> 
> You can simply check with "emerge -pv gcc".

Yes, I must have included the nocxx in my use variable since a re-build of GCC included the g++
compiler.  From this point forward all packages using C++ would build with out errors.

However,  the package  media-libs/netpbm-10.34  is failing with the following error:

flex -t thinkjettopbm.l >thinkjettopbm.c1
NONE:0: /usr/bin/m4: ERROR: EOF in argument list
make[2]: *** [thinkjettopbm.c1] Error 1
make[2]: Leaving directory `/var/tmp/portage/netpbm-10.34/work/netpbm-10.34/converter/pbm'
make[1]: *** [pbm/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/netpbm-10.34/work/netpbm-10.34/converter'
make: *** [converter/all] Error 2

!!! ERROR: media-libs/netpbm-10.34 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  netpbm-10.34.ebuild, line 97:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Thanks for the help.

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-14 11:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-12  6:14 [gentoo-user] GCC 4.1.1 missing g++/c++ Richard Broersma Jr
2006-08-12  6:38 ` Richard Fish
2006-08-12  7:05   ` Richard Broersma Jr
2006-08-12  8:03     ` Richard Fish
2006-08-14  5:54     ` Dirk Heinrichs
2006-08-14 11:21       ` Richard Broersma Jr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox