public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bison error on snap-shot again.
@ 1998-10-28 12:45 Randy Joiner
  1998-10-29 23:40 ` Jeffrey A Law
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Joiner @ 1998-10-28 12:45 UTC (permalink / raw)
  To: Egcs Mail List

Unless I miss my guess, the 1026 snapshot (full ss) is calling for bison.
This is the same problem I was catching in 1019, but I've cleaned that ss
out of the systems.  Anyone know what's up?
Rand.

make[3]: Entering directory `/usr/egcs/src/1026/gcc/java'
here=`pwd`; sdir=`cd ../../../egcs-19981026/gcc/java && pwd`; if test -f
../../bison; then bison="$here/../../bison/bison -L $sdir"; else
bison=bison; fi; \
cd ../../../egcs-19981026/gcc/java && $bison -t -v  -o parse-scan.c \
    ./parse-scan.y
UX:sh (/bin/sh): ERROR: bison: Not found
make[3]: *** [../../../egcs-19981026/gcc/java/parse-scan.c] Error 1
make[3]: Leaving directory `/usr/egcs/src/1026/gcc/java'
make[2]: *** [jv-scan] Error 2
make[2]: Leaving directory `/usr/egcs/src/1026/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/egcs/src/1026/gcc'
make: *** [bootstrap] Error 2
bash# 


__
Randall Joiner,  Prestidictator/Son-of-a-bezelwort/Sysadmin
This may seem a bit weird, but that's okay, because it is weird.
-- Man page for Perl Data Structures (man perldata)


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

* Re: Bison error on snap-shot again.
  1998-10-28 12:45 Bison error on snap-shot again Randy Joiner
@ 1998-10-29 23:40 ` Jeffrey A Law
  1998-10-30 19:34   ` Marc Espie
  0 siblings, 1 reply; 8+ messages in thread
From: Jeffrey A Law @ 1998-10-29 23:40 UTC (permalink / raw)
  To: Randy Joiner; +Cc: Egcs Mail List

  In message < Pine.LNX.3.96.981028111306.2904g-100000@tc.net >you write:
  > Unless I miss my guess, the 1026 snapshot (full ss) is calling for bison.
  > This is the same problem I was catching in 1019, but I've cleaned that ss
  > out of the systems.  Anyone know what's up?
  > Rand.
I've modified the snapshot script to touch parse-scan.c so that it always
appears up to date in snapshots (it's a generated file).  I've also updated
the egcs_update script in the contrib directory.


jeff

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

* Re: Bison error on snap-shot again.
  1998-10-29 23:40 ` Jeffrey A Law
@ 1998-10-30 19:34   ` Marc Espie
  1998-10-31  5:02     ` Gabriel Dos Reis
  0 siblings, 1 reply; 8+ messages in thread
From: Marc Espie @ 1998-10-30 19:34 UTC (permalink / raw)
  To: egcs

In article < 3185.909733200@hurl.cygnus.com > you write:

>  In message < Pine.LNX.3.96.981028111306.2904g-100000@tc.net >you write:
>  > Unless I miss my guess, the 1026 snapshot (full ss) is calling for bison.
>  > This is the same problem I was catching in 1019, but I've cleaned that ss
>  > out of the systems.  Anyone know what's up?
>  > Rand.
>I've modified the snapshot script to touch parse-scan.c so that it always
>appears up to date in snapshots (it's a generated file).  I've also updated
>the egcs_update script in the contrib directory.

Hum.. I've just tried a new method to build egcs: start from the whole cvs
archive, use lndir to create a copy, then rm what you don't use...

as expected, the make process started to use lots of gnu-tools... which 
I happen to have.

Surprisingly though, some of my tools seem to be badly out of date. Even
gperf-2.7 does not recognize the necessary options to rebuild egcs... and
I've got a similar problem with bison in gcc/java later on.
Maybe I've missed something, but I expected to get the latest gperf from
my fav. gnu mirror.

I think it might be a good idea to provide a shopping list of the utility
versions needed to recreate egcs. If anything, if we use the cvs read-only
access, it is because we want to tinker with the source. By any chance,
if some of these tools are still in development, and egcs relies on features
that still are not supported by a generally available version, this is a
problem... how can we work in an `open' environment which turns out not
to be so open after all ?

And yes, I've read the FAQ, which says that you're supposed to touch the
generated files. But then, if you need to tinker with the source files,
how are you going to regenerate them ?

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

* Re: Bison error on snap-shot again.
  1998-10-30 19:34   ` Marc Espie
@ 1998-10-31  5:02     ` Gabriel Dos Reis
  1998-10-31 16:39       ` Jean-Pierre Radley
       [not found]       ` <199811011406.LAA02962@sleipnir.valparaiso.cl>
  0 siblings, 2 replies; 8+ messages in thread
From: Gabriel Dos Reis @ 1998-10-31  5:02 UTC (permalink / raw)
  To: egcs

>>>>> Marc Espie <espie@quatramaran.ens.fr> wrote:

[...]

> Surprisingly though, some of my tools seem to be badly out of date. Even
> gperf-2.7 does not recognize the necessary options to rebuild egcs... and

I'm experimenting the same problem under Solaris2.[56].


> I've got a similar problem with bison in gcc/java later on.
> Maybe I've missed something, but I expected to get the latest gperf from
> my fav. gnu mirror.

> I think it might be a good idea to provide a shopping list of the utility
> versions needed to recreate egcs. If anything, if we use the cvs read-only
> access, it is because we want to tinker with the source. By any chance,
> if some of these tools are still in development, and egcs relies on features
> that still are not supported by a generally available version, this is a
> problem... how can we work in an `open' environment which turns out not
> to be so open after all ?

Good question.

-- Gaby

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

* Re: Bison error on snap-shot again.
  1998-10-31  5:02     ` Gabriel Dos Reis
@ 1998-10-31 16:39       ` Jean-Pierre Radley
  1998-10-31 22:03         ` Jeffrey A Law
       [not found]       ` <199811011406.LAA02962@sleipnir.valparaiso.cl>
  1 sibling, 1 reply; 8+ messages in thread
From: Jean-Pierre Radley @ 1998-10-31 16:39 UTC (permalink / raw)
  To: EGCS Developers

Gabriel Dos Reis typed (on 31Oct):
| >>>>> Marc Espie <espie@quatramaran.ens.fr> wrote:
| 
| [...]
| 
| > Surprisingly though, some of my tools seem to be badly out of date. Even
| > gperf-2.7 does not recognize the necessary options to rebuild egcs... and
| 
| I'm experimenting the same problem under Solaris2.[56].

I saw that too this evening.  Gperf is being called with a -F option that
gperf-2.7 doesn't accept.


-- 
Jean-Pierre Radley <jpr@jpr.com>  XC/XT Custodian   Sysop, CompuServe SCOForum

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

* Re: Bison error on snap-shot again.
  1998-10-31 16:39       ` Jean-Pierre Radley
@ 1998-10-31 22:03         ` Jeffrey A Law
  0 siblings, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1998-10-31 22:03 UTC (permalink / raw)
  To: Jean-Pierre Radley; +Cc: EGCS Developers

  In message <19981031181126.B2300@jpr.com>you write:
  > Gabriel Dos Reis typed (on 31Oct):
  > | >>>>> Marc Espie <espie@quatramaran.ens.fr> wrote:
  > | 
  > | [...]
  > | 
  > | > Surprisingly though, some of my tools seem to be badly out of date. Eve
  > n
  > | > gperf-2.7 does not recognize the necessary options to rebuild egcs... a
  > nd
  > | 
  > | I'm experimenting the same problem under Solaris2.[56].
  > 
  > I saw that too this evening.  Gperf is being called with a -F option that
  > gperf-2.7 doesn't accept.
Look in the contrib directory for the patch.

This has been discussed more than once on this list.

jeff

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

* Re: Bison error on snap-shot again.
       [not found]       ` <199811011406.LAA02962@sleipnir.valparaiso.cl>
@ 1998-11-02  7:12         ` Marc Espie
  1998-11-04 20:47           ` Gerald Pfeifer
  0 siblings, 1 reply; 8+ messages in thread
From: Marc Espie @ 1998-11-02  7:12 UTC (permalink / raw)
  To: Horst von Brand, Gabriel Dos Reis, Marc Espie; +Cc: egcs

On Sun, Nov 01, 1998 at 11:06:14AM -0400, Horst von Brand wrote:

> Take a look at ftp://egcs.cygnus.com/pub/egcs/infrastructure/

May I suggest that http://egcs.cygnus.com/faq.html be updated ?
Right now, it is highly misleading with respect to that matter, e.g.,
add to #generated_files the following paragraph:

<p>
If you modified some sources and really need to modify some of these files,
you may need to obtain some development versions of some gnu tools, as the
production versions don't necessarily handle all features needed to rebuild
egcs. Have a look at 
<A HREF=" ftp://egcs.cygnus.com/pub/egcs/infrastructure/ ">
ftp://egcs.cygnus.com/pub/egcs/infrastructure/ </a>
</p>

-- 
	Marc Espie		
|anime, sf, juggling, unicycle, acrobatics, comics...
|AmigaOS, OpenBSD, C++, perl, Icon, PostScript...
| `real programmers don't die, they just get out of beta'

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

* Re: Bison error on snap-shot again.
  1998-11-02  7:12         ` Marc Espie
@ 1998-11-04 20:47           ` Gerald Pfeifer
  0 siblings, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 1998-11-04 20:47 UTC (permalink / raw)
  To: Marc Espie
  Cc: Horst von Brand, Gabriel Dos Reis, Marc Espie, egcs, egcs-patches

On Mon, 2 Nov 1998, Marc Espie wrote:
> May I suggest that http://egcs.cygnus.com/faq.html be updated ?

Thanks. I have installed an update based on your suggestion.

Gerald

Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -r1.72 -r1.73
706a707,714
> <p>If you modified some sources, you may need to obtain some
> development versions of some GNU tools, as the production versions do
> not necessarily handle all features needed to rebuild egcs. Have a
> look at
> <A HREF=" ftp://egcs.cygnus.com/pub/egcs/infrastructure/ ">
> ftp://egcs.cygnus.com/pub/egcs/infrastructure/ </a>.
> </p>
> 


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

end of thread, other threads:[~1998-11-04 20:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-28 12:45 Bison error on snap-shot again Randy Joiner
1998-10-29 23:40 ` Jeffrey A Law
1998-10-30 19:34   ` Marc Espie
1998-10-31  5:02     ` Gabriel Dos Reis
1998-10-31 16:39       ` Jean-Pierre Radley
1998-10-31 22:03         ` Jeffrey A Law
     [not found]       ` <199811011406.LAA02962@sleipnir.valparaiso.cl>
1998-11-02  7:12         ` Marc Espie
1998-11-04 20:47           ` Gerald Pfeifer

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).