unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
Cc: emacs-devel@gnu.org
Subject: Re: m68k "Invalid character:" build failure look familiar to anyone?
Date: Thu, 25 Sep 2003 10:30:57 -0500	[thread overview]
Message-ID: <87eky47umm.fsf@raven.i.defaultvalue.org> (raw)
In-Reply-To: <jesmmlw8bs.fsf@sykes.suse.de> (Andreas Schwab's message of "Thu, 25 Sep 2003 11:01:11 +0200")

Andreas Schwab <schwab@suse.de> writes:

>> OK, according to grep, there were about 382 warnings in the ~100K+
>> package build log.  I can post the whole thing, or if you only want to
>> see the output for particular files, I can just post that.
>
> The most interesting warnings are about implicit declarations.

Below are just the implicit warnings.  I also fixed the "suggest
parentheses around && within ||" warnings in charset.c to match the
code in current CVS.

Also, here's the first bit of a backtrace I just generated in case
that's helpful:

#0  invalid_character (c=-134217728)
    at /home/rlb/tmp/emacs21-21.3+1/src/charset.c:117
#1  0x80033c2a in char_to_string (c=-134217728, 
    str=0x80852ef4 "o88592:\t\t\t\t\tcs_CZ.ISO8859-2")
    at /home/rlb/tmp/emacs21-21.3+1/src/charset.c:270
#2  0x800d7fee in concat (nargs=1, args=0xefffc098, target_type=Lisp_String, 
    last_special=0) at /home/rlb/tmp/emacs21-21.3+1/src/fns.c:822
#3  0x800d7a26 in Fconcat (nargs=1, args=0xefffc098)
    at /home/rlb/tmp/emacs21-21.3+1/src/fns.c:434
#4  0x800d326e in Feval (form=1350173948)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:1986
#5  0x800d0d1a in Fprogn (args=274922548)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:431
#6  0x800d1790 in Flet (args=1350170172)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:875
#7  0x800d3068 in Feval (form=1350168404)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:2013

And here are the warnings:

$ grep -B1 implicit emacs21-crest-build.log

/home/rlb/tmp/emacs21-21.3+1/src/charset.c:695: warning: suggest parentheses around && within ||
/home/rlb/tmp/emacs21-21.3+1/src/charset.c:717: warning: implicit declaration of function `Fupdate_coding_systems_internal'
--
/home/rlb/tmp/emacs21-21.3+1/src/xfaces.c: In function `x_update_menu_appearance':
/home/rlb/tmp/emacs21-21.3+1/src/xfaces.c:4475: warning: implicit declaration of function `free_frame_menubar'
--
/home/rlb/tmp/emacs21-21.3+1/src/xterm.c: In function `x_window_to_menu_bar':
/home/rlb/tmp/emacs21-21.3+1/src/xterm.c:8271: warning: implicit declaration of function `xlwmenu_window_p'
/home/rlb/tmp/emacs21-21.3+1/src/xterm.c: In function `XTread_socket':
/home/rlb/tmp/emacs21-21.3+1/src/xterm.c:10247: warning: implicit declaration of function `xlwmenu_redisplay'
--
/home/rlb/tmp/emacs21-21.3+1/src/emacs.c: In function `main':
/home/rlb/tmp/emacs21-21.3+1/src/emacs.c:1473: warning: implicit declaration of function `init_window'
/home/rlb/tmp/emacs21-21.3+1/src/emacs.c: In function `Fdump_emacs':
/home/rlb/tmp/emacs21-21.3+1/src/emacs.c:2027: warning: implicit declaration of function `unexec'
--
/home/rlb/tmp/emacs21-21.3+1/src/keyboard.c: In function `read_char':
/home/rlb/tmp/emacs21-21.3+1/src/keyboard.c:2376: warning: implicit declaration of function `_setjmp'
--
/home/rlb/tmp/emacs21-21.3+1/src/eval.c: In function `call_debugger':
/home/rlb/tmp/emacs21-21.3+1/src/eval.c:270: warning: implicit declaration of function `Ftop_level'
/home/rlb/tmp/emacs21-21.3+1/src/eval.c: In function `internal_catch':
/home/rlb/tmp/emacs21-21.3+1/src/eval.c:1029: warning: implicit declaration of function `_setjmp'
--
/home/rlb/tmp/emacs21-21.3+1/src/sound.c: In function `vox_configure':
/home/rlb/tmp/emacs21-21.3+1/src/sound.c:799: warning: implicit declaration of function `ioctl'
--
/home/rlb/tmp/emacs21-21.3+1/src/prefix-args.c: In function `main':
/home/rlb/tmp/emacs21-21.3+1/src/prefix-args.c:63: warning: implicit declaration of function `exit'


-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4

  reply	other threads:[~2003-09-25 15:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24  5:34 m68k "Invalid character:" build failure look familiar to anyone? Rob Browning
2003-09-24  9:06 ` Andreas Schwab
2003-09-24 23:22   ` Rob Browning
2003-09-25  9:01     ` Andreas Schwab
2003-09-25 15:30       ` Rob Browning [this message]
2003-09-25 16:12         ` Andreas Schwab
2003-09-25 16:28           ` Rob Browning
2003-09-25 17:33             ` Kevin Rodgers
2003-09-26  9:16             ` Andreas Schwab
2003-09-26 14:17               ` Rob Browning
2003-09-26 16:09 ` Stefan Monnier
2003-09-26 16:57   ` Rob Browning
2003-09-27 16:46     ` Rob Browning
2003-09-27 16:59       ` Rob Browning
2003-09-29 14:28       ` Stefan Monnier
2003-09-29 16:49         ` Rob Browning
2003-10-03 21:22           ` Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eky47umm.fsf@raven.i.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).