public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
@ 2006-06-08 23:32 ` jbwaters at gmail dot com
  2006-06-08 23:43 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jbwaters at gmail dot com @ 2006-06-08 23:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jbwaters at gmail dot com  2006-06-08 23:25 -------
Just tried to build 4.1.1 on NetBSD 3.0 , and this error is still present


gmake[3]: Leaving directory `/home/jbw/dl/gnu/gcc-4.1.1/obj/stage1-libiberty'
gmake[3]: Entering directory `/home/jbw/dl/gnu/gcc-4.1.1/obj/stage1-intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && gmake stamp-h1)
gmake[3]: Leaving directory `/home/jbw/dl/gnu/gcc-4.1.1/obj/stage1-intl'
Configuring in build-i386-unknown-netbsdelf3.0.0./libiberty
configure: error: cannot find sources (xmalloc.c) in ../../libiberty
gmake[2]: *** [configure-build-libiberty] Error 1
gmake[2]: Leaving directory `/home/jbw/dl/gnu/gcc-4.1.1/obj'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/home/jbw/dl/gnu/gcc-4.1.1/obj'
gmake: *** [all] Error 2


-- 

jbwaters at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbwaters at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
  2006-06-08 23:32 ` [Bug bootstrap/20737] Build fails in target-libiberty jbwaters at gmail dot com
@ 2006-06-08 23:43 ` pinskia at gcc dot gnu dot org
  2006-06-08 23:45 ` jbwaters at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-08 23:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-06-08 23:32 -------
(In reply to comment #10)
> Just tried to build 4.1.1 on NetBSD 3.0 , and this error is still present

You are using --enable-boostrap, that is what is wrong. Don't use it as it is
known to be broken before 4.2.0. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
  2006-06-08 23:32 ` [Bug bootstrap/20737] Build fails in target-libiberty jbwaters at gmail dot com
  2006-06-08 23:43 ` pinskia at gcc dot gnu dot org
@ 2006-06-08 23:45 ` jbwaters at gmail dot com
  2006-06-08 23:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jbwaters at gmail dot com @ 2006-06-08 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jbwaters at gmail dot com  2006-06-08 23:43 -------
Ok, with just configure and no options I get

$ gmake bootstrap
mkdir build-i386-unknown-netbsdelf3.0.0.
$ gmake bootstrap3
mkdir build-i386-unknown-netbsdelf3.0.0./libiberty
Configuring in build-i386-unknown-netbsdelf3.0.0./libiberty
configure: error: cannot find sources (xmalloc.c) in ../../libiberty
gmake: *** [configure-build-libiberty] Error 1

xmalloc.c is present

$ find .. -name 'xmalloc.c' -print
../libiberty/xmalloc.c

If I just do a gmake it builds  further, but then fails as above after building
libintl.a

I used pdksh and the stock sh as the shell...  I may try bash next to see if it
is a bash dependancy.

also during the inital configure this message was shown.

The following languages will be built: c,c++,java,objc
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libiberty target-libada gnattools
target-libgfortran
    (Any other directories should still work fine.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-06-08 23:45 ` jbwaters at gmail dot com
@ 2006-06-08 23:47 ` pinskia at gcc dot gnu dot org
  2006-06-09  0:05 ` jbwaters at gmail dot com
  2006-06-09 17:42 ` jbwaters at gmail dot com
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-08 23:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-06-08 23:45 -------
Configure with an abosulte path instead of a relative one.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-06-08 23:47 ` pinskia at gcc dot gnu dot org
@ 2006-06-09  0:05 ` jbwaters at gmail dot com
  2006-06-09 17:42 ` jbwaters at gmail dot com
  5 siblings, 0 replies; 8+ messages in thread
From: jbwaters at gmail dot com @ 2006-06-09  0:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jbwaters at gmail dot com  2006-06-09 00:01 -------
I have not been able to find that configure option so far,  do you happen to
know what it is off hand?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
       [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-06-09  0:05 ` jbwaters at gmail dot com
@ 2006-06-09 17:42 ` jbwaters at gmail dot com
  5 siblings, 0 replies; 8+ messages in thread
From: jbwaters at gmail dot com @ 2006-06-09 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jbwaters at gmail dot com  2006-06-09 17:29 -------
As an FYI:

I was able to build 4.0.3 just fine.  4.1.0 and 4.1.1 both fail as per this
ticket.  So whatever changed to break building on NetBSD happened between 4.0.3
and 4.1.0.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
  2005-04-03  6:30 [Bug other/20737] New: " jim at dishaw dot org
  2005-04-22  4:23 ` [Bug bootstrap/20737] " pinskia at gcc dot gnu dot org
@ 2005-07-22  4:54 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22  4:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 04:03 -------
No feedback in 3 months.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

* [Bug bootstrap/20737] Build fails in target-libiberty
  2005-04-03  6:30 [Bug other/20737] New: " jim at dishaw dot org
@ 2005-04-22  4:23 ` pinskia at gcc dot gnu dot org
  2005-07-22  4:54 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-22  4:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-22 04:23 -------
This fails in build-libiberty and not in target-libiberty.
Something is still wrong because if it cannot find the source, that seems wrong.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|other                       |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20737


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

end of thread, other threads:[~2006-06-09 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20737-9557@http.gcc.gnu.org/bugzilla/>
2006-06-08 23:32 ` [Bug bootstrap/20737] Build fails in target-libiberty jbwaters at gmail dot com
2006-06-08 23:43 ` pinskia at gcc dot gnu dot org
2006-06-08 23:45 ` jbwaters at gmail dot com
2006-06-08 23:47 ` pinskia at gcc dot gnu dot org
2006-06-09  0:05 ` jbwaters at gmail dot com
2006-06-09 17:42 ` jbwaters at gmail dot com
2005-04-03  6:30 [Bug other/20737] New: " jim at dishaw dot org
2005-04-22  4:23 ` [Bug bootstrap/20737] " pinskia at gcc dot gnu dot org
2005-07-22  4:54 ` pinskia at gcc dot gnu dot org

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