From owner-freebsd-sparc64@FreeBSD.ORG Sun May 23 11:20:03 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0292B106566B for ; Sun, 23 May 2010 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB5228FC17 for ; Sun, 23 May 2010 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4NBK2OD059835 for ; Sun, 23 May 2010 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4NBK2Tf059834; Sun, 23 May 2010 11:20:02 GMT (envelope-from gnats) Date: Sun, 23 May 2010 11:20:02 GMT Message-Id: <201005231120.o4NBK2Tf059834@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: sparc64/146387: commit references a PR X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 11:20:03 -0000 The following reply was made to PR sparc64/146387; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: sparc64/146387: commit references a PR Date: Sun, 23 May 2010 11:18:26 +0000 (UTC) Author: marius Date: Sun May 23 11:18:05 2010 New Revision: 208444 URL: http://svn.freebsd.org/changeset/base/208444 Log: MFC: r208341 Update to a config.h created by a file 5.03 configure script. This causes file.1 to contain the correct version number and SIZEOF_LONG_LONG to be defined as appropriate, which is crucial for 64-bit big-endian ELF files to be handled correctly on big-endian systems. PR: 146387 Reviewed by: delphij Modified: stable/8/lib/libmagic/config.h Directory Properties: stable/8/lib/libmagic/ (props changed) Modified: stable/8/lib/libmagic/config.h ============================================================================== --- stable/8/lib/libmagic/config.h Sun May 23 10:13:11 2010 (r208443) +++ stable/8/lib/libmagic/config.h Sun May 23 11:18:05 2010 (r208444) @@ -1,18 +1,18 @@ /* $FreeBSD$ */ /* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ -/* Use the builtin ELF recognition code */ +/* Define in built-in ELF support is used */ #define BUILTIN_ELF 1 -/* Recognize ELF core files */ +/* Define for ELF core file support */ #define ELFCORE 1 /* Define to 1 if you have the `asprintf' function. */ #define HAVE_ASPRINTF 1 -/* */ +/* HAVE_DAYLIGHT */ /* #undef HAVE_DAYLIGHT */ /* Define to 1 if you have the header file. */ @@ -51,9 +51,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_LOCALE_H 1 -/* */ -#define HAVE_LONG_LONG 1 - /* Define to 1 if you have the `mbrtowc' function. */ #define HAVE_MBRTOWC 1 @@ -69,9 +66,6 @@ /* Define to 1 if you have the `mmap' function. */ #define HAVE_MMAP 1 -/* Define to 1 if you have the `snprintf' function. */ -#define HAVE_SNPRINTF 1 - /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 @@ -102,13 +96,12 @@ /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 +/* HAVE_STRUCT_OPTION */ +#define HAVE_STRUCT_OPTION 1 + /* Define to 1 if `st_rdev' is member of `struct stat'. */ #define HAVE_STRUCT_STAT_ST_RDEV 1 -/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use - `HAVE_STRUCT_STAT_ST_RDEV' instead. */ -#define HAVE_ST_RDEV 1 - /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ #define HAVE_STRUCT_TM_TM_GMTOFF 1 @@ -133,7 +126,7 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 -/* */ +/* HAVE_TM_ISDST */ #define HAVE_TM_ISDST 1 /* HAVE_TM_ZONE */ @@ -169,9 +162,6 @@ /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 -/* Define to 1 if you have the `vsnprintf' function. */ -#define HAVE_VSNPRINTF 1 - /* Define to 1 if you have the header file. */ #define HAVE_WCHAR_H 1 @@ -199,34 +189,22 @@ #define PACKAGE "file" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" +#define PACKAGE_BUGREPORT "christos@astron.com" /* Define to the full name of this package. */ -#define PACKAGE_NAME "" +#define PACKAGE_NAME "file" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" +#define PACKAGE_STRING "file 5.03" /* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" +#define PACKAGE_TARNAME "file" /* Define to the version of this package. */ -#define PACKAGE_VERSION VERSION - -/* */ -#define SIZEOF_INT64_T 8 +#define PACKAGE_VERSION "5.03" -/* */ -#define SIZEOF_UINT16_T 2 - -/* */ -#define SIZEOF_UINT32_T 4 - -/* */ -#define SIZEOF_UINT64_T 8 - -/* */ -#define SIZEOF_UINT8_T 1 +/* The size of `long long', as computed by sizeof. */ +#define SIZEOF_LONG_LONG 8 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -235,7 +213,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "5.00" +#define VERSION "5.03" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ @@ -247,8 +225,49 @@ #endif #endif +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +/* #undef _LARGEFILE_SOURCE */ + /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ + +/* Define to a type if does not define. */ +/* #undef mbstate_t */ + +/* Define to `long int' if does not define. */ +/* #undef off_t */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */ + + +#ifndef HAVE_UINT8_T +typedef unsigned char uint8_t; +#endif +#ifndef HAVE_UINT16_T +typedef unsigned short uint16_t; +#endif +#ifndef HAVE_UINT32_T +typedef unsigned int uint32_t; +#endif +#ifndef HAVE_INT32_T +typedef int int32_t; +#endif +#ifndef HAVE_UINT64_T +#if SIZEOF_LONG_LONG == 8 +typedef unsigned long long uint64_t; +#else +typedef unsigned long uint64_t; +#endif +#endif +#ifndef HAVE_INT64_T +#if SIZEOF_LONG_LONG == 8 +typedef long long int64_t; +#else +typedef long int64_t; +#endif +#endif + _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Sun May 23 13:09:15 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F040A1065677; Sun, 23 May 2010 13:09:15 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7C128FC21; Sun, 23 May 2010 13:09:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4ND9FSt055574; Sun, 23 May 2010 13:09:15 GMT (envelope-from marius@freefall.freebsd.org) Received: (from marius@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4ND9FTT055570; Sun, 23 May 2010 13:09:15 GMT (envelope-from marius) Date: Sun, 23 May 2010 13:09:15 GMT Message-Id: <201005231309.o4ND9FTT055570@freefall.freebsd.org> To: yuri@tsoft.com, marius@FreeBSD.org, freebsd-sparc64@FreeBSD.org From: marius@FreeBSD.org Cc: Subject: Re: sparc64/146387: 'file' command on sparc64 doesn't interpret sparc64 (V9) executables X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 13:09:16 -0000 Synopsis: 'file' command on sparc64 doesn't interpret sparc64 (V9) executables State-Changed-From-To: open->patched State-Changed-By: marius State-Changed-When: Sun May 23 13:06:37 UTC 2010 State-Changed-Why: mark as patched, awaiting feedback whether the reported case is also fixed http://www.freebsd.org/cgi/query-pr.cgi?pr=146387 From owner-freebsd-sparc64@FreeBSD.ORG Mon May 24 11:07:03 2010 Return-Path: Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F16791065674 for ; Mon, 24 May 2010 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E189B8FC1E for ; Mon, 24 May 2010 11:07:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4OB73rG004510 for ; Mon, 24 May 2010 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4OB73pm004508 for freebsd-sparc64@FreeBSD.org; Mon, 24 May 2010 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 May 2010 11:07:03 GMT Message-Id: <201005241107.o4OB73pm004508@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-sparc64@FreeBSD.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 11:07:04 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- p sparc/146387 sparc64 'file' command on sparc64 doesn't interpret sparc64 (V o sparc/145211 sparc64 [panic] Memory modified after free o sparc/142102 sparc64 [nfs] [panic] FreeBSD 8.0 kernel panics on sparc64 whe o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller s sparc/139134 sparc64 kernel output corruption f sparc/127051 sparc64 [hme] hme interfaces "pause" with the message "device o sparc/119244 sparc64 X11Forwarding to X11 server on sparc crashes Xorg o sparc/119240 sparc64 top has WCPU over 100% on UP system s sparc/119239 sparc64 gdb coredumps on sparc64 f sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 s sparc/107087 sparc64 [hang] system is hung during boot from CD o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC 15 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Wed May 26 10:10:04 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20B751065675 for ; Wed, 26 May 2010 10:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F33208FC1A for ; Wed, 26 May 2010 10:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4QAA3ow011482 for ; Wed, 26 May 2010 10:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4QAA3ab011481; Wed, 26 May 2010 10:10:03 GMT (envelope-from gnats) Resent-Date: Wed, 26 May 2010 10:10:03 GMT Resent-Message-Id: <201005261010.o4QAA3ab011481@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ckiakkuf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62476106567B for ; Wed, 26 May 2010 10:03:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 38D808FC12 for ; Wed, 26 May 2010 10:03:25 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4QA3Pjt090067 for ; Wed, 26 May 2010 10:03:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4QA3OGh090066; Wed, 26 May 2010 10:03:25 GMT (envelope-from nobody) Message-Id: <201005261003.o4QA3OGh090066@www.freebsd.org> Date: Wed, 26 May 2010 10:03:25 GMT From: ckiakkuf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: sparc64/147065: ckiakkuf X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 10:10:04 -0000 >Number: 147065 >Category: sparc64 >Synopsis: ckiakkuf >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 26 10:10:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: ckiakkuf >Release: ckiakkuf >Organization: ckiakkuf >Environment: ckiakkuf >Description: hodwslam http://wjpzvmpw.com kzcodvro djhtyath >How-To-Repeat: ckiakkuf >Fix: ckiakkuf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-sparc64@FreeBSD.ORG Wed May 26 10:14:27 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2AC1065673; Wed, 26 May 2010 10:14:27 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35ADE8FC21; Wed, 26 May 2010 10:14:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4QAEPmJ020730; Wed, 26 May 2010 10:14:25 GMT (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4QAEPFJ020726; Wed, 26 May 2010 12:14:25 +0200 (MEST) (envelope-from joerg) Date: Wed, 26 May 2010 12:14:25 +0200 (MEST) Message-Id: <201005261014.o4QAEPFJ020726@freefall.freebsd.org> To: idvlewxk@fuqqhpqd.com, joerg@FreeBSD.org, freebsd-sparc64@FreeBSD.org From: joerg@FreeBSD.org Cc: Subject: Re: sparc64/147065: ckiakkuf X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 10:14:27 -0000 Synopsis: ckiakkuf State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Wed May 26 12:14:10 MEST 2010 State-Changed-Why: Junk. http://www.freebsd.org/cgi/query-pr.cgi?pr=147065 From owner-freebsd-sparc64@FreeBSD.ORG Wed May 26 18:32:43 2010 Return-Path: Delivered-To: sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70251065674 for ; Wed, 26 May 2010 18:32:43 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5136B8FC1D for ; Wed, 26 May 2010 18:32:42 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id o4QIRZBX063391 for ; Wed, 26 May 2010 20:27:35 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id o4QIRZtB063389 for sparc64@FreeBSD.org; Wed, 26 May 2010 20:27:35 +0200 (CEST) (envelope-from marius) Date: Wed, 26 May 2010 20:27:35 +0200 From: Marius Strobl To: sparc64@FreeBSD.org Message-ID: <20100526182735.GT68288@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: additional sparc64 machines supported X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 18:32:43 -0000 FYI, the current set of snapshots [1] additionally supports the following machines: o Fujitsu (Siemens) PRIMEPOWER 250 (likely also 450, 650 and 850) o Sun Fire B100s server blades (for the Sun Fire B1600 platform; previously it was impossible to use the on-board NICs thus these machines were pretty much useless with FreeBSD) o Sun Fire V890 (likely also V490, so far both only with non-mixed US-IV/IV+ CPU-configurations though due to unsolved timekeeping problems; performance with US-IV+ CPUs not yet isn't were it should be though) Also problems with Schizo version 7 bridges (actually the firmware of these machines) triggering panics during boot are solved in these snapshots. Marius [1]: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-9.0-CURRENT-201005-sparc64-disc1.iso ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-8.1-PRERELEASE-201005-sparc64-disc1.iso ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-7.3-STABLE-201005-sparc64-disc1.iso From owner-freebsd-sparc64@FreeBSD.ORG Wed May 26 22:11:08 2010 Return-Path: Delivered-To: sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92DEF1065670 for ; Wed, 26 May 2010 22:11:08 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (86.78.187.81.in-addr.arpa [81.187.78.86]) by mx1.freebsd.org (Postfix) with ESMTP id DE7508FC14 for ; Wed, 26 May 2010 22:11:07 +0000 (UTC) Received: (qmail 68669 invoked by uid 98); 26 May 2010 23:02:14 +0100 Received: from 192.168.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.95.1/9971. hbedv: 7.9.1.53/7.1.6.174. spamassassin: 3.2.5. Clear:RC:1(192.168.0.2):. Processed in 0.088515 secs); 26 May 2010 22:02:14 -0000 Received: from unknown (HELO ?192.168.0.2?) (192.168.0.2) by lerwick.hopto.org with SMTP; 26 May 2010 23:02:13 +0100 From: Craig Butler To: Marius Strobl In-Reply-To: <20100526182735.GT68288@alchemy.franken.de> References: <20100526182735.GT68288@alchemy.franken.de> Content-Type: text/plain; charset="UTF-8" Date: Wed, 26 May 2010 22:44:25 +0100 Message-ID: <1274910265.11095.2.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: sparc64@FreeBSD.org Subject: Re: additional sparc64 machines supported X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 22:11:08 -0000 On Wed, 2010-05-26 at 20:27 +0200, Marius Strobl wrote: > FYI, the current set of snapshots [1] additionally supports the following > machines: > > o Fujitsu (Siemens) PRIMEPOWER 250 (likely also 450, 650 and 850) > o Sun Fire B100s server blades (for the Sun Fire B1600 platform; previously > it was impossible to use the on-board NICs thus these machines were pretty > much useless with FreeBSD) > o Sun Fire V890 (likely also V490, so far both only with non-mixed US-IV/IV+ > CPU-configurations though due to unsolved timekeeping problems; performance > with US-IV+ CPUs not yet isn't were it should be though) > > Also problems with Schizo version 7 bridges (actually the firmware of these > machines) triggering panics during boot are solved in these snapshots. > > Marius > > [1]: > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-9.0-CURRENT-201005-sparc64-disc1.iso > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-8.1-PRERELEASE-201005-sparc64-disc1.iso > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201005/FreeBSD-7.3-STABLE-201005-sparc64-disc1.iso > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" Brilliant Marius, thank you to you and the rest of the sparc64 team... amazing progress. Hopefully I'll be able to get hold of some ultrasparc III and IV machines soon... Cheers Craig B From owner-freebsd-sparc64@FreeBSD.ORG Thu May 27 23:29:34 2010 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 586581065674; Thu, 27 May 2010 23:29:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 26AA28FC1D; Thu, 27 May 2010 23:29:33 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o4RNTXii096184; Thu, 27 May 2010 19:29:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o4RNTXfq096182; Thu, 27 May 2010 23:29:33 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 27 May 2010 23:29:33 GMT Message-Id: <201005272329.o4RNTXfq096182@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 23:29:34 -0000 TB --- 2010-05-27 22:22:17 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-05-27 22:22:17 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2010-05-27 22:22:17 - cleaning the object tree TB --- 2010-05-27 22:22:33 - cvsupping the source tree TB --- 2010-05-27 22:22:33 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2010-05-27 22:23:01 - building world TB --- 2010-05-27 22:23:01 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-27 22:23:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-27 22:23:01 - TARGET=sparc64 TB --- 2010-05-27 22:23:01 - TARGET_ARCH=sparc64 TB --- 2010-05-27 22:23:01 - TZ=UTC TB --- 2010-05-27 22:23:01 - __MAKE_CONF=/dev/null TB --- 2010-05-27 22:23:01 - cd /src TB --- 2010-05-27 22:23:01 - /usr/bin/make -B buildworld >>> World build started on Thu May 27 22:23:01 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu May 27 23:19:18 UTC 2010 TB --- 2010-05-27 23:19:18 - generating LINT kernel config TB --- 2010-05-27 23:19:18 - cd /src/sys/sparc64/conf TB --- 2010-05-27 23:19:18 - /usr/bin/make -B LINT TB --- 2010-05-27 23:19:18 - building LINT kernel TB --- 2010-05-27 23:19:18 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-27 23:19:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-27 23:19:18 - TARGET=sparc64 TB --- 2010-05-27 23:19:18 - TARGET_ARCH=sparc64 TB --- 2010-05-27 23:19:18 - TZ=UTC TB --- 2010-05-27 23:19:18 - __MAKE_CONF=/dev/null TB --- 2010-05-27 23:19:18 - cd /src TB --- 2010-05-27 23:19:18 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu May 27 23:19:18 UTC 2010 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_subs.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_nfsiod.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_vfsops.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_vnops.c /src/sys/nfsclient/nfs_vnops.c: In function 'nfs_lookup': /src/sys/nfsclient/nfs_vnops.c:977: error: 'vp' undeclared (first use in this function) /src/sys/nfsclient/nfs_vnops.c:977: error: (Each undeclared identifier is reported only once /src/sys/nfsclient/nfs_vnops.c:977: error: for each function it appears in.) *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-05-27 23:29:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-05-27 23:29:33 - ERROR: failed to build lint kernel TB --- 2010-05-27 23:29:33 - 3162.41 user 625.45 system 4035.51 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Thu May 27 23:38:58 2010 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3779106564A; Thu, 27 May 2010 23:38:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id B1A8F8FC17; Thu, 27 May 2010 23:38:58 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o4RNcvb4011476; Thu, 27 May 2010 19:38:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o4RNcvd5011475; Thu, 27 May 2010 23:38:57 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 27 May 2010 23:38:57 GMT Message-Id: <201005272338.o4RNcvd5011475@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 23:38:59 -0000 TB --- 2010-05-27 22:33:14 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-05-27 22:33:14 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2010-05-27 22:33:14 - cleaning the object tree TB --- 2010-05-27 22:33:27 - cvsupping the source tree TB --- 2010-05-27 22:33:27 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2010-05-27 22:33:52 - building world TB --- 2010-05-27 22:33:52 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-27 22:33:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-27 22:33:52 - TARGET=sun4v TB --- 2010-05-27 22:33:52 - TARGET_ARCH=sparc64 TB --- 2010-05-27 22:33:52 - TZ=UTC TB --- 2010-05-27 22:33:52 - __MAKE_CONF=/dev/null TB --- 2010-05-27 22:33:52 - cd /src TB --- 2010-05-27 22:33:52 - /usr/bin/make -B buildworld >>> World build started on Thu May 27 22:33:52 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu May 27 23:28:32 UTC 2010 TB --- 2010-05-27 23:28:32 - generating LINT kernel config TB --- 2010-05-27 23:28:32 - cd /src/sys/sun4v/conf TB --- 2010-05-27 23:28:32 - /usr/bin/make -B LINT TB --- 2010-05-27 23:28:32 - building LINT kernel TB --- 2010-05-27 23:28:32 - MAKEOBJDIRPREFIX=/obj TB --- 2010-05-27 23:28:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-05-27 23:28:32 - TARGET=sun4v TB --- 2010-05-27 23:28:32 - TARGET_ARCH=sparc64 TB --- 2010-05-27 23:28:32 - TZ=UTC TB --- 2010-05-27 23:28:32 - __MAKE_CONF=/dev/null TB --- 2010-05-27 23:28:32 - cd /src TB --- 2010-05-27 23:28:32 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu May 27 23:28:32 UTC 2010 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_subs.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_nfsiod.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_vfsops.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfsclient/nfs_vnops.c /src/sys/nfsclient/nfs_vnops.c: In function 'nfs_lookup': /src/sys/nfsclient/nfs_vnops.c:977: error: 'vp' undeclared (first use in this function) /src/sys/nfsclient/nfs_vnops.c:977: error: (Each undeclared identifier is reported only once /src/sys/nfsclient/nfs_vnops.c:977: error: for each function it appears in.) *** Error code 1 Stop in /obj/sun4v/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-05-27 23:38:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-05-27 23:38:57 - ERROR: failed to build lint kernel TB --- 2010-05-27 23:38:57 - 3158.31 user 617.74 system 3943.23 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full