* host guess damaged in CVS?
@ 2003-02-18 17:39 Jeroen Ruigrok/asmodai
2003-02-18 20:10 ` Andrew Cagney
0 siblings, 1 reply; 8+ messages in thread
From: Jeroen Ruigrok/asmodai @ 2003-02-18 17:39 UTC (permalink / raw)
To: gdb
I am trying the latest CVS sources on my HP AlphaServer ES40 with 5.1a
of Tru64 and I am getting this:
loading cache ./config.cache
checking host system type... configure: error: can not guess host type;
you must specify one
Did this unintentionally get damaged or am I being dense after a hard
day's work? :)
--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / a capoeirista
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B
http://www.tendra.org/ | http://www.in-nomine.org/~asmodai/diary/
Sadness is the inner beauty of the untouched tear...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-18 17:39 host guess damaged in CVS? Jeroen Ruigrok/asmodai
@ 2003-02-18 20:10 ` Andrew Cagney
2003-02-18 20:43 ` Jeroen Ruigrok/asmodai
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Cagney @ 2003-02-18 20:10 UTC (permalink / raw)
To: Jeroen Ruigrok/asmodai; +Cc: gdb
> I am trying the latest CVS sources on my HP AlphaServer ES40 with 5.1a
> of Tru64 and I am getting this:
>
> loading cache ./config.cache
> checking host system type... configure: error: can not guess host type;
> you must specify one
>
> Did this unintentionally get damaged or am I being dense after a hard
> day's work? :)
Not intentionally. What exactly fails? src/config.guess (which can be
run standalone)?
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-18 20:10 ` Andrew Cagney
@ 2003-02-18 20:43 ` Jeroen Ruigrok/asmodai
2003-02-18 21:43 ` Andrew Cagney
0 siblings, 1 reply; 8+ messages in thread
From: Jeroen Ruigrok/asmodai @ 2003-02-18 20:43 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb
-On [20030218 21:29], Andrew Cagney (ac131313@redhat.com) wrote:
>Not intentionally. What exactly fails? src/config.guess (which can be
>run standalone)?
Yes, that fails.
It calls config.guess from configure. I even did a chmod o+x on the
entire src/* dir due to a ftp problem (long story).
I'll test some more tomorrow.
--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / a capoeirista
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B
http://www.tendra.org/ | http://www.in-nomine.org/~asmodai/diary/
All are lunatics, but he who can analyze his delusions is called a
philosopher.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-18 20:43 ` Jeroen Ruigrok/asmodai
@ 2003-02-18 21:43 ` Andrew Cagney
2003-02-19 9:14 ` Jeroen Ruigrok/asmodai
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Cagney @ 2003-02-18 21:43 UTC (permalink / raw)
To: Jeroen Ruigrok/asmodai; +Cc: gdb
> -On [20030218 21:29], Andrew Cagney (ac131313@redhat.com) wrote:
>
>>Not intentionally. What exactly fails? src/config.guess (which can be
>>run standalone)?
>
>
> Yes, that fails.
>
> It calls config.guess from configure. I even did a chmod o+x on the
> entire src/* dir due to a ftp problem (long story).
>
> I'll test some more tomorrow.
You can do:
$ sh GDB/src/config.guess
i686-pc-linux-gnu
so it sounds like, for you, it isn't returning valid output. If that's
the problem then the place to report this is:
http://savannah.gnu.org/projects/config
once the master config.guess has been fixed the local version can be
updated.
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-18 21:43 ` Andrew Cagney
@ 2003-02-19 9:14 ` Jeroen Ruigrok/asmodai
2003-02-19 13:39 ` Andrew Cagney
2003-02-19 18:10 ` Joel Brobecker
0 siblings, 2 replies; 8+ messages in thread
From: Jeroen Ruigrok/asmodai @ 2003-02-19 9:14 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb
-On [20030218 22:45], Andrew Cagney (ac131313@redhat.com) wrote:
>You can do:
>
>$ sh GDB/src/config.guess
>i686-pc-linux-gnu
Funny:
bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ls -asl config*
41 -rwxr-xr-x 1 bentss bentss 41025 Feb 19 09:42 config.guess
136 -rwxr-xr-x 1 bentss bentss 136859 Feb 19 09:42 configure
bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./configure --prefix=/usr/users/bentss/asmodai --disable-nls
loading cache ./config.cache
checking host system type... configure: error: can not guess host type; you must specify one
bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./config.guess
alphaev67-dec-osf5.1
autoconf issue perhaps then?
--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / a capoeirista
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B
http://www.tendra.org/ | http://www.in-nomine.org/~asmodai/diary/
Anything becomes possible, after you find the courage to admit that
nothing is certain.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-19 9:14 ` Jeroen Ruigrok/asmodai
@ 2003-02-19 13:39 ` Andrew Cagney
2003-02-19 18:10 ` Joel Brobecker
1 sibling, 0 replies; 8+ messages in thread
From: Andrew Cagney @ 2003-02-19 13:39 UTC (permalink / raw)
To: Jeroen Ruigrok/asmodai; +Cc: gdb
> -On [20030218 22:45], Andrew Cagney (ac131313@redhat.com) wrote:
>
>>You can do:
>>
>>$ sh GDB/src/config.guess
>>i686-pc-linux-gnu
>
>
> Funny:
>
> bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ls -asl config*
> 41 -rwxr-xr-x 1 bentss bentss 41025 Feb 19 09:42 config.guess
> 136 -rwxr-xr-x 1 bentss bentss 136859 Feb 19 09:42 configure
>
> bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./configure --prefix=/usr/users/bentss/asmodai --disable-nls
> loading cache ./config.cache
> checking host system type... configure: error: can not guess host type; you must specify one
>
> bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./config.guess
> alphaev67-dec-osf5.1
Well, there goes that theory :-(
> autoconf issue perhaps then?
Yes, or SH bug.
Using current sources, can you isolate this down to a single
subdirectory and then use `sh -x' on it?
Hmm, can you also try configuring in a separate directory vis:
cd /tmp
/path/to/configure ....
it might be that.
Andrew
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: host guess damaged in CVS?
2003-02-19 9:14 ` Jeroen Ruigrok/asmodai
2003-02-19 13:39 ` Andrew Cagney
@ 2003-02-19 18:10 ` Joel Brobecker
2003-02-21 16:41 ` Jeroen Ruigrok/asmodai
1 sibling, 1 reply; 8+ messages in thread
From: Joel Brobecker @ 2003-02-19 18:10 UTC (permalink / raw)
To: Jeroen Ruigrok/asmodai; +Cc: Andrew Cagney, gdb
> bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./configure --prefix=/usr/users/bentss/asmodai --disable-nls
> loading cache ./config.cache
> checking host system type... configure: error: can not guess host type; you must specify one
>
> bentss@benremedy04 (/usr/users/bentss/asmodai/src-test) # ./config.guess
> alphaev67-dec-osf5.1
FYI, I tried on our machine, and we don't have any problem:
% ~/act/gdb-public/configure
creating cache ./config.cache
checking host system type... alphaev67-dec-osf5.1
checking target system type... alphaev67-dec-osf5.1
checking build system type... alphaev67-dec-osf5.1
checking for alphaev67-dec-osf5.1-ar... no
checking for ar... ar
[...]
Can you try the following?
% /bin/sh -x configure
--
Joel
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-02-21 16:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 17:39 host guess damaged in CVS? Jeroen Ruigrok/asmodai
2003-02-18 20:10 ` Andrew Cagney
2003-02-18 20:43 ` Jeroen Ruigrok/asmodai
2003-02-18 21:43 ` Andrew Cagney
2003-02-19 9:14 ` Jeroen Ruigrok/asmodai
2003-02-19 13:39 ` Andrew Cagney
2003-02-19 18:10 ` Joel Brobecker
2003-02-21 16:41 ` Jeroen Ruigrok/asmodai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox