all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* quai/PY.el error - build failed
@ 2007-01-31 17:28 CHENG Gao
  2007-01-31 17:50 ` CHENG Gao
  0 siblings, 1 reply; 6+ messages in thread
From: CHENG Gao @ 2007-01-31 17:28 UTC (permalink / raw)
  To: emacs-devel

I just checked out emacs-unicode cvs and build with ./make-package, and
build failed. Error message:

,----
| In toplevel form:
| quail/PY.el:87:1:Error: Invalid Quail map `(((0 0 0 0 nil) . [  H e a d e r   a d d e d   f o r   E m a c s]))'
| make[1]: *** [quail/PY.elc] Error 1
| make: *** [leim] Error 2
| Make failed... Aborting make-package.
`----

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

* Re: quai/PY.el error - build failed
  2007-01-31 17:28 quai/PY.el error - build failed CHENG Gao
@ 2007-01-31 17:50 ` CHENG Gao
  2007-01-31 17:55   ` Leo
  2007-01-31 17:58   ` CHENG Gao
  0 siblings, 2 replies; 6+ messages in thread
From: CHENG Gao @ 2007-01-31 17:50 UTC (permalink / raw)
  To: emacs-devel


I found the culprit.

Latest commit to titdic-cnv.el:
,----
| CVSROOT:	/cvsroot/emacs
| Module name:	emacs
| Changes by:	Kenichi Handa <handa>	07/01/29 11:08:10
| 
| Modified files:
| 	lisp/international: titdic-cnv.el 
| 
| Log message:
| 	(py-converter): Fix previous change.
`----

in py-converter
,----
|   (insert "  '((\"\C-?\" . quail-delete-last-char)
|    (\".\" . quail-next-translation)
|    (\">\" . quail-next-translation)
|    (\",\" . quail-prev-translation)
|    (\"<\" . quail-prev-translation))
|   nil nil nil nil)\n\n")
`----

In last line, four "nil" and ")" after them were input in Japanese
coding.

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

* Re: quai/PY.el error - build failed
  2007-01-31 17:50 ` CHENG Gao
@ 2007-01-31 17:55   ` Leo
  2007-01-31 18:17     ` CHENG Gao
  2007-01-31 17:58   ` CHENG Gao
  1 sibling, 1 reply; 6+ messages in thread
From: Leo @ 2007-01-31 17:55 UTC (permalink / raw)
  To: emacs-devel

On 2007-01-31, CHENG Gao said:

> I found the culprit.
>
> Latest commit to titdic-cnv.el:
> ,----
> | CVSROOT:	/cvsroot/emacs
> | Module name:	emacs
> | Changes by:	Kenichi Handa <handa>	07/01/29 11:08:10
> | 
> | Modified files:
> | 	lisp/international: titdic-cnv.el 
> | 
> | Log message:
> | 	(py-converter): Fix previous change.
> `----
>
> in py-converter
> ,----
> |   (insert "  '((\"\C-?\" . quail-delete-last-char)
> |    (\".\" . quail-next-translation)
> |    (\">\" . quail-next-translation)
> |    (\",\" . quail-prev-translation)
> |    (\"<\" . quail-prev-translation))
> |   nil nil nil nil)\n\n")
> `----
>
> In last line, four "nil" and ")" after them were input in Japanese
> coding.

If you do CVS up and make bootstrap, it will succeed. I have no
problem compiling the laste Emacs 22.0.93+CVS.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

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

* Re: quai/PY.el error - build failed
  2007-01-31 17:50 ` CHENG Gao
  2007-01-31 17:55   ` Leo
@ 2007-01-31 17:58   ` CHENG Gao
  1 sibling, 0 replies; 6+ messages in thread
From: CHENG Gao @ 2007-01-31 17:58 UTC (permalink / raw)
  To: emacs-devel

Sorry I think I found the right location but gave wrong comment.
Should be a ")" missed or something.

Generated PY.el has mismatched parenthese.

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

* Re: quai/PY.el error - build failed
  2007-01-31 17:55   ` Leo
@ 2007-01-31 18:17     ` CHENG Gao
  2007-01-31 18:32       ` CHENG Gao
  0 siblings, 1 reply; 6+ messages in thread
From: CHENG Gao @ 2007-01-31 18:17 UTC (permalink / raw)
  To: emacs-devel

I build under MacOSX, and with latest cvs source, and it's
emacs-unicode-2 branch not HEAD.

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

* Re: quai/PY.el error - build failed
  2007-01-31 18:17     ` CHENG Gao
@ 2007-01-31 18:32       ` CHENG Gao
  0 siblings, 0 replies; 6+ messages in thread
From: CHENG Gao @ 2007-01-31 18:32 UTC (permalink / raw)
  To: emacs-devel

I deleted titdic-cnv.el and .elc and cvs up again. And build is ok.

Problem solved though I have no idea why.

Sorry for false alarm.

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

end of thread, other threads:[~2007-01-31 18:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 17:28 quai/PY.el error - build failed CHENG Gao
2007-01-31 17:50 ` CHENG Gao
2007-01-31 17:55   ` Leo
2007-01-31 18:17     ` CHENG Gao
2007-01-31 18:32       ` CHENG Gao
2007-01-31 17:58   ` CHENG Gao

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.