GNU bug report logs - #8217
23.3; Runtime segmentation fault when compiled with -O2 on GNU/Linux

Previous Next

Package: emacs;

Reported by: Ulrich Mueller <ulm <at> gentoo.org>

Date: Thu, 10 Mar 2011 08:36:02 UTC

Severity: normal

Tags: unreproducible

Found in version 23.3

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8217 in the body.
You can then email your comments to 8217 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 08:36:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Mueller <ulm <at> gentoo.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 10 Mar 2011 08:36:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.3; Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 09:34:46 +0100
[Message part 1 (text/plain, inline)]
Forwarding downstream bug: <https://bugs.gentoo.org/show_bug.cgi?id=358177>

Emacs 23.3 compiled with -O2 on x86_64-pc-linux-gnu immediately fails
with a segmentation fault at runtime. This is with GCC 4.5.2 (but it
also fails when compiled with GCC 4.4.5 or 4.3.5).

   $ emacs -Q
   Fatal error (11)Segmentation fault

The problem disappears when -fno-strict-aliasing is added to CFLAGS.

I've narrowed it down further:
- compile src/xterm.c with -O1,
  compile the rest of the sources with -O2
  => Success
- compile src/xterm.c with -O2,
  compile the rest of the sources with -O1
  => Failure
- compile src/xterm.c with -O2 -fno-strict-aliasing,
  compile the rest of the sources with -O2
  => Success
- compile src/xterm.c with -O1 -fgcse -fstrict-aliasing,
  compile the rest of the sources with -O1
  => Failure

GDB full backtrace is attached.


In GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, X toolkit)
 of 2011-03-10 on juno
Windowing system distributor `The X.Org Foundation', version 11.0.10904000
configured using `configure  '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-crt-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../lib64' '--with-gameuser=games' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--with-sound' '--with-x' '--without-ns' '--without-gconf' '--without-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=athena' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CC=gcc' 'CFLAGS=-march=core2 -ggdb -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

[gdb-backtrace (text/plain, inline)]
$ gdb emacs
GNU gdb (Gentoo 7.2 p1) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
DISPLAY = :0
TERM = dumb
Breakpoint 1 at 0x4d8a00: file emacs.c, line 430.
Temporary breakpoint 2 at 0x4f4b80: file sysdep.c, line 1129.
(gdb) run -Q
Starting program: /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/emacs -Q
[Thread debugging using libthread_db enabled]
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6.0.14-gdb.py", line 59, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named libstdcxx.v6.printers

Program received signal SIGSEGV, Segmentation fault.
mark_byte_stack () at bytecode.c:292
292		mark_object (*obj);
(gdb) bt full
#0  mark_byte_stack () at bytecode.c:292
        stack = 0x7fffffffd3c0
        obj = 0x0
#1  0x00000000005384be in Fgarbage_collect () at alloc.c:5122
        bind = <value optimized out>
        catch = <value optimized out>
        handler = <value optimized out>
        stack_top_variable = 0 '\000'
        i = <value optimized out>
        message_p = 0
        total = {12020450, 2, 2, 5563622, 140737488342492, 0, 
          140737322770432, 140737351957857}
        t1 = {
          tv_sec = 1299745224, 
          tv_usec = 486361
        }
        t2 = {
          tv_sec = 12884901889, 
          tv_usec = 12020448
        }
#2  0x0000000000589225 in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:529
        v1 = <value optimized out>
        count = 4
        op = <value optimized out>
        vectorp = 0x9d45e0
        stack = {
          pc = 0xa2f1a1 "\351\001\t@\020\201\177", 
          top = 0x7fffffffcc30, 
          bottom = 0x7fffffffcc30, 
          byte_string = 10306993, 
          byte_string_start = 0xa2efd7 "\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\310$\257\r\330\324\325\326\331\332$\324\325\326\327\330$\333BBB\334\324\325\326\331\335$\336BB\337\324\325\326\331\340$D\341\324\325\326\331\342$D\343\324\325\326\331\344$D\345\324\325\326\331\346$D\347\324\325\326\331\350$D\351\324\325\326\331\352$D\353\324\325\326\331\354$D\355\324\325\326\331\356$D\357\324\325\326\331\360$D\361\324\325\326\331\362$\324\325\326\327\361$E\363\324\325\326\331\364$\324\325\326\327\363$\365BBB\366\367\324\325\326\327\367$\370BB\371\324\325\326\327\371$\372BB\373\324\325\326\331\374$\375BB\376\324\325\326\327\376$\377BB\201H", 
          constants = 10307029, 
          next = 0x7fffffffd1e0
        }
        top = 0x7fffffffcc30
        result = <value optimized out>
#3  0x000000000054dfdf in funcall_lambda (fun=10306941, 
    nargs=<value optimized out>, arg_vector=0x7fffffffced0) at eval.c:3220
        val = <value optimized out>
        syms_left = 11655570
        next = <value optimized out>
        i = <value optimized out>
        optional = <value optimized out>
        rest = <value optimized out>
#4  0x000000000054ffe0 in apply_lambda (fun=10306941, 
    args=<value optimized out>, eval_flag=1) at eval.c:3143
        args_left = <value optimized out>
        numargs = <value optimized out>
        arg_vector = 0x7fffffffced0
        i = <value optimized out>
        tem = <value optimized out>
        sa_must_free = 0
#5  0x000000000054d7e3 in Feval (form=<value optimized out>) at eval.c:2410
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = <value optimized out>
        original_args = 11655570
        funcar = <value optimized out>
        backtrace = {
          next = 0x7fffffffd300, 
          function = 0x7fffffffcfe8, 
          args = 0x7fffffffced0, 
          nargs = 0, 
          evalargs = 0 '\000', 
          debug_on_exit = 0 '\000'
        }
#6  0x00000000005509ab in internal_lisp_condition_case (var=12365346, 
    bodyform=10332070, handlers=10332086) at eval.c:1437
        val = <value optimized out>
        c = {
          tag = 11655570, 
          val = 11655570, 
          next = 0x7fffffffd700, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {140737488343456, -2504028783134923122, 10332024, 
                4611686018428436480, 4, 0, -2504028783080397170, 
                2504028068937836174}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {140737351943634, 0, 0, 1, 0, 1, 140737354129736, 0, 
                  0, 0, 0, 0, 140737354130592, 140737488343456, 
                  140737488343480, 4294967297}
              }
            }}, 
          backlist = 0x7fffffffd300, 
          handlerlist = 0x7fffffffd810, 
          lisp_eval_depth = 5, 
          pdlcount = 4, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x7fffffffd1e0
        }
        h = {
          handler = 10332086, 
          var = 12365346, 
          chosen_clause = 4607182418800017408, 
          tag = 0x7fffffffd050, 
          next = 0x7fffffffd810
        }
#7  0x0000000000587bfb in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:870
        handlers = <value optimized out>
        body = <value optimized out>
        count = 4
        op = <value optimized out>
        vectorp = 0x9da788
        stack = {
          pc = 0xa9e722 "\207", 
          top = 0x7fffffffd1a0, 
          bottom = 0x7fffffffd1a0, 
          byte_string = 10331993, 
          byte_string_start = 0xa9e71e "\300\301\302\217\207", 
          constants = 10332029, 
          next = 0x7fffffffd3c0
        }
        top = 0x7fffffffd1a0
        result = <value optimized out>
#8  0x000000000054dfdf in funcall_lambda (fun=10331941, 
    nargs=<value optimized out>, arg_vector=0x7fffffffd368) at eval.c:3220
        val = <value optimized out>
        syms_left = 11655570
        next = <value optimized out>
        i = <value optimized out>
        optional = <value optimized out>
        rest = <value optimized out>
#9  0x000000000054e333 in Ffuncall (nargs=1, args=0x7fffffffd360)
    at eval.c:3088
        fun = <value optimized out>
        original_fun = 16949186
        funcar = <value optimized out>
        numargs = 0
        lisp_numargs = <value optimized out>
        val = <value optimized out>
        backtrace = {
          next = 0x7fffffffd4e0, 
          function = 0x7fffffffd360, 
          args = 0x7fffffffd368, 
          nargs = 0, 
          evalargs = 0 '\000', 
          debug_on_exit = 0 '\000'
        }
        internal_args = <value optimized out>
        i = <value optimized out>
#10 0x0000000000588aad in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:680
        count = 4
        op = <value optimized out>
        vectorp = 0x9ecd78
        stack = {
          pc = 0xa2aff7 "\210\324\325\326\217\210\327 \210\330\331\332\"ۚ\203V", 
          top = 0x7fffffffd360, 
          bottom = 0x0, 
          byte_string = 10407241, 
          byte_string_start = 0xa2afb8 "\b;\204\034", 
          constants = 10407277, 
          next = 0x7fffffffd580
        }
        top = 0x7fffffffd360
        result = <value optimized out>
#11 0x000000000054dfdf in funcall_lambda (fun=10407189, 
    nargs=<value optimized out>, arg_vector=0x7fffffffd548) at eval.c:3220
        val = <value optimized out>
        syms_left = 11655570
        next = <value optimized out>
        i = <value optimized out>
        optional = <value optimized out>
        rest = <value optimized out>
#12 0x000000000054e333 in Ffuncall (nargs=1, args=0x7fffffffd540)
    at eval.c:3088
        fun = <value optimized out>
        original_fun = 15841058
        funcar = <value optimized out>
        numargs = 0
        lisp_numargs = <value optimized out>
        val = <value optimized out>
        backtrace = {
          next = 0x7fffffffd670, 
          function = 0x7fffffffd540, 
          args = 0x7fffffffd548, 
          nargs = 0, 
          evalargs = 0 '\000', 
          debug_on_exit = 0 '\000'
        }
        internal_args = <value optimized out>
        i = <value optimized out>
#13 0x0000000000588aad in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:680
        count = 4
        op = <value optimized out>
        vectorp = 0x89e9c0
        stack = {
          pc = 0xa7e3c7 "\210Ň", 
          top = 0x7fffffffd540, 
          bottom = 0x7fffffffd540, 
          byte_string = 9038209, 
          byte_string_start = 0xa7e394 "\b\204\064", 
          constants = 9038261, 
          next = 0x7fffffffd8b0
        }
        top = 0x7fffffffd540
        result = <value optimized out>
