From: Paul Eggert <eggert@cs.ucla.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: cyd@stupidchicken.com, bug-gnulib@gnu.org,
monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: Files from gnulib
Date: Thu, 27 Jan 2011 00:32:03 -0800 [thread overview]
Message-ID: <4D412D83.1010503@cs.ucla.edu> (raw)
In-Reply-To: <83d3nkxq31.fsf@gnu.org>
On 01/25/2011 08:10 PM, Eli Zaretskii wrote:
> It's done by the ARI script. All I know about the errors is that some
> files still clash.
I looked into that, and the ARI script itself
<http://sourceware.org/gdb/current/ari/gdb_ari.sh> doesn't know
anything about 8+3 file names, so some other program must be doing it.
My guess is that they're using GNU doschk
<http://www.gnu.org/software/doschk/> and filtering the output.
If I run "make dist" on the Emacs trunk, and then ask GNU doschk
to report all 8+3 file name clashes in the resulting distribution, it
reports the following:
ORG-COMP.EL : ./lisp/org/org-compat.el
./lisp/org/org-complete.el
ORG-COMP.ELC : ./lisp/org/org-compat.elc
./lisp/org/org-complete.elc
SEMANTIC.EL : ./test/cedet/semantic-ia-utest.el
./test/cedet/semantic-tests.el
./test/cedet/semantic-utest-c.el
./test/cedet/semantic-utest.el
TESTSPPR.C : ./test/cedet/tests/testsppreplace.c
./test/cedet/tests/testsppreplaced.c
Do you see any errors in this report? If so, we should fix GNU
doschk. If not, that suggests that doschk is good enough for us
to use with Emacs, as part of a maintainer-mode check for problems
in this area.
>> From: Paul Eggert <eggert@cs.ucla.edu>
>> With GDB it's two commands:
>>
>> djtar -x -p -o gdb-7.2/djunpack.bat gdb-7.2.tar.gz > djunpack.bat
>> djunpack gdb-7.2.tar.gz
>>
>> Why would it be more complicated than that for Emacs?
>
> This is the complexity I want to avoid. Don't you think it's
> complicated enough?
Having MS-DOS builders type two commands to extract, rather than one,
is not complicated. It would be a tiny price to pay, compared to
the hassles for all developers who have to shoehorn file names into
the 8+3 straitjacket. People who build for MS-DOS can be expected to
understand minor workarounds like this.
> And how about the issue with using slashes in the
> argument to djunpack?
What issue is that? In the above instructions, djunpack's argument
does not contain any slashes.
> Scripts are written by people, who tend to err or miss something.
Sure, but a reasonable script will greatly lower the error rate to
something that is manageable. That's all that one can ask of any
build system.
>> 'find' is already required to build Emacs; for example, Makefile.in
>> uses it.
>
> Only lisp/Makefile.in, which is not used when a release is built on
> DOS (all the files are already compiled).
No, 'find' is used in other places too; for example it is used
the top level Makefile.in, and in leim/Makefile.in. But my point,
which I think you're agreeing with, is that it's OK to use 'find'
in maintainer 'make' rules, since maintainers are expected to have hosts
with a decent toolset.
> This means, for example, that to test an
> arbitrary revision of the development tree, I will need to run
> make-dist on Unix, create a tarball, copy it to a DOS machine, then
> build, find problems, go back to the Unix machine, etc.
That's OK. It's normal, even on Unix-like hosts to do that.
I do it all the time. I've caught multiple bugs recently in
Emacs by doing that.
The goal is not to make _maintenance_ practical on MS-DOS; that
would be far too ambitious. The goal is only to make _building_
practical on MS-DOS.
>> What else is needed?
>
> Maintenance.
No matter what solution we adopt, some maintenance will be required.
However, if we can automate most of it, we will lessen the overall
maintenance burden.
> How can instructions that need to be googled for be simple and
> reliable?
Instructions don't *need* to be Googled for. One can visit the Emacs
web page, and navigate to the installation instructions, which will be
one of the web pages that I mentioned. However, it is quite common to
use Google nowadays, more common than traditional navigation, and
there's nothing wrong with that.
>>>> Also, the problem of non-8+3 file names does not seem to be limited
>>>> to gnulib-derived files.
>>>
>>> Yes, they are limited to gnulib-derived files. If you mean Org, I'm
>>> sure those files will be renamed.
>>
>> I meant all the other files that have 8+3 issues.
>
> Which ones?
CEDET as well (see the above). This is a continuing issue, with files
coming from multiple sources, and the problem is likely to keep
cropping up. We need a better solution than what we've got now.
next prev parent reply other threads:[~2011-01-27 8:32 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-23 12:15 Files from gnulib Eli Zaretskii
2011-01-23 12:40 ` Eli Zaretskii
2011-01-23 19:29 ` Paul Eggert
2011-01-23 22:16 ` Bruno Haible
2011-01-24 3:26 ` Stefan Monnier
2011-01-24 4:01 ` Eli Zaretskii
2011-01-24 23:26 ` Paul Eggert
2011-01-25 4:00 ` Eli Zaretskii
2011-01-25 8:48 ` Paul Eggert
2011-01-25 11:24 ` Eli Zaretskii
2011-01-25 11:32 ` Bastien ROUCARIES
2011-01-25 14:07 ` Eli Zaretskii
2011-01-25 18:07 ` Paul Eggert
2011-01-25 19:02 ` Eli Zaretskii
2011-01-25 21:03 ` Stefan Monnier
2011-01-25 21:54 ` Eli Zaretskii
2011-01-25 22:15 ` Stefan Monnier
2011-01-26 1:05 ` Paul Eggert
2011-01-26 4:12 ` Eli Zaretskii
2011-01-26 6:01 ` Eli Zaretskii
2011-01-26 15:19 ` Proposed gnulib renames [was: Files from gnulib] Eric Blake
2011-01-26 15:58 ` Proposed gnulib renames Eli Zaretskii
2011-01-26 17:33 ` Bruno Haible
2011-01-26 18:40 ` Eli Zaretskii
2011-01-26 19:01 ` Eric Blake
2011-01-26 19:01 ` Bruno Haible
2011-01-26 19:18 ` Eli Zaretskii
2011-01-27 7:37 ` Paul Eggert
2011-01-27 9:57 ` Eli Zaretskii
2011-01-27 9:58 ` Eli Zaretskii
2011-01-27 9:59 ` Bruno Haible
2011-01-28 1:57 ` Paul Eggert
2011-01-27 10:14 ` Bruno Haible
2011-01-27 10:23 ` Bruno Haible
2011-01-28 0:32 ` Paul Eggert
2011-01-26 16:11 ` Files from gnulib Stefan Monnier
2011-01-26 4:02 ` Eli Zaretskii
2011-01-26 0:32 ` Jason Rumney
2011-01-26 3:12 ` Stefan Monnier
2011-01-25 21:24 ` Paul Eggert
2011-01-25 22:06 ` Eli Zaretskii
2011-01-26 0:54 ` Paul Eggert
2011-01-26 4:10 ` Eli Zaretskii
2011-01-26 11:13 ` Jim Meyering
2011-01-26 13:09 ` Eli Zaretskii
2011-01-26 13:23 ` Jim Meyering
2011-01-26 13:29 ` Lennart Borgman
2011-01-26 13:33 ` Eli Zaretskii
2011-01-26 13:37 ` Eli Zaretskii
2011-01-26 13:50 ` Jim Meyering
2011-01-26 12:27 ` Andreas Schwab
2011-01-26 13:17 ` Eli Zaretskii
2011-01-26 13:24 ` Andreas Schwab
2011-01-26 13:41 ` Eli Zaretskii
2011-01-27 8:32 ` Paul Eggert [this message]
2011-01-27 11:08 ` Eli Zaretskii
2011-01-28 7:30 ` Paul Eggert
2011-01-28 14:20 ` Eli Zaretskii
2011-01-31 9:29 ` Compartmentalizing the 8.3 problem into the msdos directory Paul Eggert
2011-02-05 10:59 ` Eli Zaretskii
2011-02-05 11:20 ` Paul Eggert
2011-02-05 11:26 ` Eli Zaretskii
2011-02-05 23:30 ` Paul Eggert
2011-02-06 0:55 ` Glenn Morris
2011-02-06 13:37 ` Miles Bader
2011-02-06 4:01 ` Eli Zaretskii
2011-02-06 7:30 ` Paul Eggert
2011-02-06 9:59 ` Eli Zaretskii
2011-01-24 7:57 ` Files from gnulib Glenn Morris
2011-01-24 16:37 ` Stefan Monnier
2011-01-24 4:07 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2011-01-25 8:20 RE : " Bastien ROUCARIES
2011-01-25 14:05 ` Eli Zaretskii
2011-01-25 14:51 ` Jim Meyering
2011-01-25 15:33 ` Eli Zaretskii
2011-01-25 16:50 ` Ulrich Mueller
2011-01-25 18:50 ` Eli Zaretskii
2011-01-25 19:31 ` Ulrich Mueller
2011-01-25 19:38 ` Eli Zaretskii
2011-01-25 20:00 ` Ulrich Mueller
2011-01-25 20:09 ` Eli Zaretskii
2011-01-25 19:52 ` Óscar Fuentes
2011-01-25 20:19 ` Eli Zaretskii
2011-01-25 19:04 ` Stefan Monnier
2011-01-25 19:36 ` Eli Zaretskii
2011-01-25 22:37 ` Bastien ROUCARIES
2011-01-26 3:49 ` Eli Zaretskii
2011-01-26 11:02 ` Jim Meyering
2011-01-26 11:52 ` Bastien ROUCARIES
2011-01-26 11:58 ` Bastien ROUCARIES
2011-01-26 13:12 ` Eli Zaretskii
2011-01-26 12:52 ` Eli Zaretskii
2011-01-26 13:33 ` Bastien ROUCARIES
2011-01-26 13:48 ` Eli Zaretskii
2011-01-26 15:26 ` Bastien ROUCARIES
2011-01-26 15:46 ` Eli Zaretskii
2011-01-26 15:57 ` Bastien ROUCARIES
2011-01-26 18:56 ` Eli Zaretskii
2011-01-26 14:35 ` Andy Moreton
2011-01-26 15:31 ` Bastien ROUCARIES
2011-01-26 18:28 ` Miles Bader
2011-01-26 18:59 ` Eli Zaretskii
2011-01-27 10:54 ` Simon Josefsson
2011-01-28 2:27 ` Paul Eggert
2012-08-23 11:36 ` Bastien ROUCARIES
2012-08-23 16:23 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D412D83.1010503@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=bug-gnulib@gnu.org \
--cc=cyd@stupidchicken.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.