GNU bug report logs - #28296
26.0.50; compiling emacs 23.4 on arch armhf

Previous Next

Package: emacs;

Reported by: rrandresf <at> gmail.com (Andrés Ramírez)

Date: Wed, 30 Aug 2017 14:59:01 UTC

Severity: normal

Tags: wontfix

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

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

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

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


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#28296; Package emacs. (Wed, 30 Aug 2017 14:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to rrandresf <at> gmail.com (Andrés Ramírez):
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 30 Aug 2017 14:59:02 GMT) Full text and rfc822 format available.

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

From: rrandresf <at> gmail.com (Andrés Ramírez)
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50; compiling emacs 23.4 on arch armhf
Date: Wed, 30 Aug 2017 08:58:24 -0600
Let me know If You guys have any idea about the issue.

My configuration line:
--8<---------------cut here---------------start------------->8---
CFLAGS="-g3 -O0 -fPIC" ../configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=lucid --mandir=/usr/share/man/emacs23  --with-sound --without-gconf --with-xft --without-gif --with-jpeg=no --without-dbus --without-libotf --without-m17n-flt --without-gpm --program-suffix=emacs23 --infodir=${prefix}/share/info/emacs23 --with-crt-dir=/usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/
--8<---------------cut here---------------end--------------->8---

I am getting this error:
--8<---------------cut here---------------start------------->8---
gcc -c -D_BSD_SOURCE    -D_BSD_SOURCE -I/usr/include/freetype2   -g3 -O0 -fPIC -DHAVE_CONFIG_H -Demacs -I. -I../src -I/home/soni/abs/emacs-23.4/lwlib -I/home/soni/abs/emacs-23.4/lwlib/../src /home/soni/abs/emacs-23.4/lwlib/lwlib.c
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o   vm-limit.o widget.o  " "\"" > buildobj.h
gcc -Demacs -DHAVE_CONFIG_H  -I. -I/home/soni/abs/emacs-23.4/src -D_BSD_SOURCE -I/usr/include/freetype2  -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16   -g3 -O0 -fPIC -I/usr/include/freetype2 -I/usr/include/freetype2 -MMD -MF deps/.d -Wl,-znocombreloc   prefix-args.o -o prefix-args
gcc: error: prefix-args.o: No such file or directory
Makefile:138: recipe for target 'prefix-args' failed
make[1]: *** [prefix-args] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /usr/include/stdio.h:27:0,
                 from /home/soni/abs/emacs-23.4/lwlib/../src/s/gnu-linux.h:152,
                 from ../src/config.h:1074,
                 from /home/soni/abs/emacs-23.4/lwlib/lwlib.c:24:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
In file included from ../src/config.h:1075:0,
                 from /home/soni/abs/emacs-23.4/lwlib/lwlib.c:24:
/home/soni/abs/emacs-23.4/lwlib/../src/m/arm.h:42:0: warning: "LIB_GCC" redefined
 #define LIB_GCC -lgcc_s
 
In file included from ../src/config.h:1074:0,
                 from /home/soni/abs/emacs-23.4/lwlib/lwlib.c:24:
/home/soni/abs/emacs-23.4/lwlib/../src/s/gnu-linux.h:200:0: note: this is the location of the previous definition
 #define LIB_GCC
 
rm -f liblw.a
ar cq liblw.a lwlib.o lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o lwlib-utils.o
ar: lwlib-Xlw.o: No such file or directory
Makefile:65: recipe for target 'liblw.a' failed
make[2]: *** [liblw.a] Error 1
make[2]: Leaving directory '/home/soni/abs/emacs-23.4/build/lwlib'
Makefile:149: recipe for target 'really-lwlib' failed
make[1]: *** [really-lwlib] Error 2
make[1]: Leaving directory '/home/soni/abs/emacs-23.4/build/src'
Makefile:339: recipe for target 'src' failed
make: *** [src] Error 2
--8<---------------cut here---------------end--------------->8---





bug No longer marked as found in versions 26.0.50. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 30 Aug 2017 15:33:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28296; Package emacs. (Wed, 30 Aug 2017 16:46:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: rrandresf <at> gmail.com (Andrés Ramírez)
Cc: 28296 <at> debbugs.gnu.org
Subject: Re: bug#28296: 26.0.50; compiling emacs 23.4 on arch armhf
Date: Wed, 30 Aug 2017 12:45:11 -0400
Sorry, Emacs 23.4 is ancient and no longer supported.




Added tag(s) wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 24 Oct 2017 05:24:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 28296 <at> debbugs.gnu.org and rrandresf <at> gmail.com (Andrés Ramírez) Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 24 Oct 2017 05:24:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Nov 2017 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 158 days ago.

Previous Next


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