all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
@ 2010-06-29  7:10 john ffitch
  2010-06-29  7:47 ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: john ffitch @ 2010-06-29  7:10 UTC (permalink / raw)
  To: 6536

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
  2010-06-29  7:10 bug#6536: 24.0.50; `@UNEXEC_OBJ@' again john ffitch
@ 2010-06-29  7:47 ` Glenn Morris
       [not found]   ` <Pine.LNX.4.64.1006290916260.13717@snout.codemist.co.uk>
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2010-06-29  7:47 UTC (permalink / raw)
  To: john ffitch; +Cc: 6536

john ffitch wrote:

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

Unsurprisingly, I shall now ask you the same questions as last time:

What does `bzr status' say?

What does `grep UNEXEC_OBJ configure' say?
grep UNEXEC_OBJ config.status ?





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
       [not found]   ` <Pine.LNX.4.64.1006290916260.13717@snout.codemist.co.uk>
@ 2010-06-29 16:13     ` Glenn Morris
  2010-06-29 19:17       ` john ffitch
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2010-06-29 16:13 UTC (permalink / raw)
  To: root; +Cc: 6536

forcemerge 6428 6536
stop

Please keep 6536 AT debbugs.gnu.org cc'd.

root wrote (on Tue, 29 Jun 2010 at 09:17 +0100):

> Could not remember the resolution last time but the fact that it recurs 
> whenm all I do is "bzr update; make" is the bug

I believe you have not applied the solution I suggested last time,
since you seem to have exactly the same problem.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6428#14

I do not see how you could get in this state if you had followed the
suggested steps in that message.

You have local changes to configure, so it is not being updated
correctly from the repository. We cannot help you with this, you are
going to have to fix it.


> harvey:~/GNU_21/emacs/trunk> bzr status
> renamed:
>    configure => configure.OTHER*
> modified:
>    configure.OTHER*
> unknown:
>    configure
>    configure.BASE
>    configure.THIS
> conflicts:
>    Contents conflict in configure
>    Conflict adding id to configure.OTHER.  Unversioned existing file 
> configure.
>    Text conflict in configure
>    Conflict adding file configure.BASE.  Moved existing file to 
> configure.BASE.moved.
>    Conflict adding file configure.BASE.moved.  Moved existing file to 
> configure.BASE.moved.moved.
>    Conflict adding file configure.BASE.moved.moved.  Moved existing file to 
> configure.BASE.moved.moved.moved.
>    Conflict adding file configure.OTHER.  Moved existing file to 
> configure.OTHER.moved.
>    Conflict adding file configure.OTHER.  Moved existing file to 
> configure.OTHER.moved.
>    Conflict adding file configure.OTHER.moved.  Moved existing file to 
> configure.OTHER.moved.moved.
>    Conflict adding file configure.OTHER.moved.moved.  Moved existing file 
> to configure.OTHER.moved.moved.moved.
>    Conflict adding file configure.THIS.  Moved existing file to 
> configure.THIS.moved.
>    Conflict adding file configure.THIS.moved.  Moved existing file to 
> configure.THIS.moved.moved.
> harvey:~/GNU_21/emacs/trunk> grep UNEXEC_OBJ configure
> harvey:~/GNU_21/emacs/trunk> grep UNEXEC_OBJ config.status
> harvey:~/GNU_21/emacs/trunk>






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
  2010-06-29 16:13     ` Glenn Morris
@ 2010-06-29 19:17       ` john ffitch
  2010-06-29 20:05         ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: john ffitch @ 2010-06-29 19:17 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 6536

Some of that link is not familiar but it has been working since the
report.
  Today I also discovered on the other computer that you require a
version of autoconf that is two versions beyond the OpenSuSE
distribition.  I have installed autoconf from source on both machines.
  Will try to restore it all

harvey:~/GNU_21/emacs/trunk> rm configure*
harvey:~/GNU_21/emacs/trunk> bzr revert configure configure.in
RN  configure.OTHER => configure                                               
 N  configure.in
harvey:~/GNU_21/emacs/trunk> bzr status                                        

conflicts:
  Conflict adding file configure.BASE.  Moved existing file to configure.BASE.moved.
  Conflict adding file configure.BASE.moved.  Moved existing file to configure.BASE.moved.moved.
  Conflict adding file configure.BASE.moved.moved.  Moved existing file to configure.BASE.moved.moved.moved.
  Conflict adding file configure.OTHER.  Moved existing file to configure.OTHER.moved.
  Conflict adding file configure.OTHER.moved.  Moved existing file to configure.OTHER.moved.moved.
  Conflict adding file configure.OTHER.moved.moved.  Moved existing file to configure.OTHER.moved.moved.moved.
  Conflict adding file configure.THIS.  Moved existing file to configure.THIS.moved.
  Conflict adding file configure.THIS.moved.  Moved existing file to configure.THIS.moved.moved.
harvey:~/GNU_21/emacs/trunk> 

So is it now OK?  Sounds like no
==John ffitch





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#6536: 24.0.50; `@UNEXEC_OBJ@' again
  2010-06-29 19:17       ` john ffitch
@ 2010-06-29 20:05         ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2010-06-29 20:05 UTC (permalink / raw)
  To: john ffitch; +Cc: 6536

john ffitch wrote:

>   Today I also discovered on the other computer that you require a
> version of autoconf that is two versions beyond the OpenSuSE
> distribition.  I have installed autoconf from source on both machines.

You don't actually need to install or run autoconf, though you can if
you want. Running autoconf is almost certainly what led to the problem
in the first place. The version of configure generated by your
autoconf has conflicted with the version in the Emacs repository, so
you have not been getting updates.

If you do run autoconf, you will likely get these conflicts in future.
This is fine, so long as you watch out for it and deal with it.

> harvey:~/GNU_21/emacs/trunk> rm configure*
> harvey:~/GNU_21/emacs/trunk> bzr revert configure configure.in
> RN  configure.OTHER => configure
>  N  configure.in
> harvey:~/GNU_21/emacs/trunk> bzr status
>
> conflicts:
[...]

You seem to have got your checkout into a rather messed up state.
Some sequence of Bazaar commands will fix it, but I do not really know
what they are. Hopefully someone else can help you.

One thing you can try is just plain `bzr revert'.
Be careful with this command if you have deliberately made any changes
to the Emacs sources and wish to keep them.

When it is all fixed, you should have no other configure.OTHER etc
junk files, and `bzr status' should not report any conflicts.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-29 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29  7:10 bug#6536: 24.0.50; `@UNEXEC_OBJ@' again john ffitch
2010-06-29  7:47 ` Glenn Morris
     [not found]   ` <Pine.LNX.4.64.1006290916260.13717@snout.codemist.co.uk>
2010-06-29 16:13     ` Glenn Morris
2010-06-29 19:17       ` john ffitch
2010-06-29 20:05         ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.