GNU bug report logs -
#16099
MinGW build failure when srcdir is absolute and has "wrong" format
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Tue, 10 Dec 2013 12:14:01 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Tue, 10 Dec 2013 18:25:11 +0000
> From: Richard Copley <rcopley <at> gmail.com>
> Cc: 16099 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
>
> > Opening output file: no such file or directory,
> c:/c/emacs/trunk/lisp/loaddefs.el
> > [...]
> > loaddefs.el: No such file or directory
> >
> > ?
>
> That certainly looks suspect, well spotted. I guess
> "c:/c/emacs/trunk/lisp/loaddefs.el" is the value of
> `generated-autoload-file' which is set a few lines up:
>
> [...] --eval '(setq generated-autoload-file (expand-file-name
> "/c/emacs/trunk/lisp/loaddefs.el"))' [...]
>
> I think that's probably a bug (mixing MSYS- and native-style paths), but if
> I had used a relative path to invoke the configure script, it would have
> been a benign bug. I'll reconfigure using a relative path and try again.
Instead of working around the problem, just add a call to
unmsys--file-name there, like we do for other autoloads in that
Makefile.
This bug report was last modified 11 years and 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.