Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64790 - app-editors/emacs-21.3-r4 doesn't build with leim USE
Summary: app-editors/emacs-21.3-r4 doesn't build with leim USE
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 14:18 UTC by Artik
Modified: 2022-04-21 08:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artik 2004-09-20 14:18:37 UTC
Compilation problem

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
sucks

Expected Results:  
useable;)

if [ -f quail/CCDOSPY.elc ]; then true; else \
 EMACSLOADPATH=/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/../lisp
../src/emacs -batch --no-init-file --no-site-file --multibyte  -l
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/../lisp/international/quail \
  -f batch-byte-compile quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el
quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el
quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el; fi
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/CCDOSPY.el:
  !! Wrong type argument ((listp -131097552))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/Punct.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/QJ.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/SW.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/TONEPY.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/4Corner.el:
  !! Wrong type argument ((listp -131097552))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/ARRAY30.el:
  !! Wrong type argument ((listp -131097552))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/ECDICT.el:
  !! Wrong type argument ((listp -131097552))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/ETZY.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/Punct-b5.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/PY-b5.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/QJ-b5.el:
  !! Wrong type argument ((listp 0))
While compiling toplevel forms in file
/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim/quail/ZOZY.el:
  !! Wrong type argument ((listp -131097552))
Done
make[1]: *** [quail/CCDOSPY.elc] Error 1
make[1]: Leaving directory `/var/tmp/portage/emacs-21.3-r4/work/emacs-21.3/leim'
make: *** [leim] Error 2

!!! ERROR: app-editors/emacs-21.3-r4 failed.
!!! Function src_compile, Line 79, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-21 05:49:15 UTC
Are you using gcc-3.4 with optimisation flag -O2 or higher? 
Please paste the output of `emerge info`.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-22 21:55:58 UTC
Filtered out -O[3-9]. Please test.