all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: 7643@debbugs.gnu.org
Subject: bug#7643: Build failure for SGI IRIX MIPS
Date: Wed, 15 Dec 2010 09:41:20 +0800	[thread overview]
Message-ID: <8739pzx16n.fsf@stupidchicken.com> (raw)
In-Reply-To: <CMM.0.95.0.1292278169.beebe@psi.math.utah.edu> (Nelson H. F. Beebe's message of "Mon, 13 Dec 2010 15:09:29 -0700 (MST)")

Nelson H. F. Beebe reports a build failure of the 23.2.92 pretest on SGI
IRIX MIPS.

The last Emacs version to build ok was 21.3 in January 2004, so this
appears to be a long-standing bug.

> On IRIX, compilation fails in src/process.c like this:
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2431
> 	  A pointer to an incomplete class type is not allowed.
>
> 		uint16_t *ip6 = (uint16_t *) &sin6->sin6_addr;
> 					      ^
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2432
> 	  A pointer to an incomplete class type is not allowed.
>
> 		len = sizeof (sin6->sin6_addr)/2 + 1;
> 			      ^
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2435
> 	  A pointer to an incomplete class type is not allowed.
>
> 		p->contents[--len] = make_number (ntohs (sin6->sin6_port));
> 									 ^
>
> 	cc-1070 c89: ERROR File = process.c, Line = 2489
> 	  The indicated type is incomplete.
>
> 		  return sizeof (struct sockaddr_in6);
> 				 ^
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2546
> 	  A pointer to an incomplete class type is not allowed.
>
> 		  uint16_t *ip6 = (uint16_t *)&sin6->sin6_addr;
> 					       ^
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2547
> 	  A pointer to an incomplete class type is not allowed.
>
> 		  len = sizeof (sin6->sin6_addr) + 1;
> 				^
>
> 	cc-1367 c89: ERROR File = process.c, Line = 2549
> 	  A pointer to an incomplete class type is not allowed.
>
> 		  sin6->sin6_port = htons (i);
> 		  ^
>
> 	cc-1070 c89: ERROR File = process.c, Line = 4388
> 	  The indicated type is incomplete.
>
> 	      struct sockaddr_in6 in6;
> 				  ^
>
> 	8 errors detected in the compilation of "process.c".





  parent reply	other threads:[~2010-12-15  1:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CMM.0.95.0.1292278169.beebe@psi.math.utah.edu>
2010-12-15  1:39 ` bug#7642: Build failure on NetBSD 5.0.2 on IA-32 Chong Yidong
2010-12-15  8:29   ` Glenn Morris
2010-12-16  1:38     ` Chong Yidong
2010-12-16 17:03   ` Nelson H. F. Beebe
2010-12-17 14:32     ` Chong Yidong
2011-01-16  3:23     ` Glenn Morris
2011-01-16  3:25     ` Glenn Morris
2011-01-27 20:51   ` Chong Yidong
2011-01-28 18:15     ` Glenn Morris
2010-12-15  1:41 ` Chong Yidong [this message]
2011-01-08 20:43   ` bug#7643: Build failure for SGI IRIX MIPS Chong Yidong
2011-10-10 17:54     ` Glenn Morris
2011-10-06 14:19 bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5 Rainer Orth
2011-10-07  0:49 ` Glenn Morris
2011-10-07  9:20   ` bug#7643: " Rainer Orth
2011-10-07 18:48     ` bug#7643: Build failure for SGI IRIX MIPS Glenn Morris
2011-10-07 19:18       ` Glenn Morris

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=8739pzx16n.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=7643@debbugs.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 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.