public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Re: configure failed for --host=hppa64-hp-hpux11.11
       [not found] <no.id>
@ 2002-06-16 12:02 ` John David Anglin
  2002-06-26 20:57   ` Andrew Cagney
  2004-08-11  2:55 ` ptrace(2) autoconf tests John David Anglin
  1 sibling, 1 reply; 6+ messages in thread
From: John David Anglin @ 2002-06-16 12:02 UTC (permalink / raw)
  To: John David Anglin; +Cc: gdb

> running /bin/sh ../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp/configure  --host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11 --prefix=/opt/gnu64 -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include --disable-nls --cache-file=../../../../config.cache --srcdir=../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp
> configure: error: can not find sources in ../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp

I got a similar error doing make clean:

...
cd spu && ../../../src/utils/spu/configure --host=hppa2.0w-hp-hpux11.11 --target=hppa2.0w-hp-hpux11.11 --prefix=/opt/gnu --srcdir=../../src/utils --disable-nls --cache-file=../config.cache --cache-file=../../config.cache
configure: error: can not find sources in ../../src/utils

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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

* Re: configure failed for --host=hppa64-hp-hpux11.11
  2002-06-16 12:02 ` configure failed for --host=hppa64-hp-hpux11.11 John David Anglin
@ 2002-06-26 20:57   ` Andrew Cagney
  2002-06-27  9:15     ` John David Anglin
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2002-06-26 20:57 UTC (permalink / raw)
  To: John David Anglin; +Cc: gdb

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

I've checked the attached in to current GDB 
(http://sources.redhat.com/gdb/current) If you can confirm that it fixes 
your problem, I can pull it into the 5.2 branch for 5.2.1.

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 917 bytes --]

2002-06-26  Andrew Cagney  <ac131313@redhat.com>

	* gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
	gdb.threads-hp.
	* gdb.hp/configure: Regenerate.
	* gdb.hp/gdb.threads-hp/configure.in: Delete file.
	* gdb.hp/gdb.threads-hp/configure: Delete file.
	* gdb.hp/gdb.threads-hp/Makefile.in: Delete file.

Index: gdb.hp/configure.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.hp/configure.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 configure.in
--- gdb.hp/configure.in	16 Aug 1999 19:55:52 -0000	1.1.1.1
+++ gdb.hp/configure.in	27 Jun 2002 03:53:13 -0000
@@ -12,6 +12,6 @@
 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
 AC_CANONICAL_SYSTEM
 
-AC_CONFIG_SUBDIRS(gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg gdb.threads-hp)
+AC_CONFIG_SUBDIRS(gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg)
 
 AC_OUTPUT(Makefile)

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

* Re: configure failed for --host=hppa64-hp-hpux11.11
  2002-06-26 20:57   ` Andrew Cagney
@ 2002-06-27  9:15     ` John David Anglin
  2002-06-27 11:22       ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: John David Anglin @ 2002-06-27  9:15 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

> I've checked the attached in to current GDB 
> (http://sources.redhat.com/gdb/current) If you can confirm that it fixes 
> your problem, I can pull it into the 5.2 branch for 5.2.1.

> 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
> 
> 	* gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
> 	gdb.threads-hp.
> 	* gdb.hp/configure: Regenerate.
> 	* gdb.hp/gdb.threads-hp/configure.in: Delete file.
> 	* gdb.hp/gdb.threads-hp/configure: Delete file.
> 	* gdb.hp/gdb.threads-hp/Makefile.in: Delete file.

This fixes the above problem.  Thanks.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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

* Re: configure failed for --host=hppa64-hp-hpux11.11
  2002-06-27  9:15     ` John David Anglin
@ 2002-06-27 11:22       ` Andrew Cagney
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Cagney @ 2002-06-27 11:22 UTC (permalink / raw)
  To: John David Anglin; +Cc: gdb

> I've checked the attached in to current GDB 
>> (http://sources.redhat.com/gdb/current) If you can confirm that it fixes 
>> your problem, I can pull it into the 5.2 branch for 5.2.1.
> 
> 
>> 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
>> 
>> 	* gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
>> 	gdb.threads-hp.
>> 	* gdb.hp/configure: Regenerate.
>> 	* gdb.hp/gdb.threads-hp/configure.in: Delete file.
>> 	* gdb.hp/gdb.threads-hp/configure: Delete file.
>> 	* gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
> 
> 
> This fixes the above problem.  Thanks.

Thanks!

Hmm, as far as I can tell the 5.2 branch doesn't have the problem since 
it still has that directory.  I'll leave the 5.2 branch alone.

Andrew


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

* Re: ptrace(2) autoconf tests
       [not found] <no.id>
  2002-06-16 12:02 ` configure failed for --host=hppa64-hp-hpux11.11 John David Anglin
@ 2004-08-11  2:55 ` John David Anglin
  1 sibling, 0 replies; 6+ messages in thread
From: John David Anglin @ 2004-08-11  2:55 UTC (permalink / raw)
  To: John David Anglin; +Cc: brobecker, marcel, mec.gnu, kettenis, gdb

> The test FAILs up to that point are attached below.  I suspect that
> the ptrace change is ok but I will redo the build without the change.

I should add that the autoconf test output for ptrace looks ok.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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

* configure failed for --host=hppa64-hp-hpux11.11
@ 2002-06-16 11:28 John David Anglin
  0 siblings, 0 replies; 6+ messages in thread
From: John David Anglin @ 2002-06-16 11:28 UTC (permalink / raw)
  To: gdb

The following error occurs when I try to configure gdb:

running /bin/sh ../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp/configure  --host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11 --prefix=/opt/gnu64 -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include --disable-nls --cache-file=../../../../config.cache --srcdir=../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp
configure: error: can not find sources in ../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp
configure: error: ../../../../../src/gdb/testsuite/gdb.hp/gdb.threads-hp/configure failed for gdb.threads-hp
configure: error: ../../../../src/gdb/testsuite/gdb.hp/configure failed for gdb.hp
configure: error: ../../../src/gdb/testsuite/configure failed for testsuite
Configure in /xxx/gnu/gdb-5.2/objdir/gdb failed, exiting.

The problem would appear to be usrthbasic.exp has been deleted from the
directory.  There are no tests left in the directory.  Thus, either
a do nothing version of usrthbasic.exp is needed or the directory
should be deleted.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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

end of thread, other threads:[~2004-08-11  2:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <no.id>
2002-06-16 12:02 ` configure failed for --host=hppa64-hp-hpux11.11 John David Anglin
2002-06-26 20:57   ` Andrew Cagney
2002-06-27  9:15     ` John David Anglin
2002-06-27 11:22       ` Andrew Cagney
2004-08-11  2:55 ` ptrace(2) autoconf tests John David Anglin
2002-06-16 11:28 configure failed for --host=hppa64-hp-hpux11.11 John David Anglin

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