GNU bug report logs - #18608
24.3.94; IRIX 6.5 build fails; "emacs: Invalid function: make-local-variable"

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Thu, 2 Oct 2014 13:25:03 UTC

Severity: important

Tags: notabug

Found in version 24.3.94

Done: Paul Eggert <eggert <at> cs.ucla.edu>

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 18608 in the body.
You can then email your comments to 18608 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#18608; Package emacs. (Thu, 02 Oct 2014 13:25:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Paul Eggert <eggert <at> cs.ucla.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 02 Oct 2014 13:25:04 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Emacs bug reports and feature requests <bug-gnu-emacs <at> gnu.org>
Subject: 24.3.94; IRIX 6.5 build fails;
 "emacs: Invalid function: make-local-variable"
Date: Thu, 02 Oct 2014 06:23:49 -0700
[Message part 1 (text/plain, inline)]
GNU Emacs 24.3.94 successfully builds under Solaris 10 (sparc) and AIX 7.1 
(POWER) but does not build under IRIX 6.5 (MIPS) with GCC 3.4.6.  The build log 
is attached.

We were planning to drop support for IRIX in GNU Emacs 25 anyway, as SGI itself 
dropped support for IRIX last year, so perhaps the simplest fix would be to add 
a NEWS item that IRIX is no longer supported.

Here's what 'report-emacs-bug' says when I run temacs:

In GNU Emacs 24.3.94 (mips-sgi-irix6.5, X toolkit, Xaw3d scroll bars)
 of 2014-10-02 on eilat.math.utah.edu
Configured using:
 `configure --with-png=no'

Important settings:
  locale-coding-system: nil

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC [ > 1 ; 3 4 0 9 ; 0 c ESC x r e p o r t - e m a
c s - b u g RET

Recent messages:
Loading vc/vc-hooks...done
Loading vc/ediff-hook...done
Loading uniquify...done
Loading electric...done
Loading tooltip...done
Loading leim/leim-list.el (source)...done
Finding pointers to doc strings...done
Pure-hashed: 23666 strings, 3452 vectors, 37059 conses, 3244 bytecodes, 82 others
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading loadup.el (source)...done

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils xterm time-date tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
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
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dynamic-setting x-toolkit x multi-tty emacs)

Memory information:
((conses 8 74681 6253)
 (symbols 24 17475 0)
 (miscs 20 70 121)
 (strings 16 8941 5045)
 (string-bytes 1 252394)
 (vectors 8 11588)
 (vector-slots 4 912391 35362)
 (floats 8 63 219)
 (intervals 28 149 238)
 (buffers 512 12))
[irix-6.5.txt (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18608; Package emacs. (Thu, 02 Oct 2014 15:56:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 18608 <at> debbugs.gnu.org
Subject: Re: bug#18608: 24.3.94; IRIX 6.5 build fails;
 "emacs: Invalid function: make-local-variable"
Date: Thu, 02 Oct 2014 11:55:57 -0400
Paul Eggert wrote:

> GNU Emacs 24.3.94 successfully builds under Solaris 10 (sparc) and AIX
> 7.1 (POWER) but does not build under IRIX 6.5 (MIPS) with GCC 3.4.6.

Did previous pretests (or 24.3) work?
(Is it necessary to use that old gcc?)

> SGI itself dropped support for IRIX last year, so perhaps the simplest
> fix would be to add a NEWS item that IRIX is no longer supported.

I don't think there's any "perhaps" about that being the simplest thing. :)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18608; Package emacs. (Thu, 02 Oct 2014 16:55:02 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 18608 <at> debbugs.gnu.org
Subject: Re: bug#18608: 24.3.94; IRIX 6.5 build fails;
 "emacs: Invalid function: make-local-variable"
Date: Thu, 02 Oct 2014 09:54:05 -0700
On 10/02/2014 08:55 AM, Glenn Morris wrote:
> Did previous pretests (or 24.3) work?
> (Is it necessary to use that old gcc?)
>

Sorry for the false alarm; I now recall the situation better.  The IRIX 
port does not work with GCC; see bug#9684.  Emacs 24.3 does not work 
with IRIX cc but Emacs 24.4 should work (at least, a snapshot did work 
back in April).  I will redo the build with IRIX cc when I get the 
chance.  Unfortunately my access to this old IRIX machine is 
intermittent and I cannot login right now.





Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Fri, 03 Oct 2014 00:38:02 GMT) Full text and rfc822 format available.

Notification sent to Paul Eggert <eggert <at> cs.ucla.edu>:
bug acknowledged by developer. (Fri, 03 Oct 2014 00:38:03 GMT) Full text and rfc822 format available.

Message #16 received at 18608-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 18608-done <at> debbugs.gnu.org
Subject: Re: bug#18608: 24.3.94; IRIX 6.5 build fails;
 "emacs: Invalid function: make-local-variable"
Date: Thu, 02 Oct 2014 17:37:32 -0700
Paul Eggert wrote:
> I will redo the build with IRIX cc when I get the chance.

I've been able to do this and can confirm that it does work with IRIX cc.  Sorry 
about the false alarm.  I'm closing this bug report.




Added tag(s) notabug. Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Fri, 03 Oct 2014 00:39:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 10 years and 285 days ago.

Previous Next


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