public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* building gcc-4.2.0
@ 2007-06-01  0:36 Bill McEnaney
  2007-06-01  0:40 ` Bobby McNulty
  2007-06-01  0:47 ` David Daney
  0 siblings, 2 replies; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01  0:36 UTC (permalink / raw)
  To: gcc-help

Here are the error messages I get when I try to build gcc-4.2.0.  I
don't know whether they're about Java, because I can't find the
documents on the www that told me they were about it.

Bill

/usr/src/gc/sparc-sun-solaris2.8/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:473:81:
error:
ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp:
No such file or directory
make[4]: *** [sparc-sun-solaris2.8/bits/extc++.h.gch/O2g.gch] Error 1
make[4]: Leaving directory
`/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3/include'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/usr/share/src/gc'
gmake: *** [bootstrap] Error 2

________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: building gcc-4.2.0
@ 2007-06-01  4:43 Bill McEnaney
  0 siblings, 0 replies; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01  4:43 UTC (permalink / raw)
  To: Bobby McNulty, Bill McEnaney, gcc-help

You're right, Bobby.

Bill

> Bill McEnaney wrote:
> > Here are the error messages I get when I try to build gcc-4.2.0.  I
> > don't know whether they're about Java, because I can't find the
> > documents on the www that told me they were about it.
> >
> > Bill
> >
> >
/usr/src/gc/sparc-sun-solaris2.8/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:473:81:
> > error:
> > ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp:
> > No such file or directory
> > make[4]: *** [sparc-sun-solaris2.8/bits/extc++.h.gch/O2g.gch] Error 1
> > make[4]: Leaving directory
> > `/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3/include'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory
> > `/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory
> > `/usr/share/src/gc/sparc-sun-solaris2.8/libstdc++-v3'
> > make[1]: *** [all-target-libstdc++-v3] Error 2
> > make[1]: Leaving directory `/usr/share/src/gc'
> > gmake: *** [bootstrap] Error 2
> >
> > ________________________________________________________________
> > Please visit a saintly hero:
> > http://www.jakemoore.org
> >
> > And a boy with a wonderful wish:
> > http://shaneswish.com/
> >
> >   
> thats libstdc++, not java..
> Bobby
> 
> 

________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <20070601044040.1D901718FC@saratoga.rkirkpat.net>]
[parent not found: <20070601050148.90E8871CE5@saratoga.rkirkpat.net>]
* Re: building gcc-4.2.0
@ 2007-06-01  5:31 Bill McEnaney
  0 siblings, 0 replies; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01  5:31 UTC (permalink / raw)
  To: David Daney, Bill McEnaney, gcc-help

I'll do that.  Now I need to get another copy of libintl.so.3 because I
pkgrmed the old gtar before I pakadded the current one.  Does anyone
know where I can get another copy of it?

Bill

> Bill McEnaney wrote:
> > Aha, you've discovered the problem, Sherlock.  Thanks again.
> >
> >   
> Please keep the mailing list CCed so that others can benefit from your 
> pain.  Also it helps my mail filters keep the messages organized.
> 
> David Daney
> 
> > Bill
> >
> >   
> >> Bill McEnaney wrote:
> >>     
> >>> David, thank you.  I do use GNU tar habitually because I sometimes get
> >>> checksum errors when I run Solaris 8's tar.
> >>>   
> >>>       
> >> But is it GNU tar 1.14 or later?
> >>
> >> The reason I ask, is that I had this identical problem using busybox 
> >> tar.  Files with path names longer than some limit are not extracted, 
> >> and you get the behavior you are seeing.
> >>
> >> David Daney
> >>
> >>     
> >>> Bill
> >>>
> >>>   
> >>>       
> >>>> Bill McEnaney wrote:
> >>>>     
> >>>>         
> >>>>> Here are the error messages I get when I try to build gcc-4.2.0.  I
> >>>>> don't know whether they're about Java, because I can't find the
> >>>>> documents on the www that told me they were about it.
> >>>>>
> >>>>> Bill
> >>>>>
> >>>>>
> >>>>>       
> >>>>>           
> >
/usr/src/gc/sparc-sun-solaris2.8/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:473:81:
> >   
> >>>   
> >>>       
> >>>>> error:
> >>>>>
ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp:
> >>>>> No such file or directory
> >>>>>       
> >>>>>           
> >>>> Looks like you were not using GNU tar to unpack the sources.
> >>>>
> >>>> That should be a documented requirement.
> >>>>
> >>>> David Daney
> >>>>
> >>>>
> >>>>     
> >>>>         
> >>> ________________________________________________________________
> >>> Please visit a saintly hero:
> >>> http://www.jakemoore.org
> >>>
> >>> And a boy with a wonderful wish:
> >>> http://shaneswish.com/
> >>>   
> >>>       
> >>     
> >
> > ________________________________________________________________
> > Please visit a saintly hero:
> > http://www.jakemoore.org
> >
> > And a boy with a wonderful wish:
> > http://shaneswish.com/
> >   
> 
> 

________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* building gcc-4.2.0
@ 2007-06-01  6:26 Bill McEnaney
  0 siblings, 0 replies; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01  6:26 UTC (permalink / raw)
  To: gcc-help

Hi, all,

I found libintl.so.3 in a pkg file at http://www.sunfreeware.com. So I'm
sorry I bothered you by asking where I could find that library file. 
Thanks.

Bill
________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* building gcc-4.2.0
@ 2007-06-01 20:49 Bill McEnaney
  2007-06-01 21:03 ` Kevin P. Fleming
  0 siblings, 1 reply; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01 20:49 UTC (permalink / raw)
  To: gcc-help