#14 0x000000000054db5f in Feval (form=<value optimized out>) at eval.c:2356
        numargs = <value optimized out>
        args_left = 11655570
        i = 3
        maxargs = 3
        argvals = {9038209, 9038261, 16, 4308901940, 72057594051862583, 0, 
          72057594037927936, 15703072}
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = <value optimized out>
        original_args = 9038198
        funcar = <value optimized out>
        backtrace = {
          next = 0x7fffffffd9d0, 
          function = 0x7fffffffd698, 
          args = 0x7fffffffd630, 
          nargs = 3, 
          evalargs = 1 '\001', 
          debug_on_exit = 0 '\000'
        }
#15 0x00000000005509ab in internal_lisp_condition_case (var=11722834, 
    bodyform=9038182, handlers=9038446) at eval.c:1437
        val = <value optimized out>
        c = {
          tag = 11655570, 
          val = 11655570, 
          next = 0x7fffffffdcf0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {140737488345168, -2504028783317375346, 9034440, 
                4611686018428436480, 4, 0, -2504028783023774066, 
                2504028068937836174}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {140737488344992, 140737488344992, 2, 2, 5563603, 
                  11168192, 5563636, 9037377, 15709841, 11655570, 11655666, 
                  11870034, 11695824, 11655618, 11871032, 0}
              }
            }}, 
          backlist = 0x7fffffffd9d0, 
          handlerlist = 0x7fffffffde00, 
          lisp_eval_depth = 2, 
          pdlcount = 4, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x7fffffffd8b0
        }
        h = {
          handler = 9038446, 
          var = 11722834, 
          chosen_clause = 140737488345376, 
          tag = 0x7fffffffd700, 
          next = 0x7fffffffde00
        }
#16 0x0000000000587bfb in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:870
        handlers = <value optimized out>
        body = <value optimized out>
        count = 4
        op = <value optimized out>
        vectorp = 0x89dad8
        stack = {
          pc = 0xa7e6eb "\210\375\376!\210\377 \204#\002\201\213", 
          top = 0x7fffffffd850, 
          bottom = 0x7fffffffd850, 
          byte_string = 9034409, 
          byte_string_start = 0xa7e4d7 "\306 \020\307\021\n\023\307\024\310\311!\211\035\307=\204\064", 
          constants = 9034445, 
          next = 0x7fffffffda80
        }
        top = 0x7fffffffd850
        result = <value optimized out>
#17 0x000000000054dfdf in funcall_lambda (fun=9034365, 
    nargs=<value optimized out>, arg_vector=0x7fffffffda38) at eval.c:3220
        val = <value optimized out>
        syms_left = 11655570
        next = <value optimized out>
        i = <value optimized out>
        optional = <value optimized out>
        rest = <value optimized out>
#18 0x000000000054e333 in Ffuncall (nargs=1, args=0x7fffffffda30)
    at eval.c:3088
        fun = <value optimized out>
        original_fun = 13110386
        funcar = <value optimized out>
        numargs = 0
        lisp_numargs = <value optimized out>
        val = <value optimized out>
        backtrace = {
          next = 0x7fffffffdc60, 
          function = 0x7fffffffda30, 
          args = 0x7fffffffda38, 
          nargs = 0, 
          evalargs = 0 '\000', 
          debug_on_exit = 0 '\000'
        }
        internal_args = <value optimized out>
        i = <value optimized out>
#19 0x0000000000588aad in Fbyte_code (bytestr=<value optimized out>, 
    vector=<value optimized out>, maxdepth=<value optimized out>)
    at bytecode.c:680
        count = 2
        op = <value optimized out>
        vectorp = 0x89c330
        stack = {
          pc = 0xa7f284 "\210*\340\341\342\"\210\343\321\344\"\211\036$;\203\251", 
          top = 0x7fffffffda30, 
          bottom = 0x7fffffffda30, 
          byte_string = 9028353, 
          byte_string_start = 0xa7f1f6 "\b\203\b", 
          constants = 9028389, 
          next = 0x0
        }
        top = 0x7fffffffda30
        result = <value optimized out>
#20 0x000000000054dfdf in funcall_lambda (fun=9028309, 
    nargs=<value optimized out>, arg_vector=0x7fffffffdb70) at eval.c:3220
        val = <value optimized out>
        syms_left = 11655570
        next = <value optimized out>
        i = <value optimized out>
        optional = <value optimized out>
        rest = <value optimized out>
#21 0x000000000054ffe0 in apply_lambda (fun=9028309, 
    args=<value optimized out>, eval_flag=1) at eval.c:3143
        args_left = <value optimized out>
        numargs = <value optimized out>
        arg_vector = 0x7fffffffdb70
        i = <value optimized out>
        tem = <value optimized out>
        sa_must_free = 0
#22 0x000000000054d7e3 in Feval (form=<value optimized out>) at eval.c:2410
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = <value optimized out>
        original_args = 11655570
        funcar = <value optimized out>
        backtrace = {
          next = 0x0, 
          function = 0x7fffffffdc88, 
          args = 0x7fffffffdb70, 
          nargs = 0, 
          evalargs = 0 '\000', 
          debug_on_exit = 0 '\000'
        }
#23 0x000000000054ca8f in internal_condition_case (
    bfun=0x4dc7f0 <top_level_2>, handlers=11722834, hfun=0x4de4d0 <cmd_error>)
    at eval.c:1492
        val = <value optimized out>
        c = {
          tag = 11655570, 
          val = 11655570, 
          next = 0x7fffffffde60, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {0, 2504029303247971982, 12957984, 140737488347816, 
                1, 0, -2504028783218809202, 2504028058140124814}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {140737353895936, 0, 4294967295, 140737488346536, 
                  9089, 8405416, 0, 1, 0, 0, 140737351957857, 1, 0, 
                  1869509994, 140737292555784, 1024}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
        h = {
          handler = 11722834, 
          var = 11655570, 
          chosen_clause = 11655570, 
          tag = 0x7fffffffdcf0, 
          next = 0x0
        }
#24 0x00000000004dd696 in top_level_1 () at keyboard.c:1379
No locals.
#25 0x000000000054c96a in internal_catch (tag=-16777216, 
    func=0x4dd630 <top_level_1>, arg=11655570) at eval.c:1228
        c = {
          tag = 11715650, 
          val = 11655570, 
          next = 0x0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {0, 2504029303247971982, 12957984, 140737488347816, 
                1, 0, -2504028783269140850, 2504028058243409550}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {0, 0, 0, 0, 0, 112, 11655570, 11935538, 11695824, 
                  11655618, 11930648, 1, 5491910, 0, 100, 11935538}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
#26 0x00000000004de6b9 in command_loop () at keyboard.c:1334
No locals.
#27 0x00000000004de76a in recursive_edit_1 () at keyboard.c:956
        val = <value optimized out>
#28 0x00000000004de8a6 in Frecursive_edit () at keyboard.c:1018
        buffer = 11655570
#29 0x00000000004da0c5 in main (argc=<value optimized out>, 
    argv=0x7fffffffe3e8) at emacs.c:1833
        dummy = 256
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = <value optimized out>
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = 0
        junk = 0x0
        dname_arg = 0x0

Lisp Backtrace:
"setup-default-fontset" (0xffffced0)
"create-default-fontset" (0xffffd368)
"x-initialize-window-system" (0xffffd548)
"byte-code" (0xffffd630)
"command-line" (0xffffda38)
"normal-top-level" (0xffffdb70)
(gdb) 

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 08:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 09:52:54 +0100
Ulrich Mueller <ulm <at> gentoo.org> writes:

> Forwarding downstream bug: <https://bugs.gentoo.org/show_bug.cgi?id=358177>
>
> Emacs 23.3 compiled with -O2 on x86_64-pc-linux-gnu immediately fails
> with a segmentation fault at runtime. This is with GCC 4.5.2 (but it
> also fails when compiled with GCC 4.4.5 or 4.3.5).
>
>    $ emacs -Q
>    Fatal error (11)Segmentation fault
>
> The problem disappears when -fno-strict-aliasing is added to CFLAGS.

Try compiling with -Wstrict-aliasing.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 11:49:02 GMT) Full text and rfc822 format available.

Message #11 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 06:48:24 -0500
> Date: Thu, 10 Mar 2011 09:34:46 +0100
> From: Ulrich Mueller <ulm <at> gentoo.org>
> Cc: 
> 
> Forwarding downstream bug: <https://bugs.gentoo.org/show_bug.cgi?id=358177>
> 
> Emacs 23.3 compiled with -O2 on x86_64-pc-linux-gnu immediately fails
> with a segmentation fault at runtime. This is with GCC 4.5.2 (but it
> also fails when compiled with GCC 4.4.5 or 4.3.5).
> 
>    $ emacs -Q
>    Fatal error (11)Segmentation fault

FWIW, I cannot reproduce this on this system:

  Linux fencepost 2.6.32-313-ec2 #26-Ubuntu SMP Fri Feb 11 22:34:31 UTC 2011 x86_64 GNU/Linux

with this version of GCC:

  gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3

and configured slightly differently, as follows:

  x86_64-unknown-linux-gnu --with-gif=no --with-tiff=no

with GTK+ Version 2.20.1 as the toolkit.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 12:10:02 GMT) Full text and rfc822 format available.

Message #14 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 13:08:59 +0100
>>>>> On Thu, 10 Mar 2011, Eli Zaretskii wrote:

> FWIW, I cannot reproduce this on this system:

>   Linux fencepost 2.6.32-313-ec2 #26-Ubuntu SMP Fri Feb 11 22:34:31 UTC 2011 x86_64 GNU/Linux

> [...]

> with GTK+ Version 2.20.1 as the toolkit.

I confirm that it doesn't fail for me if I configure --with-toolkit=gtk.
The segfault occurs with the --with-toolkit=athena configure option.

Ulrich




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 13:32:02 GMT) Full text and rfc822 format available.

Message #17 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 13:12:59 +0100
[Message part 1 (text/plain, inline)]
[Resending; looks like my original reply was lost.]

