all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "Nelson H. F. Beebe" <beebe@math.utah.edu>
Cc: 17339@debbugs.gnu.org
Subject: bug#17339: emacs-24.3.90: big build report
Date: Thu, 01 May 2014 18:14:52 -0400	[thread overview]
Message-ID: <os1twdywmb.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <CMM.0.95.0.1398373636.beebe@psi.math.utah.edu> (Nelson H. F. Beebe's message of "Thu, 24 Apr 2014 15:07:16 -0600 (MDT)")

"Nelson H. F. Beebe" wrote:

>     SGI IRIX 6.5 MIPS:
> 	/usr/local/bin/gcc -std=gnu99 -c -Demacs  -I. -I. -I../lib -I./../lib -g3 -O2  process.c
> 	process.c: In function `conv_sockaddr_to_lisp':
> 	process.c:2002: error: dereferencing pointer to incomplete type
> 	process.c:2003: error: dereferencing pointer to incomplete type
> 	process.c:2006: error: dereferencing pointer to incomplete type
> 	process.c: In function `get_lisp_to_sockaddr_size':
> 	process.c:2070: error: invalid application of `sizeof' to incomplete type `sockaddr_in6'
> 	process.c: In function `conv_lisp_to_sockaddr':
> 	process.c:2125: error: dereferencing pointer to incomplete type
> 	process.c:2126: error: dereferencing pointer to incomplete type
> 	process.c:2128: error: dereferencing pointer to incomplete type
> 	process.c: In function `server_accept_connection':
> 	process.c:4024: error: field `in6' has incomplete type

IIUC, this is a failure to define the "sockaddr_in6" structure.
This is odd, because it is allegedly

http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=bks&srch=&fname=/SGI_Developer/IRIX_NetPG/sgi_html/ch03.html

defined in netinet/in.h, which process.c includes.

Can you find which .h file defines it on that system?
Or send netinet/in.h?

This is not a big deal, because we have had persistent problems with
SGI IRIX (eg http://debbugs.gnu.org/9684), and have dropped support for
it in Emacs 24.5.


In fact I see this looks like the same issue as http://debbugs.gnu.org/7643,
which you reported but never followed up to
I suggested something to try in

http://debbugs.gnu.org/7643#24





  parent reply	other threads:[~2014-05-01 22:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24 21:07 bug#17339: emacs-24.3.90: big build report Nelson H. F. Beebe
2014-04-29 15:04 ` Glenn Morris
2014-05-01 21:59   ` Glenn Morris
2014-04-29 15:15 ` Glenn Morris
2014-05-01 22:14 ` Glenn Morris [this message]
2014-05-03 21:10 ` bug#17339: "undefined: PixelSetMagickColor" when building emacs-24.3.90 Paul Eggert
2014-05-03 21:28 ` bug#17339: SGI IRIX 6.5 in emacs-24.3.90: big build report Paul Eggert

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

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

  git send-email \
    --in-reply-to=os1twdywmb.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=17339@debbugs.gnu.org \
    --cc=beebe@math.utah.edu \
    /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 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.