From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 16 16:32:52 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 7385AD84 for ; Fri, 16 Jan 2015 16:32:52 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36E3BA5B for ; Fri, 16 Jan 2015 16:32:52 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id i17so1890626qcy.2 for ; Fri, 16 Jan 2015 08:32:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=oG2mV1waiC3wskv4vMdFI30QQ/EKViy4CHl+p6Zfd/M=; b=uptp1yHJ44psUtakB6CP8Vckf7DiRgm11HBxhC/5kLQtR7ROfV8JFjDEKvrpXL/Hiq XJsfq/d3tvFZk8EXRaW2RzXRbglCyPLieT3jYFFcUk26kT+47jG7T4ALLyYY8PHQ2eL2 Iv48XkrhXb2fwcBWjHOldWycTyrRS4Nd1cVmZRKTd1/Lwcug73aU3Th9CVo5ufq9W9fX 90x+ebw9QLOyfCGLA7TZ4t3GX1DBqEtwN3XARk63xBR1fQtc5afBXxNMyE7Z9uvDzeUq 7iS//8JX9bRiWZHuWrQ+48tGOVwLQC5qPuYKKTZ+fkk4YTlrAHZnl/OfLv44t3m6uOXy 2+0Q== MIME-Version: 1.0 X-Received: by 10.224.64.136 with SMTP id e8mr25602676qai.41.1421425971337; Fri, 16 Jan 2015 08:32:51 -0800 (PST) Received: by 10.96.160.170 with HTTP; Fri, 16 Jan 2015 08:32:51 -0800 (PST) Date: Fri, 16 Jan 2015 10:32:51 -0600 Message-ID: Subject: upd lite broken on sparc64 with vimage From: Rob J To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 16 Jan 2015 16:32:52 -0000 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