>>>>> On Thu, 10 Mar 2011, Andreas Schwab wrote:

> Try compiling with -Wstrict-aliasing.

There are no (additional) warnings, unless I compile with
-Wstrict-aliasing=1. See attached build log.

Ulrich

[build.log (text/plain, inline)]
 * Package:    app-editors/emacs-23.3
 * Repository: gentoo
 * Maintainer: emacs
 * USE:        X Xaw3d alsa amd64 dbus elibc_glibc gif gpm jpeg kernel_linux multilib png source svg tiff userland_GNU xft xpm
 * FEATURES:   ccache sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking emacs-23.3.tar.bz2 to /var/tmp/portage/app-editors/emacs-23.3/work
>>> Unpacking emacs-23.3-patches-1.tar.bz2 to /var/tmp/portage/app-editors/emacs-23.3/work
>>> Source unpacked in /var/tmp/portage/app-editors/emacs-23.3/work
>>> Preparing source in /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3 ...
 * Applying various patches (bugfixes/updates) ...
 *   02_all_gameuser.patch ... [ ok ]
 *   03_all_gnu-linux-crt-dir.patch ... [ ok ]
 *   04_all_ns-appdirs.patch ... [ ok ]
 * Done with patching
 * Running eautoreconf in '/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3' ...
 * Running aclocal ... [ ok ]
 * Running autoconf ... [ ok ]
 * Running autoheader ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3 ...

 * Although sound USE flag is disabled you chose to have alsa,
 * so sound is switched on anyway.

 * Configuring to build with Xaw3d (Athena/Lucid) toolkit
 * econf: updating emacs-23.3/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating emacs-23.3/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --program-suffix=-emacs-23 --infodir=/usr/share/info/emacs-23 --with-crt-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../lib64 --with-gameuser=games --without-hesiod --without-kerberos --without-kerberos5 --with-gpm --with-dbus --with-sound --with-x --without-ns --without-gconf --without-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xpm --with-xft --without-libotf --without-m17n-flt --with-x-toolkit=athena
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc -O
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -O accepts -g... yes
checking for gcc -O option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -O -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -O -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for install-info... /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for install-info... (cached) /usr/bin/install-info
checking for PrEvEnTcOmPrEsSiOn... no
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... yes
configure: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for pkg-config... /usr/bin/pkg-config
checking for alsa >= 1.0.0... yes
checking ALSA_CFLAGS... -I/usr/include/alsa  
checking ALSA_LIBS... -lasound  
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking coff.h usability... no
checking coff.h presence... no
checking for coff.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/_mbstate_t.h usability... no
checking sys/_mbstate_t.h presence... no
checking for sys/_mbstate_t.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking if personality LINUX32 can be set... yes
checking for term.h... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for struct utimbuf... yes
checking return type of signal handlers... void
checking for speed_t... yes
checking for struct timeval... yes
checking for struct exception... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for function prototypes... yes
checking for working volatile... yes
checking for an ANSI C-conforming const... yes
checking for void * support... yes
checking whether make sets $(MAKE)... yes
checking whether we are using GNU Make... yes
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... libraries , headers 
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking whether __after_morecore_hook exists... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for cma_open in -lpthreads... no
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XSetWMProtocols... yes
checking X11 version 6... 6 or newer
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for librsvg-2.0 >= 2.11.0... yes
checking RSVG_CFLAGS... -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm  
checking RSVG_LIBS... -pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for dbus-1 >= 1.0... yes
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  
checking DBUS_LIBS... -ldbus-1 -lpthread -lrt  
checking for dbus_watch_get_unix_fd... yes
checking for xaw3d... checking for XawScrollbarSetThumb in -lXaw3d... yes
yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for XmuConvertStandardSelection in -lXmu... yes
checking for XShapeQueryExtension in -lXext... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for fontconfig >= 2.2.0... yes
checking FONTCONFIG_CFLAGS...  
checking FONTCONFIG_LIBS... -lfontconfig  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for xft >= 0.13.0... yes
checking XFT_CFLAGS... -I/usr/include/freetype2  
checking XFT_LIBS... -lXft  
checking for XRenderQueryExtension in -lXrender... yes
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_destroy_compress in -ljpeg... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for png_get_channels in -lpng... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for EGifPutExtensionLast in -lgif... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking whether netdb declares h_errno... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... yes
checking for touchlock... yes
checking maillock.h usability... yes
checking maillock.h presence... yes
checking for maillock.h... yes
checking for gethostname... yes
checking for getdomainname... yes
checking for dup2... yes
checking for rename... yes
checking for closedir... yes
checking for mkdir... yes
checking for rmdir... yes
checking for sysinfo... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for random... yes
checking for lrand48... yes
checking for bcopy... yes
checking for bcmp... yes
checking for logb... yes
checking for frexp... yes
checking for fmod... yes
checking for rint... yes
checking for cbrt... yes
checking for ftime... yes
checking for setsid... yes
checking for strerror... yes
checking for fpathconf... yes
checking for select... yes
checking for mktime... yes
checking for euidaccess... yes
checking for getpagesize... (cached) yes
checking for tzset... yes
checking for setlocale... yes
checking for utimes... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setpgid... yes
checking for getcwd... yes
checking for getwd... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for __fpending... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for strsignal... yes
checking for setitimer... yes
checking for ualarm... yes
checking for index... yes
checking for rindex... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockopt... yes
checking for setsockopt... yes
checking for getsockname... yes
checking for getpeername... yes
checking for gai_strerror... yes
checking for mkstemp... yes
checking for getline... yes
checking for getdelim... yes
checking for mremap... yes
checking for memmove... yes
checking for fsync... yes
checking for sync... yes
checking for bzero... yes
checking for memset... yes
checking for memcmp... yes
checking for difftime... yes
checking for memcpy... yes
checking for mempcpy... yes
checking for mblen... (cached) yes
checking for mbrlen... (cached) yes
checking for posix_memalign... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for alarm... yes
checking for working mktime... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getpgrp requires zero arguments... yes
checking for strftime... yes
checking for grantpt... yes
checking for getpt... yes
checking for tparm in -lncurses... yes
checking for dgettext in -lintl... no
checking whether localtime caches TZ... no
checking for gettimeofday... yes
checking whether gettimeofday can accept two arguments... yes
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking whether system supports dynamic ptys... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for size_t... (cached) yes
checking for mbstate_t... yes
checking for C restrict keyword... __restrict
checking for C restricted array declarations... yes

Configured for `x86_64-pc-linux-gnu'.

  Where should the build process find the source code?    /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -O -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 no
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     no


configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: executing default commands
creating src/epaths.h
creating lib-src/Makefile
creating src/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3 ...
make -j3 'CC=gcc -O' 
cd lib-src; make all - --jobserver-fds=3,4 -j                           \
  CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' CPPFLAGS='-D_BSD_SOURCE  ' \
  LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  ' MAKE='make'
make[1]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src'
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -o test-distrib /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/test-distrib.c
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c  -o make-docfile
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/profile.c  -o profile
./test-distrib /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/testfile
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/digest-doc.c  -o digest-doc
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c: In function ‘scan_c_file’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c:677:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c:682:16: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c: In function ‘main’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/make-docfile.c:167:13: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/sorted-doc.c  -o sorted-doc
gcc -O -c -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1  /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c
gcc -O -c -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1  /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/pop.c
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c  -o fakemail
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c: In function ‘error’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c:618:5: warning: format not a string literal and no format arguments
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c: In function ‘popmail’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c:755:10: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c: In function ‘main’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c:308:14: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/hexl.c  -o hexl
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c: In function ‘make_file_preface’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c:400:12: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c: In function ‘add_a_stream’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c:440:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c: In function ‘read_header’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c:670:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c:690:20: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c: In function ‘put_line’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/fakemail.c:525:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/hexl.c: In function ‘main’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/hexl.c:184:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/hexl.c:212:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/pop.c: In function ‘socket_connection’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/pop.c:1147:50: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/pop.c:1150:44: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"/var/lib/games/emacs\""
gcc -O -c -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src/regex.c
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/emacsclient.c  -DVERSION="\"23.3\""  -o emacsclient
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/b2m.c -DVERSION="\"23.3\""   -o b2m
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/emacsclient.c: In function ‘set_tcp_socket’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/emacsclient.c:1025:27: warning: dereferencing type-punned pointer might break strict-aliasing rules
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/emacsclient.c: In function ‘set_local_socket’:
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/emacsclient.c:1352:27: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DVERSION="\"23.3\"" /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/ebrowse.c   -o ebrowse
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1  movemail.o pop.o   -llockfile       -o movemail
movemail.o: In function `main':
/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/movemail.c:308: warning: the use of `mktemp' is dangerous, better use `mkstemp'
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1  update-game-score.o   -o update-game-score
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.3\"" /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/etags.c  regex.o  -o etags
gcc -O -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/../src -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -D_BSD_SOURCE   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.3\"" /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src/etags.c  regex.o  -o ctags
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lib-src'
boot=bootstrap-emacs;                         \
if [ ! -x "src/$boot" ]; then                                     \
    cd src; make all - --jobserver-fds=3,4 -j                                   \
      CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' CPPFLAGS='-D_BSD_SOURCE  '         \
      LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  ' MAKE='make' BOOTSTRAPEMACS="$boot"; \
