emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7263: closed (24.0.50; Compile failure in src/xm


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7263: closed (24.0.50; Compile failure in src/xmenu.c under GNU/Linux)
Date: Fri, 22 Oct 2010 05:48:01 +0000

Your message dated Fri, 22 Oct 2010 07:51:06 +0200
with message-id <address@hidden>
and subject line Re: bug#7263: 24.0.50; Compile failure in src/xmenu.c under 
GNU/Linux
has caused the GNU bug report #7263,
regarding 24.0.50; Compile failure in src/xmenu.c under GNU/Linux
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7263: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7263
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Compile failure in src/xmenu.c under GNU/Linux Date: Thu, 21 Oct 2010 21:40:19 +0200
With Emacs from bzr trunk as of today, I observe the following compile
failure in src/xmenu.c. Complete build log is attached.

   x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/xmenu.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
xmenu.c
   In file included from xmenu.c:104:
   menu.h:36: error: expected ')' before '*' token
   menu.h:37: error: expected ')' before '*' token
   menu.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
   menu.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token

Emacs was configured as follows:

   ./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-24 
--infodir=/usr/share/info/emacs-24 --with-crt-dir=/usr/lib64 
--without-compress-info --with-sound --with-x --without-gconf --without-xml2 
--without-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg 
--with-tiff --with-xpm --with-imagemagick --with-xft --without-libotf 
--without-m17n-flt --with-x-toolkit=motif --without-hesiod --without-kerberos 
--without-kerberos5 --with-gpm --with-dbus

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

     Where should the build process find the source code?    
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999
     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?               
x86_64-pc-linux-gnu-gcc -march=core2 -ggdb -O2 -pipe
     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?    no
     Should Emacs use mmap(2) for buffer allocation?         no
     What window system should Emacs use?                    x11
     What toolkit should Emacs use?                          MOTIF
     Where do we find X Windows header files?                Standard dirs
     Where do we find X Windows libraries?                   Standard dirs
     Does Emacs use -lXaw3d?                                 no
     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 imagemagick?                             yes
     Does Emacs use -lgpm?                                   yes
     Does Emacs use -ldbus?                                  yes
     Does Emacs use -lgconf?                                 no
     Does Emacs use -lselinux?                               no
     Does Emacs use -lgnutls (BROKEN)?                       yes
     Does Emacs use -lxml2?                                  
     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

 * Package:    app-editors/emacs-vcs-24.0.9999
 * Repository: gentoo
 * Maintainer: address@hidden
 * USE:  X alsa amd64 dbus elibc_glibc gif gpm imagemagick jpeg kernel_linux 
motif multilib png source svg tiff userland_GNU xft xpm
>>> Unpacking source...
 * bzr update start -->
 *    repository: bzr://bzr.savannah.gnu.org/emacs/trunk/
Tree is up to date at revision 102033 of branch 
http://bzr.savannah.gnu.org/r/emacs/trunk
 * exporting ...
>>> Source unpacked in /var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work
>>> Preparing source in 
>>> /var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999 
>>> ...

 * Emacs branch: trunk
 * Emacs version number: 24.0.50

 * Running eautoreconf in 
'/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999' ...
 * Running aclocal ...                                                   [ ok ]
 * Running autoconf ...                                                  [ ok ]
 * Running autoheader ...                                                [ ok ]
>>> Source prepared.
>>> Configuring source in 
>>> /var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999 
>>> ...

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

 * Configuring to build with Motif toolkit
 * econf: updating emacs-vcs-24.0.9999/config.sub with 
/usr/share/gnuconfig/config.sub
 * econf: updating emacs-vcs-24.0.9999/config.guess with 
/usr/share/gnuconfig/config.guess
./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-24 
--infodir=/usr/share/info/emacs-24 --with-crt-dir=/usr/lib64 
--without-compress-info --with-sound --with-x --without-gconf --without-xml2 
--without-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg 
--with-tiff --with-xpm --with-imagemagick --with-xft --without-libotf 
--without-m17n-flt --with-x-toolkit=motif --without-hesiod --without-kerberos 
--without-kerberos5 --with-gpm --with-dbus
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... x86_64-pc-linux-gnu-gcc
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 x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 gcc understands -Wold-style-definition... yes
checking whether gcc understands -Wimplicit-function-declaration... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 whether i386 is declared... no
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
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 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 dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
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 byte ordering is bigendian... no
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 -DQT_SHARED 
-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng14 
-I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm 
-I/usr/include/qt4/QtCore  
checking RSVG_LIBS... -pthread -lrsvg-2 -lm -lgdk_pixbuf-2.0 -lcairo 
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for Wand... yes
checking IMAGEMAGICK_CFLAGS... -fopenmp -I/usr/include/ImageMagick  
checking IMAGEMAGICK_LIBS... -lMagickWand -lMagickCore  
checking for MagickExportImagePixels... yes
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 lgetfilecon in -lselinux... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for gnutls >= 2.2.4... yes
checking LIBGNUTLS_CFLAGS...  
checking LIBGNUTLS_LIBS... -lgnutls  
checking X11 toolkit version... 6 or newer
checking for XmuConvertStandardSelection in -lXmu... yes
checking for XShapeQueryExtension in -lXext... yes
checking for Motif version 2.1... yes
checking for XpCreateContext in -lXp... 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 -lXrender -lfontconfig -lfreetype -lX11  
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 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 strchr... yes
checking for strrchr... 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 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 for isnan... yes
checking for copysign... yes
checking for __executable_start... 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 library containing tputs... -lncurses
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-vcs-24.0.9999/work/emacs-vcs-24.0.9999
  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?               
x86_64-pc-linux-gnu-gcc -march=core2 -ggdb -O2 -pipe
  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?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          MOTIF
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  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 imagemagick?                             yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 no
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls (BROKEN)?                       yes
  Does Emacs use -lxml2?                                  
  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
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
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
>>> Source configured.
>>> Compiling source in 
>>> /var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999 
>>> ...
make -j1 CC=x86_64-pc-linux-gnu-gcc bootstrap 
(cd src;      make  bootstrap-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src'
rm -f temacs core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs emacs-24.0.50
rm -f buildobj.h
rm -f emacs-*.*.* emacs
rm -rf deps
test "X" = "X" || rm -rf 
rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-*
if test -f ./.gdbinit; then \
  mv ./.gdbinit ./.gdbinit.save; \
  if test -f 
"/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src/.gdbinit";
 then rm -f ./.gdbinit.save; \
  else mv ./.gdbinit.save ./.gdbinit; fi; \
fi
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src'
(cd oldXMenu; make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/oldXMenu'
rm -f libXMenu11.a Activate.o AddPane.o AddSel.o ChgPane.o ChgSel.o Create.o 
DelPane.o DelSel.o Destroy.o Error.o EvHand.o FindPane.o FindSel.o InsPane.o 
InsSel.o Internal.o Locate.o Post.o Recomp.o SetAEQ.o SetFrz.o SetPane.o 
SetSel.o XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o insque.o
rm -f Makefile
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/oldXMenu'
(cd lwlib;    make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib'
rm -f *.o core liblw.a \#*
rm -f Makefile
rm -f TAGS
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib'
(cd lib-src;  make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src'
rm -f core *.o getopt.h getopt.h-t
rm -f etags ctags emacsclient ebrowse profile digest-doc sorted-doc movemail 
fakemail hexl update-game-score test-distrib make-docfile
rm -f fns*.el *.tab.c *.tab.h stamp-*
rm -f TAGS
rm -f Makefile blessmail
true
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src'
(cd doc/emacs &&   make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs'
rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
  *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
rm -f emacs.dvi emacs-xtra.dvi emacs.pdf emacs-xtra.pdf \
  emacs.ps emacs-xtra.ps
rm -rf emacs.html/
rm -f emacs-manual-24.0.50.tar*
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs/../../info
 && rm -f emacs emacs-[1-9] emacs-[1-9][0-9]
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs'
(cd doc/misc &&   make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc'
rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
  *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
rm -f gnustmp.*
rm -f ada-mode.dvi auth.dvi autotype.dvi calc.dvi cc-mode.dvi cl.dvi dbus.dvi 
dired-x.dvi ebrowse.dvi ede.dvi ediff.dvi edt.dvi eieio.dvi emacs-mime.dvi 
epa.dvi erc.dvi eshell.dvi eudc.dvi faq.dvi flymake.dvi forms.dvi gnus.dvi 
idlwave.dvi info.dvi mairix-el.dvi message.dvi mh-e.dvi newsticker.dvi 
nxml-mode.dvi org.dvi pcl-cvs.dvi pgg.dvi rcirc.dvi reftex.dvi remember.dvi 
sasl.dvi sc.dvi semantic.dvi ses.dvi sieve.dvi smtpmail.dvi speedbar.dvi 
tramp.dvi url.dvi vip.dvi viper.dvi widget.dvi woman.dvi ada-mode.pdf auth.pdf 
autotype.pdf calc.pdf cc-mode.pdf cl.pdf dbus.pdf dired-x.pdf ebrowse.pdf 
ede.pdf ediff.pdf edt.pdf eieio.pdf emacs-mime.pdf epa.pdf erc.pdf eshell.pdf 
eudc.pdf faq.pdf flymake.pdf forms.pdf gnus.pdf idlwave.pdf info.pdf 
mairix-el.pdf message.pdf mh-e.pdf newsticker.pdf nxml-mode.pdf org.pdf 
pcl-cvs.pdf pgg.pdf rcirc.pdf reftex.pdf remember.pdf sasl.pdf sc.pdf 
semantic.pdf ses.pdf sieve.pdf smtpmail.pdf speedbar.pdf tramp.pdf url.pdf 
vip.pdf viper.pdf widget.pdf woman.pdf
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 for file in ../../info/ada-mode ../../info/auth ../../info/autotype 
../../info/calc ../../info/ccmode ../../info/cl ../../info/dbus 
../../info/dired-x ../../info/ebrowse ../../info/ede ../../info/ediff 
../../info/edt ../../info/eieio ../../info/emacs-mime ../../info/epa 
../../info/erc ../../info/eshell ../../info/eudc ../../info/efaq 
../../info/flymake ../../info/forms ../../info/gnus ../../info/idlwave 
../../info/info ../../info/mairix-el ../../info/message ../../info/mh-e 
../../info/newsticker ../../info/nxml-mode ../../info/org ../../info/pcl-cvs 
../../info/pgg ../../info/rcirc ../../info/remember ../../info/reftex 
../../info/sasl ../../info/sc ../../info/semantic ../../info/ses 
../../info/sieve ../../info/smtpmail ../../info/speedbar ../../info/tramp 
../../info/url ../../info/vip ../../info/viper ../../info/widget 
../../info/woman; do \
  rm -f ${file} ${file}-[1-9] ${file}-[1-9][0-9]; \
done
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc'
(cd doc/lispref &&   make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref'
rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
  *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
rm -f elisp[12]*
rm -f elisp.dvi elisp.pdf elisp.ps vol[12].pdf
rm -rf elisp.html
rm -f emacs-lispref-24.0.50.tar*
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref/../../info
 && rm -f elisp elisp-[1-9] elisp-[1-9][0-9]
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref'
(cd doc/lispintro &&   make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro'
rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
  *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
rm -f emacs-lisp-intro.dvi emacs-lisp-intro.pdf emacs-lisp-intro.ps
rm -rf emacs-lisp-intro.html/
rm -f emacs-lispintro-24.0.50.tar*
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro/../../info
 && rm -f eintr eintr-[1-9]
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro'
(cd leim;     make  maintainer-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim'
rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc 
quail/TONEPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc 
quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc 
quail/ZOZY.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc 
quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc 
quail/CTLau-b5.elc 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 \
        leim-list.el changed.tit changed.misc
if test -f stamp-subdir; then rm -rf quail stamp-subdir; fi
rm -f Makefile
rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc 
quail/TONEPY.elc 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/py-punct.elc
 quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc 
quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/pypunct-b5.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/japanese.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/ja-dic/ja-dic.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/hangul.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/hanja.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/hanja3.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/hanja-jis.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/symbol-ksc.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/thai.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/viqr.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/vntelex.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/lao.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/lrt.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/indian.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/tibetan.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/latin-pre.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/latin-post.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/latin-alt.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/latin-ltx.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/welsh.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/czech.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/croatian.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/slovak.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/greek.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/cyrillic.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/cyril-jis.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/arabic.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/ethiopic.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/ipa.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/hebrew.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/georgian.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/sisheng.elc
 quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc 
quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/sgml-input.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/rfc1345.elc
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim/quail/uni-input.elc
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/leim'
(cd lisp;     make  bootstrap-clean)
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp'
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp; 
rm -f *.elc */*.elc */*/*.elc */*/*/*.elc loaddefs.el 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp/calendar/cal-loaddefs.el
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp/calendar/diary-loaddefs.el
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp/calendar/hol-loaddefs.el
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp/mh-e/mh-loaddefs.el
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp/net/tramp-loaddefs.el
 cus-load.el finder-inf.el subdirs.el calc/calc-loaddefs.el 
eshell/esh-groups.el cedet/semantic/loaddefs.el cedet/ede/loaddefs.el 
cedet/srecode/loaddefs.el
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lisp'
rm -f config.cache config.log
if [ -x ./config.status ]; then           \
    ./config.status;                      \
else                                      \
    ./configure --enable-maintainer-mode; \
fi
config.status: creating Makefile
config.status: creating lib-src/Makefile
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
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
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
make  info all
make[1]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
make[2]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
(cd doc/emacs; make -w info)
make[3]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs'
makeinfo --force -I 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs
 -o 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs/../../info/emacs
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs/emacs.texi
make[3]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/emacs'
(cd doc/misc; make -w info)
make[3]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc'
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force ada-mode.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force auth.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force autotype.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force calc.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force cc-mode.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force cl.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force dbus.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force dired-x.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force ebrowse.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force ede.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force ediff.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force edt.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force eieio.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force --enable-encoding emacs-mime.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force epa.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force erc.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force eshell.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force eudc.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force -I 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc/../emacs
 faq.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force flymake.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force forms.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force gnus.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force --no-split idlwave.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force --no-split info.texi -o ../../info/info
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force mairix-el.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force message.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force mh-e.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force newsticker.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force nxml-mode.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force org.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force pcl-cvs.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force pgg.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force rcirc.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force remember.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force reftex.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force sasl.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force sc.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force semantic.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force ses.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force sieve.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force smtpmail.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force speedbar.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force -D emacs tramp.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force url.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force vip.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force viper.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force widget.texi
cd 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc;
 makeinfo --force woman.texi
make[3]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/misc'
(cd doc/lispref; make -w info)
make[3]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref'
makeinfo --force -I 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref/../emacs
 -I 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref
 -o 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref/../../info/elisp
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref/elisp.texi
make[3]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispref'
(cd doc/lispintro; make -w info)
make[3]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro'
makeinfo --force -I 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro
 -o 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro/../../info/eintr
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro/emacs-lisp-intro.texi
make[3]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/doc/lispintro'
make[2]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
cd lib-src; make all -w                           \
  CC='x86_64-pc-linux-gnu-gcc' CFLAGS='-march=core2 -ggdb -O2 -pipe' 
CPPFLAGS='' \
  LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc ' MAKE='make'
make[2]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src'
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe -o 
test-distrib 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/test-distrib.c
./test-distrib 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/testfile
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c
  \
  -o make-docfile
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c:
 In function 'main':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c:163:
 warning: ignoring return value of 'chdir', declared with attribute 
warn_unused_result
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c:
 In function 'scan_c_file':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c:660:
 warning: ignoring return value of 'fscanf', declared with attribute 
warn_unused_result
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/make-docfile.c:665:
 warning: ignoring return value of 'fscanf', declared with attribute 
warn_unused_result
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/profile.c
  -o profile
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/digest-doc.c
  -o digest-doc
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/sorted-doc.c
  -o sorted-doc
x86_64-pc-linux-gnu-gcc -c   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
   -march=core2 -ggdb -O2 -pipe  
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c:
 In function 'main':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c:304:
 warning: ignoring return value of 'mktemp', declared with attribute 
warn_unused_result
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c:
 In function 'popmail':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c:739:
 warning: ignoring return value of 'fchown', declared with attribute 
warn_unused_result
x86_64-pc-linux-gnu-gcc -c   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
   -march=core2 -ggdb -O2 -pipe  
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/pop.c
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
 -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  -march=core2 -ggdb -O2 -pipe  
movemail.o pop.o \
    -llockfile        -o movemail
movemail.o: In function `main':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/movemail.c:304:
 warning: the use of `mktemp' is dangerous, better use `mkstemp'
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/fakemail.c
  -o fakemail
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/fakemail.c:
 In function 'put_line':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/fakemail.c:502:
 warning: ignoring return value of 'fwrite', declared with attribute 
warn_unused_result
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/hexl.c
  -o hexl
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/hexl.c:
 In function 'main':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/hexl.c:182:
 warning: ignoring return value of 'fread', declared with attribute 
warn_unused_result
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/hexl.c:210:
 warning: ignoring return value of 'fread', declared with attribute 
warn_unused_result
x86_64-pc-linux-gnu-gcc -c   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/update-game-score.c
 \
  -DHAVE_SHARED_GAME_DIR="\"/var/lib/games/emacs\""
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
 -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc  -march=core2 -ggdb -O2 -pipe 
update-game-score.o  \
   -o update-game-score
x86_64-pc-linux-gnu-gcc -c   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
   -march=core2 -ggdb -O2 -pipe -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
  
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'xmalloc':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:209:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:216:
 warning: implicit declaration of function 'write'
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'xrealloc':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:223:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'init_syntax_once':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:438:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 're_match':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:4981:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'regcomp':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:6537:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'regexec':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:6622:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'regerror':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:6699:
 warning: old-style function definition
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:
 In function 'regfree':
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src/regex.c:6739:
 warning: old-style function definition
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
-DEMACS_NAME="\"GNU Emacs\"" \
  -DVERSION="\"24.0.50\"" 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/etags.c
  \
  regex.o  -o etags
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
-DCTAGS -DEMACS_NAME="\"GNU Emacs\"" \
  -DVERSION="\"24.0.50\"" 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/etags.c
  \
  regex.o  -o ctags
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/emacsclient.c
   \
   -DVERSION="\"24.0.50\"" \
    -o emacsclient
x86_64-pc-linux-gnu-gcc   -Wimplicit-function-declaration 
-Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign  
-DHAVE_CONFIG_H -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/../src
  -Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc   -march=core2 -ggdb -O2 -pipe 
-DVERSION="\"24.0.50\"" \
  
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/ebrowse.c
   -o ebrowse
cp -p 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/rcs-checkin
 rcs-checkin
cp: 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/rcs-checkin'
 and `rcs-checkin' are the same file
make[2]: [stamp-rcs-checkin] Error 1 (ignored)
touch stamp-rcs-checkin
cp -p 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/grep-changelog
 grep-changelog
cp: 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/grep-changelog'
 and `grep-changelog' are the same file
make[2]: [stamp-grep-changelog] Error 1 (ignored)
touch stamp-grep-changelog
cp -p 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/rcs2log
 rcs2log
cp: 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/rcs2log'
 and `rcs2log' are the same file
make[2]: [stamp-rcs2log] Error 1 (ignored)
touch stamp-rcs2log
cp -p 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/vcdiff
 vcdiff
cp: 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src/vcdiff'
 and `vcdiff' are the same file
make[2]: [stamp-vcdiff] Error 1 (ignored)
touch stamp-vcdiff
make[2]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lib-src'
boot=bootstrap-emacs;                         \
if [ ! -x "src/$boot" ]; then                                     \
    cd src; make all -w                                   \
      CC='x86_64-pc-linux-gnu-gcc' CFLAGS='-march=core2 -ggdb -O2 -pipe' 
CPPFLAGS=''         \
      LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-znocombreloc ' MAKE='make' 
BOOTSTRAPEMACS="$boot"; \
fi;
make[2]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src'
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/pre-crt0.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
pre-crt0.c
cd ../lwlib; make -w \
    CC='x86_64-pc-linux-gnu-gcc' CFLAGS='-march=core2 -ggdb -O2 -pipe' 
MAKE='make'
make[3]: Entering directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib'
x86_64-pc-linux-gnu-gcc -c    -I/usr/include/freetype2     
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign   -march=core2 -ggdb -O2 -pipe 
-DHAVE_CONFIG_H -Demacs -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib/../src
 
/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib/lwlib.c
x86_64-pc-linux-gnu-gcc -c   -I/usr/include/freetype2     
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign   -march=core2 -ggdb -O2 -pipe 
-DHAVE_CONFIG_H -Demacs -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib/../src
 lwlib-Xm.c
x86_64-pc-linux-gnu-gcc -c   -I/usr/include/freetype2     
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign   -march=core2 -ggdb -O2 -pipe 
-DHAVE_CONFIG_H -Demacs -I. -I../src 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib
 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib/../src
 lwlib-utils.c
rm -f liblw.a
ar cq liblw.a lwlib.o lwlib-Xm.o lwlib-utils.o
x86_64-pc-linux-gnu-ranlib liblw.a
make[3]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/lwlib'
touch stamp-oldxmenu
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/dispnew.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
dispnew.c
dispnew.c: In function 'Fsend_string_to_terminal':
dispnew.c:5960: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
dispnew.c:5965: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/frame.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
frame.c
frame.c: In function 'frame_name_fnn_p':
frame.c:2165: warning: ignoring return value of 'strtol', declared with 
attribute warn_unused_result
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/scroll.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
scroll.c
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/xdisp.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
xdisp.c
xdisp.c: In function 'message2_nolog':
xdisp.c:8230: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
xdisp.c: In function 'message3_nolog':
xdisp.c:8324: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/menu.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
menu.c
x86_64-pc-linux-gnu-gcc -c  -Demacs -DHAVE_CONFIG_H  -I. 
-I/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src 
  -I/usr/include/freetype2    -I/usr/include/alsa   -pthread -D_REENTRANT 
-DQT_SHARED -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
-I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
-I/usr/include/libdrm -I/usr/include/qt4/QtCore   -fopenmp 
-I/usr/include/ImageMagick    -I/usr/include/dbus-1.0 
-I/usr/lib64/dbus-1.0/include        -MMD -MF deps/xmenu.d   
-Wimplicit-function-declaration -Wold-style-definition 
-Wdeclaration-after-statement -Wno-pointer-sign  -march=core2 -ggdb -O2 -pipe 
xmenu.c
In file included from xmenu.c:104:
menu.h:36: error: expected ')' before '*' token
menu.h:37: error: expected ')' before '*' token
menu.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' 
token
menu.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' 
token
xmenu.c:131: error: expected ')' before 'id'
xmenu.c:421: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c:654: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c:674: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c:742: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c: In function 'menu_highlight_callback':
xmenu.c:747: error: 'widget_value' undeclared (first use in this function)
xmenu.c:747: error: (Each undeclared identifier is reported only once
xmenu.c:747: error: for each function it appears in.)
xmenu.c:747: error: 'wv' undeclared (first use in this function)
xmenu.c:747: error: expected expression before ')' token
xmenu.c:752: warning: implicit declaration of function 'menubar_id_to_frame'
xmenu.c:752: error: 'id' undeclared (first use in this function)
xmenu.c: At top level:
xmenu.c:813: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c: In function 'menubar_selection_callback':
xmenu.c:817: error: 'id' undeclared (first use in this function)
xmenu.c: In function 'update_frame_menubar':
xmenu.c:853: warning: implicit declaration of function 'lw_refigure_widget'
xmenu.c: In function 'set_frame_menubar':
xmenu.c:922: error: 'LWLIB_ID' undeclared (first use in this function)
xmenu.c:922: error: expected ';' before 'id'
xmenu.c:924: warning: ISO C90 forbids mixed declarations and code
xmenu.c:925: error: 'widget_value' undeclared (first use in this function)
xmenu.c:925: error: 'wv' undeclared (first use in this function)
xmenu.c:925: error: 'first_wv' undeclared (first use in this function)
xmenu.c:925: error: 'prev_wv' undeclared (first use in this function)
xmenu.c:926: warning: ISO C90 forbids mixed declarations and code
xmenu.c:940: error: 'id' undeclared (first use in this function)
xmenu.c:1047: warning: implicit declaration of function 'xmalloc_widget_value'
xmenu.c:1051: error: 'BUTTON_TYPE_NONE' undeclared (first use in this function)
xmenu.c:1058: warning: implicit declaration of function 'digest_single_submenu'
xmenu.c:1084: warning: implicit declaration of function 
'free_menubar_widget_value_tree'
xmenu.c:1107: warning: implicit declaration of function 'update_submenu_strings'
xmenu.c:1195: warning: implicit declaration of function 'lw_allow_resizing'
xmenu.c:1199: warning: implicit declaration of function 'lw_modify_all_widgets'
xmenu.c:1209: warning: implicit declaration of function 'lw_create_widget'
xmenu.c: In function 'free_frame_menubar':
xmenu.c:1318: warning: implicit declaration of function 'lw_destroy_all_widgets'
xmenu.c:1318: error: 'LWLIB_ID' undeclared (first use in this function)
xmenu.c:1318: error: expected ')' before 'f'
xmenu.c: At top level:
xmenu.c:1499: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'widget_id_tick'
xmenu.c:1502: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c: In function 'pop_down_menu':
xmenu.c:1513: error: 'LWLIB_ID' undeclared (first use in this function)
xmenu.c:1513: error: expected ';' before 'id'
xmenu.c:1517: error: 'id' undeclared (first use in this function)
xmenu.c: At top level:
xmenu.c:1528: error: expected declaration specifiers or '...' before 
'widget_value'
xmenu.c: In function 'create_and_show_popup_menu':
xmenu.c:1535: error: 'LWLIB_ID' undeclared (first use in this function)
xmenu.c:1535: error: expected ';' before 'menu_id'
xmenu.c:1536: warning: ISO C90 forbids mixed declarations and code
xmenu.c:1541: error: 'menu_id' undeclared (first use in this function)
xmenu.c:1541: error: 'widget_id_tick' undeclared (first use in this function)
xmenu.c:1542: error: 'first_wv' undeclared (first use in this function)
xmenu.c:1581: warning: implicit declaration of function 'lw_popup_menu'
xmenu.c:1593: error: too many arguments to function 'popup_get_selection'
xmenu.c: In function 'xmenu_show':
xmenu.c:1606: error: 'widget_value' undeclared (first use in this function)
xmenu.c:1606: error: 'wv' undeclared (first use in this function)
xmenu.c:1606: error: 'save_wv' undeclared (first use in this function)
xmenu.c:1606: error: 'first_wv' undeclared (first use in this function)
xmenu.c:1606: error: 'prev_wv' undeclared (first use in this function)
xmenu.c:1607: error: 'submenu_stack' undeclared (first use in this function)
xmenu.c:1608: error: expected expression before ')' token
xmenu.c:1609: warning: ISO C90 forbids mixed declarations and code
xmenu.c:1632: error: 'BUTTON_TYPE_NONE' undeclared (first use in this function)
xmenu.c:1759: error: 'BUTTON_TYPE_TOGGLE' undeclared (first use in this 
function)
xmenu.c:1761: error: 'BUTTON_TYPE_RADIO' undeclared (first use in this function)
xmenu.c:1781: error: 'wv_title' undeclared (first use in this function)
xmenu.c:1782: error: 'wv_sep1' undeclared (first use in this function)
xmenu.c:1783: error: 'wv_sep2' undeclared (first use in this function)
xmenu.c:1810: error: too many arguments to function 'create_and_show_popup_menu'
xmenu.c: At top level:
xmenu.c:1921: error: expected declaration specifiers or '...' before 'LWLIB_ID'
xmenu.c: In function 'dialog_selection_callback':
xmenu.c:1929: error: 'id' undeclared (first use in this function)
xmenu.c: At top level:
xmenu.c:1939: error: expected declaration specifiers or '...' before 
'widget_value'
xmenu.c: In function 'create_and_show_dialog':
xmenu.c:1941: error: 'LWLIB_ID' undeclared (first use in this function)
xmenu.c:1941: error: expected ';' before 'dialog_id'
xmenu.c:1946: error: 'dialog_id' undeclared (first use in this function)
xmenu.c:1946: error: 'widget_id_tick' undeclared (first use in this function)
xmenu.c:1950: error: 'first_wv' undeclared (first use in this function)
xmenu.c:1955: warning: implicit declaration of function 'lw_pop_up_all_widgets'
xmenu.c:1971: error: too many arguments to function 'popup_get_selection'
xmenu.c: In function 'xdialog_show':
xmenu.c:1993: error: 'widget_value' undeclared (first use in this function)
xmenu.c:1993: error: 'wv' undeclared (first use in this function)
xmenu.c:1993: error: 'first_wv' undeclared (first use in this function)
xmenu.c:1993: error: 'prev_wv' undeclared (first use in this function)
xmenu.c:1996: warning: ISO C90 forbids mixed declarations and code
xmenu.c:2114: error: too many arguments to function 'create_and_show_dialog'
xmenu.c: In function 'syms_of_xmenu':
xmenu.c:2563: error: 'widget_id_tick' undeclared (first use in this function)
make[2]: *** [xmenu.o] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'
make: *** [bootstrap] Error 2
emake failed
 * ERROR: app-editors/emacs-vcs-24.0.9999 failed:
 *   make bootstrap failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 3597:  Called die
 * The specific snippet of code:
 *           emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed";
 * 
 * If you need support, post the output of 'emerge --info 
=app-editors/emacs-vcs-24.0.9999',
 * the complete build log and the output of 'emerge -pqv 
=app-editors/emacs-vcs-24.0.9999'.
 * The complete build log is located at 
'/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/temp/environment'.
 * S: 
'/var/tmp/portage/app-editors/emacs-vcs-24.0.9999/work/emacs-vcs-24.0.9999'

--- End Message ---
--- Begin Message --- Subject: Re: bug#7263: 24.0.50; Compile failure in src/xmenu.c under GNU/Linux Date: Fri, 22 Oct 2010 07:51:06 +0200 User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.11) Gecko/20101004 Thunderbird/3.1.5
Fixed now.  A needed include had been removed.

        Jan D.


Ulrich Mueller skrev 2010-10-21 21.56:
I should mention that compilation (with same configure options)
succeeds for both Emacs 23.2 and emacs-23 bzr branch.




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]