Re: EasyPG 0.0.12
17 years, 6 months
Adrian Aichner
Daiki Ueno <ueno(a)unixuser.org> writes:
> The 12th (the one year anniversary) release of EasyPG is available from
> http://www.easypg.org.
>
> EasyPG is an all-in-one GnuPG interface for Emacs. It has two
> aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG
> Assistant), and a fully functional interface library to GnuPG (EasyPG
> Library).
>
> * Major changes in 0.0.12
>
> ** epa-file.el usability improvements.
>
> *** Ask recipients only the first time.
>
> *** Respect epa-armor and epa-textmode.
>
> *** Customizing epa-file-name-regexp now works.
>
> *** Backup files for "*.gpg" are also encrypted.
Hello Daiki and All!
I have migrated from crypt++ (which I used for years) to epg-0.0.12
over the Pentecost-weekend, and I like it!
The biggest issue I found is that ediff-revision will not work with it
out of the box.
Unlike crypt++ easypg overloads write-region.
When vc-find-version writes the retrieved (encrypted) file.gpg.~REV~
to disk, epa-file kicks in and encrypts the data again :-)
I can prove that by decrypting the seemingly corrupted data in the
created file one more time with `epa-decrypt-region' after visiting.
Do you know a solution for this issue (already encrypted data coming
from processes and being written to files matching
epa-file-name-regexp) while epa-file is enabled?
My awkward (and unacceptable) workaround (just to prove the fact and
get me going) is to epa-file-disable and then epa-file-enable again
inside vc-find-version in vc.el.
Another issue is that local-variable-p requires the BUFFER argument in
XEmacs 21.5 (beta28) "fuki" (+CVS-20070525) [Lucid] (i586-pc-win32, Mule) of Sat May 26 2007 on TANG
Thirdly I would suggest to extend
epa-file-name-regexp to
"\\.gpg\\(~\\|\\.~[.0-9]+~\\)?\\'"
in order to handle files created by vc-find-version.
Finally, buffers read in are marked as modified, but that seems to be
due to a recent change in XEmacs (probably GNU Emacs as well).
Are the latest sources of easypg publicly available anywhere?
They don't seem to be at sourceforge (?)
Best regards!
Adrian
>
> Regards,
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: EasyPG 0.0.12
17 years, 6 months
Adrian Aichner
Daiki Ueno <ueno(a)unixuser.org> writes:
> The 12th (the one year anniversary) release of EasyPG is available from
> http://www.easypg.org.
>
> EasyPG is an all-in-one GnuPG interface for Emacs. It has two
> aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG
> Assistant), and a fully functional interface library to GnuPG (EasyPG
> Library).
>
> * Major changes in 0.0.12
>
> ** epa-file.el usability improvements.
>
> *** Ask recipients only the first time.
>
> *** Respect epa-armor and epa-textmode.
>
> *** Customizing epa-file-name-regexp now works.
>
> *** Backup files for "*.gpg" are also encrypted.
Hello Daiki and All!
I have migrated from crypt++ (which I used for years) to epg-0.0.12
over the Pentecost-weekend, and I like it!
The biggest issue I found is that ediff-revision will not work with it
out of the box.
Unlike crypt++ easypg overloads write-region.
When vc-find-version writes the retrieved (encrypted) file.gpg.~REV~
to disk, epa-file kicks in and encrypts the data again :-)
I can prove that by decrypting the seemingly corrupted data in the
created file one more time with `epa-decrypt-region' after visiting.
Do you know a solution for this issue (already encrypted data coming
from processes and being written to files matching
epa-file-name-regexp) while epa-file is enabled?
My awkward (and unacceptable) workaround (just to prove the fact and
get me going) is to epa-file-disable and then epa-file-enable again
inside vc-find-version in vc.el.
Another issue is that local-variable-p requires the BUFFER argument in
XEmacs 21.5 (beta28) "fuki" (+CVS-20070525) [Lucid] (i586-pc-win32, Mule) of Sat May 26 2007 on TANG
Thirdly I would suggest to extend
epa-file-name-regexp to
"\\.gpg\\(~\\|\\.~[.0-9]+~\\)?\\'"
in order to handle files created by vc-find-version.
Finally, buffers read in are marked as modified, but that seems to be
due to a recent change in XEmacs (probably GNU Emacs as well).
Are the latest sources of easypg publicly available anywhere?
They don't seem to be at sourceforge (?)
Best regards!
Adrian
>
> Regards,
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
21.5.28: problems with --prefix
17 years, 6 months
Ville Skyttä
This may be a somewhat convoluted problem with quite a few moving pieces
(patches, other *dir configure options etc) here and there, but let's try the
simplified version first in case it rings a bell:
When configuring 21.5.28 with --prefix=/usr, the etc and lisp dirs end up
installed in /usr/share/xemacs-21.5-b28/{etc,lisp}, but the resulting xemacs
binary tries to look for them from /usr/{etc,lisp}. --with-prefix=no doesn't
appear to have any effect on this. 21.5.27 did not have this problem, and no
options or patches I use have changed in a way that they should cause this.
A quick workaround was to use --prefix=/usr/share/xemacs-21.5-b28
Thoughts? Full build log (with the above workaround applied) at
http://koji.fedoraproject.org/koji/getfile?taskID=12704&name=build.log
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b27] XEmacs crash due to double free
17 years, 6 months
Sjoerd Mullender
================================================================
Dear Bug Team!
>From time to time I notice that all of a sudden XEmacs has vanished.
Looking at the file ~/.xsession-errors I find that it crashed due to a
double free which glibc detected. Included is the info from that log.
That is basically all the info I have (i.e. no core dump). The XEmacs
is the version that is current in Fedora Core 6 for AMD64 (x86_64).
At the time this crash happened (and the other ones I notices) I was not
interacting with XEmacs. Instead, I was (this time anyway) switching
between work spaces (I use Gnome on Fedora).
*** glibc detected *** xemacs: double free or corruption (out): 0x000000000262a200 ***
======= Backtrace: =========
/lib64/libc.so.6[0x365ec6ea30]
/lib64/libc.so.6(cfree+0x8c)[0x365ec7214c]
/usr/lib64/libX11.so.6(XFreeModifiermap+0x17)[0x3056435c87]
xemacs[0x594269]
/usr/lib64/libXt.so.6[0x305a64841e]
/usr/lib64/libXt.so.6[0x305a648839]
/usr/lib64/libXt.so.6(_XtTranslateEvent+0x6a5)[0x305a648f05]
/usr/lib64/libXt.so.6(XtCallCallbackList+0xa8)[0x305a613958]
/usr/lib64/libXt.so.6(_XtRefreshMapping+0xc6)[0x305a62bfa6]
/usr/lib64/libXt.so.6(XtDispatchEvent+0x1f9)[0x305a620de9]
/usr/lib64/libXt.so.6(XtAppProcessEvent+0x1c1)[0x305a62d961]
xemacs[0x5924d4]
xemacs(event_stream_quit_p+0x9)[0x49bc19]
xemacs(check_quit+0x36)[0x565c86]
xemacs(check_what_happened+0x40)[0x565f40]
xemacs(internal_equal+0xf7)[0x4ce4e7]
xemacs[0x4828db]
xemacs(Fgethash+0x27)[0x483897]
xemacs(x_has_keysym+0xa8)[0x593d68]
xemacs[0x5941d1]
xemacs[0x594274]
/usr/lib64/libXt.so.6[0x305a64841e]
/usr/lib64/libXt.so.6[0x305a648839]
/usr/lib64/libXt.so.6(_XtTranslateEvent+0x6a5)[0x305a648f05]
/usr/lib64/libXt.so.6(XtCallCallbackList+0xa8)[0x305a613958]
/usr/lib64/libXt.so.6(_XtRefreshMapping+0xc6)[0x305a62bfa6]
/usr/lib64/libXt.so.6(XtDispatchEvent+0x1f9)[0x305a620de9]
/usr/lib64/libXt.so.6(XtAppProcessEvent+0x1c1)[0x305a62d961]
xemacs[0x5924d4]
xemacs(event_stream_quit_p+0x9)[0x49bc19]
xemacs(check_quit+0x36)[0x565c86]
xemacs(check_what_happened+0x40)[0x565f40]
xemacs(Ffuncall+0x228)[0x48cb88]
xemacs(call3+0x49)[0x48d509]
xemacs(select_convert_out+0xbc)[0x56477c]
xemacs(x_handle_selection_request+0x105)[0x5a99a5]
xemacs[0x592f5d]
xemacs[0x49af3d]
xemacs(Fdispatch_event+0x142)[0x49fa82]
xemacs(Fcommand_loop_1+0x11d)[0x4690dd]
xemacs[0x46919b]
xemacs(condition_case_1+0x138)[0x48f348]
xemacs[0x4692a0]
xemacs(internal_catch+0xf0)[0x48b620]
xemacs(initial_command_loop+0xb0)[0x469530]
xemacs(xemacs_21_5_b27_x86_64_redhat_linux+0xac3)[0x487143]
xemacs(free_argc_argv+0x0)[0x487d20]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x365ec1da44]
xemacs[0x44edb9]
======= Memory map: ========
00400000-00637000 r-xp 00000000 08:02 5531269 /usr/bin/xemacs-21.5-b27
00837000-00dbb000 rw-p 00237000 08:02 5531269 /usr/bin/xemacs-21.5-b27
00dbb000-00eef000 rw-p 00dbb000 00:00 0
011ba000-011d4000 rw-p 007ba000 08:02 5531269 /usr/bin/xemacs-21.5-b27
011d4000-02cb9000 rw-p 011d4000 00:00 0 [heap]
3056400000-3056504000 r-xp 00000000 08:02 5523721 /usr/lib64/libX11.so.6.2.0
3056504000-3056704000 ---p 00104000 08:02 5523721 /usr/lib64/libX11.so.6.2.0
3056704000-305670b000 rw-p 00104000 08:02 5523721 /usr/lib64/libX11.so.6.2.0
3056800000-3056810000 r-xp 00000000 08:02 6011445 /usr/lib64/libXext.so.6.4.0
3056810000-3056a10000 ---p 00010000 08:02 6011445 /usr/lib64/libXext.so.6.4.0
3056a10000-3056a11000 rw-p 00010000 08:02 6011445 /usr/lib64/libXext.so.6.4.0
3056c00000-3056c53000 r-xp 00000000 08:02 6011327 /usr/lib64/libneXtaw.so.0.15.1
3056c53000-3056e53000 ---p 00053000 08:02 6011327 /usr/lib64/libneXtaw.so.0.15.1
3056e53000-3056e5e000 rw-p 00053000 08:02 6011327 /usr/lib64/libneXtaw.so.0.15.1
3056e5e000-3056e70000 rw-p 3056e5e000 00:00 0
3057800000-3057805000 r-xp 00000000 08:02 6011449 /usr/lib64/libXfixes.so.3.1.0
3057805000-3057a04000 ---p 00005000 08:02 6011449 /usr/lib64/libXfixes.so.3.1.0
3057a04000-3057a05000 rw-p 00004000 08:02 6011449 /usr/lib64/libXfixes.so.3.1.0
3057c00000-3057c0a000 r-xp 00000000 08:02 6011450 /usr/lib64/libXcursor.so.1.0.2
3057c0a000-3057e09000 ---p 0000a000 08:02 6011450 /usr/lib64/libXcursor.so.1.0.2
3057e09000-3057e0a000 rw-p 00009000 08:02 6011450 /usr/lib64/libXcursor.so.1.0.2
3059a00000-3059a17000 r-xp 00000000 08:02 6011456 /usr/lib64/libXmu.so.6.2.0
3059a17000-3059c16000 ---p 00017000 08:02 6011456 /usr/lib64/libXmu.so.6.2.0
3059c16000-3059c18000 rw-p 00016000 08:02 6011456 /usr/lib64/libXmu.so.6.2.0
3059e00000-3059e10000 r-xp 00000000 08:02 6011457 /usr/lib64/libXpm.so.4.11.0
3059e10000-305a010000 ---p 00010000 08:02 6011457 /usr/lib64/libXpm.so.4.11.0
305a010000-305a011000 rw-p 00010000 08:02 6011457 /usr/lib64/libXpm.so.4.11.0
305a600000-305a65b000 r-xp 00000000 08:02 6011455 /usr/lib64/libXt.so.6.0.0
305a65b000-305a85a000 ---p 0005b000 08:02 6011455 /usr/lib64/libXt.so.6.0.0
305a85a000-305a860000 rw-p 0005a000 08:02 6011455 /usr/lib64/libXt.so.6.0.0
305a860000-305a861000 rw-p 305a860000 00:00 0
3101200000-3101205000 r-xp 00000000 08:02 5527400 /usr/lib64/libgpm.so.1.19.0
3101205000-3101405000 ---p 00005000 08:02 5527400 /usr/lib64/libgpm.so.1.19.0
3101405000-3101406000 rw-p 00005000 08:02 5527400 /usr/lib64/libgpm.so.1.19.0
339c400000-339c4d6000 r-xp 00000000 08:02 5549038 /lib64/libasound.so.2.0.0
339c4d6000-339c6d5000 ---p 000d6000 08:02 5549038 /lib64/libasound.so.2.0.0
339c6d5000-339c6dd000 rw-p 000d5000 08:02 5549038 /lib64/libasound.so.2.0.0
365da00000-365da1a000 r-xp 00000000 08:02 5418835 /lib64/ld-2.5.so
365dc19000-365dc1a000 r--p 00019000 08:02 5418835 /lib64/ld-2.5.so
365dc1a000-365dc1b000 rw-p 0001a000 08:02 5418835 /lib64/ld-2.5.so
365e200000-365e203000 r-xp 00000000 08:02 6075757 /usr/lib64/libcompface.so.1.0.0
365e203000-365e402000 ---p 00003000 08:02 6075757 /usr/lib64/libcompface.so.1.0.0
365e402000-365e405000 rw-p 00002000 08:02 6075757 /usr/lib64/libcompface.so.1.0.0
365e405000-365e40f000 rw-p 365e405000 00:00 0
365ec00000-365ed44000 r-xp 00000000 08:02 5418928 /lib64/libc-2.5.so
365ed44000-365ef44000 ---p 00144000 08:02 5418928 /lib64/libc-2.5.so
365ef44000-365ef48000 r--p 00144000 08:02 5418928 /lib64/libc-2.5.so
365ef48000-365ef49000 rw-p 00148000 08:02 5418928 /lib64/libc-2.5.so
365ef49000-365ef4e000 rw-p 365ef49000 00:00 0
365f000000-365f082000 r-xp 00000000 08:02 5418929 /lib64/libm-2.5.so
365f082000-365f281000 ---p 00082000 08:02 5418929 /lib64/libm-2.5.so
365f281000-365f282000 r--p 00081000 08:02 5418929 /lib64/libm-2.5.so
365f282000-365f283000 rw-p 00082000 08:02 5418929 /lib64/libm-2.5.so
365f400000-365f403000 r-xp 00000000 08:02 5418930 /lib64/libdl-2.5.so
365f403000-365f602000 ---p 00003000 08:02 5418930 /lib64/libdl-2.5.so
365f602000-365f603000 r--p 00002000 08:02 5418930 /lib64/libdl-2.5.so
365f603000-365f604000 rw-p 00003000 08:02 5418930 /lib64/libdl-2.5.so
365f800000-365f814000 r-xp 00000000 08:02 5532921 /usr/lib64/libz.so.1.2.3
365f814000-365fa13000 ---p 00014000 08:02 5532921 /usr/lib64/libz.so.1.2.3
365fa13000-365fa14000 rw-p 00013000 08:02 5532921 /usr/lib64/libz.so.1.2.3
3660000000-3660005000 r-xp 00000000 08:02 424458 /usr/lib64/libXdmcp.so.6.0.0
3660005000-3660204000 ---p 00005000 08:02 424458 /usr/lib64/libXdmcp.so.6.0.0
3660204000-3660205000 rw-p 00004000 08:02 424458 /usr/lib64/libXdmcp.so.6.0.0
3660400000-3660402000 r-xp 00000000 08:02 424457 /usr/lib64/libXau.so.6.0.0
3660402000-3660601000 ---p 00002000 08:02 424457 /usr/lib64/libXau.so.6.0.0
3660601000-3660602000 rw-p 00001000 08:02 424457 /usr/lib64/libXau.so.6.0.0
3660800000-3660815000 r-xp 00000000 08:02 5418932 /lib64/libpthread-2.5.so
3660815000-3660a14000 ---p 00015000 08:02 5418932 /lib64/libpthread-2.5.so
3660a14000-3660a15000 r--p 00014000 08:02 5418932 /lib64/libpthread-2.5.so
3660a15000-3660a16000 rw-p 00015000 08:02 5418932 /lib64/libpthread-2.5.so
3660a16000-3660a1a000 rw-p 3660a16000 00:00 0
3661800000-3661823000 r-xp 00000000 08:02 5524042 /usr/lib64/libpng12.so.0.10.0
3661823000-3661a23000 ---p 00023000 08:02 5524042 /usr/lib64/libpng12.so.0.10.0
3661a23000-3661a24000 rw-p 00023000 08:02 5524042 /usr/lib64/libpng12.so.0.10.0
3662c00000-3662c09000 r-xp 00000000 08:02 424470 /usr/lib64/libSM.so.6.0.0
3662c09000-3662e09000 ---p 00009000 08:02 424470 /usr/lib64/libSM.so.6.0.0
3662e09000-3662e0a000 rw-p 00009000 08:02 424470 /usr/lib64/libSM.so.6.0.0
3663800000-3663817000 r-xp 00000000 08:02 424469 /usr/lib64/libICE.so.6.3.0
3663817000-3663a16000 ---p 00017000 08:02 424469 /usr/lib64/libICE.so.6.3.0
3663a16000-3663a18000 rw-p 00016000 08:02 424469 /usr/lib64/libICE.so.6.3.0
3663a18000-3663a1b000 rw-p 3663a18000 00:00 0
3664800000-3664821000 r-xp 00000000 08:02 424455 /usr/lib64/libjpeg.so.62.0.0
3664821000-3664a21000 ---p 00021000 08:02 424455 /usr/lib64/libjpeg.so.62.0.0
3664a21000-3664a22000 rw-p 00021000 08:02 424455 /usr/lib64/libjpeg.so.62.0.0
366ba00000-366ba02000 r-xp 00000000 08:02 5418945 /lib64/libutil-2.5.so
366ba02000-366bc01000 ---p 00002000 08:02 5418945 /lib64/libutil-2.5.so
366bc01000-366bc02000 r--p 00001000 08:02 5418945 /lib64/libutil-2.5.so
366bc02000-366bc03000 rw-p 00002000 08:02 5418945 /lib64/libutil-2.5.so
3671a00000-3671a4f000 r-xp 00000000 08:02 5527495 /usr/lib64/libncurses.so.5.5
3671a4f000-3671c4e000 ---p 0004f000 08:02 5527495 /usr/lib64/libncurses.so.5.5
3671c4e000-3671c5c000 rw-p 0004e000 08:02 5527495 /usr/lib64/libncurses.so.5.5
3671c5c000-3671c5d000 rw-p 3671c5c000 00:00 0
3671e00000-3671e57000 r-xp 00000000 08:02 6012029 /usr/lib64/libtiff.so.3.8.2
3671e57000-3672056000 ---p 00057000 08:02 6012029 /usr/lib64/libtiff.so.3.8.2
3672056000-3672059000 rw-p 00056000 08:02 6012029 /usr/lib64/libtiff.so.3.8.2
37e7000000-37e700d000 r-xp 00000000 08:02 5548909 /lib64/libgcc_s-4.1.1-20070105.so.1
37e700d000-37e720c000 ---p 0000d000 08:02 5548909 /lib64/libgcc_s-4.1.1-20070105.so.1
37e720c000-37e720d000 rw-p 0000c000 08:02 5548909 /lib64/libgcc_s-4.1.1-20070105.so.1
2aaaaaaab000-2aaaaaaac000 rw-p 2aaaaaaab000 00:00 0
2aaaaaade000-2aaaaaae8000 rw-p 2aaaaaade000 00:00 0
2aaaaaae8000-2aaaadfdc000 r--p 00000000 08:02 5523024 /usr/lib/locale/locale-archive
2aaaadfdc000-2aaaae011000 r--s 00000000 08:07 425991 /var/db/nscd/passwd
2aaaae011000-2aaaae046000 r--s 00000000 08:07 425990 /var/db/nscd/hosts
2aaab02fd000-2aaab0306000 r-xp 00000000 08:02 5523773 /usr/lib64/libXrender.so.1.3.0
2aaab0306000-2aaab0505000 ---p 00009000 08:02 5523773 /usr/lib64/libXrender.so.1.3.0
2aaab0505000-2aaab0506000 rw-p 00008000 08:02 5523773 /usr/lib64/libXrender.so.1.3.0
2aaab4000000-2aaab4021000 rw-p 2aaab4000000 00:00 0
2aaab4021000-2aaab8000000 ---p 2aaab4021000 00:00 0
7fff8f493000-7fff8f4b2000 rw-p 7fff8f493000 00:00 0 [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vdso]
Fatal error (6).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway.
Please report this bug by invoking M-x report-emacs-bug, or by selecting
`Send Bug Report' from the Help menu. If that won't work, send ordinary
email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include this entire
output from this crash, especially including the Lisp backtrace, as well as
the XEmacs configuration from M-x describe-installation (or equivalently,
the file `Installation' in the top of the build tree).
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /usr/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited')
in case of future recurrance of the crash.
Lisp backtrace follows:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (condition-case ... . error)
# (catch top-level ...)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux xenbuilder1.fedora.redhat.com 2.6.18-1.2849.fc6xen #1 SMP Fri Nov 10 12:57:36 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-system-packages=/usr/share/xemacs' '--without-msw' '--with-mule' '--with-clash-detection' '--with-database=no' '--without-ldap' '--without-postgresql' '--with-mail-locking=lockf' '--with-pop' '--without-hesiod' '--with-pdump' '--with-debug' '--with-error-checking=none' '--with-docdir=/usr/lib64/xemacs-21.5-b27/doc' '--with-xfs' '--with-athena=next' '--with-menubars=lucid' '--with-widgets=athena' '--with-dialogs=athena' '--with-scrollbars=lucid' '--with-xim=xlib' '--without-wnn' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexcepti
ons -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu'
XEmacs 21.5-b27 "fiddleheads" configured for `x86_64-redhat-linux'.
Compilation Environment and Installation Defaults:
Source code location: /builddir/build/BUILD/xemacs-21.5.27
Installation prefix: /usr
Operating system description file: `s/linux.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing
libc version: glibc-2.5-10.fc6
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location: /usr/lib64
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/neXtaw
- Athena library to link: neXtaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Compiling in support for ALSA (Advanced Linux Sound Architecture).
Databases:
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
- Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "lockf" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
(/ufs/sjoerd/.xemacs/xemacs-packages/lisp/psvn
/usr/share/xemacs/site-packages/lisp/psvn
/ufs/sjoerd/.xemacs/xemacs-packages/lisp/python-mode
/usr/share/xemacs/xemacs-packages/lisp/python-modes/python-mode
/usr/share/xemacs/mule-packages/lisp/mule-base/cyril-util
/usr/share/xemacs-21.5-b27/lisp/mule/cyril-util
/usr/share/xemacs/mule-packages/lisp/mule-base/viet-util
/usr/share/xemacs-21.5-b27/lisp/mule/viet-util
/usr/share/xemacs/mule-packages/lisp/mule-base/korea-util
/usr/share/xemacs-21.5-b27/lisp/mule/korea-util
/usr/share/xemacs/mule-packages/lisp/mule-base/china-util
/usr/share/xemacs-21.5-b27/lisp/mule/china-util
/usr/share/xemacs/mule-packages/lisp/mule-base/ethio-util
/usr/share/xemacs-21.5-b27/lisp/mule/ethio-util
/usr/share/xemacs/mule-packages/lisp/mule-base/japan-util
/usr/share/xemacs-21.5-b27/lisp/mule/japan-util
/usr/share/xemacs/xemacs-packages/lisp/build/build-report
/usr/share/xemacs-21.5-b27/lisp/build-report
/ufs/sjoerd/.xemacs/xemacs-packages/lisp/newcomment
/usr/share/xemacs-21.5-b27/lisp/newcomment
/usr/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/share/xemacs-21.5-b27/lisp/easy-mmode
/usr/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/usr/share/xemacs-21.5-b27/lisp/regexp-opt)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xetla ver: 1.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.72 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.03 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.32 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.48 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.21 upstream: 3.33.8)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.32 upstream: 2.0.53)
(tpu ver: 1.14 upstream: 4.2X)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.9 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.14 upstream: No-Upstream-Ver)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.22 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.07 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.07 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.66 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.37 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.05 upstream: 3.06)
(net-utils ver: 1.48 upstream: N/A)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.76 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.33 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.08 upstream: 2.1)
(gnats ver: 1.17 upstream: 3.101)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.34 upstream: No-Upstream-Ver)
(ediff ver: 1.62 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.17 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.23 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.29 upstream: 2.34)
(auctex ver: 1.46 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(mule-base ver: 1.48 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(leim ver: 1.22 upstream: No-Upstream-Ver)
(latin-unity ver: 1.17 upstream: 1.17)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(efs-cu mh-xemacs-compat mh-identity mh-comp mh-xemacs-icons mh-utils
gnus-cite gnus-art mm-uu mml2015 pgg password pgg-parse pgg-def gnus-sum
nnoo gnus-group gnus-undo nnmail mail-source format-spec gnus-start
gnus-spec gnus-int gnus-range message mml mml-sec mml-smime smime dig
mail-abbrevs mailheader canlock sha1 hex-util gnus-win gnus gnus-ems
gnus-xmas messagexmas nnheader nnheaderxm mail-utils wid-edit executable
mm-view mm-decode mm-bodies mm-encode mailcap lpr mail-parse rfc2045
rfc2231 rfc2047 qp ietf-drums mm-util mail-prsvr mh-customize
mh-loaddefs gnus-util netrc time-date mh-inc mh-e xemacsbug shadow
sendmail rfc822 hyper-apropos gnuserv lazy-lock eldoc filladapt
pending-del vc ring vc-hooks uniquify rst mmm-php mwheel mmm-mx mmm-auto
mmm-vars mmm-compat overlay regexp-opt generic-x generic font-lock
cus-face timer-funcs autorevert timer after-save-commands advice
advice-preload jka-compr zenirc-autoloads xwem-autoloads
xslt-process-autoloads xslide-autoloads xlib-autoloads xetla-autoloads
xemacs-devel-autoloads xemacs-base-autoloads x-symbol-autoloads
w3-autoloads vm-autoloads viper-autoloads view-process-autoloads
vhdl-autoloads vc-autoloads tramp-autoloads tpu-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads ruby-modes-autoloads rmail-autoloads
riece-autoloads reftex-autoloads re-builder-autoloads
python-modes-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pgg-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
oo-browser-autoloads ocaml-autoloads net-utils-autoloads
misc-games-autoloads mine-autoloads mh-e-autoloads mailcrypt-autoloads
mail-lib-autoloads ispell-autoloads ilisp-autoloads igrep-autoloads
idlwave-autoloads ibuffer-autoloads hyperbole-autoloads
hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads games-autoloads fsf-compat-autoloads
fortran-modes-autoloads forms-autoloads footnote-autoloads
eudc-autoloads eterm-autoloads eshell-autoloads escreen-autoloads
erc-autoloads emerge-autoloads eieio-autoloads efs-autoloads
edt-autoloads edit-utils-autoloads ediff-autoloads edebug-autoloads
ecrypto-autoloads ecb-autoloads docbookide-autoloads dired-autoloads
dictionary-autoloads debug-autoloads cookie-autoloads
clearcase-autoloads cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads auctex-autoloads
apel-autoloads ada-autoloads mule-base-autoloads lookup-autoloads
leim-autoloads latin-unity-autoloads egg-its-autoloads edict-autoloads
modules-autoloads mule-autoloads auto-autoloads rsz-minibuf auto-show
fontl-hooks canna-leim tibetan lao devanagari indian slovenian czech
romanian ccl code-cmds gutter-items menubar-items x-menubar mode-motion
mouse behavior itimer auto-save lisp-mode easymenu easy-mmode iso8859-1
page buff-menu lib-complete loadhist cus-file derived newcomment env
text-props frame obsolete cus-start custom widget cl-extra cl cl-19
packages backquote unicode lucid-scrollbars cut-buffer lucid-menubars
athena-dialogs x c-balloon-help tty-frames tty toolbar native-sound
alsa-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar md5 xemacs xim
mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type file-coding
linux dialog devices window-system base64)
Recent keystrokes:
-----------------
M-? a b u g RET M-x r e p o s t BS BS r t - x e TAB
RET
Recent messages (most recent first):
-----------------------------------
Type C-c C-c to send message, C-c ? for help.
Wrote /ufs/sjoerd/Mail/drafts/1
Loading efs-cu...done
Loading efs-cu...
Composing a message...
Loading mh-comp...done
Loading mh-identity...done
Loading mh-identity...
Loading gnus-xmas...done
Loading gnus-xmas...
Loading mh-comp...
Loading xemacsbug...done
Loading xemacsbug...
Loading hyper-apropos...done
Loading hyper-apropos...
A B C F I K L M N P S T V W C-c C-d C-f C-i C-k C-n C-w; ? for more help:
Loading gnuserv...done
Fontifying *scratch*... done.
Loading gnuserv...
Loading lazy-lock...done
-- Sjoerd Mullender <sjoerd(a)acm.org>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[did not compile] XEmacs 21.5.28 sparc-sun-solaris2.9
17 years, 6 months
Stephen J. Turnbull
Hey, thanks for the report!
Rodney Sparapani writes:
> gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O3 -g -mcpu=v9 -I. -I/opt/xemacs/xemacs-21.5.28/lwlib/../src -DHAVE_CONFIG_H -I/opt/local/include -I/usr/openwin/include lwlib-fonts.c
> In file included from /usr/local/include/X11/extensions/Xrender.h:33,
> from /usr/local/include/X11/Xft/Xft.h:44,
> from lwlib-fonts.h:37,
> from lwlib-fonts.c:31:
> /usr/openwin/include/X11/Xutil.h:117: error: expected specifier-qualifier-list before 'Bool'
This error is happening in your X installation. It's quite possible
that something we did triggered this behavior, but I think I need to
see your /usr/openwin/include/X11/Xutil.h to figure out what that is,
since this works fine in my environment. I'm pretty sure I have
access to a Solaris box here, but it'll take a few days to learn my
way around I suppose.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b27] Crash on clicking menu-entry 'Buffer'
17 years, 6 months
Ernst Taumberger
================================================================
Dear Bug Team!
All I did was click on 'Buffer' ... and pouf, emacs was gone.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux beifus 2.6.17-11-386 #2 Thu Feb 1 19:50:13 UTC 2007 i686 GNU/Linux
./configure '--with-widgets=lucid' '--with-athena=3d'
XEmacs 21.5-b27 "fiddleheads" configured for `i686-pc-linux'.
Compilation Environment and Installation Defaults:
Source code location: /usr/local/src/xemacs-21.5.27
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler version: gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g
libc version: GNU libc 2.4-1ubuntu12.3 (Debian)
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Sound:
Compiling in support for sound (native).
Compiling in support for NAS (network audio system).
Databases:
Internationalization:
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
(/usr/local/lib/xemacs/site-lisp/noutline
/usr/local/lib/xemacs/site-packages/lisp/noutline
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-xemacs
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-xemacs
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-whois
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-whois
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-w3
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-w3
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-vm
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-vm
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-srv
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-srv
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-snarf
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-snarf
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-sc
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-sc
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-rmail
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-rmail
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-reportmail
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-reportmail
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-print
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-print
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-migrate
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-migrate
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-merge
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-merge
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-hooks
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-hooks
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-gui
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-gui
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-gnus
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-gnus
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-ftp
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-ftp
/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-com
/usr/local/lib/xemacs/xemacs-packages/lisp/bbdb/bbdb-com
/usr/local/lib/xemacs/site-packages/lisp/p4/p4
/usr/local/lib/xemacs/xemacs-packages/lisp/prog-modes/p4
/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/usr/local/lib/xemacs-21.5-b27/lisp/regexp-opt
/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/local/lib/xemacs-21.5-b27/lisp/easy-mmode
/usr/local/lib/xemacs/xemacs-packages/lisp/build/build-report
/usr/local/lib/xemacs-21.5-b27/lisp/build-report)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.75 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.08 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.33 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.53 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.34 upstream: 2.0.54)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.92 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.14 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.22 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.08 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.09 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.49 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.78 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.1 upstream: 2.1)
(gnus ver: 1.9 upstream: 5.10.7)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.36 upstream: No-Upstream-Ver)
(ediff ver: 1.66 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.3 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.29 upstream: 2.34)
(auctex ver: 1.46 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(preview ver: 2003.0119 upstream: regular)
Installed Modules:
-----------------
Features:
--------
(parse-time efs-cu mail-extr gnus-msg gnus-art mm-uu mml2015 pgg password
pgg-parse pgg-def mm-view gnus-sum nnoo gnus-group gnus-undo nnmail
mail-source format-spec gnus-start gnus-spec gnus-int gnus-range gnus-win
message mml mml-sec mml-smime smime dig mm-decode mm-bodies mm-encode mailcap
lpr mail-parse rfc2045 rfc2231 rfc2047 qp ietf-drums mail-abbrevs mailheader
canlock sha1 executable hex-util gnus gnus-ems gnus-xmas messagexmas nnheader
nnheaderxm gnus-util netrc time-date mail-utils mm-util mail-prsvr wid-edit
xemacsbug shadow sendmail rfc822 font disp-table lazy-lock font-lock paren
blink-paren edmacro recent-files tex-site gnuserv bbdb timezone chistory
func-menu p4 vc ring tempo w3-cus url mm mule-sysdp url-parse url-vars
xml-parse doxymacs advice advice-preload uniquify mwheel diary-lib timer-funcs
time appt calendar regexp-opt cal-xemacs cus-face cal-compat vc-hooks
zenirc-autoloads xwem-autoloads xslt-process-autoloads xslide-autoloads
xlib-autoloads xetla-autoloads xemacs-devel-autoloads xemacs-base-autoloads
x-symbol-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads tm-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads supercite-autoloads
strokes-autoloads speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
sml-mode-autoloads slider-autoloads sieve-autoloads sh-script-autoloads
sgml-autoloads semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads psgml-dtds-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads pgg-autoloads
perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads pc-autoloads
os-utils-autoloads oo-browser-autoloads ocaml-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mew-autoloads mailcrypt-autoloads mail-lib-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads idlwave-autoloads
ibuffer-autoloads hyperbole-autoloads hm--html-menus-autoloads
haskell-mode-autoloads gnus-autoloads gnats-autoloads general-docs-autoloads
games-autoloads fsf-compat-autoloads frame-icon-autoloads
fortran-modes-autoloads forms-autoloads footnote-autoloads eudc-autoloads
eterm-autoloads eshell-autoloads escreen-autoloads erc-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads edt-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads ecrypto-autoloads
ecb-autoloads docbookide-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads clearcase-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads c-support-autoloads
build-autoloads bbdb-autoloads auctex-autoloads apel-autoloads ada-autoloads
Sun-autoloads modules-autoloads auto-autoloads rsz-minibuf auto-show
fontl-hooks code-cmds gutter-items menubar-items x-menubar mode-motion mouse
behavior itimer auto-save lisp-mode easymenu easy-mmode iso8859-1 page
buff-menu lib-complete loadhist cus-file derived newcomment env text-props
frame obsolete cus-start custom widget cl-extra cl cl-19 packages backquote
unicode lucid-scrollbars cut-buffer lucid-menubars athena-dialogs x
c-balloon-help tty-frames tty toolbar nas-sound native-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar md5 xemacs gutter png gif jpeg xpm xbm
lisp-float-type file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
button1 button1up M-x button5 button5up r e p TAB o
TAB r TAB TAB e TAB RET
Recent messages (most recent first):
-----------------------------------
Loading efs-cu...done
Loading efs-cu...
Loading mail-extr...done
Loading mail-extr...
Loading gnus-msg...done
Loading executable...done
Loading executable...
Loading gnus-xmas...done
Loading gnus-xmas...
Loading gnus-msg...
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Making completion list...
Making completion list...
Loading font...done
Loading font...
Loading lazy-lock...done
Loading lazy-lock...
Paren mode is paren
Lisp backtrace:
---------------
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (catch #<INTERNAL OBJECT (XEmacs bug?) (opaque, size=0) 0x8413c00> ...)
# (unwind-protect ...)
# bind (inhibit-quit)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# bind (inhibit-quit)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
("(in redisplay)" "[internal]")
# (unwind-protect ...)
# bind (inhibit-quit)
(next-event "[internal]")
# (condition-case ... . error)
# (catch top-level ...)
C stack backtrace:
------------------
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7be1226 in kill () from /lib/tls/i686/cmov/libc.so.6
#2 0x080ce9eb in fatal_error_signal (sig=6) at emacs.c:3800
#3 <signal handler called>
#4 0xffffe410 in __kernel_vsyscall ()
#5 0xb7be0df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7be2641 in abort () from /lib/tls/i686/cmov/libc.so.6
#7 0x080cfdf6 in really_abort () at emacs.c:4693
#8 0x080ceaec in assert_failed (file=0x82a1287 "signal.c", line=730,
expr=0x82a1320 "QUIT called from within redisplay without being properly wrapped") at emacs.c:3986
#9 0x081f4bd2 in check_quit () at signal.c:728
#10 0x081f4783 in check_what_happened () at signal.c:458
#11 0x080d839e in Ffuncall (nargs=2, args=0xbf9d3f9c) at eval.c:3815
#12 0x080d9e20 in call1 (fn=137221624, arg0=137538508) at eval.c:4545
#13 0x0824ea43 in menu_item_descriptor_to_widget_value_1 (desc=137538508,
menu_type=1, deep_p=1, filter_p=0, depth=0) at menubar-x.c:218
#14 0x0824edd3 in protected_menu_item_descriptor_to_widget_value_1 (
gack=0xbf9d432c) at menubar-x.c:353
#15 0x080da91a in call_trapping_problems_2 (opaque=143109024) at eval.c:4933
#16 0x080d4b08 in call_with_condition_handler (
handler=0x80da86d <flagged_a_squirmer>, handler_arg=143109024,
fun=0x80da8e2 <call_trapping_problems_2>, arg=143109024) at eval.c:2135
#17 0x080da945 in call_trapping_problems_1 (opaque=143109024) at eval.c:4939
#18 0x080d3e81 in internal_catch (tag=138492928,
func=0x80da91c <call_trapping_problems_1>, arg=143109024,
threw=0xbf9d42bc, thrown_tag=0xbf9d42c4, backtrace_before_throw=0xbf9d42c0)
at eval.c:1530
#19 0x080dadab in call_trapping_problems (warning_class=137299096,
warning_string=0x82a9f45 "Error during menu callback", flags=35,
problem=0x0,
fun=0x824ed8b <protected_menu_item_descriptor_to_widget_value_1>,
arg=0xbf9d432c) at eval.c:5212
#20 0x080ec5cc in event_stream_protect_modal_loop (
error_string=0x82a9f45 "Error during menu callback",
bfun=0x824ed8b <protected_menu_item_descriptor_to_widget_value_1>,
barg=0xbf9d432c, flags=32) at event-stream.c:1936
#21 0x0824ee52 in protected_menu_item_descriptor_to_widget_value (
desc=137538544, menu_type=1, deep_p=1, filter_p=0) at menubar-x.c:382
#22 0x0824effe in pre_activate_callback (widget=0x9733cc8, unused_id=65631,
client_data=0x9113f90) at menubar-x.c:476
#23 0x0827335e in pre_hook (w=0x9733cc8, client_data=0xb7931b8,
call_data=0x9113f90) at lwlib-Xlw.c:82
#24 0xb7e9540b in XtCallCallbackList () from /usr/lib/libXt.so.6
#25 0x0826e226 in remap_menubar (mw=0x9733cc8) at xlwmenu.c:2703
#26 0x0826fb0a in handle_single_motion_event (mw=0x9733cc8, ev=0xbf9d4a48,
select_p=1 '\001') at xlwmenu.c:3484
#27 0x0826fc0e in handle_motion_event (mw=0x9733cc8, ev=0xbf9d4a48,
select_p=1 '\001') at xlwmenu.c:3516
#28 0x0826fd51 in Start (w=0x9733cc8, ev=0xbf9d4a48, unused_params=0x0,
unused_num_params=0xb7ed8d38) at xlwmenu.c:3554
#29 0xb7ecc481 in ?? () from /usr/lib/libXt.so.6
#30 0x09733cc8 in ?? ()
#31 0xbf9d4a48 in ?? ()
#32 0x00000000 in ?? ()
--
Ernst J. Taumberger
mailto: e.taumberger(a)centersystems.at
mobile: +43 664 230 8465
----------------------------------------
Please don't send Word attachments.
See: http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
21.5.28: warnings at configuration and building
17 years, 6 months
Leif Andersson
When I configure and build 21.5.28 on a Fedora-6 system, fully updated,
I get a few warnings both from configure and from compilation. The
resulting program seems to run OK, but you indicated that you wanted
reports also about warnings. There are a few issues with the finished
program, but I will put them in separate messages.
I will put a condensed version of the warnings in this message, and the
complete logs will be available at
http://www.control.lth.se/user/leif.andersson/xemacs-21.5.28/
The configure command line is:
---------------------------------------------------
VERSION=21.5.28
BASEDIR=/opt/xemacs
BUILDDIR=`pwd`
../xemacs-21.5.28/configure \
--prefix=$BASEDIR/xemacs-$VERSION \
--with-prefix=no \
--with-ldap=no \
--with-gnome=yes \
--with-msw=no \
--with-file-coding=yes \
--enable-database=no \
--with-mule=yes \
--with-canna=no \
--with-xim=no \
--with-wnn=no \
--with-default-eol-detection=yes \
--with-optimization=yes \
--with-error-checking=yes \
--with-athena=3d \
--with-xft=emacs \
==========================================================
The configure warnings are (lines broken by mailer):
-----------------------------------------
configure: creating ./config.status
config.status: creating Makefile.in
config.status: WARNING: /tmp/leif/xemacs-21.5.28/Makefile.in.in seems
to ignore the --datarootdir setting
config.status: creating lib-src/Makefile.in
config.status: WARNING: /tmp/leif/xemacs-21.5.28/lib-src/Makefile.in.in
seems to ignore the --datarootdir setting
config.status: creating lwlib/Makefile.in
config.status: creating src/Makefile.in
config.status: creating src/paths.h
config.status: creating src/xemacs.def.in
config.status: creating lib-src/config.values
config.status: WARNING:
/tmp/leif/xemacs-21.5.28/lib-src/config.values.in seems to ignore the
--datarootdir setting
config.status: creating lib-src/ellcc.h
config.status: creating src/config.h
config.status: creating lwlib/config.h
config.status: executing default commands
==============================================================
A few of the compilation warnings are:
-----------------------------------
gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wdeclaration-after-statement -Wshadow -Wmissing-declarations
-Wmissing-prototypes -Wstrict-prototypes -g -O3 -I. -I../src
-I/tmp/leif/xemacs-21.5.28/lib-src -I/tmp/leif/xemacs-21.5.28/src
-DHAVE_CONFIG_H -I/usr/include/freetype2 -DVERSION='"21.5-b28"'
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c getopt.o getopt1.o regex.o
-lgpm -lncurses -lasound -lm -lutil -o ootags
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c: In function 'C_entries':
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning:
'savetok.buffer' may be used uninitialized in this function
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning:
'savetok.linepos' may be used uninitialized in this function
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning:
'savetok.lineno' may be used uninitialized in this function
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning:
'savetok.linelen' may be used uninitialized in this function
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.named'
may be used uninitialized in this function
/tmp/leif/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.str'
may be used uninitialized in this function
==========================================================================
-----------------------------------------------------------------------
gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wunused-parameter -g -O3 -Demacs -I.
-I/tmp/leif/xemacs-21.5.28/src -DHAVE_CONFIG_H -I/usr/include/freetype2
/tmp/leif/xemacs-21.5.28/src/console.c
/tmp/leif/xemacs-21.5.28/src/console.c: In function 'Fset_input_mode':
/tmp/leif/xemacs-21.5.28/src/console.c:1146: warning: dereferencing
type-punned pointer will break strict-aliasing rules
/tmp/leif/xemacs-21.5.28/src/console.c:1147: warning: dereferencing
type-punned pointer will break strict-aliasing rules
/tmp/leif/xemacs-21.5.28/src/console.c: In function 'Fcurrent_input_mode':
/tmp/leif/xemacs-21.5.28/src/console.c:1178: warning: dereferencing
type-punned pointer will break strict-aliasing rules
/tmp/leif/xemacs-21.5.28/src/console.c:1180: warning: dereferencing
type-punned pointer will break strict-aliasing rules
/tmp/leif/xemacs-21.5.28/src/console.c:1181: warning: dereferencing
type-punned pointer will break strict-aliasing rules
=================================================================
There are quite a lot of these warnings. Please see the complete logs.
My knowledge of English and C jargon is not enough to understand the
expressions 'type-punned' and 'strict-aliasing', and Google gave just a
big set of similar warnings. Can anyone give a quick explanation?
Leif Andersson
Lund University, Sweden
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
21.5.28: No bold-italic with xft
17 years, 6 months
Leif Andersson
The xft antialiased fonts seem to work well except for one thing:
I cannot get any bold-italic text. If I remember correctly, the info pages
have the various item names in bold-italics when running with bitmapped fonts.
With xft they are only in italics. This is of course no big deal, but if I
don't complain now I suppose I have no right to complain later :-)
I enclose the font information to stderr, and also the installation info.
My system is a Fedora-6, fully updated. As you can see it uses DejaVu as standard
monospaced font. I don't know if this is significant. The system font selector shows
a bold italic variant that looks OK to me.
Leif Andersson
Lund University, Sweden
--------------------------------------------
initialized metrics ascent 15 descent 4 width 10 height 19
initialized font DejaVu Sans Mono-12:weight=200
initialized metrics ascent 15 descent 4 width 10 height 19
initialized font DejaVu Sans Mono-12:weight=200
initialized metrics ascent 15 descent 4 width 10 height 19
initialized font Monospace-12
initialized metrics ascent 15 descent 4 width 10 height 19
initialized font DejaVu Sans Mono-12:slant=110
initialized metrics ascent 15 descent 4 width 10 height 19
initialized font DejaVu Sans Mono-12:weight=200
checking if DejaVu Sans Mono-12:familylang=en:stylelang=en:hintstyle=2:capabilit
y=otlayout\:cyrl:fontformat=TrueType:embeddedbitmap=True:decorative=False handle
s English
Xft font DejaVu Sans Mono-12:familylang=en:stylelang=en:hintstyle=2:capability=o
tlayout\:cyrl:fontformat=TrueType:embeddedbitmap=True:decorative=False supports
en
initialized metrics ascent 12 descent 3 width 8 height 15
initialized font DejaVu Sans Mono-12:familylang=en:style=Book:stylelang=en:slant
=0:weight=80:pixelsize=12.5:foundry=unknown:hintstyle=2:outline=True:scalable=Tr
ue:dpi=75:capability=otlayout\:cyrl:fontformat=TrueType:embeddedbitmap=True:deco
rative=False
=========================================================
-----------------------------------------------------------
> cat installation-info
uname -a: Linux wimsey 2.6.20-1.2948.fc6 #1 SMP Fri Apr 27 19:48:40 EDT 2007 i686 i686 i386 GNU/Linux
../xemacs-21.5.28/configure '--prefix=/opt/xemacs/xemacs-21.5.28' '--with-prefix=no' '--with-ldap=no' '--with-gnome=yes' '--with-msw=no' '--with-file-coding=yes' '--enable-database=no' '--with-mule=yes' '--with-canna=no' '--with-xim=no' '--with-wnn=no' '--with-default-eol-detection=yes' '--with-optimization=yes' '--with-error-checking=yes' '--with-athena=3d' '--with-xft=emacs'
XEmacs 21.5-b28 "fuki" configured for `i686-pc-linux'.
Compilation Environment and Installation Defaults:
Source code location: /tmp/leif/xemacs-21.5.28
Installation prefix: /opt/xemacs/xemacs-21.5.28
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler version: gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g -O3
libc version: glibc-2.5-10.fc6
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This feature will be replaced with a face.
WARNING: This feature not yet implemented; setting ignored.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ALSA (Advanced Linux Sound Architecture).
Databases:
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta