This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: install broken for treelang


On Tue, 2003-10-21 at 08:26, Andreas Jaeger wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
> 
> > On Tue, 2003-10-21 at 08:08, Andreas Jaeger wrote:
> >> Mark Mitchell <mark@codesourcery.com> writes:
> >> 
> >> >> chmod a-x /opt/gcc/3.4-devel/info/g77.info*
> >> >> chmod: failed to get attributes of `/opt/gcc/3.4-devel/info/g77.info*': No such file or directory
> >> >
> >> > Does /abuild/aj/builds/gcc/misc/gcc/doc/g77.info exist?
> >> 
> >> I'll double check - I had removed the build dir already and will start
> >> again.
> >
> > I was able to replicate one problem (by removing g77.info and setting
> > BUILD_INFO to the empty string), which I fixed with this patch.
> 
> Indeed, BUILD_INFO was the empty string on my system.  Somehow
> makeinfo was not installed at all on my new system :-( - ok, my system
> has now a working makeinfo and I'll restart my bootstrap.

I've created a dummy makeinfo that doesn't work, and am rebuilding with
that as well, to see if I can replicate the problem.

As I said yesterday, I think we should *require* makeinfo for
development builds; if the .info files are not already present in the
$(srcdir), I think you should have to have makeinfo installed.

But, that's an argument for another day, I guess.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]