Hi, guys,

The Java thickens. :)  One of our friends here thought building ended
abnormally because I used an old version of GNU tar.  So I installed GNU
tar version-1.16 before launched gmake. After hours of work that began
at about 4:00 this morning, building abended again just now with these
messages that will interest Andrew because they're about Java.

mv: /usr/src/gc/sparc-sun-solaris2.8/libjava/libgcj-4.2.0.jar: No space
left on device
make[3]: *** [libgcj-4.2.0.jar] Error 2
make[3]: Leaving directory `/usr/share/src/gc/sparc-sun-solaris2.8/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/src/gc/sparc-sun-solaris2.8/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/usr/share/src/gc'
gmake: *** [bootstrap] Error 2

Thanks.

Bill


________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: building gcc-4.2.0
@ 2007-06-01 22:26 Bill McEnaney
  0 siblings, 0 replies; 11+ messages in thread
From: Bill McEnaney @ 2007-06-01 22:26 UTC (permalink / raw)
  To: Kevin P. Fleming, , gcc-help

I forgot to CC my note to the list.  So again, Kevin, please excuse my
while my fire-engine-red face turns white again. :-O  I hope humiliation
is good for the soul. :)
> 
> You might want to take a closer look at this one :-)
> 
> 

________________________________________________________________
Please visit a saintly hero:
http://www.jakemoore.org

And a boy with a wonderful wish:
http://shaneswish.com/

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

end of thread, other threads:[~2007-06-01 22:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-01  0:36 building gcc-4.2.0 Bill McEnaney
2007-06-01  0:40 ` Bobby McNulty
2007-06-01  0:47 ` David Daney
2007-06-01  4:43 Bill McEnaney
     [not found] <20070601044040.1D901718FC@saratoga.rkirkpat.net>
2007-06-01  4:52 ` David Daney
     [not found] <20070601050148.90E8871CE5@saratoga.rkirkpat.net>
2007-06-01  5:08 ` David Daney
2007-06-01  5:31 Bill McEnaney
2007-06-01  6:26 Bill McEnaney
2007-06-01 20:49 Bill McEnaney
2007-06-01 21:03 ` Kevin P. Fleming
2007-06-01 22:26 Bill McEnaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).