From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 23 23:10:35 2015 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2F94F07 for ; Mon, 23 Feb 2015 23:10:35 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAA87EB7 for ; Mon, 23 Feb 2015 23:10:35 +0000 (UTC) Received: by qcvp6 with SMTP id p6so13876426qcv.9 for ; Mon, 23 Feb 2015 15:10:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pRoN0xcfLF54mUx4VmFXWLL+AYQhH90/BjSBmaepb9Q=; b=EeVcXKOWsUME86ueyMJrXC1C3NcEzr5BSbSsyG06ksKwt2aW/+GWBaPh2SmCrZbAh0 ZZnK2W9hSmhZdIru0LlBu9kKkyV3FRgFXdO799v/g5ScS+ih3/Ffj9tWrPygKOzZpdgi nT9nvrofl6H/cqoI6dcNCM+sH6OfYzMJb1sNJ2MvDjsf5bMDsxfwrFwGdQzDbqGvjYKm lewjm1+2CooA8yWf5NLgWNLl2aFfqIP819coZDaUUOPlhUMRQobL39MB0kNF20zM09yD QtmU03Ndkd4UvLn54M3llffgdv9szRkblRviCGA4TjiSajKCWrpbHqVNlyFFCngl5jLv OodQ== MIME-Version: 1.0 X-Received: by 10.229.70.201 with SMTP id e9mr30552706qcj.6.1424733034708; Mon, 23 Feb 2015 15:10:34 -0800 (PST) Received: by 10.96.65.42 with HTTP; Mon, 23 Feb 2015 15:10:34 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Feb 2015 17:10:34 -0600 Message-ID: Subject: Re: upd lite broken on sparc64 with vimage From: Rob J To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Marius Strobl X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 23:10:36 -0000 Hello Marius, When you said userland is broken untill r278870 - is some of the behaviour like what I am seeing after buildinng world? I am getting a lot of sendsig errors about all sorts of binaries being too old, and that I need to rebuild them example while installing world: sendsig: bc is too old, rebuild it example after eventually installing world: sendsig: syslogd is too old, rebuild it (syslogd doesn't get started) Every time I get the sendsig, the related command dies. Can you provide some insight to this? Thanks, Robert On Fri, Jan 16, 2015 at 10:32 AM, Rob J wrote: > Hello, > I checked out the stable sources for 10.1 via svnlite, and I have tried > compiling a generic kernel with "options VIMAGE" added, but the compile > breaks down while compiling src/sys/netinet/in_proto.c with dereferencing > errors like this: > > In file included from /export/usr/src/sys/netinet/in_proto.c:83: > /export/usr/src/sys/netinet/udp_var.h: In function 'get_inpcbinfo': > /export/usr/src/sys/netinet/udp_var.h:153: error: dereferencing pointer to > incomplete type > /export/usr/src/sys/netinet/udp_var.h:153: error: dereferencing pointer to > incomplete type > /export/usr/src/sys/netinet/udp_var.h: In function 'get_pcblist': > /export/usr/src/sys/netinet/udp_var.h:159: error: dereferencing pointer to > incomplete type > /export/usr/src/sys/netinet/udp_var.h:159: error: dereferencing pointer to > incomplete type > *** Error code 1 > > Apparently this was an issue in the power-pc platform as well back in May of > 2014, but was resolved - see this thread: > http://lists.freebsd.org/pipermail/freebsd-net/2014-May/038831.html > > Is there a fix that can be applied on the sparc64 platform? > > Thanks, > > Robert