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

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

bug#6536: 24.0.50; `@UNEXEC_OBJ@' again


From: john ffitch
Subject: bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
Date: Tue, 29 Jun 2010 08:10:53 +0100

Did a bzr update and make.  Resu;ts is
make[1]: *** No rule to make target `@UNEXEC_OBJ@', needed by `temacs'.  Stop.

Tried  ./configure; make and no real change
Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    
/home/jpff/GNU_21/emacs/trunk
  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 -g -O2 
-Wdeclaration-after-statement -Wno-pointer-sign  
  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?                          GTK
  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?                                no
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use -lselinux?                               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?                     yes


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: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
src/epaths.h is unchanged
harvey:~/GNU_21/emacs/trunk> make
cd lib-src; make all                            \
          CC='gcc' CFLAGS='-g -O2 -Wdeclaration-after-statement 
-Wno-pointer-sign  ' CPPFLAGS='' \
          LDFLAGS='-Wl,-znocombreloc  ' MAKE='make'
make[1]: Entering directory `/home/jpff/GNU_21/emacs/trunk/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jpff/GNU_21/emacs/trunk/lib-src'
boot=bootstrap-emacs;                         \
        if [ ! -x "src/$boot" ]; then                                     \
            cd src; make all                                    \
              CC='gcc' CFLAGS='-g -O2 -Wdeclaration-after-statement 
-Wno-pointer-sign  ' CPPFLAGS=''         \
              LDFLAGS='-Wl,-znocombreloc  ' MAKE='make' BOOTSTRAPEMACS="$boot"; 
\
        fi;
if [ -r .bzr/checkout/dirstate ]; then                  \
            vcswitness="$(pwd)/.bzr/checkout/dirstate";         \
        fi;                                                     \
        cd src; make all                            \
          CC='gcc' CFLAGS='-g -O2 -Wdeclaration-after-statement 
-Wno-pointer-sign  ' CPPFLAGS='' \
          LDFLAGS='-Wl,-znocombreloc  ' MAKE='make' BOOTSTRAPEMACS=""   \
          VCSWITNESS="$vcswitness"
make[1]: Entering directory `/home/jpff/GNU_21/emacs/trunk/src'
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 bidi.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 gtkutil.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 @UNEXEC_OBJ@ 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   " "\"" > buildobj.h
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/home/jpff/GNU_21/emacs/trunk/src   
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12   -I/usr/include/freetype2        -g -O2 
-Wdeclaration-after-statement -Wno-pointer-sign       -MMD -MF deps/doc.d doc.c
make[1]: *** No rule to make target `@UNEXEC_OBJ@', needed by `temacs'.  Stop.
make[1]: Leaving directory `/home/jpff/GNU_21/emacs/trunk/src'
make: *** [src] Error 2



In GNU Emacs 24.0.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.6)
 of 2010-06-17 on harvey
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
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_GB.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: RMAIL

Minor modes in effect:
  auto-image-file-mode: t
  show-paren-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
x <return> y g <return> <down-mouse-1> <mouse-movement> 
<mouse-movement> <drag-mouse-1> C-h a t e r m i n a 
l <return> <down-mouse-1> <mouse-1> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> C-v C-v C-v C-v C-v C-v C-v <escape> 
< <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<return> <up> T h e SPC g r e p SPC s e e m s SPC t 
o SPC h a n g SPC a t SPC t h i s SPC p o i n t . SPC 
SPC I t SPC u s e d SPC t o SPC w o r k . SPC SPC T 
r i e d SPC s e a r c h i n g SPC f o r SPC t e r m 
i n a l SPC t y p e SPC w i t h o u t SPC s u c c e 
s s <down-mouse-1> <mouse-movement> <mouse-movement> 
<drag-mouse-1> C-c C-c y n n SPC SPC SPC SPC SPC SPC 
x <return> y g C-x k <return> C-x C-f <backspace> <return> 
C-x 1 <down> <down> <down> <down> <return> C-x k <return> 
# <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> x y e s <return> 
M-x g C-g C-x C-f R M A <tab> <return> y M-R O B J 
_ <return> > M-x e m a c s - r e <tab> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> r e p o <tab> t <backspace> 
r <tab> <return>

Recent messages:
1 auto save file flagged.
Deleting...done
Quit
File RMAIL is large (84MB), really open? (y or n) 
Counting messages...done
Invalid face reference: my-trailing-space-face [6 times]
Reverse Rmail search for OBJ_...done
Invalid face reference: my-trailing-space-face [16 times]
Making completion list...
Invalid face reference: my-trailing-space-face [21 times]

Load-path shadows:
/home/jpff/GNU_21/local-lisp/scroll-lock hides 
/home/jpff/GNU_21/emacs/trunk/lisp/scroll-lock
/home/jpff/GNU_21/local-lisp/t-mouse hides 
/home/jpff/GNU_21/emacs/trunk/lisp/t-mouse
/home/jpff/GNU_21/local-lisp/ruler-mode hides 
/home/jpff/GNU_21/emacs/trunk/lisp/ruler-mode
/home/jpff/GNU_21/local-lisp/emerge hides 
/home/jpff/GNU_21/emacs/trunk/lisp/vc/emerge
/home/jpff/GNU_21/local-lisp/url-gw hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-gw
/home/jpff/GNU_21/local-lisp/url-file hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-file
/home/jpff/GNU_21/local-lisp/url-cid hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-cid
/home/jpff/GNU_21/local-lisp/url-parse hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-parse
/home/jpff/GNU_21/local-lisp/url-cache hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-cache
/home/jpff/GNU_21/local-lisp/url-http hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-http
/home/jpff/GNU_21/local-lisp/url-misc hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-misc
/home/jpff/GNU_21/local-lisp/url hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url
/home/jpff/GNU_21/local-lisp/url-auth hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-auth
/home/jpff/GNU_21/local-lisp/url-ldap hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-ldap
/home/jpff/GNU_21/local-lisp/url-news hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-news
/home/jpff/GNU_21/local-lisp/url-vars hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-vars
/home/jpff/GNU_21/local-lisp/url-cookie hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-cookie
/home/jpff/GNU_21/local-lisp/url-nfs hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-nfs
/home/jpff/GNU_21/local-lisp/url-ns hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-ns
/home/jpff/GNU_21/local-lisp/url-irc hides 
/home/jpff/GNU_21/emacs/trunk/lisp/url/url-irc
/home/jpff/GNU_21/local-lisp/remember hides 
/home/jpff/GNU_21/emacs/trunk/lisp/textmodes/remember
/home/jpff/GNU_21/local-lisp/socks hides 
/home/jpff/GNU_21/emacs/trunk/lisp/net/socks

Features:
(shadow mailabbrev emacsbug etach mime-compose mail-alias-menu rmail
newcomment help-mode apropos mailalias ispell feedmail mailcrypt
mail-extr mail-utils comint ring sendmail dired eldoc package
image-file logger crypt crypt++ crypt+pgp-pub paren cal-julian
uniquify advice help-fns advice-preload view cal-china cal-bahai
cal-islam cal-hebrew lunar solar cal-dst appt diary-lib diary-loaddefs
holidays hol-loaddefs regexp-opt cal-menu easymenu calendar
cal-loaddefs time tooltip ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dynamic-setting font-render-setting gtk
x-toolkit x multi-tty emacs)

==John ffitch





reply via email to

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