[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread hal at oz dot net
--- Comment #16 from hal at oz dot net 2008-02-17 17:46 --- OK. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread rwild at gcc dot gnu dot org
--- Comment #15 from rwild at gcc dot gnu dot org 2008-02-17 17:40 --- (In reply to comment #14) > 1) In the original bug (make pdf doesn't work after building with a relative > path), the source and build directories were on the same disk, but it was a > second disk, not the primary one

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread hal at oz dot net
--- Comment #14 from hal at oz dot net 2008-02-17 17:28 --- Two comments to add, now that it seems that this patch might have caused some other problems: 1) In the original bug (make pdf doesn't work after building with a relative path), the source and build directories were on the same

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2008-02-17 11:58 --- (In reply to comment #5) > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 7553dcb..9c91fb5 100644 > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -3653,7 +3653,7 @@ gcc-vers.texi: $(BASEVER) $(DEVPHA

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- Comment #12 from rwild at gcc dot gnu dot org 2008-02-13 20:27 --- Fixed. -- rwild at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- Comment #11 from rwild at gcc dot gnu dot org 2008-02-13 20:26 --- Subject: Bug 35148 Author: rwild Date: Wed Feb 13 20:25:47 2008 New Revision: 132296 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132296 Log: PR other/35148 * Makefile.in (gcc-vers.texi): Use abs_srcdir for

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-13 Thread rwild at gcc dot gnu dot org
--- Comment #10 from rwild at gcc dot gnu dot org 2008-02-13 19:28 --- Subject: Bug 35148 Author: rwild Date: Wed Feb 13 19:27:34 2008 New Revision: 132295 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132295 Log: PR other/35148 * Makefile.in (gcc-vers.texi): Use abs_srcdir for

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-12 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2008-02-12 20:15 --- Subject: Re: make pdf has missing file in 4.3-20080208 On Sun, 10 Feb 2008, Ralf dot Wildenhues at gmx dot de wrote: > Thanks. Please note that I don't have write access yet (so if you want > to make sure it gets

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread hal at oz dot net
--- Comment #8 from hal at oz dot net 2008-02-11 00:46 --- I checked, and that patch does fix the original problem on my machine. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keyw

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #7 from Ralf dot Wildenhues at gmx dot de 2008-02-10 20:30 --- Subject: Re: make pdf has missing file in 4.3-20080208 * joseph at codesourcery dot com wrote on Sun, Feb 10, 2008 at 09:25:09PM CET: > On Sun, 10 Feb 2008, Ralf dot Wildenhues at gmx dot de wrote: > > --- a/gc

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2008-02-10 20:25 --- Subject: Re: make pdf has missing file in 4.3-20080208 On Sun, 10 Feb 2008, Ralf dot Wildenhues at gmx dot de wrote: > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -3653,7 +3653,7 @@ gcc-vers.texi: $(BASEVER

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #5 from Ralf dot Wildenhues at gmx dot de 2008-02-10 17:21 --- Subject: Re: make pdf has missing file in 4.3-20080208 * hal at oz dot net wrote on Sun, Feb 10, 2008 at 06:18:02PM CET: > > I'd be glad to try changing the rule for gcc-vers.texi to see if that fixes > the >

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-10 Thread hal at oz dot net
--- Comment #4 from hal at oz dot net 2008-02-10 17:18 --- Yes, redoing the configure with an absolute path does solve the problem. (The original was, indeed, configured with a relative path -- old habit, avoiding absolute paths whenever I can.) For the record, I've got this version of

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-09 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #3 from Ralf dot Wildenhues at gmx dot de 2008-02-09 22:13 --- Subject: Re: make pdf has missing file in 4.3-20080208 * joseph at codesourcery dot com wrote on Sat, Feb 09, 2008 at 08:29:27PM CET: > On Sat, 9 Feb 2008, hal at oz dot net wrote: > > > ! I can't find file `.

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-09 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-02-09 19:29 --- Subject: Re: New: make pdf has missing file in 4.3-20080208 On Sat, 9 Feb 2008, hal at oz dot net wrote: > ! I can't find file `../../gcc-4.3-20080208/gcc/../libiberty/at-file.texi'. This looks like you are conf

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-09 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #1 from Ralf dot Wildenhues at gmx dot de 2008-02-09 18:36 --- Confirmed the failure with $ /usr/bin/texi2dvi --version texi2dvi (GNU Texinfo 4.8) 1.34 It works fine however with current CVS texinfo. Related: --