fi;
make[1]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src'
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/pre-crt0.d pre-crt0.c
cd ../lwlib/; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' MAKE='make' "C_SWITCH_X_SITE=-I/usr/include/freetype2" "C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=" "C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM=-D_BSD_SOURCE"
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/dispnew.d dispnew.c
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib'
gcc -O -c -D_BSD_SOURCE    -D_BSD_SOURCE -I/usr/include/freetype2   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DHAVE_CONFIG_H -Demacs -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/../src /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/lwlib.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/frame.d frame.c
gcc -O -c -D_BSD_SOURCE   -D_BSD_SOURCE -I/usr/include/freetype2   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DHAVE_CONFIG_H -Demacs -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/../src lwlib-Xlw.c
lwlib-Xlw.c: In function ‘lw_lucid_widget_p’:
lwlib-Xlw.c:225:5: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-Xlw.c: In function ‘xlw_popup_menu’:
lwlib-Xlw.c:278:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-Xlw.c:281:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -D_BSD_SOURCE -I/usr/include/freetype2   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DHAVE_CONFIG_H -Demacs -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/../src xlwmenu.c
xlwmenu.c:258:1: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘abort_gracefully’:
xlwmenu.c:287:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘resource_widget_value’:
xlwmenu.c:427:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘size_menu’:
xlwmenu.c:522:5: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘display_menu’:
xlwmenu.c:1148:5: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1200:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1203:15: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘xlwmenu_window_p’:
xlwmenu.c:1296:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘remap_menubar’:
xlwmenu.c:1403:5: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘map_event_to_widget_value’:
xlwmenu.c:1507:9: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘make_drawing_gcs’:
xlwmenu.c:1536:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1539:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1552:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1552:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1565:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1572:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1579:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1584:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘release_drawing_gcs’:
xlwmenu.c:1591:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1592:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1593:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1594:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1595:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘make_shadow_gcs’:
xlwmenu.c:1613:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1614:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1637:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1659:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1731:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1736:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘release_shadow_gcs’:
xlwmenu.c:1744:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1745:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1757:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1758:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘XlwMenuRealize’:
xlwmenu.c:1838:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘XlwMenuRedisplay’:
xlwmenu.c:1875:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘XlwMenuDestroy’:
xlwmenu.c:1906:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘XlwMenuSetValues’:
xlwmenu.c:1958:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:1959:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘XlwMenuResize’:
xlwmenu.c:2022:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Start’:
xlwmenu.c:2088:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2100:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Drag’:
xlwmenu.c:2125:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Down’:
xlwmenu.c:2224:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Up’:
xlwmenu.c:2253:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Left’:
xlwmenu.c:2293:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Right’:
xlwmenu.c:2333:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Key’:
xlwmenu.c:2373:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2382:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2383:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2383:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2384:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2387:4: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2393:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘Select’:
xlwmenu.c:2403:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2423:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2424:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2424:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2425:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2428:4: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2434:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c: In function ‘pop_up_menu’:
xlwmenu.c:2455:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2457:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2457:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2475:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2475:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2477:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2478:5: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2479:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2487:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2489:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2500:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2510:11: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2513:11: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2517:9: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2524:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2529:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xlwmenu.c:2530:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -D_BSD_SOURCE -I/usr/include/freetype2   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DHAVE_CONFIG_H -Demacs -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/../src lwlib-Xaw.c
gcc -O -c -D_BSD_SOURCE   -D_BSD_SOURCE -I/usr/include/freetype2   -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -DHAVE_CONFIG_H -Demacs -I. -I../src -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib/../src lwlib-utils.c
frame.c: In function ‘frame_name_fnn_p’:
frame.c:2237:14: warning: ignoring return value of ‘strtol’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/scroll.d scroll.c
lwlib-utils.c: In function ‘XtApplyToWidgets’:
lwlib-utils.c:75:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c:77:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c: In function ‘XtApplyUntilToWidgets’:
lwlib-utils.c:110:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c:112:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c:115:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c: In function ‘XtCompositeChildren’:
lwlib-utils.c:137:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
lwlib-utils.c:142:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
rm -f liblw.a
ar cq liblw.a lwlib.o lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o lwlib-utils.o
x86_64-pc-linux-gnu-ranlib liblw.a
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib'
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xdisp.d xdisp.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/menu.d menu.c
dispnew.c: In function ‘Fsend_string_to_terminal’:
dispnew.c:6506:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
dispnew.c:6511:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xmenu.d xmenu.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/window.d window.c
xmenu.c: In function ‘create_and_show_popup_menu’:
xmenu.c:1640:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/charset.d charset.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/coding.d coding.c
window.c: In function ‘make_dummy_parent’:
window.c:3828:14: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:3829:18: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c: In function ‘Fwindow_configuration_frame’:
window.c:5996:56: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:5998:92: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c: In function ‘Fset_window_configuration’:
window.c:6021:56: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:6064:93: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:6146:52: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:6151:62: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:6158:62: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c: In function ‘save_window_save’:
window.c:6436:55: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c: In function ‘Fcurrent_window_configuration’:
window.c:6533:314: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c: In function ‘compare_window_configurations’:
window.c:7048:54: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:7049:54: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:7089:56: warning: dereferencing type-punned pointer might break strict-aliasing rules
window.c:7090:56: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/category.d category.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/ccl.d ccl.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/character.d character.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/chartab.d chartab.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/cm.d cm.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/term.d term.c
term.c: In function ‘tty_write_glyphs’:
term.c:823:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
term.c:827:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
term.c: In function ‘tty_insert_glyphs’:
term.c:973:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
term.c:977:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
term.c: In function ‘tty_write_glyphs_with_face’:
term.c:887:14: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
term.c:891:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/terminal.d terminal.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xfaces.d xfaces.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xterm.d xterm.c
xdisp.c: In function ‘message3_nolog’:
xdisp.c:7998:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
xdisp.c: In function ‘message2_nolog’:
xdisp.c:7899:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xfns.d xfns.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xselect.d xselect.c
xterm.c: In function ‘x_frame_of_widget’:
xterm.c:1417:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘x_window_to_scroll_bar’:
xterm.c:4071:52: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:4072:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:4074:52: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘x_scroll_bar_create’:
xterm.c:4912:291: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:4975:58: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘XTset_vertical_scroll_bar’:
xterm.c:5231:54: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘XTcondemn_scroll_bars’:
xterm.c:5380:73: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5381:48: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5382:48: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5384:43: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘XTredeem_scroll_bar’:
xterm.c:5404:50: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5424:46: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5427:46: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5433:58: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘XTjudge_scroll_bars’:
xterm.c:5453:71: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘x_scroll_bar_report_motion’:
xterm.c:5618:69: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘x_scroll_bar_clear’:
xterm.c:5699:50: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:5701:46: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘handle_one_xevent’:
xterm.c:6089:9: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c:6107:13: warning: dereferencing type-punned pointer might break strict-aliasing rules
xterm.c: In function ‘x_free_frame_resources’:
xterm.c:9625:49: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xrdb.d xrdb.c
xfns.c: In function ‘x_set_background_color’:
xfns.c:908:54: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfns.c:910:63: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/fontset.d fontset.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xsmfns.d xsmfns.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/fringe.d fringe.c
xselect.c: In function ‘x_decline_selection_request’:
xselect.c:570:29: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:571:31: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:572:31: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:573:26: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:574:28: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:581:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c: In function ‘x_reply_selection_request’:
xselect.c:694:32: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:695:29: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:708:31: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:709:26: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:710:28: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:711:30: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:743:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:790:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c: In function ‘x_handle_selection_request’:
xselect.c:896:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:909:50: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:910:22: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:925:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:926:43: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:940:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:941:19: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:967:46: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c: In function ‘x_handle_selection_clear’:
xselect.c:1008:32: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:1009:30: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:1010:39: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c: In function ‘lisp_data_to_selection_data’:
xselect.c:1958:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:1969:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:1982:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:2002:8: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:2060:8: warning: dereferencing type-punned pointer might break strict-aliasing rules
xselect.c:2063:8: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/image.d image.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xsettings.d xsettings.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xgselect.d xgselect.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/dbusbind.d dbusbind.c
fringe.c: In function ‘Fdefine_fringe_bitmap’:
fringe.c:1671:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/emacs.d emacs.c
emacs.c: In function ‘Fdaemon_initialized’:
emacs.c:2541:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
emacs.c: In function ‘main’:
emacs.c:1041:8: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/keyboard.d keyboard.c
image.c: In function ‘my_png_error’:
image.c:5690:3: warning: ‘jmpbuf’ is deprecated (declared at /usr/include/libpng14/png.h:1104)
image.c: In function ‘png_load’:
image.c:5863:3: warning: ‘jmpbuf’ is deprecated (declared at /usr/include/libpng14/png.h:1104)
image.c: In function ‘my_error_exit’:
image.c:6281:43: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘our_memory_skip_input_data’:
image.c:6342:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘jpeg_memory_src’:
image.c:6366:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘our_stdio_fill_input_buffer’:
image.c:6406:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c:6416:11: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘our_stdio_skip_input_data’:
image.c:6438:17: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘jpeg_file_src’:
image.c:6472:21: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c:6477:9: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c:6479:21: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c:6481:11: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c: In function ‘jpeg_load’:
image.c:6554:4: warning: dereferencing type-punned pointer might break strict-aliasing rules
image.c:6645:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:34:0,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:25,
                 from /usr/include/librsvg-2.0/librsvg/rsvg.h:29,
                 from image.c:7661:
/usr/include/glib-2.0/glib/gthread.h: In function ‘g_once_init_enter’:
/usr/include/glib-2.0/glib/gthread.h:347:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/macros.d macros.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/keymap.d keymap.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/sysdep.d sysdep.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/buffer.d buffer.c
sysdep.c: In function ‘sys_subshell’:
sysdep.c:705:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
sysdep.c:747:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/filelock.d filelock.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/insdel.d insdel.c
keyboard.c: In function ‘record_char’:
keyboard.c:3640:15: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/marker.d marker.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/minibuf.d minibuf.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/fileio.d fileio.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/dired.d dired.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/filemode.d filemode.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/cmds.d cmds.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/casetab.d casetab.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/casefiddle.d casefiddle.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/indent.d indent.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/search.d search.c
fileio.c: In function ‘Fdo_auto_save’:
fileio.c:5313:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
fileio.c:5317:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
fileio.c: In function ‘Fcopy_file’:
fileio.c:2074:9: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/regex.d regex.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/undo.d undo.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/alloc.d alloc.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/data.d data.c
alloc.c: In function ‘lisp_align_malloc’:
alloc.c:1041:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c:1084:77: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘lisp_align_free’:
alloc.c:1107:88: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c:1127:24: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c:1140:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_string’:
alloc.c:1910:14: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c:1921:32: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘sweep_strings’:
alloc.c:2112:15: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c:2120:18: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_hash_table’:
alloc.c:2990:283: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_window’:
alloc.c:2997:265: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_terminal’:
alloc.c:3004:284: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_frame’:
alloc.c:3016:269: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘allocate_process’:
alloc.c:3028:272: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘mark_object’:
alloc.c:5558:29: warning: dereferencing type-punned pointer might break strict-aliasing rules
alloc.c: In function ‘mark_terminals’:
alloc.c:5781:27: warning: dereferencing type-punned pointer might break strict-aliasing rules
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o   vm-limit.o widget.o  " "\"" > buildobj.h
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/editfns.d editfns.c
data.c: In function ‘store_symval_forwarding’:
data.c:949:8: warning: dereferencing type-punned pointer might break strict-aliasing rules
data.c:949:32: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/callint.d callint.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/eval.d eval.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/floatfns.d floatfns.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/fns.d fns.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/font.d font.c
font.c: In function ‘font_make_spec’:
font.c:184:10: warning: dereferencing type-punned pointer might break strict-aliasing rules
font.c: In function ‘font_make_entity’:
font.c:196:10: warning: dereferencing type-punned pointer might break strict-aliasing rules
font.c: In function ‘font_make_object’:
font.c:212:15: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/print.d print.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/lread.d lread.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/syntax.d syntax.c
print.c: In function ‘printchar’:
print.c:328:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
print.c: In function ‘strout’:
print.c:379:14: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/unexelf.d unexelf.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/bytecode.d bytecode.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/process.d process.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/callproc.d callproc.c
callproc.c: In function ‘Fcall_process’:
callproc.c:589:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/region-cache.d region-cache.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/sound.d sound.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/atimer.d atimer.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/doprnt.d doprnt.c
process.c: In function ‘Fstart_process’:
process.c:1822:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c: In function ‘conv_sockaddr_to_lisp’:
process.c:2419:36: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2430:38: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2431:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2444:39: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c: In function ‘conv_lisp_to_sockaddr’:
process.c:2535:38: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2545:40: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2546:4: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:2568:41: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c: In function ‘Fmake_network_process’:
process.c:3428:28: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:3563:24: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:3641:36: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:3643:14: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c:3761:32: warning: dereferencing type-punned pointer might break strict-aliasing rules
process.c: In function ‘server_accept_connection’:
process.c:4450:2: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/strftime.d strftime.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/intervals.d intervals.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/textprop.d textprop.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/composite.d composite.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/md5.d md5.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xfont.d xfont.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/ftfont.d ftfont.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/xftfont.d xftfont.c
xfont.c: In function ‘xfont_open’:
xfont.c:834:12: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c:835:12: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_close’:
xfont.c:919:70: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_prepare_face’:
xfont.c:930:15: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_encode_char’:
xfont.c:972:33: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_text_extents’:
xfont.c:999:33: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_draw’:
xfont.c:1053:33: warning: dereferencing type-punned pointer might break strict-aliasing rules
xfont.c: In function ‘xfont_check’:
xfont.c:1130:38: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/ftxfont.d ftxfont.c
ftfont.c: In function ‘get_adstyle_property’:
ftfont.c:168:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_pattern_entity’:
ftfont.c:202:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c:226:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c:228:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_open’:
ftfont.c:1233:25: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_close’:
ftfont.c:1318:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_has_char’:
ftfont.c:1367:63: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_encode_char’:
ftfont.c:1378:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_text_extents’:
ftfont.c:1393:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_get_bitmap’:
ftfont.c:1452:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
ftfont.c: In function ‘ftfont_anchor_point’:
ftfont.c:1500:45: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/terminfo.d terminfo.c
xftfont.c: In function ‘xftfont_open’:
xftfont.c:406:26: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_close’:
xftfont.c:522:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_has_char’:
xftfont.c:602:61: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_encode_char’:
xftfont.c:612:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_text_extents’:
xftfont.c:626:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_draw’:
xftfont.c:672:47: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_shape’:
xftfont.c:719:26: warning: dereferencing type-punned pointer might break strict-aliasing rules
xftfont.c: In function ‘xftfont_cached_font_ok’:
xftfont.c:755:74: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/lastfile.d lastfile.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/vm-limit.d vm-limit.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/widget.d widget.c
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/prefix-args.d prefix-args.c
touch stamp-oldxmenu
gcc -O -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/doc.d doc.c
gcc -O -Demacs -DHAVE_CONFIG_H  -I. -I/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src -D_BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa -pthread -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  -march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1 -MMD -MF deps/.d -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   prefix-args.o -o prefix-args
widget.c:180:1: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘get_wm_shell’:
widget.c:240:8: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘set_frame_size’:
widget.c:314:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘update_wm_hints’:
widget.c:497:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameInitialize’:
widget.c:686:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameRealize’:
widget.c:706:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameDestroy’:
widget.c:726:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameResize’:
widget.c:745:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameSetValues’:
widget.c:766:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c:767:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c:828:7: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameQueryGeometry’:
widget.c:842:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘EmacsFrameSetCharSize’:
widget.c:875:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
widget.c: In function ‘widget_store_internal_border’:
widget.c:886:3: warning: dereferencing type-punned pointer might break strict-aliasing rules
gcc -O -nostdlib `./prefix-args -Xlinker  -z nocombreloc` -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -o temacs pre-crt0.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../lib64/crti.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o   vm-limit.o widget.o    ../lwlib/liblw.a  -lXaw3d -lXmu -lXt -lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -lXrender -lXft -lasound -pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 -ldbus-1 -lpthread -lrt -lgpm -lncurses    -lm -lgcc -lc -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../lib64/crtn.o 
cd ../lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j update-subdirs
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
wd=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
for file in $wins; do \
   /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/../update-subdirs $file; \
