all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22668: extraneous loaddefs files in 25.0.91 pretest
@ 2016-02-14 22:39 Glenn Morris
  2016-03-02 18:44 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2016-02-14 22:39 UTC (permalink / raw)
  To: 22668; +Cc: Nicolas Petton

Package: emacs
Version: 25.0.91

Diffing the emacs-25.0.91 pretest against the emacs-25.0.90 (as per
admin/make-tarball.txt) shows that the latest version contains some
loaddefs files that it should not. My guess as to how these might have
gotten there: was this created from a master branch that was switched in
place to the emacs-25 branch?

Only in emacs-25.0.91/lisp: dired-loaddefs.el
Only in emacs-25.0.91/lisp/emacs-lisp: eieio-loaddefs.el
Only in emacs-25.0.91/lisp: htmlfontify-loaddefs.el
Only in emacs-25.0.91/lisp: ibuffer-loaddefs.el
Only in emacs-25.0.91/lisp/mail: rmail-loaddefs.el
Only in emacs-25.0.91/lisp: ps-print-loaddefs.el
Only in emacs-25.0.91/lisp/textmodes: reftex-loaddefs.el





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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-02-14 22:39 bug#22668: extraneous loaddefs files in 25.0.91 pretest Glenn Morris
@ 2016-03-02 18:44 ` Glenn Morris
  2016-03-03 14:07   ` Nicolas Petton
  2016-04-22 17:16   ` Nicolas Petton
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2016-03-02 18:44 UTC (permalink / raw)
  To: 22668; +Cc: Nicolas Petton


This issue persists in the 25.0.92 pretest.

Glenn Morris wrote:

> Diffing the emacs-25.0.91 pretest against the emacs-25.0.90 (as per
> admin/make-tarball.txt) shows that the latest version contains some
> loaddefs files that it should not. My guess as to how these might have
> gotten there: was this created from a master branch that was switched in
> place to the emacs-25 branch?
>
> Only in emacs-25.0.91/lisp: dired-loaddefs.el
> Only in emacs-25.0.91/lisp/emacs-lisp: eieio-loaddefs.el
> Only in emacs-25.0.91/lisp: htmlfontify-loaddefs.el
> Only in emacs-25.0.91/lisp: ibuffer-loaddefs.el
> Only in emacs-25.0.91/lisp/mail: rmail-loaddefs.el
> Only in emacs-25.0.91/lisp: ps-print-loaddefs.el
> Only in emacs-25.0.91/lisp/textmodes: reftex-loaddefs.el





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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-03-02 18:44 ` Glenn Morris
@ 2016-03-03 14:07   ` Nicolas Petton
  2016-03-03 16:55     ` Glenn Morris
  2016-04-22 17:16   ` Nicolas Petton
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Petton @ 2016-03-03 14:07 UTC (permalink / raw)
  To: Glenn Morris, 22668; +Cc: Nicolas Petton

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

Glenn Morris <rgm@gnu.org> writes:

> This issue persists in the 25.0.92 pretest.

I see, but I don't know how to fix it though.  Any pointers?

Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 512 bytes --]

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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-03-03 14:07   ` Nicolas Petton
@ 2016-03-03 16:55     ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2016-03-03 16:55 UTC (permalink / raw)
  To: Nicolas Petton; +Cc: 22668

Nicolas Petton wrote:

>> This issue persists in the 25.0.92 pretest.
>
> I see, but I don't know how to fix it though.  Any pointers?

Delete those files?
See my additions to make-tarball.txt in  7a0628d82eceb3.





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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-03-02 18:44 ` Glenn Morris
  2016-03-03 14:07   ` Nicolas Petton
@ 2016-04-22 17:16   ` Nicolas Petton
  2016-04-22 17:58     ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Petton @ 2016-04-22 17:16 UTC (permalink / raw)
  To: Glenn Morris, 22668; +Cc: 22668-done

Glenn Morris <rgm@gnu.org> writes:

> This issue persists in the 25.0.92 pretest.

I fixed it in 25.0.93.

Nico





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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-04-22 17:16   ` Nicolas Petton
@ 2016-04-22 17:58     ` Glenn Morris
  2016-04-22 18:33       ` nicolas
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2016-04-22 17:58 UTC (permalink / raw)
  To: Nicolas Petton; +Cc: 22668


Thanks. This time there is a harmless extra empty directory lisp/image
that should not be there. I recommend doing something like this each time:

tar avxf ./emacs-25.0.92.tar.xz 
tar avxf ./emacs-25.0.93.tar.xz 
diff -qr emacs-25.0.92 emacs-25.0.93 | grep -v differ





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

* bug#22668: extraneous loaddefs files in 25.0.91 pretest
  2016-04-22 17:58     ` Glenn Morris
@ 2016-04-22 18:33       ` nicolas
  0 siblings, 0 replies; 7+ messages in thread
From: nicolas @ 2016-04-22 18:33 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 22668



On Fri, Apr 22, 2016, at 07:58 PM, Glenn Morris wrote:
> 
> Thanks. This time there is a harmless extra empty directory lisp/image
> that should not be there. I recommend doing something like this each
> time:
> 
> tar avxf ./emacs-25.0.92.tar.xz 
> tar avxf ./emacs-25.0.93.tar.xz 
> diff -qr emacs-25.0.92 emacs-25.0.93 | grep -v differ

Ahh, indeed, I compared the tarballs though, but missed it.

Nico





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

end of thread, other threads:[~2016-04-22 18:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 22:39 bug#22668: extraneous loaddefs files in 25.0.91 pretest Glenn Morris
2016-03-02 18:44 ` Glenn Morris
2016-03-03 14:07   ` Nicolas Petton
2016-03-03 16:55     ` Glenn Morris
2016-04-22 17:16   ` Nicolas Petton
2016-04-22 17:58     ` Glenn Morris
2016-04-22 18:33       ` nicolas

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.