done;
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/textmodes)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/loaddefs.el (source)...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/charprop.el (source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/sinhala.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/english.el (source)...
Loading language/ethiopic...
Loading language/european...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/czech.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/slovak.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/romanian.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/greek.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/hebrew.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/japanese.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/cp51932.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/eucjp-ms.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/korean.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/lao.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/tai-viet.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/thai.el (source)...
Loading language/tibetan...
Loading language/vietnamese...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/misc-lang.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/utf-8-lang.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/georgian.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/khmer.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/burmese.el (source)...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/cham.el (source)...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/paths.el (source)...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading replace...
Loading buff-menu...
Loading fringe...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading font-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
82611 pure bytes used
mv -f emacs bootstrap-emacs
cd ../lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j compile-first EMACS=../src/bootstrap-emacs
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Nothing to be done for `compile-first'.
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
cd ../lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j autoloads EMACS=../src/bootstrap-emacs
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/buff-menu.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
chmod +w /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/ps-print.el /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emulation/tpu-edt.el \
  /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/cl-loaddefs.el /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mail/rmail.el \
  /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dired.el /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/ibuffer.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/abbrev.el
wd=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
echo Directories: $wins; \
EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/loaddefs.el")' -f batch-update-autoloads $wins
Directories: /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/. /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./calc /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./play /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./nxml /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./textmodes /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./eshell /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./net /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./progmodes /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./emulation /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./emacs-lisp /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./gnus /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./erc /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./language /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic/analyze /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic/bovine /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic/wisent /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic/decorate /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/semantic/symref /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/ede /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./cedet/srecode /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./mail /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./mh-e /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./url /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./calendar /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./international /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/./org
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/buff-menu.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/button.el
Saving file /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/loaddefs.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/abbrev.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/byte-run.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/button.elcWrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/loaddefs.el

make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/cus-face.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/byte-run.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/composite.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/cus-start.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/cus-face.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/composite.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/custom.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/cus-start.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/backquote.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/lisp-mode.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/custom.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/backquote.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/lisp.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/lisp-mode.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/env.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/env.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In beginning-of-defun-raw:
lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an
    obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead.
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/faces.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/lisp.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/files.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/format.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/faces.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/format.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/facemenu.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/mouse.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/facemenu.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/select.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mouse.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/files.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/select.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/scroll-bar.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/float-sup.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/frame.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/scroll-bar.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/float-sup.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/frame.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/help.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/indent.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/isearch.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/indent.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/help.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/rfn-eshadow.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/isearch.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/bindings.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/map-ynp.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/rfn-eshadow.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/map-ynp.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/bindings.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/menu-bar.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/international/mule.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/international/mule-conf.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/mule-conf.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/menu-bar.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/mule.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/international/characters.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/international/mule-cmds.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/case-table.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/case-table.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/chinese.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/mule-cmds.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/chinese.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/cyrillic.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/indian.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/cyrillic.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/indian.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/characters.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/ethiopic.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/european.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/ethiopic.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/tibetan.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/european.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/language/vietnamese.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/tibetan.elc
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/register.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/language/vietnamese.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/replace.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/register.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/simple.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/minibuffer.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/replace.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In completion--file-name-table:
minibuffer.el:1385:32:Warning: `read-file-name-predicate' is an obsolete
    variable (as of Emacs 23.2); use the regular PRED argument
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/startup.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/minibuffer.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In backward-delete-char-untabify:
simple.el:3214:27:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/subr.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/startup.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In choose-completion:
simple.el:5877:23:Warning: `completion-base-size' is an obsolete variable (as
    of Emacs 23.2); use `completion-base-position' instead.

In completion-list-mode:
simple.el:6031:30:Warning: `completion-base-size' is an obsolete variable (as
    of Emacs 23.2); use `completion-base-position' instead.

In completion-setup-function:
simple.el:6063:34:Warning: `completion-base-size' is an obsolete variable (as
    of Emacs 23.2); use `completion-base-position' instead.
simple.el:6065:24:Warning: `completion-base-size' is an obsolete variable (as
    of Emacs 23.2); use `completion-base-position' instead.
simple.el:6068:36:Warning: `completion-base-size' is an obsolete variable (as
    of Emacs 23.2); use `completion-base-position' instead.
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/simple.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/term/tty-colors.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/font-core.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/tty-colors.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/font-core.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/subr.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/syntax.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/font-lock.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/jit-lock.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/syntax.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In font-lock-fontify-block:
font-lock.el:1278:40:Warning: `font-lock-beginning-of-syntax-function' is an
    obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead.

In font-lock-compile-keywords:
font-lock.el:1703:25:Warning: `font-lock-beginning-of-syntax-function' is an
    obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead.

In font-lock-set-defaults:
font-lock.el:1841:28:Warning: `font-lock-beginning-of-syntax-function' is an
    obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead.
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/font-lock.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/textmodes/fill.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/jit-lock.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'

In fill-region-as-paragraph:
fill.el:659:59:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/textmodes/page.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/textmodes/fill.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/textmodes/paragraphs.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/textmodes/text-mode.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/textmodes/page.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/textmodes/paragraphs.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/emacs-lisp/timer.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/textmodes/text-mode.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/vc-hooks.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/jka-cmpr-hook.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/jka-cmpr-hook.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/timer.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/ediff-hook.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/vc-hooks.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/epa-hook.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/ediff-hook.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/tooltip.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/epa-hook.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/fringe.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/image.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/tooltip.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/fringe.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/international/fontset.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/image.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/dnd.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/tool-bar.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dnd.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/fontset.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/tool-bar.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/mwheel.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/x-dnd.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/term/common-win.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mwheel.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/x-dnd.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/common-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/term/x-win.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/font-setting.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/widget.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/font-setting.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/widget.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/x-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src/../lisp/window.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/mouse.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/select.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/window.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/select.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/scroll-bar.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/ls-lisp.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mouse.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/dos-fns.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/ls-lisp.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/scroll-bar.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dos-fns.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/w32-fns.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/dos-w32.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/disp-table.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/w32-fns.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dos-w32.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/dos-vars.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/disp-table.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/tooltip.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dos-vars.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/image.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/tooltip.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/fringe.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/image.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/fringe.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/dnd.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/mwheel.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/tool-bar.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mwheel.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/dnd.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/tool-bar.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/x-dnd.el
Compiling ../lisp/font-setting.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/international/ccl.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/font-setting.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/x-dnd.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/common-win.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/international/fontset.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/ccl.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/common-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/x-win.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/international/fontset.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/pc-win.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/internal.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/pc-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/internal.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/x-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/w32-win.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/term/ns-win.el
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Compiling ../lisp/emacs-lisp/easymenu.el

In toplevel form:
w32-win.el:209:16:Warning: reference to free variable `libpng-version'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/w32-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/emacs-lisp/easymenu.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/term/ns-win.elc
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
rm -f ../etc/DOC
../lib-src/make-docfile -d /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o fontset.o dbusbind.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o w32.o w32console.o w32fns.o w32heap.o w32inevt.o w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o xfont.o ftfont.o xftfont.o ftxfont.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    xfont.o ftfont.o xftfont.o ftxfont.o > ../etc/DOC
../lib-src/make-docfile -a ../etc/DOC -d /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src ../lisp/mouse.elc ../lisp/select.elc ../lisp/scroll-bar.elc ../lisp/ls-lisp.elc ../lisp/dos-fns.elc ../lisp/w32-fns.elc ../lisp/dos-w32.elc ../lisp/disp-table.elc ../lisp/dos-vars.elc ../lisp/tooltip.elc ../lisp/image.elc ../lisp/fringe.elc ../lisp/dnd.elc ../lisp/mwheel.elc ../lisp/tool-bar.elc ../lisp/x-dnd.elc ../lisp/font-setting.elc ../lisp/international/ccl.elc ../lisp/international/fontset.elc ../lisp/mouse.elc ../lisp/term/common-win.elc ../lisp/term/x-win.elc ../lisp/term/pc-win.elc ../lisp/term/internal.elc ../lisp/term/ns-win.elc ../lisp/term/w32-win.elc ../lisp/emacs-lisp/easymenu.elc ../lisp/loaddefs.el ../lisp/abbrev.elc ../lisp/buff-menu.elc ../lisp/button.elc ../lisp/emacs-lisp/byte-run.elc ../lisp/composite.elc ../lisp/cus-face.elc ../lisp/cus-start.elc ../lisp/custom.elc ../lisp/emacs-lisp/backquote.elc ../lisp/emacs-lisp/lisp-mode.elc ../lisp/emacs-lisp/lisp.elc ../lisp/facemenu.elc ../lisp/faces.elc ../lisp/files.elc ../lisp/emacs-lisp/float-sup.elc ../lisp/format.elc ../lisp/frame.elc ../lisp/help.elc ../lisp/indent.elc ../lisp/isearch.elc ../lisp/rfn-eshadow.elc ../lisp/loadup.el ../lisp/bindings.elc ../lisp/emacs-lisp/map-ynp.elc ../lisp/env.elc ../lisp/international/mule.elc ../lisp/international/mule-conf.elc ../lisp/international/mule-cmds.elc ../lisp/international/characters.elc ../lisp/case-table.elc ../lisp/language/chinese.elc ../lisp/language/cyrillic.elc ../lisp/language/indian.elc ../lisp/language/sinhala.el ../lisp/language/english.el ../lisp/language/ethiopic.elc ../lisp/language/european.elc ../lisp/language/czech.el ../lisp/language/slovak.el ../lisp/language/romanian.el ../lisp/language/greek.el ../lisp/language/hebrew.el ../lisp/language/japanese.el ../lisp/language/korean.el ../lisp/language/lao.el ../lisp/language/cham.el ../lisp/language/tai-viet.el ../lisp/language/thai.el ../lisp/language/tibetan.elc ../lisp/language/vietnamese.elc ../lisp/language/misc-lang.el ../lisp/language/utf-8-lang.el ../lisp/language/georgian.el ../lisp/language/khmer.el ../lisp/language/burmese.el ../lisp/menu-bar.elc ../lisp/paths.el ../lisp/register.elc ../lisp/replace.elc ../lisp/simple.elc ../lisp/minibuffer.elc ../lisp/startup.elc ../lisp/subr.elc ../lisp/term/tty-colors.elc ../lisp/font-core.elc ../lisp/emacs-lisp/syntax.elc ../lisp/font-lock.elc ../lisp/jit-lock.elc ../lisp/textmodes/fill.elc ../lisp/textmodes/page.elc ../lisp/textmodes/paragraphs.elc ../lisp/textmodes/text-mode.elc ../lisp/emacs-lisp/timer.elc ../lisp/vc-hooks.elc ../lisp/jka-cmpr-hook.elc ../lisp/ediff-hook.elc ../lisp/epa-hook.elc ../lisp/widget.elc ../lisp/window.elc ../lisp/version.el
LC_ALL=C `/bin/pwd`/temacs -batch -l loadup dump
Loading loadup.el (source)...
Using load-path (/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup...
Loading loaddefs.el (source)...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading international/charprop.el (source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala.el (source)...
Loading language/english.el (source)...
Loading language/ethiopic...
Loading language/european...
Loading language/czech.el (source)...
Loading language/slovak.el (source)...
Loading language/romanian.el (source)...
Loading language/greek.el (source)...
Loading language/hebrew.el (source)...
Loading language/japanese.el (source)...
Loading international/cp51932.el (source)...
Loading international/eucjp-ms.el (source)...
Loading language/korean.el (source)...
Loading language/lao.el (source)...
Loading language/tai-viet.el (source)...
Loading language/thai.el (source)...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang.el (source)...
Loading language/utf-8-lang.el (source)...
Loading language/georgian.el (source)...
Loading language/khmer.el (source)...
Loading language/burmese.el (source)...
Loading language/cham.el (source)...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading paths.el (source)...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading replace...
Loading buff-menu...
Loading fringe...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading font-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
2629670 pure bytes used
Adding name emacs-23.3.1
ln -f emacs bootstrap-emacs
./emacs -q -batch -f list-load-path-shadows
This site has duplicate Lisp libraries with the same name.
If a locally-installed Lisp library overrides a library in the Emacs release,
that can cause trouble, and you should probably remove the locally-installed
version unless you know what you are doing.

/usr/share/emacs/site-lisp/org-mode/org-mouse hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-mouse
/usr/share/emacs/site-lisp/org-mode/org-colview hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-colview
/usr/share/emacs/site-lisp/org-mode/org-src hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-src
/usr/share/emacs/site-lisp/org-mode/org-publish hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-publish
/usr/share/emacs/site-lisp/org-mode/org-ascii hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-ascii
/usr/share/emacs/site-lisp/org-mode/org-rmail hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-rmail
/usr/share/emacs/site-lisp/org-mode/org-mhe hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-mhe
/usr/share/emacs/site-lisp/org-mode/org-icalendar hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-icalendar
/usr/share/emacs/site-lisp/org-mode/org-attach hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-attach
/usr/share/emacs/site-lisp/org-mode/org-bbdb hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-bbdb
/usr/share/emacs/site-lisp/org-mode/org-habit hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-habit
/usr/share/emacs/site-lisp/org-mode/org-archive hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-archive
/usr/share/emacs/site-lisp/org-mode/org-timer hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-timer
/usr/share/emacs/site-lisp/org-mode/org-id hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-id
/usr/share/emacs/site-lisp/org-mode/org-footnote hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-footnote
/usr/share/emacs/site-lisp/org-mode/org-vm hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-vm
/usr/share/emacs/site-lisp/org-mode/org-bibtex hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-bibtex
/usr/share/emacs/site-lisp/org-mode/org-protocol hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-protocol
/usr/share/emacs/site-lisp/org-mode/org-gnus hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-gnus
/usr/share/emacs/site-lisp/org-mode/org-freemind hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-freemind
/usr/share/emacs/site-lisp/org-mode/org-crypt hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-crypt
/usr/share/emacs/site-lisp/org-mode/org-table hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-table
/usr/share/emacs/site-lisp/org-mode/org-mobile hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-mobile
/usr/share/emacs/site-lisp/org-mode/org-html hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-html
/usr/share/emacs/site-lisp/org-mode/org-feed hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-feed
/usr/share/emacs/site-lisp/org-mode/org-irc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-irc
/usr/share/emacs/site-lisp/org-mode/org hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org
/usr/share/emacs/site-lisp/org-mode/org-w3m hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-w3m
/usr/share/emacs/site-lisp/org-mode/org-remember hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-remember
/usr/share/emacs/site-lisp/org-mode/org-macs hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-macs
/usr/share/emacs/site-lisp/org-mode/org-mac-message hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-mac-message
/usr/share/emacs/site-lisp/org-mode/org-latex hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-latex
/usr/share/emacs/site-lisp/org-mode/org-jsinfo hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-jsinfo
/usr/share/emacs/site-lisp/org-mode/org-indent hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-indent
/usr/share/emacs/site-lisp/org-mode/org-faces hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-faces
/usr/share/emacs/site-lisp/org-mode/org-agenda hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-agenda
/usr/share/emacs/site-lisp/org-mode/org-datetree hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-datetree
/usr/share/emacs/site-lisp/org-mode/org-wl hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-wl
/usr/share/emacs/site-lisp/org-mode/org-clock hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-clock
/usr/share/emacs/site-lisp/org-mode/org-mew hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-mew
/usr/share/emacs/site-lisp/org-mode/org-list hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-list
/usr/share/emacs/site-lisp/org-mode/org-exp hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-exp
/usr/share/emacs/site-lisp/org-mode/org-plot hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-plot
/usr/share/emacs/site-lisp/org-mode/org-docbook hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-docbook
/usr/share/emacs/site-lisp/org-mode/org-xoxo hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-xoxo
/usr/share/emacs/site-lisp/org-mode/org-inlinetask hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-inlinetask
/usr/share/emacs/site-lisp/org-mode/org-info hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-info
/usr/share/emacs/site-lisp/org-mode/org-install hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-install
/usr/share/emacs/site-lisp/org-mode/org-compat hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-compat
/usr/share/emacs/site-lisp/org-mode/org-exp-blocks hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/org/org-exp-blocks
/usr/share/emacs/site-lisp/nxml-mode/nxml-glyph hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-glyph
/usr/share/emacs/site-lisp/nxml-mode/rng-maint hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-maint
/usr/share/emacs/site-lisp/nxml-mode/nxml-outln hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-outln
/usr/share/emacs/site-lisp/nxml-mode/nxml-mode hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-mode
/usr/share/emacs/site-lisp/nxml-mode/rng-util hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-util
/usr/share/emacs/site-lisp/nxml-mode/rng-pttrn hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-pttrn
/usr/share/emacs/site-lisp/nxml-mode/rng-valid hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-valid
/usr/share/emacs/site-lisp/nxml-mode/nxml-ns hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-ns
/usr/share/emacs/site-lisp/nxml-mode/nxml-maint hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-maint
/usr/share/emacs/site-lisp/nxml-mode/xmltok hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/xmltok
/usr/share/emacs/site-lisp/nxml-mode/nxml-rap hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-rap
/usr/share/emacs/site-lisp/nxml-mode/xsd-regexp hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/xsd-regexp
/usr/share/emacs/site-lisp/nxml-mode/rng-nxml hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-nxml
/usr/share/emacs/site-lisp/nxml-mode/rng-match hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-match
/usr/share/emacs/site-lisp/nxml-mode/nxml-parse hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-parse
/usr/share/emacs/site-lisp/nxml-mode/nxml-enc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-enc
/usr/share/emacs/site-lisp/nxml-mode/nxml-util hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-util
/usr/share/emacs/site-lisp/nxml-mode/rng-parse hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-parse
/usr/share/emacs/site-lisp/nxml-mode/rng-dt hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-dt
/usr/share/emacs/site-lisp/nxml-mode/rng-loc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-loc
/usr/share/emacs/site-lisp/nxml-mode/nxml-uchnm hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/nxml-uchnm
/usr/share/emacs/site-lisp/nxml-mode/rng-uri hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-uri
/usr/share/emacs/site-lisp/nxml-mode/rng-cmpct hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-cmpct
/usr/share/emacs/site-lisp/nxml-mode/rng-xsd hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/nxml/rng-xsd
/usr/share/emacs/site-lisp/mairix/mairix hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/net/mairix
/usr/share/emacs/site-lisp/erc/erc-services hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-services
/usr/share/emacs/site-lisp/erc/erc-truncate hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-truncate
/usr/share/emacs/site-lisp/erc/erc-identd hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-identd
/usr/share/emacs/site-lisp/erc/erc-ezbounce hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-ezbounce
/usr/share/emacs/site-lisp/erc/erc-capab hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-capab
/usr/share/emacs/site-lisp/erc/erc-networks hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-networks
/usr/share/emacs/site-lisp/erc/erc-speedbar hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-speedbar
/usr/share/emacs/site-lisp/erc/erc-pcomplete hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-pcomplete
/usr/share/emacs/site-lisp/erc/erc-sound hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-sound
/usr/share/emacs/site-lisp/erc/erc-goodies hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-goodies
/usr/share/emacs/site-lisp/erc/erc-autoaway hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-autoaway
/usr/share/emacs/site-lisp/erc/erc-imenu hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-imenu
/usr/share/emacs/site-lisp/erc/erc-menu hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-menu
/usr/share/emacs/site-lisp/erc/erc-lang hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-lang
/usr/share/emacs/site-lisp/erc/erc-track hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-track
/usr/share/emacs/site-lisp/erc/erc-ibuffer hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-ibuffer
/usr/share/emacs/site-lisp/erc/erc-ring hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-ring
/usr/share/emacs/site-lisp/erc/erc-join hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-join
/usr/share/emacs/site-lisp/erc/erc-fill hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-fill
/usr/share/emacs/site-lisp/erc/erc-spelling hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-spelling
/usr/share/emacs/site-lisp/erc/erc-button hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-button
/usr/share/emacs/site-lisp/erc/erc-list hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-list
/usr/share/emacs/site-lisp/erc/erc-replace hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-replace
/usr/share/emacs/site-lisp/erc/erc-compat hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-compat
/usr/share/emacs/site-lisp/erc/erc-match hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-match
/usr/share/emacs/site-lisp/erc/erc-notify hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-notify
/usr/share/emacs/site-lisp/erc/erc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc
/usr/share/emacs/site-lisp/erc/erc-dcc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-dcc
/usr/share/emacs/site-lisp/erc/erc-page hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-page
/usr/share/emacs/site-lisp/erc/erc-hecomplete hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-hecomplete
/usr/share/emacs/site-lisp/erc/erc-backend hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-backend
/usr/share/emacs/site-lisp/erc/erc-log hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-log
/usr/share/emacs/site-lisp/erc/erc-netsplit hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-netsplit
/usr/share/emacs/site-lisp/erc/erc-stamp hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-stamp
/usr/share/emacs/site-lisp/erc/erc-xdcc hides /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/erc/erc-xdcc

110 Emacs Lisp load-path shadowings were found
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src'
cd src; make all - --jobserver-fds=3,4 -j                           \
  CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' CPPFLAGS='-D_BSD_SOURCE  ' \
  LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  ' MAKE='make' BOOTSTRAPEMACS=""
make[1]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src'
cd ../lwlib/; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' MAKE='make' "C_SWITCH_X_SITE=-I/usr/include/freetype2" "C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=" "C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM=-D_BSD_SOURCE"
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lwlib'
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/src'
cd lisp; make all - --jobserver-fds=3,4 -j                           \
  CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' CPPFLAGS='-D_BSD_SOURCE  ' \
  LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  ' MAKE='make'
(export PARALLEL; PARALLEL=0; cd leim; make all - --jobserver-fds=3,4 -j \
  CC='gcc -O' CFLAGS='-march=core2 -ggdb -O2 -pipe -Wstrict-aliasing=1' CPPFLAGS='-D_BSD_SOURCE  ' \
  LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  ' MAKE='make')
make[1]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim'
EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp/international/titdic-cnv \
  -f batch-titdic-convert -dir quail /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC; \
  echo "changed" > changed.tit
EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp/international/titdic-cnv \
  -f batch-miscdic-convert -dir quail /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/MISC-DIC; \
  echo "changed" > changed.misc
make[1]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
Converting all tit files in the directory /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/4Corner.tit to quail-package...
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-e.el
Decoding with coding system cn-big5...
Converting ziranma.cin to ZIRANMA.el...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/ARRAY30.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-e.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-vars.el
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/CCDOSPY.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-vars.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-alias.el
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/ECDICT.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
No MH variant found on the system
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/ETZY.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/PY-b5.tit to quail-package...

In mh-alias-ali:
mh-alias.el:237:14:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-alias.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-scan.el
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/Punct-b5.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/Punct.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/QJ-b5.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/QJ.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/SW.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/TONEPY.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
No MH variant found on the system
Converting /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/CXTERM-DIC/ZOZY.tit to quail-package...
Decoding with coding system cn-big5...
Processing header part...
Formatting translation rules...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-scan.elc
Byte-compile the created files by:
  % emacs -batch -f batch-byte-compile XXX.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-identity.el
Compiling quail/CCDOSPY.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CCDOSPY.elc
Compiling quail/Punct.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-identity.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-inc.el
Converting ziranma.cin to ZIRANMA.el...done
Converting CTLau.html to CTLau.el...
Converting CTLau.html to CTLau.el...done
Converting cangjie-table.cns to tsang-cns.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/Punct.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-junk.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-inc.elc
Compiling quail/QJ.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/QJ.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-junk.elc
Compiling quail/SW.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-letter.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/SW.elc
Converting cangjie-table.cns to tsang-cns.el...done
Converting cangjie-table.cns to quick-cns.el...
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-limit.el
No MH variant found on the system
No MH variant found on the system
Converting cangjie-table.cns to quick-cns.el...done
Converting pinyin.map to PY.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-letter.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-mime.el
Converting pinyin.map to PY.el...done
Converting CTLau-b5.html to CTLau-b5.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-limit.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-print.el
Converting CTLau-b5.html to CTLau-b5.el...done
Converting cangjie-table.b5 to tsang-b5.el...
No MH variant found on the system
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-print.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-search.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-mime.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-seq.el
No MH variant found on the system
No MH variant found on the system
Converting cangjie-table.b5 to tsang-b5.el...done
Converting cangjie-table.b5 to quick-b5.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-seq.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-show.el

In mh-index-generate-pretty-name:
mh-search.el:1511:8:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only
Converting cangjie-table.b5 to quick-b5.el...done
Compiling quail/TONEPY.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-search.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-speed.el
No MH variant found on the system
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/TONEPY.elc
Compiling quail/4Corner.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-speed.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-thread.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/4Corner.elc
Compiling quail/ARRAY30.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-thread.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-tool-bar.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ARRAY30.elc
Compiling quail/ECDICT.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-show.elc
Compiling quail/ETZY.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-tool-bar.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-utils.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ECDICT.elc
Compiling quail/Punct-b5.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ETZY.elc
Compiling quail/PY-b5.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/Punct-b5.elc
Compiling quail/QJ-b5.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-utils.elcWrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/PY-b5.elc

Compiling quail/ZOZY.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-xface.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/QJ-b5.elc
Compiling quail/tsang-b5.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-xface.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-langs.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ZOZY.elc
Compiling quail/quick-b5.el

In toplevel form:
cc-langs.el:135:1:Warning: cl package required at runtime
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-langs.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-comp.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/quick-b5.elc
Compiling quail/tsang-cns.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/tsang-b5.elc
Compiling quail/quick-cns.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/quick-cns.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/tsang-cns.elc
Compiling quail/PY.el
Compiling quail/ZIRANMA.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/PY.elc
Compiling quail/CTLau.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-comp.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-folder.el
No MH variant found on the system
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CTLau.elc
Compiling quail/CTLau-b5.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-folder.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CTLau-b5.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-funcs.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-engine.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ZIRANMA.elc
rm -f leim-list.el
EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte  -l /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp/international/quail \
  -f batch-byte-compile-if-not-done 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 quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el
No MH variant found on the system
if [ x`(cd /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
  EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp/international/quail \
    --eval "(update-leim-list-file \".\")" ; \
else \
  EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/../lisp/international/quail \
    --eval "(update-leim-list-file \".\" \"/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim\")" ; \
fi
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/mh-e/mh-funcs.elc
Updating /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/leim-list.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/hebrew.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ZIRANMA.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/lao.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CCDOSPY.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/quick-cns.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/Punct-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/greek.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/latin-post.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/uni-input.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/Punct.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CTLau.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/sgml-input.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ipa.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/latin-pre.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/PY.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/cyrillic.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/SW.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/latin-ltx.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/QJ-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/viqr.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/hanja-jis.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/croatian.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ETZY.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/tibetan.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/pypunct-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/cyril-jis.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/lrt.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/sisheng.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/CTLau-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/arabic.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/georgian.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/quick-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/japanese.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/latin-alt.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/indian.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/PY-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/py-punct.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/tsang-b5.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/welsh.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/tsang-cns.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/slovak.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/thai.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/QJ.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ECDICT.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/hangul.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/vntelex.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/hanja.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ethiopic.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/4Corner.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/symbol-ksc.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/TONEPY.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ZOZY.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/rfc1345.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/ARRAY30.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/czech.el ...
Checking /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/quail/hanja3.el ...
Saving file /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/leim-list.el...
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/leim-list.el
Updating /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/leim-list.el ... done
sed -n '/^[^;]/ p' < /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim/leim-ext.el >> leim-list.el
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/leim'
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-engine.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-align.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-cmds.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-fonts.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-align.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-styles.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-cmds.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-fonts.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-styles.elc
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-compat.el
Compiling /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-mode.el
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-compat.elc
Wrote /var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp/progmodes/cc-mode.elc
make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j compile-last EMACS=../src/emacs
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-23.3/work/emacs-23.3/lisp'
>>> Source compiled.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 10 Mar 2011 18:40:02 GMT) Full text and rfc822 format available.

Message #20 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 10 Mar 2011 13:39:32 -0500
Ulrich Mueller wrote:

> [Resending; looks like my original reply was lost.]

This is a moderated list and your messages were large and were waiting
for review, please be patient. Looks like someone accepted the second

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8217#17

and then discarded the first, since two copies were not necessary.


For capacity reasons, lists.gnu.org has some unspecified hard limit,
independent of list moderation, see eg

http://lists.gnu.org/archive/html/savannah-hackers/2011-03/msg00004.html

so it is quite likely your messages will never appear on bug-gnu-emacs.

I do encourage people to send large logs as compressed attachments.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Thu, 24 Mar 2011 16:27:02 GMT) Full text and rfc822 format available.

Message #23 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 24 Mar 2011 12:26:10 -0400
Ulrich Mueller <ulm <at> gentoo.org> writes:

>> FWIW, I cannot reproduce this on this system:
>
>>   Linux fencepost 2.6.32-313-ec2 #26-Ubuntu SMP Fri Feb 11 22:34:31
>> UTC 2011 x86_64 GNU/Linux
>
>> [...]
>
>> with GTK+ Version 2.20.1 as the toolkit.
>
> I confirm that it doesn't fail for me if I configure --with-toolkit=gtk.
> The segfault occurs with the --with-toolkit=athena configure option.

I think this has to do with the messy way we handle scroll bars, which
are currently stored as Lisp objects and recast into scroll_bar
structures when used.

By the way, I notice that x_scroll_bar_create has

  struct scroll_bar *bar
    = ALLOCATE_PSEUDOVECTOR (struct scroll_bar, x_window, PVEC_OTHER);

I don't know if the former is correct (it was introduced back in
revision 82084 by Stefan), but it means the SCROLL_BAR_VEC_SIZE macro
defined in xterm.h is unused, which looks odd.  In comparison, w32term.c
has

  struct scroll_bar *bar
    = XSCROLL_BAR (Fmake_vector (make_number (SCROLL_BAR_VEC_SIZE), Qnil));




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Fri, 25 Mar 2011 01:18:01 GMT) Full text and rfc822 format available.

Message #26 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: Ulrich Mueller <ulm <at> gentoo.org>, 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
	Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 24 Mar 2011 21:17:02 -0400
> By the way, I notice that x_scroll_bar_create has

>   struct scroll_bar *bar
>     = ALLOCATE_PSEUDOVECTOR (struct scroll_bar, x_window, PVEC_OTHER);

> I don't know if the former is correct (it was introduced back in
> revision 82084 by Stefan),

It should be.  It should allocate a vector large enough for `struct
scroll_bar' and with all fields up to x_window of type Lisp_Object and
traceable by the GC.

> but it means the SCROLL_BAR_VEC_SIZE macro defined in xterm.h is
> unused, which looks odd.

Looks like a left over I failed to remove.

> In comparison, w32term.c has

>   struct scroll_bar *bar
>     = XSCROLL_BAR (Fmake_vector (make_number (SCROLL_BAR_VEC_SIZE), Qnil));

Looks like I also failed to apply my change to w32term.c.


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Fri, 05 Aug 2016 01:29:02 GMT) Full text and rfc822 format available.

Message #29 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
 Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Thu, 04 Aug 2016 21:28:39 -0400
Ulrich Mueller <ulm <at> gentoo.org> writes:

>>>>>> On Thu, 10 Mar 2011, Eli Zaretskii wrote:
>
>> FWIW, I cannot reproduce this on this system:
>
>>   Linux fencepost 2.6.32-313-ec2 #26-Ubuntu SMP Fri Feb 11 22:34:31 UTC 2011 x86_64 GNU/Linux
>
>> [...]
>
>> with GTK+ Version 2.20.1 as the toolkit.
>
> I confirm that it doesn't fail for me if I configure --with-toolkit=gtk.
> The segfault occurs with the --with-toolkit=athena configure option.

I guess this is fixed by now?  I usually build --with-toolkit=lucid
(which I read in configure.ac is a synonym for athena), and I haven't
hit this.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Sat, 06 Aug 2016 13:30:03 GMT) Full text and rfc822 format available.

Message #32 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: Ulrich Mueller <ulm <at> gentoo.org>
To: npostavs <at> users.sourceforge.net
Cc: Eli Zaretskii <eliz <at> gnu.org>, 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
 Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Sat, 6 Aug 2016 15:29:44 +0200
>>>>> On Thu, 04 Aug 2016, npostavs  wrote:

> I guess this is fixed by now?  I usually build --with-toolkit=lucid
> (which I read in configure.ac is a synonym for athena), and I
> haven't hit this.

Looking through Gentoo ebuild history, I find that the workaround of
adding -fno-strict-aliasing to CFLAGS wasn't present for version 24.1,
and there never were any bugs reported to us. This seems to indicate
that the problem had disappeared already in early Emacs 24 versions.

However, I also cannot reproduce this any more with Emacs 23.4 and
GCC 5.4.0 (nor with GCC 4.9.3). So it may well be that this issue
wasn't with Emacs but with GCC.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8217; Package emacs. (Sat, 06 Aug 2016 13:35:02 GMT) Full text and rfc822 format available.

Message #35 received at 8217 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 8217 <at> debbugs.gnu.org
Subject: Re: bug#8217: 23.3;
 Runtime segmentation fault when compiled with -O2 on GNU/Linux
Date: Sat, 06 Aug 2016 09:34:43 -0400
tags 8217 unreproducible
close 8217
quit

Ulrich Mueller <ulm <at> gentoo.org> writes:

>>>>>> On Thu, 04 Aug 2016, npostavs  wrote:
>
>> I guess this is fixed by now?  I usually build --with-toolkit=lucid
>> (which I read in configure.ac is a synonym for athena), and I
>> haven't hit this.
>
> Looking through Gentoo ebuild history, I find that the workaround of
> adding -fno-strict-aliasing to CFLAGS wasn't present for version 24.1,
> and there never were any bugs reported to us. This seems to indicate
> that the problem had disappeared already in early Emacs 24 versions.
>
> However, I also cannot reproduce this any more with Emacs 23.4 and
> GCC 5.4.0 (nor with GCC 4.9.3). So it may well be that this issue
> wasn't with Emacs but with GCC.

Okay, closing as unreproducible.




Added tag(s) unreproducible. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 06 Aug 2016 13:35:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 8217 <at> debbugs.gnu.org and Ulrich Mueller <ulm <at> gentoo.org> Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 06 Aug 2016 13:35:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 Sep 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 244 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.