From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 14 13:50:27 2004 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5F016A4D1 for ; Sun, 14 Nov 2004 13:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD0B43D53 for ; Sun, 14 Nov 2004 13:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAEDoQXl064176 for ; Sun, 14 Nov 2004 13:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAEDoQjA064173; Sun, 14 Nov 2004 13:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 14 Nov 2004 13:50:26 GMT Resent-Message-Id: <200411141350.iAEDoQjA064173@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, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CF516A4CE for ; Sun, 14 Nov 2004 13:43:40 +0000 (GMT) Received: from overlord.sixth.bishnet.net (pathfinder.sixth.bishnet.net [82.68.45.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5511F43D4C for ; Sun, 14 Nov 2004 13:43:39 +0000 (GMT) (envelope-from tdb@overlord.sixth.bishnet.net) Received: from overlord.sixth.bishnet.net (localhost [127.0.0.1]) iAEEJdWZ088842; Sun, 14 Nov 2004 14:19:39 GMT (envelope-from tdb@overlord.sixth.bishnet.net) Received: (from tdb@localhost)iAEEJcXC088836; Sun, 14 Nov 2004 14:19:38 GMT (envelope-from tdb) Message-Id: <200411141419.iAEEJcXC088836@overlord.sixth.bishnet.net> Date: Sun, 14 Nov 2004 14:19:38 GMT From: Tim Bishop To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: sparc64/73933: Compiling with -mcpu fails on code including sys/user.h X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 13:50:27 -0000 >Number: 73933 >Category: sparc64 >Synopsis: Compiling with -mcpu fails on code including sys/user.h >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 14 13:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.3-RELEASE sparc64 >Organization: >Environment: System: FreeBSD overlord.sixth.bishnet.net 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Sun Nov 14 08:21:30 GMT 2004 tdb@overlord.sixth.bishnet.net:/usr/obj/usr/src/sys/OVERLORD sparc64 Not yet compiled with a 64bit time_t. >Description: If I optimise for my ultrasparc 2 processor by using the compile option: -mcpu=ultrasparc I get the following build failure: /usr/include/sys/user.h:105:2: #error "Unknown architecture" >How-To-Repeat: Simple code to demonstrate this: #include #include #include int main() { printf("Hello World\n"); return 0; } Testing compiling normally and with -mcpu: gcc -Wall -o hello hello.c gcc -Wall -mcpu=ultrasparc -o hello2 hello.c In file included from hello.c:3: /usr/include/sys/user.h:105:2: #error "Unknown architecture" The first compile worked fine, and the second failed. >Fix: Unsure. There's some tests in user.h which are all failing. Maybe another case needs to be added? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 14 19:56:28 2004 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9926616A4CE; Sun, 14 Nov 2004 19:56:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCE643D2F; Sun, 14 Nov 2004 19:56:28 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) iAEJuSvH004807; Sun, 14 Nov 2004 19:56:28 GMT (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAEJuSOK004803; Sun, 14 Nov 2004 19:56:28 GMT (envelope-from obrien) Date: Sun, 14 Nov 2004 19:56:28 GMT From: "David E. O'Brien" Message-Id: <200411141956.iAEJuSOK004803@freefall.freebsd.org> To: tim@bishnet.net, obrien@FreeBSD.org, freebsd-sparc64@FreeBSD.org Subject: Re: sparc64/73933: Compiling with -mcpu fails on code including sys/user.h X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 19:56:28 -0000 Synopsis: Compiling with -mcpu fails on code including sys/user.h State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Sun Nov 14 19:55:32 GMT 2004 State-Changed-Why: CPU ultrasparc is the default. Unfornately the configuring for what mcpu should parse is a little convoluted and this is why using mcpu=ultrasparc doesn't work. But if it did work, it wouldn't make any difference. http://www.freebsd.org/cgi/query-pr.cgi?pr=73933 From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 14 22:57:22 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840616A4CE for ; Sun, 14 Nov 2004 22:57:22 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E79843D1F for ; Sun, 14 Nov 2004 22:57:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CF7615140D; Sun, 14 Nov 2004 15:00:05 -0800 (PST) Date: Sun, 14 Nov 2004 15:00:05 -0800 From: Kris Kennaway To: sparc64@FreeBSD.org Message-ID: <20041114230005.GH90701@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Error: Illegal operands: There are only 32 single precision f registers; [0-31] X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 22:57:22 -0000 --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A number of ports are failing on sparc64 with the following error: Error: Illegal operands: There are only 32 single precision f registers; [0= -31] It makes me suspect a compiler or assembler bug..can someone take a look in more detail? More errors are available on request :) Kris ----- Forwarded message from User Ports-sparc64 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Sat, 13 Nov 2004 11:36:21 GMT From: User Ports-sparc64 To: kris@FreeBSD.org Subject: qslim-2.0_1 failed on sparc64 6 X-UIDL: ^LO"!?BA"!IBL"!?$`!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 building qslim-2.0_1 on panther3.dcsl.buffalo.edu in directory /x/tmp/6/chroot/16175 maintained by: ports@FreeBSD.org port directory: /usr/ports/graphics/qslim build started at Sat Nov 13 11:25:42 UTC 2004 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dexpat-1.95.8.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.7_3.t= bz gettext-0.13.1_1.tbz gmake-3.80_2.tbz imake-6.7.0_2.tbz jpeg-6b_3.tbz li= bglut-6.0.1.tbz libiconv-1.9.2_1.tbz perl-5.8.5.tbz pkgconfig-0.15.0_1.tbz = png-1.2.7.tbz tiff-3.7.0.tbz xforms-1.0_3,1.tbz xorg-libraries-6.7.0_3.tbz RUN_DEPENDS=3Dexpat-1.95.8.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.7_3.tbz= imake-6.7.0_2.tbz jpeg-6b_3.tbz libglut-6.0.1.tbz perl-5.8.5.tbz pkgconfig= -0.15.0_1.tbz png-1.2.7.tbz tiff-3.7.0.tbz xforms-1.0_3,1.tbz xorg-librarie= s-6.7.0_3.tbz add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled >> qslim-2.0.tar.gz doesn't seem to exist in /tmp/distfiles/. >> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/= distfiles//. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles//qslim-2.0.= tar.gz: Not logged in >> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distfil= es//. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles//qslim-2.0.tar.gz:= Operation timed out >> Attempting to fetch from http://graphics.cs.uiuc.edu/~garland/dist/. qslim-2.0.tar.gz 1200 kB 1200 kBps >> Checksum OK for qslim-2.0.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Vulnerability check disabled =3D=3D=3D> Extracting for qslim-2.0_1 >> Checksum OK for qslim-2.0.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for qslim-2.0_1 =3D=3D=3D> Applying FreeBSD patches for qslim-2.0_1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg expat-1.95.8.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.7_3.tbz gette= xt-0.13.1_1.tbz gmake-3.80_2.tbz imake-6.7.0_2.tbz jpeg-6b_3.tbz libglut-6.= 0.1.tbz libiconv-1.9.2_1.tbz perl-5.8.5.tbz pkgconfig-0.15.0_1.tbz png-1.2.= 7.tbz tiff-3.7.0.tbz xforms-1.0_3,1.tbz xorg-libraries-6.7.0_3.tbz adding dependencies pkg_add expat-1.95.8.tbz pkg_add fontconfig-2.2.3,1.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 13 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/100dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/PEX": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/cyrillic": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2": caching, 0 fonts, 2 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/100dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/75dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/util": caching, 0 fonts, 0 dirs fc-cache: "/home/ports-sparc64/.fonts": skipping, no such directory fc-cache: succeeded pkg_add freetype2-2.1.7_3.tbz skipping freetype2-2.1.7_3, already added pkg_add gettext-0.13.1_1.tbz pkg_add gmake-3.80_2.tbz pkg_add imake-6.7.0_2.tbz FlexLexer.h -> FlexLexer.ph _ctype.h -> _ctype.ph _semaphore.h -> _semaphore.ph a.out.h -> a.out.ph aio.h -> aio.ph alias.h -> alias.ph ar.h -> ar.ph archive.h -> archive.ph archive_entry.h -> archive_entry.ph asn1_err.h -> asn1_err.ph assert.h -> assert.ph bitstring.h -> bitstring.ph bluetooth.h -> bluetooth.ph bsdxml.h -> bsdxml.ph bzlib.h -> bzlib.ph calendar.h -> calendar.ph camlib.h -> camlib.ph com_err.h -> com_err.ph com_right.h -> com_right.ph complex.h -> complex.ph cpio.h -> cpio.ph ctype.h -> ctype.ph curses.h -> curses.ph db.h -> db.ph devinfo.h -> devinfo.ph devstat.h -> devstat.ph dialog.h -> dialog.ph dirent.h -> dirent.ph dlfcn.h -> dlfcn.ph elf-hints.h -> elf-hints.ph elf.h -> elf.ph err.h -> err.ph errno.h -> errno.ph eti.h -> eti.ph fcntl.h -> fcntl.ph fenv.h -> fenv.ph fetch.h -> fetch.ph float.h -> float.ph floatingpoint.h -> floatingpoint.ph fmtmsg.h -> fmtmsg.ph fnmatch.h -> fnmatch.ph form.h -> form.ph fstab.h -> fstab.ph ftpio.h -> ftpio.ph fts.h -> fts.ph ftw.h -> ftw.ph g2c.h -> g2c.ph getopt.h -> getopt.ph glob.h -> glob.ph gnuregex.h -> gnuregex.ph grp.h -> grp.ph gssapi.h -> gssapi.ph hdb-private.h -> hdb-private.ph hdb-protos.h -> hdb-protos.ph hdb.h -> hdb.ph hdb_asn1.h -> hdb_asn1.ph hdb_err.h -> hdb_err.ph heim_err.h -> heim_err.ph hesiod.h -> hesiod.ph histedit.h -> histedit.ph ieeefp.h -> ieeefp.ph ifaddrs.h -> ifaddrs.ph inttypes.h -> inttypes.ph iso646.h -> iso646.ph k524_err.h -> k524_err.ph kafs.h -> kafs.ph kenv.h -> kenv.ph krb5-protos.h -> krb5-protos.ph krb5-types.h -> krb5-types.ph krb5.h -> krb5.ph krb5_asn1.h -> krb5_asn1.ph krb5_err.h -> krb5_err.ph kvm.h -> kvm.ph langinfo.h -> langinfo.ph libatm.h -> libatm.ph libautofs.h -> libautofs.ph libdisk.h -> libdisk.ph libgen.h -> libgen.ph libgeom.h -> libgeom.ph libufs.h -> libufs.ph libutil.h -> libutil.ph limits.h -> limits.ph link.h -> link.ph linker_set.h -> linker_set.ph locale.h -> locale.ph login_cap.h -> login_cap.ph malloc.h -> malloc.ph math.h -> math.ph md2.h -> md2.ph md4.h -> md4.ph md5.h -> md5.ph memory.h -> memory.ph menu.h -> menu.ph monetary.h -> monetary.ph mp.h -> mp.ph mpool.h -> mpool.ph ncurses.h -> ncurses.ph ncurses_dll.h -> ncurses_dll.ph ndbm.h -> ndbm.ph netconfig.h -> netconfig.ph netdb.h -> netdb.ph netgraph.h -> netgraph.ph nl_types.h -> nl_types.ph nlist.h -> nlist.ph nss.h -> nss.ph nsswitch.h -> nsswitch.ph objformat.h -> objformat.ph opie.h -> opie.ph osreldate.h -> osreldate.ph panel.h -> panel.ph paths.h -> paths.ph pcap-int.h -> pcap-int.ph pcap-namedb.h -> pcap-namedb.ph pcap.h -> pcap.ph poll.h -> poll.ph proc_service.h -> proc_service.ph pthread.h -> pthread.ph pthread_np.h -> pthread_np.ph pwd.h -> pwd.ph radlib.h -> radlib.ph radlib_vs.h -> radlib_vs.ph ranlib.h -> ranlib.ph readpassphrase.h -> readpassphrase.ph regex.h -> regex.ph regexp.h -> regexp.ph resolv.h -> resolv.ph ripemd.h -> ripemd.ph roken-common.h -> roken-common.ph roken.h -> roken.ph rpoll.h -> rpoll.ph runetype.h -> runetype.ph sched.h -> sched.ph sdp.h -> sdp.ph search.h -> search.ph semaphore.h -> semaphore.ph setjmp.h -> setjmp.ph sgtty.h -> sgtty.ph sha.h -> sha.ph signal.h -> signal.ph stab.h -> stab.ph stand.h -> stand.ph stdarg.h -> stdarg.ph stdbool.h -> stdbool.ph stddef.h -> stddef.ph stdint.h -> stdint.ph stdio.h -> stdio.ph stdlib.h -> stdlib.ph string.h -> string.ph stringlist.h -> stringlist.ph strings.h -> strings.ph sysexits.h -> sysexits.ph syslog.h -> syslog.ph taclib.h -> taclib.ph tar.h -> tar.ph tcpd.h -> tcpd.ph term.h -> term.ph termcap.h -> termcap.ph termios.h -> termios.ph tgmath.h -> tgmath.ph thread_db.h -> thread_db.ph time.h -> time.ph timeconv.h -> timeconv.ph timers.h -> timers.ph ttyent.h -> ttyent.ph ucontext.h -> ucontext.ph ugidfw.h -> ugidfw.ph ulimit.h -> ulimit.ph unctrl.h -> unctrl.ph unistd.h -> unistd.ph usbhid.h -> usbhid.ph utime.h -> utime.ph utmp.h -> utmp.ph uuid.h -> uuid.ph varargs.h -> varargs.ph vis.h -> vis.ph wchar.h -> wchar.ph wctype.h -> wctype.ph wordexp.h -> wordexp.ph ypclnt.h -> ypclnt.ph zconf.h -> zconf.ph zlib.h -> zlib.ph machine/_inttypes.h -> machine/_inttypes.ph machine/_limits.h -> machine/_limits.ph machine/_stdint.h -> machine/_stdint.ph machine/_types.h -> machine/_types.ph machine/asi.h -> machine/asi.ph machine/asm.h -> machine/asm.ph machine/asmacros.h -> machine/asmacros.ph machine/atomic.h -> machine/atomic.ph machine/bus.h -> machine/bus.ph machine/bus_common.h -> machine/bus_common.ph machine/bus_memio.h -> machine/bus_memio.ph machine/bus_pio.h -> machine/bus_pio.ph machine/bus_private.h -> machine/bus_private.ph machine/cache.h -> machine/cache.ph machine/ccr.h -> machine/ccr.ph machine/clock.h -> machine/clock.ph machine/cpu.h -> machine/cpu.ph machine/cpufunc.h -> machine/cpufunc.ph machine/critical.h -> machine/critical.ph machine/db_machdep.h -> machine/db_machdep.ph machine/eeprom.h -> machine/eeprom.ph machine/elf.h -> machine/elf.ph machine/endian.h -> machine/endian.ph machine/exec.h -> machine/exec.ph machine/float.h -> machine/float.ph machine/floatingpoint.h -> machine/floatingpoint.ph machine/fp.h -> machine/fp.ph machine/frame.h -> machine/frame.ph machine/fsr.h -> machine/fsr.ph machine/gdb_machdep.h -> machine/gdb_machdep.ph machine/idprom.h -> machine/idprom.ph machine/ieee.h -> machine/ieee.ph machine/ieeefp.h -> machine/ieeefp.ph machine/in_cksum.h -> machine/in_cksum.ph machine/instr.h -> machine/instr.ph machine/intr_machdep.h -> machine/intr_machdep.ph machine/iommureg.h -> machine/iommureg.ph machine/iommuvar.h -> machine/iommuvar.ph machine/kdb.h -> machine/kdb.ph machine/kerneldump.h -> machine/kerneldump.ph machine/ktr.h -> machine/ktr.ph machine/limits.h -> machine/limits.ph machine/lsu.h -> machine/lsu.ph machine/md_var.h -> machine/md_var.ph machine/memdev.h -> machine/memdev.ph machine/metadata.h -> machine/metadata.ph machine/mutex.h -> machine/mutex.ph machine/nexusvar.h -> machine/nexusvar.ph machine/ofw_bus.h -> machine/ofw_bus.ph machine/ofw_machdep.h -> machine/ofw_machdep.ph machine/ofw_mem.h -> machine/ofw_mem.ph machine/ofw_upa.h -> machine/ofw_upa.ph machine/param.h -> machine/param.ph machine/pcb.h -> machine/pcb.ph machine/pcpu.h -> machine/pcpu.ph machine/pmap.h -> machine/pmap.ph machine/proc.h -> machine/proc.ph machine/profile.h -> machine/profile.ph machine/pstate.h -> machine/pstate.ph machine/ptrace.h -> machine/ptrace.ph machine/reg.h -> machine/reg.ph machine/reloc.h -> machine/reloc.ph machine/resource.h -> machine/resource.ph machine/runq.h -> machine/runq.ph machine/sc_machdep.h -> machine/sc_machdep.ph machine/setjmp.h -> machine/setjmp.ph machine/sf_buf.h -> machine/sf_buf.ph machine/sigframe.h -> machine/sigframe.ph machine/signal.h -> machine/signal.ph machine/smp.h -> machine/smp.ph machine/stdarg.h -> machine/stdarg.ph machine/sysarch.h -> machine/sysarch.ph machine/tick.h -> machine/tick.ph machine/tlb.h -> machine/tlb.ph machine/trap.h -> machine/trap.ph machine/tsb.h -> machine/tsb.ph machine/tstate.h -> machine/tstate.ph machine/tte.h -> machine/tte.ph machine/ucontext.h -> machine/ucontext.ph machine/upa.h -> machine/upa.ph machine/utrap.h -> machine/utrap.ph machine/varargs.h -> machine/varargs.ph machine/ver.h -> machine/ver.ph machine/vmparam.h -> machine/vmparam.ph machine/watch.h -> machine/watch.ph machine/wstate.h -> machine/wstate.ph sys/_iovec.h -> sys/_iovec.ph sys/_label.h -> sys/_label.ph sys/_lock.h -> sys/_lock.ph sys/_mutex.h -> sys/_mutex.ph sys/_null.h -> sys/_null.ph sys/_sigset.h -> sys/_sigset.ph sys/_task.h -> sys/_task.ph sys/_timespec.h -> sys/_timespec.ph sys/_timeval.h -> sys/_timeval.ph sys/_types.h -> sys/_types.ph sys/acct.h -> sys/acct.ph sys/acl.h -> sys/acl.ph sys/agpio.h -> sys/agpio.ph sys/aio.h -> sys/aio.ph sys/alq.h -> sys/alq.ph sys/assym.h -> sys/assym.ph sys/ata.h -> sys/ata.ph sys/bio.h -> sys/bio.ph sys/bitstring.h -> sys/bitstring.ph sys/blist.h -> sys/blist.ph sys/buf.h -> sys/buf.ph sys/bufobj.h -> sys/bufobj.ph sys/bus.h -> sys/bus.ph sys/callout.h -> sys/callout.ph sys/cdefs.h -> sys/cdefs.ph sys/cdio.h -> sys/cdio.ph sys/cdrio.h -> sys/cdrio.ph sys/chio.h -> sys/chio.ph sys/clist.h -> sys/clist.ph sys/clock.h -> sys/clock.ph sys/condvar.h -> sys/condvar.ph sys/conf.h -> sys/conf.ph sys/cons.h -> sys/cons.ph sys/consio.h -> sys/consio.ph sys/copyright.h -> sys/copyright.ph sys/ctype.h -> sys/ctype.ph sys/dataacq.h -> sys/dataacq.ph sys/device_port.h -> sys/device_port.ph sys/devicestat.h -> sys/devicestat.ph sys/digiio.h -> sys/digiio.ph sys/dir.h -> sys/dir.ph sys/dirent.h -> sys/dirent.ph sys/disk.h -> sys/disk.ph sys/disklabel.h -> sys/disklabel.ph sys/diskmbr.h -> sys/diskmbr.ph sys/diskpc98.h -> sys/diskpc98.ph sys/dkstat.h -> sys/dkstat.ph sys/domain.h -> sys/domain.ph sys/dvdio.h -> sys/dvdio.ph sys/elf32.h -> sys/elf32.ph sys/elf64.h -> sys/elf64.ph sys/elf_common.h -> sys/elf_common.ph sys/elf_generic.h -> sys/elf_generic.ph sys/endian.h -> sys/endian.ph sys/errno.h -> sys/errno.ph sys/eui64.h -> sys/eui64.ph sys/event.h -> sys/event.ph sys/eventhandler.h -> sys/eventhandler.ph sys/eventvar.h -> sys/eventvar.ph sys/exec.h -> sys/exec.ph sys/extattr.h -> sys/extattr.ph sys/fbio.h -> sys/fbio.ph sys/fcntl.h -> sys/fcntl.ph sys/fdcio.h -> sys/fdcio.ph sys/file.h -> sys/file.ph sys/filedesc.h -> sys/filedesc.ph sys/filio.h -> sys/filio.ph sys/fnv_hash.h -> sys/fnv_hash.ph sys/gmon.h -> sys/gmon.ph sys/gpt.h -> sys/gpt.ph sys/iconv.h -> sys/iconv.ph sys/imgact.h -> sys/imgact.ph sys/imgact_aout.h -> sys/imgact_aout.ph sys/imgact_elf.h -> sys/imgact_elf.ph sys/inflate.h -> sys/inflate.ph sys/interrupt.h -> sys/interrupt.ph sys/ioccom.h -> sys/ioccom.ph sys/ioctl.h -> sys/ioctl.ph sys/ioctl_compat.h -> sys/ioctl_compat.ph sys/ipc.h -> sys/ipc.ph sys/jail.h -> sys/jail.ph sys/joystick.h -> sys/joystick.ph sys/jumbo.h -> sys/jumbo.ph sys/kbio.h -> sys/kbio.ph sys/kdb.h -> sys/kdb.ph sys/kenv.h -> sys/kenv.ph sys/kernel.h -> sys/kernel.ph sys/kerneldump.h -> sys/kerneldump.ph sys/kobj.h -> sys/kobj.ph sys/kse.h -> sys/kse.ph sys/kthread.h -> sys/kthread.ph sys/ktr.h -> sys/ktr.ph sys/ktrace.h -> sys/ktrace.ph sys/libkern.h -> sys/libkern.ph sys/limits.h -> sys/limits.ph sys/linedisc.h -> sys/linedisc.ph sys/link_aout.h -> sys/link_aout.ph sys/link_elf.h -> sys/link_elf.ph sys/linker.h -> sys/linker.ph sys/linker_set.h -> sys/linker_set.ph sys/lock.h -> sys/lock.ph sys/lockf.h -> sys/lockf.ph sys/lockmgr.h -> sys/lockmgr.ph sys/mac.h -> sys/mac.ph sys/mac_policy.h -> sys/mac_policy.ph sys/malloc.h -> sys/malloc.ph sys/mbpool.h -> sys/mbpool.ph sys/mbuf.h -> sys/mbuf.ph sys/mchain.h -> sys/mchain.ph sys/md4.h -> sys/md4.ph sys/md5.h -> sys/md5.ph sys/mdioctl.h -> sys/mdioctl.ph sys/memrange.h -> sys/memrange.ph sys/mman.h -> sys/mman.ph sys/module.h -> sys/module.ph sys/mount.h -> sys/mount.ph sys/mouse.h -> sys/mouse.ph sys/msg.h -> sys/msg.ph sys/msgbuf.h -> sys/msgbuf.ph sys/mtio.h -> sys/mtio.ph sys/mutex.h -> sys/mutex.ph sys/namei.h -> sys/namei.ph sys/nlist_aout.h -> sys/nlist_aout.ph sys/param.h -> sys/param.ph sys/pbioio.h -> sys/pbioio.ph sys/pciio.h -> sys/pciio.ph sys/pcpu.h -> sys/pcpu.ph sys/pioctl.h -> sys/pioctl.ph sys/pipe.h -> sys/pipe.ph sys/poll.h -> sys/poll.ph sys/power.h -> sys/power.ph sys/priority.h -> sys/priority.ph sys/proc.h -> sys/proc.ph sys/procfs.h -> sys/procfs.ph sys/protosw.h -> sys/protosw.ph sys/ptio.h -> sys/ptio.ph sys/ptrace.h -> sys/ptrace.ph sys/queue.h -> sys/queue.ph sys/random.h -> sys/random.ph sys/reboot.h -> sys/reboot.ph sys/regression.h -> sys/regression.ph sys/resource.h -> sys/resource.ph sys/resourcevar.h -> sys/resourcevar.ph sys/rman.h -> sys/rman.ph sys/rtprio.h -> sys/rtprio.ph sys/runq.h -> sys/runq.ph sys/sbuf.h -> sys/sbuf.ph sys/sched.h -> sys/sched.ph sys/select.h -> sys/select.ph sys/selinfo.h -> sys/selinfo.ph sys/sem.h -> sys/sem.ph sys/sema.h -> sys/sema.ph sys/serial.h -> sys/serial.ph sys/sf_buf.h -> sys/sf_buf.ph sys/shm.h -> sys/shm.ph sys/sigio.h -> sys/sigio.ph sys/signal.h -> sys/signal.ph sys/signalvar.h -> sys/signalvar.ph sys/sleepqueue.h -> sys/sleepqueue.ph sys/smp.h -> sys/smp.ph sys/snoop.h -> sys/snoop.ph sys/socket.h -> sys/socket.ph sys/socketvar.h -> sys/socketvar.ph sys/sockio.h -> sys/sockio.ph sys/soundcard.h -> sys/soundcard.ph sys/stat.h -> sys/stat.ph sys/statvfs.h -> sys/statvfs.ph sys/stddef.h -> sys/stddef.ph sys/stdint.h -> sys/stdint.ph sys/sun_disklabel.h -> sys/sun_disklabel.ph sys/sx.h -> sys/sx.ph sys/syscall.h -> sys/syscall.ph sys/syscallsubr.h -> sys/syscallsubr.ph sys/sysctl.h -> sys/sysctl.ph sys/sysent.h -> sys/sysent.ph sys/syslimits.h -> sys/syslimits.ph sys/syslog.h -> sys/syslog.ph sys/sysproto.h -> sys/sysproto.ph sys/systm.h -> sys/systm.ph sys/taskqueue.h -> sys/taskqueue.ph sys/termios.h -> sys/termios.ph sys/thr.h -> sys/thr.ph sys/tiio.h -> sys/tiio.ph sys/time.h -> sys/time.ph sys/timeb.h -> sys/timeb.ph sys/timepps.h -> sys/timepps.ph sys/timers.h -> sys/timers.ph sys/times.h -> sys/times.ph sys/timespec.h -> sys/timespec.ph sys/timetc.h -> sys/timetc.ph sys/timex.h -> sys/timex.ph sys/tree.h -> sys/tree.ph sys/tty.h -> sys/tty.ph sys/ttychars.h -> sys/ttychars.ph sys/ttycom.h -> sys/ttycom.ph sys/ttydefaults.h -> sys/ttydefaults.ph sys/ttydev.h -> sys/ttydev.ph sys/turnstile.h -> sys/turnstile.ph sys/types.h -> sys/types.ph sys/ucontext.h -> sys/ucontext.ph sys/ucred.h -> sys/ucred.ph sys/uio.h -> sys/uio.ph sys/umtx.h -> sys/umtx.ph sys/un.h -> sys/un.ph sys/unistd.h -> sys/unistd.ph sys/unpcb.h -> sys/unpcb.ph sys/user.h -> sys/user.ph sys/utsname.h -> sys/utsname.ph sys/uuid.h -> sys/uuid.ph sys/vmmeter.h -> sys/vmmeter.ph sys/vnode.h -> sys/vnode.ph sys/wait.h -> sys/wait.ph sys/watchdog.h -> sys/watchdog.ph sys/xrpuio.h -> sys/xrpuio.ph pkg_add jpeg-6b_3.tbz pkg_add libglut-6.0.1.tbz pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add perl-5.8.5.tbz skipping perl-5.8.5, already added pkg_add pkgconfig-0.15.0_1.tbz skipping pkgconfig-0.15.0_1, already added pkg_add png-1.2.7.tbz pkg_add tiff-3.7.0.tbz pkg_add xforms-1.0_3,1.tbz pkg_add xorg-libraries-6.7.0_3.tbz skipping xorg-libraries-6.7.0_3, already added =3D=3D=3D> qslim-2.0_1 depends on executable: gmake - found =3D=3D=3D> qslim-2.0_1 depends on shared library: png.5 - found =3D=3D=3D> qslim-2.0_1 depends on shared library: tiff.4 - found =3D=3D=3D> qslim-2.0_1 depends on shared library: forms.1 - found =3D=3D=3D> qslim-2.0_1 depends on shared library: glut.3 - found =3D=3D=3D> Configuring for qslim-2.0_1 creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermi= ssive -L/usr/local/lib -L/usr/X11R6/lib -pthread) works... yes checking whether the C compiler (cc -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermi= ssive -L/usr/local/lib -L/usr/X11R6/lib -pthread) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for c++... c++ checking whether the C++ compiler (c++ -O2 -pipe -DMIX_ANSI_IOSTREAMS -fper= missive -L/usr/local/lib -L/usr/X11R6/lib -pthread) works... yes checking whether the C++ compiler (c++ -O2 -pipe -DMIX_ANSI_IOSTREAMS -fper= missive -L/usr/local/lib -L/usr/X11R6/lib -pthread) is a cross-compiler... = no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for ranlib... ranlib checking for sqrt in -lm... yes checking for TIFFOpen in -ltiff... yes checking for png_read_image in -lpng... yes checking how to run the C++ preprocessor... c++ -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for glBegin in -lGL... yes checking for gluPerspective in -lGLU... yes checking for glPolygonOffset... yes checking for glPolygonOffsetEXT... yes checking for glDrawArraysEXT... yes checking for fl_initialize in -lforms... yes checking for fl_create_glcanvas... no checking for ... yes checking for ANSI C header files... yes checking for limits.h... yes checking for unistd.h... yes checking for working const... no checking for inline... inline checking for type bool... yes checking for working alloca.h... no checking for alloca... yes checking for fabsf... yes checking for rint... yes checking for getrusage... yes checking for times... yes checking for random... yes checking for getopt... yes checking for getopt_long... yes checking for perl5... yes checking for perl... yes checking for perl core... /usr/local/lib/perl5/5.8.5/mach/CORE checking for python... no checking for python1.4... no checking for python1.5... no updating cache ./config.cache creating ./config.status creating mix-config creating ../src/mixcfg.h =3D=3D=3D> Building for qslim-2.0_1 c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H mixmsg.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxTimer.c= xx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxCmdPars= er.cxx In file included from MxCmdParser.h:17, from MxCmdParser.cxx:13: MxDynBlock.h: In constructor `MxDynBlock::MxDynBlock()': MxDynBlock.h:27: warning: there are no arguments to `init_block' that depen= d on a template parameter, so a declaration of `init_block' must be availab= le MxDynBlock.h: In constructor `MxDynBlock::MxDynBlock(uint)': MxDynBlock.h:28: warning: there are no arguments to `init_block' that depen= d on a template parameter, so a declaration of `init_block' must be availab= le MxDynBlock.h: In member function `T& MxDynBlock::operator()(uint)': MxDynBlock.h:30: warning: there are no arguments to `ref' that depend on a = template parameter, so a declaration of `ref' must be available MxDynBlock.h: In member function `const T& MxDynBlock::operator()(uint) = const': MxDynBlock.h:31: warning: there are no arguments to `ref' that depend on a = template parameter, so a declaration of `ref' must be available MxDynBlock.h: In member function `T& MxDynBlock::last()': MxDynBlock.h:35: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `const T& MxDynBlock::last() const': MxDynBlock.h:36: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `uint MxDynBlock::add(const T&)': MxDynBlock.h:46: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `T& MxDynBlock::drop()': MxDynBlock.h:51: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `bool MxDynBlock::find(const T&, uint*)= ': MxDynBlock.h:56: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `void MxDynBlock::remove(uint)': MxDynBlock.h:64: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h:64: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `void MxDynBlock::remove_inorder(uint)': MxDynBlock.h:66: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h:66: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxAsp.cxx In file included from MxAsp.h:17, from MxAsp.cxx:12: MxDynBlock.h: In constructor `MxDynBlock::MxDynBlock()': MxDynBlock.h:27: warning: there are no arguments to `init_block' that depen= d on a template parameter, so a declaration of `init_block' must be availab= le MxDynBlock.h: In constructor `MxDynBlock::MxDynBlock(uint)': MxDynBlock.h:28: warning: there are no arguments to `init_block' that depen= d on a template parameter, so a declaration of `init_block' must be availab= le MxDynBlock.h: In member function `T& MxDynBlock::operator()(uint)': MxDynBlock.h:30: warning: there are no arguments to `ref' that depend on a = template parameter, so a declaration of `ref' must be available MxDynBlock.h: In member function `const T& MxDynBlock::operator()(uint) = const': MxDynBlock.h:31: warning: there are no arguments to `ref' that depend on a = template parameter, so a declaration of `ref' must be available MxDynBlock.h: In member function `T& MxDynBlock::last()': MxDynBlock.h:35: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `const T& MxDynBlock::last() const': MxDynBlock.h:36: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `uint MxDynBlock::add(const T&)': MxDynBlock.h:46: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `T& MxDynBlock::drop()': MxDynBlock.h:51: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `bool MxDynBlock::find(const T&, uint*)= ': MxDynBlock.h:56: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `void MxDynBlock::remove(uint)': MxDynBlock.h:64: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h:64: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h: In member function `void MxDynBlock::remove_inorder(uint)': MxDynBlock.h:66: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available MxDynBlock.h:66: warning: there are no arguments to `raw' that depend on a = template parameter, so a declaration of `raw' must be available c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxMat2.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxMat3.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxMat4.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxMat3-ja= cobi.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxMat4-ja= cobi.cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxGeom3D.= cxx c++ -c -O2 -pipe -DMIX_ANSI_IOSTREAMS -fpermissive -I/usr/X11R6/include = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/tmp= /a/ports/graphics/qslim/work/qslim-2.0/mixkit/src -DHAVE_MIXCFG_H MxTriProj= ect.cxx {standard input}: Assembler messages: {standard input}:120: Error: Illegal operands: There are only 32 single pre= cision f registers; [0-31] {standard input}:131: Error: Illegal operands: There are only 32 single pre= cision f registers; [0-31] gmake: *** [MxTriProject.o] Error 1 *** Error code 2 Stop in /a/ports/graphics/qslim. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build ended at Sat Nov 13 11:36:11 UTC 2004 ----- End forwarded message ----- --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBl+N0Wry0BWjoQKURAtmHAJ9klIMLyxYocARdrBAY2HVLjwt7jACeOdxC rs3VWMnRS2jFi6cbkXEZd74= =zu56 -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 15 11:02:17 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F6516A4CE for ; Mon, 15 Nov 2004 11:02:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D2E43D1F for ; Mon, 15 Nov 2004 11:02:17 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iAFB2HBt074716 for ; Mon, 15 Nov 2004 11:02:17 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAFB2GMu074710 for freebsd-sparc64@freebsd.org; Mon, 15 Nov 2004 11:02:16 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Nov 2004 11:02:16 GMT Message-Id: <200411151102.iAFB2GMu074710@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 15 Nov 2004 11:02:17 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/12/16] sparc64/60300sparc64 Constant kernel messages: calcru: negativ o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/10/21] sparc64/72962sparc64 [sysinstall] Sysinstall panics on sparc64 o [2004/11/02] sparc64/73413sparc64 [patch] pthread(libkse) library is broken o [2004/11/10] sparc64/73782sparc64 libc is missing the _Qp_cmp function 7 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe o [2004/08/02] sparc64/69893sparc64 asr panics the system on sparc64 o [2004/10/15] sparc64/72731sparc64 sparc64, 5.3-BETA7, "host" command doesn' o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa 5 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 16 16:03:12 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B55616A4CE for ; Tue, 16 Nov 2004 16:03:12 +0000 (GMT) Received: from blue0.pdx.net (blue0.pdx.net [207.149.237.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BEA43D60 for ; Tue, 16 Nov 2004 16:03:10 +0000 (GMT) (envelope-from ben@pdx.net) Received: from gizmo (216-190-089-014.dslnorthwest.net [216.190.89.14]) by blue0.pdx.net (8.9.3-SOL3/8.9.3) with ESMTP id IAA19470 for ; Tue, 16 Nov 2004 08:03:09 -0800 Date: Tue, 16 Nov 2004 08:03:01 -0800 (PST) From: Ben Kirkpatrick X-Sender: ben@gizmo To: freebsd-sparc64@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: kldload and kldconfig on 5.2.1-RELEASE / Ultra5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 16:03:12 -0000 I'm having a problem with kldload always saying it can't find a .ko file. I check kldconfig and it seems confused. This is immediately after a reboot, there are no paths: ebola# kldconfig -r ; ebola# kldconfig /boot/kernel ebola# kldconfig -r ebola# kldconfig -m /boot/modules ebola# kldconfig -r ; ebola# Any ideas what to do to get a .ko loaded? I'm on a custom kernel, did I remove something necessary for LKMs? Thanks, --Ben Kirkpatrick From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 16 21:27:41 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC58516A4CE for ; Tue, 16 Nov 2004 21:27:41 +0000 (GMT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849C243D46 for ; Tue, 16 Nov 2004 21:27:41 +0000 (GMT) (envelope-from lists@natserv.net) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id iAGLReNw019842 for ; Tue, 16 Nov 2004 16:27:40 -0500 Date: Tue, 16 Nov 2004 16:30:26 -0500 (EST) From: Francisco X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Sparc List Message-ID: <20041116162859.A51625@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Installation notes for 5.3? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 21:27:42 -0000 I am new to installing FreeBSD on a Sparc. Looked at the sparc pages on freebsd.org. Did not see install notes. Where could I see some info on the installation proces on Sparc for 5.3? From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 16 23:02:02 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5150216A4CE for ; Tue, 16 Nov 2004 23:02:02 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89E643D54 for ; Tue, 16 Nov 2004 23:02:01 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 20620 invoked from network); 16 Nov 2004 23:02:01 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Nov 2004 23:02:01 -0000 Received: from hydrogen.funkthat.com (dqfmhm@localhost.funkthat.com [127.0.0.1])iAGN1xB6010949; Tue, 16 Nov 2004 15:02:00 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id iAGN1wB2010948; Tue, 16 Nov 2004 15:01:58 -0800 (PST) Date: Tue, 16 Nov 2004 15:01:58 -0800 From: John-Mark Gurney To: Ben Kirkpatrick Message-ID: <20041116230158.GP57546@funkthat.com> Mail-Followup-To: Ben Kirkpatrick , freebsd-sparc64@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: freebsd-sparc64@freebsd.org Subject: Re: kldload and kldconfig on 5.2.1-RELEASE / Ultra5 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 23:02:02 -0000 Ben Kirkpatrick wrote this message on Tue, Nov 16, 2004 at 08:03 -0800: > I'm having a problem with kldload always saying it can't find a .ko > file. I check kldconfig and it seems confused. > > This is immediately after a reboot, there are no paths: > > ebola# kldconfig -r > ; > ebola# kldconfig /boot/kernel > ebola# kldconfig -r > > ebola# kldconfig -m /boot/modules > ebola# kldconfig -r > ; > ebola# > > Any ideas what to do to get a .ko loaded? I'm on a custom kernel, did I > remove something necessary for LKMs? Hmmm. maybe this is your problem? 20040806: Module loading has been fixed. Some older installations will drop proper module_path initialization and modules will fail to load properly. If you have a line in /boot/loader.rc that says: "initialize drop", do (i386 only): cp /usr/src/sys/boot/i386/loader/loader.rc /boot/loader.rc chown root:wheel /boot/loader.rc chmod 444 /boot/loader.rc -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 18 22:05:40 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A80116A526 for ; Thu, 18 Nov 2004 22:05:39 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848A943D1F for ; Thu, 18 Nov 2004 22:05:38 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAIM5aRY056832 for ; Thu, 18 Nov 2004 23:05:36 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: sparc64@freebsd.org From: Poul-Henning Kamp Date: Thu, 18 Nov 2004 23:05:36 +0100 Message-ID: <56831.1100815536@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Subject: support for Sun Fire V280R ? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 22:05:40 -0000 Does FreeBSD run on the V280R ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 18 22:11:29 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF6316A4CE for ; Thu, 18 Nov 2004 22:11:29 +0000 (GMT) Received: from h9166.serverkompetenz.net (zivodo.net [81.169.188.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F6943D66 for ; Thu, 18 Nov 2004 22:11:29 +0000 (GMT) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by h9166.serverkompetenz.net (Postfix) with ESMTP id DC7922B0018; Thu, 18 Nov 2004 23:11:27 +0100 (CET) Received: from h9166.serverkompetenz.net ([127.0.0.1]) by localhost (h9166 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19528-18; Thu, 18 Nov 2004 23:11:27 +0100 (CET) Received: by h9166.serverkompetenz.net (Postfix, from userid 1001) id C17D32B0017; Thu, 18 Nov 2004 23:11:27 +0100 (CET) Received: from [172.30.1.2] (i5387851C.versanet.de [83.135.133.28]) by h9166.serverkompetenz.net (Postfix) with ESMTP id 44E912B0017; Thu, 18 Nov 2004 23:11:27 +0100 (CET) Message-ID: <419D1E0E.2030206@kasimir.com> Date: Thu, 18 Nov 2004 23:11:26 +0100 From: "Florian C. Smeets" User-Agent: Mozilla Thunderbird 0.9 (X11/20041108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <56831.1100815536@critter.freebsd.dk> In-Reply-To: <56831.1100815536@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on h9166.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.64 X-Virus-Scanned: by amavisd-new-20030616-p10 at zivodo.info cc: sparc64@freebsd.org Subject: Re: support for Sun Fire V280R ? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 22:11:29 -0000 Poul-Henning Kamp wrote: > Does FreeBSD run on the V280R ? > No, FreeBSD does not support UltraSparc III CPUs. Regards, Florian From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 18 23:51:30 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D872D16A4CE for ; Thu, 18 Nov 2004 23:51:30 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A0B43D3F for ; Thu, 18 Nov 2004 23:51:29 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id iAINn8N3062667; Thu, 18 Nov 2004 18:49:10 -0500 (EST) (envelope-from gldisater@gldis.ca) Message-ID: <419D35A9.4020801@gldis.ca> Date: Thu, 18 Nov 2004 18:52:09 -0500 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <56831.1100815536@critter.freebsd.dk> In-Reply-To: <56831.1100815536@critter.freebsd.dk> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80rc4/561/Fri Oct 29 06:26:00 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean cc: sparc64@freebsd.org Subject: Re: support for Sun Fire V280R ? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 23:51:31 -0000 Poul-Henning Kamp wrote: > Does FreeBSD run on the V280R ? > I doubt the situation has changed much, but jake has an old boot log: http://people.freebsd.org/~jake/tip.sunfire -- Jeremy Faulkner From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 01:36:31 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5D316A4CE for ; Fri, 19 Nov 2004 01:36:30 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3EC43D1D for ; Fri, 19 Nov 2004 01:36:30 +0000 (GMT) (envelope-from jjohndu@comcast.net) Received: from centra (c-24-5-234-212.client.comcast.net[24.5.234.212]) by comcast.net (rwcrmhc11) with SMTP id <20041119013629013004llfoe>; Fri, 19 Nov 2004 01:36:29 +0000 Message-ID: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> From: "John Du" To: Date: Thu, 18 Nov 2004 17:37:27 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 19 Nov 2004 01:36:31 -0000 I downloaded and burned the ISO images on CDs. The first CD boots OK. = When trying to partition the disks, the installer displays a message = saying no disks found. The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What = do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra = 1E? Thanks for your help! John Du From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 02:48:35 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4873B16A4CE for ; Fri, 19 Nov 2004 02:48:35 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6CB43D39 for ; Fri, 19 Nov 2004 02:48:34 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAJ2mXFK005844; Thu, 18 Nov 2004 18:48:34 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <80B4B87D-39D5-11D9-9AFD-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 18 Nov 2004 18:48:33 -0800 To: "John Du" X-Mailer: Apple Mail (2.619) cc: "" Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 19 Nov 2004 02:48:35 -0000 On Nov 18, 2004, at 5:37 PM, John Du wrote: > I downloaded and burned the ISO images on CDs. The first CD boots OK. > When trying to partition the disks, the installer displays a message > saying no disks found. > > The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What > do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra > 1E? Did the kernel find the disks? If the kernel did find the disks, then it might be that you need to clean the disks (clobber the first couple of sectors on the disk). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 18:52:31 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAF316A4CE for ; Fri, 19 Nov 2004 18:52:31 +0000 (GMT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502DB43D1F for ; Fri, 19 Nov 2004 18:52:31 +0000 (GMT) (envelope-from mailinglists@debank.tv) Received: from localhost (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id E55DE52DE for ; Fri, 19 Nov 2004 19:52:41 +0100 (CET) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24731-06 for ; Fri, 19 Nov 2004 19:52:39 +0100 (CET) Received: by flappie.debank.tv (Postfix, from userid 80) id D1DD652DC; Fri, 19 Nov 2004 19:52:39 +0100 (CET) Received: from 81.206.188.203 (SquirrelMail authenticated user mailinglists@debank.tv); by debank.tv with HTTP; Fri, 19 Nov 2004 19:52:39 +0100 (CET) Message-ID: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> Date: Fri, 19 Nov 2004 19:52:39 +0100 (CET) From: mailinglists@debank.tv To: freebsd-sparc64@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at debank.tv Subject: bsdlabel and sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 19 Nov 2004 18:52:31 -0000 Hi all, I'm a bit in the dark how to use the bsdlabel facility on FBSD-5.3-STABLE. I'm supposed to give an architecture flag but it doesn't support sparc64. What's going wrong (or better yet: what am I doing wrong ?) The system is an Ultra-10. bavke# bsdlabel -e /dev/ad0 bsdlabel: a -m option must be specified bavke# bsdlabel -e -m sparc64 /dev/ad0 bsdlabel: Unsupported architecture bavke# bsdlabel -e -m i386 /dev/ad0 bsdlabel: /dev/ad0: no valid label found bavke# mount /dev/ad0a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad1e on /tmp (ufs, local, soft-updates) /dev/ad1f on /usr (ufs, local, soft-updates) /dev/ad1d on /var (ufs, local, soft-updates) Rob Evers From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 21:33:26 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0A116A4CE for ; Fri, 19 Nov 2004 21:33:26 +0000 (GMT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C21D43D1F for ; Fri, 19 Nov 2004 21:33:26 +0000 (GMT) (envelope-from j@ida.interface-business.de) Received: by ida.interface-business.de (Postfix, from userid 107) id 5A54D7A53; Fri, 19 Nov 2004 22:33:24 +0100 (MET) Date: Fri, 19 Nov 2004 22:33:24 +0100 From: Joerg Wunsch To: mailinglists@debank.tv Message-ID: <20041119213324.GA71079@ida.interface-business.de> References: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden User-Agent: Mutt/1.5.6i cc: freebsd-sparc64@freebsd.org Subject: Re: bsdlabel and sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joerg Wunsch List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 21:33:26 -0000 As mailinglists@debank.tv wrote: > I'm a bit in the dark how to use the bsdlabel facility on FBSD-5.3-STABLE. > I'm supposed to give an architecture flag but it doesn't support sparc64. > What's going wrong (or better yet: what am I doing wrong ?) You are not supposed to use BSD-style labels natively on sparc64, as the native label format of that architecture is sunlabel (which is natively understood by the Openboot PROM). bsdlabel support is merely to allow access to the label (and thus partitions) of a BSD-style labelled disk from outside. So you ought to provide the architecture name of the machine your disk is from. The command disklabel is an alias for sunlabel on sparc64, while it is an alias for bsdlabel on all other architectures. As both labels are located in different blocks of the disk, you could even have both labels... Looks really funny, you get dev nodes like /dev/da0ab and such then. ;-) -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 21:53:46 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C2616A4CE for ; Fri, 19 Nov 2004 21:53:46 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CD943D1F for ; Fri, 19 Nov 2004 21:53:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 28137 invoked from network); 19 Nov 2004 21:53:46 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Nov 2004 21:53:45 -0000 Received: from [10.50.41.235] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAJLrVcV007881; Fri, 19 Nov 2004 16:53:42 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-sparc64@FreeBSD.org Date: Fri, 19 Nov 2004 16:31:45 -0500 User-Agent: KMail/1.6.2 References: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> In-Reply-To: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411191631.45264.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: mailinglists@debank.tv Subject: Re: bsdlabel and sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 19 Nov 2004 21:53:46 -0000 On Friday 19 November 2004 01:52 pm, mailinglists@debank.tv wrote: > Hi all, > > I'm a bit in the dark how to use the bsdlabel facility on FBSD-5.3-STABLE. > I'm supposed to give an architecture flag but it doesn't support sparc64. > What's going wrong (or better yet: what am I doing wrong ?) > The system is an Ultra-10. > > > bavke# bsdlabel -e /dev/ad0 > bsdlabel: a -m option must be specified > > bavke# bsdlabel -e -m sparc64 /dev/ad0 > bsdlabel: Unsupported architecture > > bavke# bsdlabel -e -m i386 /dev/ad0 > bsdlabel: /dev/ad0: no valid label found > > > bavke# mount > /dev/ad0a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad1e on /tmp (ufs, local, soft-updates) > /dev/ad1f on /usr (ufs, local, soft-updates) > /dev/ad1d on /var (ufs, local, soft-updates) > > > Rob Evers Use sunlabel(8) on sparc64 machines instead of bsdlabel(8). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 19 23:56:28 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8C916A4CE for ; Fri, 19 Nov 2004 23:56:28 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991C343D64 for ; Fri, 19 Nov 2004 23:56:27 +0000 (GMT) (envelope-from jjohndu@comcast.net) Received: from centra (c-24-5-234-212.client.comcast.net[24.5.234.212]) by comcast.net (sccrmhc12) with SMTP id <20041119235625012009i5use>; Fri, 19 Nov 2004 23:56:26 +0000 Message-ID: <002c01c4ce93$88a42670$cb01a8c0@weiziyu.com> From: "John Du" To: "Marcel Moolenaar" References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <80B4B87D-39D5-11D9-9AFD-000D93C47836@xcllnt.net> Date: Fri, 19 Nov 2004 15:57:28 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.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, 19 Nov 2004 23:56:28 -0000 ----- Original Message ----- From: "Marcel Moolenaar" To: "John Du" Cc: Sent: Thursday, November 18, 2004 6:48 PM Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E > On Nov 18, 2004, at 5:37 PM, John Du wrote: > >> I downloaded and burned the ISO images on CDs. The first CD boots OK. >> When trying to partition the disks, the installer displays a message >> saying no disks found. >> >> The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What do >> I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra 1E? > > Did the kernel find the disks? If the kernel did find the disks, then > it might be that you need to clean the disks (clobber the first couple > of sectors on the disk). Thanks Marcel. No, the kernel does not see the disk. I dropped to the command line and typed "lsdev". The command lists nothing under block devices. > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > > From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 01:14:40 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C553C16A4CE for ; Sat, 20 Nov 2004 01:14:40 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957D543D31 for ; Sat, 20 Nov 2004 01:14:40 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iAK1Ed4H020587; Fri, 19 Nov 2004 17:14:39 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iAK1EcoF020585; Fri, 19 Nov 2004 17:14:38 -0800 (PST) (envelope-from obrien) Date: Fri, 19 Nov 2004 17:14:37 -0800 From: "David O'Brien" To: John Du Message-ID: <20041120011437.GD20068@dragon.nuxi.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-sparc64@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 01:14:40 -0000 On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: > I downloaded and burned the ISO images on CDs. The first CD boots OK. > When trying to partition the disks, the installer displays a message > saying no disks found. > > The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What > do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra > 1E? IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus card. -- -- David (obrien@FreeBSD.org) From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 01:40:52 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBF116A4CE for ; Sat, 20 Nov 2004 01:40:52 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409F443D4C for ; Sat, 20 Nov 2004 01:40:52 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id iAK1cPZn069232; Fri, 19 Nov 2004 20:38:26 -0500 (EST) (envelope-from gldisater@gldis.ca) Message-ID: <419EA0D5.8070507@gldis.ca> Date: Fri, 19 Nov 2004 20:41:41 -0500 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> In-Reply-To: <20041120011437.GD20068@dragon.nuxi.com> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80rc4/561/Fri Oct 29 06:26:00 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 01:40:52 -0000 David O'Brien wrote: > On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: > >>I downloaded and burned the ISO images on CDs. The first CD boots OK. >>When trying to partition the disks, the installer displays a message >>saying no disks found. >> >>The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What >>do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra >>1E? > > > IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you > can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus > card. > According to many threads in the archive the Ultra 1E is supported, but the Ultra 1 is not. -- Jeremy Faulkner Resume: http://www.gldis.ca/gldisater/resume.html From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 01:50:22 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650B816A4CE for ; Sat, 20 Nov 2004 01:50:22 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDA143D4C for ; Sat, 20 Nov 2004 01:50:21 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAK1oKMR011678; Fri, 19 Nov 2004 17:50:20 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <002c01c4ce93$88a42670$cb01a8c0@weiziyu.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <80B4B87D-39D5-11D9-9AFD-000D93C47836@xcllnt.net> <002c01c4ce93$88a42670$cb01a8c0@weiziyu.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <88BD2EBC-3A96-11D9-94CC-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Fri, 19 Nov 2004 17:50:19 -0800 To: "John Du" X-Mailer: Apple Mail (2.619) cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 01:50:22 -0000 On Nov 19, 2004, at 3:57 PM, John Du wrote: >> On Nov 18, 2004, at 5:37 PM, John Du wrote: >> >>> I downloaded and burned the ISO images on CDs. The first CD boots >>> OK. When trying to partition the disks, the installer displays a >>> message saying no disks found. >>> >>> The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. >>> What do I have to do to install FreeBSD 5.3 on the SCSI disks on the >>> Ultra 1E? >> >> Did the kernel find the disks? If the kernel did find the disks, then >> it might be that you need to clean the disks (clobber the first couple >> of sectors on the disk). > > > Thanks Marcel. No, the kernel does not see the disk. I dropped to the > command line and typed "lsdev". The command lists nothing under block > devices. lsdev is a loader command. It may not tell you what you need to know. In particular it won't tell you if the kernel will detect the SCSI disks. It's probably a good idea to use a serial console, boot the kernel with -v and send us the boot log. HTH, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 03:14:47 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA4E516A4CE for ; Sat, 20 Nov 2004 03:14:47 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8943843D5A for ; Sat, 20 Nov 2004 03:14:47 +0000 (GMT) (envelope-from jjohndu@comcast.net) Received: from centra (c-24-5-234-212.client.comcast.net[24.5.234.212]) by comcast.net (sccrmhc13) with SMTP id <2004112003144601600k93cee>; Sat, 20 Nov 2004 03:14:46 +0000 Message-ID: <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> From: "John Du" To: Cc: References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> Date: Fri, 19 Nov 2004 19:15:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 03:14:48 -0000 ----- Original Message ----- From: "David O'Brien" To: "John Du" Cc: Sent: Friday, November 19, 2004 5:14 PM Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E > On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: >> I downloaded and burned the ISO images on CDs. The first CD boots OK. >> When trying to partition the disks, the installer displays a message >> saying no disks found. >> >> The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What >> do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra >> 1E? > > IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you > can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus > card. I ran FreeBSD SPARC64 diskless on this machine before it was officially released. When I saw the status of the Ultra 1E changed to "supported" on the hardware list, I thought it meant the on board SCSI controller was supported. Now I know I misunderstood the word "supported." My thanks go to all the people who have offered their help. John Du > > -- > -- David (obrien@FreeBSD.org) > From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 13:15:29 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 972CC16A4CE for ; Sat, 20 Nov 2004 13:15:29 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DCB43D4C for ; Sat, 20 Nov 2004 13:15:29 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from kg-work.kg4.no (unknown [80.203.92.108]) by mail.broadpark.no (Postfix) with SMTP id D1A108E4E for ; Sat, 20 Nov 2004 14:15:27 +0100 (MET) Date: Sat, 20 Nov 2004 14:06:58 +0100 From: Torfinn Ingolfsen To: freebsd-sparc64@freebsd.org Message-Id: <20041120140658.1d748290.torfinn.ingolfsen@broadpark.no> In-Reply-To: <002c01c4ce93$88a42670$cb01a8c0@weiziyu.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <80B4B87D-39D5-11D9-9AFD-000D93C47836@xcllnt.net> <002c01c4ce93$88a42670$cb01a8c0@weiziyu.com> X-Mailer: Sylpheed version 1.0.0beta2 (GTK+ 1.2.10; i386-portbld-freebsd5.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 13:15:29 -0000 On Fri, 19 Nov 2004 15:57:28 -0800 "John Du" wrote: > Thanks Marcel. No, the kernel does not see the disk. I dropped to the > command line and typed "lsdev". The command lists nothing under block > devices. Next obvious question; does the disk(s) show up in OBP (OpenBoot)? Or are they disabled there? -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 13:15:30 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B56B16A4CE for ; Sat, 20 Nov 2004 13:15:30 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B251943D4C for ; Sat, 20 Nov 2004 13:15:29 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from kg-work.kg4.no (unknown [80.203.92.108]) by mail.broadpark.no (Postfix) with SMTP id 8B8C88DA1 for ; Sat, 20 Nov 2004 14:15:28 +0100 (MET) Date: Sat, 20 Nov 2004 14:11:43 +0100 From: Torfinn Ingolfsen To: freebsd-sparc64@freebsd.org Message-Id: <20041120141143.300b5714.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20041120011437.GD20068@dragon.nuxi.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> X-Mailer: Sylpheed version 1.0.0beta2 (GTK+ 1.2.10; i386-portbld-freebsd5.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 13:15:30 -0000 On Fri, 19 Nov 2004 17:14:37 -0800 "David O'Brien" wrote: > IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you > can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus > card. You might recall this, but your information is outdated. This is from my Ultra 1E (actually, an Ultra 1E Creator 3D): root@ultra1# dmesg | grep esp esp0: mem 0x8810000-0x881003f,0x8800000-0x880000f irq 2016 on sbus0 esp0: [GIANT-LOCKED] esp0: FAS366/HME, 40MHz, SCSI ID 7 da0 at esp0 bus 0 target 0 lun 0 root@ultra1# dmesg | grep da da0 at esp0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (10.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 35003MB (71687340 512 byte sectors: 255H 63S/T 4462C) Mounting root from ufs:/dev/da0a root@ultra1# uname -a FreeBSD ultra1.kg4.no 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 5 11:19:39 CET 2004 root@ultra1.kg4.no:/usr/obj/usr/src/sys/ULTRA1E sparc64 I first installed 5.3-BETA7 on it, so the SCSI controller have been supported at least since then. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 13:15:30 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8742816A4CE for ; Sat, 20 Nov 2004 13:15:30 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3727B43D41 for ; Sat, 20 Nov 2004 13:15:30 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from kg-work.kg4.no (unknown [80.203.92.108]) by mail.broadpark.no (Postfix) with SMTP id 1151490AC for ; Sat, 20 Nov 2004 14:15:29 +0100 (MET) Date: Sat, 20 Nov 2004 14:14:51 +0100 From: Torfinn Ingolfsen To: freebsd-sparc64@freebsd.org Message-Id: <20041120141451.12568e44.torfinn.ingolfsen@broadpark.no> In-Reply-To: <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> X-Mailer: Sylpheed version 1.0.0beta2 (GTK+ 1.2.10; i386-portbld-freebsd5.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 13:15:30 -0000 On Fri, 19 Nov 2004 19:15:48 -0800 "John Du" wrote: > I ran FreeBSD SPARC64 diskless on this machine before it was > officially released. When I saw the status of the Ultra 1E changed to > "supported" on the hardware list, I thought it meant the on board SCSI > controller was supported. Now I know I misunderstood the word > "supported." The SCSI controller *is* supported, see my other message in this thread. The only thing you might have a problem with, is that the console keyboard isn't 100% yet. Arrow keys don't work in the installer, and you might have to type _very_ slowly for all characters to register. I installed via the serial console. HTH -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 15:16:50 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E4616A4CE for ; Sat, 20 Nov 2004 15:16:50 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9C043D41 for ; Sat, 20 Nov 2004 15:16:49 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAKFJ3qe045674; Sat, 20 Nov 2004 08:19:04 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <419F5FF5.3020409@freebsd.org> Date: Sat, 20 Nov 2004 08:17:09 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mailinglists@debank.tv References: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> In-Reply-To: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-sparc64@freebsd.org Subject: Re: bsdlabel and sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 15:16:50 -0000 mailinglists@debank.tv wrote: > Hi all, > > I'm a bit in the dark how to use the bsdlabel facility on FBSD-5.3-STABLE. > I'm supposed to give an architecture flag but it doesn't support sparc64. > What's going wrong (or better yet: what am I doing wrong ?) > The system is an Ultra-10. > > > bavke# bsdlabel -e /dev/ad0 > bsdlabel: a -m option must be specified > > bavke# bsdlabel -e -m sparc64 /dev/ad0 > bsdlabel: Unsupported architecture > > bavke# bsdlabel -e -m i386 /dev/ad0 > bsdlabel: /dev/ad0: no valid label found > > > bavke# mount > /dev/ad0a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad1e on /tmp (ufs, local, soft-updates) > /dev/ad1f on /usr (ufs, local, soft-updates) > /dev/ad1d on /var (ufs, local, soft-updates) > > > Rob Evers You should actually be using the 'sunlabel' program on this platform since that is the format that the firmware expects. The 'disklabel' program is installed as a link to the appropriate label program for the platform. Scott From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 15:17:46 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11A916A4CE for ; Sat, 20 Nov 2004 15:17:46 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983C443D2D for ; Sat, 20 Nov 2004 15:17:46 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAKFKHEX045688; Sat, 20 Nov 2004 08:20:17 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <419F603F.9050703@freebsd.org> Date: Sat, 20 Nov 2004 08:18:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> In-Reply-To: <20041120011437.GD20068@dragon.nuxi.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 15:17:47 -0000 David O'Brien wrote: > On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: > >>I downloaded and burned the ISO images on CDs. The first CD boots OK. >>When trying to partition the disks, the installer displays a message >>saying no disks found. >> >>The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What >>do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra >>1E? > > > IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you > can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus > card. > No, you don't remember correctly. The U1E controller is supported. Why this gentleman's disks are found is a mystery at this time. Scott From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 15:21:15 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D51C16A4CE for ; Sat, 20 Nov 2004 15:21:15 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D86C43D1F for ; Sat, 20 Nov 2004 15:21:15 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAKFNjai045699; Sat, 20 Nov 2004 08:23:45 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <419F610F.5090000@freebsd.org> Date: Sat, 20 Nov 2004 08:21:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Du References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> In-Reply-To: <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 15:21:15 -0000 John Du wrote: > > ----- Original Message ----- From: "David O'Brien" > To: "John Du" > Cc: > Sent: Friday, November 19, 2004 5:14 PM > Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E > > >> On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: >> >>> I downloaded and burned the ISO images on CDs. The first CD boots OK. >>> When trying to partition the disks, the installer displays a message >>> saying no disks found. >>> >>> The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What >>> do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra >>> 1E? >> >> >> IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you >> can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus >> card. > > > I ran FreeBSD SPARC64 diskless on this machine before it was officially > released. When I saw the status of the Ultra 1E changed to "supported" > on the hardware list, I thought it meant the on board SCSI controller > was supported. Now I know I misunderstood the word "supported." > > My thanks go to all the people who have offered their help. > > John Du > So as Marcel said, the best bet here is to send out a capture of the serial console during boot. Also, does openfirmware report the disks? Scott From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 16:57:31 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D446A16A4CE for ; Sat, 20 Nov 2004 16:57:31 +0000 (GMT) Received: from flappie.debank.tv (flappie.debank.tv [212.206.127.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD4543D2F for ; Sat, 20 Nov 2004 16:57:31 +0000 (GMT) (envelope-from rob@debank.tv) Received: from localhost (localhost.debank.tv [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id C789E5251; Sat, 20 Nov 2004 17:57:41 +0100 (CET) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83155-03; Sat, 20 Nov 2004 17:57:39 +0100 (CET) Received: from [192.168.0.211] (ip51cebccb.speed.planet.nl [81.206.188.203]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id 2E3BC5244; Sat, 20 Nov 2004 17:57:39 +0100 (CET) Message-ID: <419F7763.7080703@debank.tv> Date: Sat, 20 Nov 2004 17:57:07 +0100 From: Rob Evers User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mailinglists@debank.tv References: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> In-Reply-To: <25075.81.206.188.203.1100890359.squirrel@81.206.188.203> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at debank.tv cc: freebsd-sparc64@freebsd.org Subject: Re: bsdlabel and sparc X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 16:57:31 -0000 mailinglists@debank.tv wrote: >Hi all, > >I'm a bit in the dark how to use the bsdlabel facility on FBSD-5.3-STABLE. >I'm supposed to give an architecture flag but it doesn't support sparc64. >What's going wrong (or better yet: what am I doing wrong ?) >The system is an Ultra-10. > > >bavke# bsdlabel -e /dev/ad0 >bsdlabel: a -m option must be specified > >bavke# bsdlabel -e -m sparc64 /dev/ad0 >bsdlabel: Unsupported architecture > >bavke# bsdlabel -e -m i386 /dev/ad0 >bsdlabel: /dev/ad0: no valid label found > > >bavke# mount >/dev/ad0a on / (ufs, local) >devfs on /dev (devfs, local) >/dev/ad1e on /tmp (ufs, local, soft-updates) >/dev/ad1f on /usr (ufs, local, soft-updates) >/dev/ad1d on /var (ufs, local, soft-updates) > > >Rob Evers >_______________________________________________ >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" > > > Thank you all for answering, sunlabel works like expected. Rob Evers From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 17:31:12 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999C316A4CE for ; Sat, 20 Nov 2004 17:31:12 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFFA43D45 for ; Sat, 20 Nov 2004 17:31:12 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from april.chuckr.org (localhost [127.0.0.1]) by april.chuckr.org (8.12.11/8.12.11) with ESMTP id iAKHuuq2054271 for ; Sat, 20 Nov 2004 12:56:56 -0500 (EST) (envelope-from chuckr@chuckr.org) Received: from localhost (chuckr@localhost)iAKHutRk054268 for ; Sat, 20 Nov 2004 12:56:56 -0500 (EST) (envelope-from chuckr@chuckr.org) X-Authentication-Warning: april.chuckr.org: chuckr owned process doing -bs Date: Sat, 20 Nov 2004 12:56:55 -0500 (EST) From: Chuck Robey To: freebsd-sparc64@freebsd.org Message-ID: <20041120125359.M38351@april.chuckr.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: capabilities X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 17:31:12 -0000 I want to put FreeBSD on my Sparc Ultra60, which is equipped with 2 processors. Does FreeBSD on the Sparc currently make use of the second processor? I implemented a threading packager once on a Sparc, and I'm keenly interested if FreeBSD has found any way to in any manner overcome the piggish context-switching cost of the Sparc ... curious, curious. If you tell me that smp works, I hope to install it today. ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@chuckr.org | electronics, communications, and SF/Fantasy. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary (on the wall at my old fraternity, Signa Phi Nothing). ---------------------------------------------------------------------------- From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 17:41:09 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84ED16A4CE for ; Sat, 20 Nov 2004 17:41:09 +0000 (GMT) Received: from hex.databits.net (hex.databits.net [216.118.117.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 832D243D55 for ; Sat, 20 Nov 2004 17:41:09 +0000 (GMT) (envelope-from will@csociety.org) Received: by hex.databits.net (Postfix, from userid 1001) id DB6A457AE1; Sat, 20 Nov 2004 11:41:06 -0600 (CST) Date: Sat, 20 Nov 2004 11:41:06 -0600 From: Will Andrews To: Chuck Robey Message-ID: <20041120174106.GT18619@hex.databits.net> Mail-Followup-To: Chuck Robey , freebsd-sparc64@freebsd.org References: <20041120125359.M38351@april.chuckr.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kaF1vgn83Aa7CiXN" Content-Disposition: inline In-Reply-To: <20041120125359.M38351@april.chuckr.org> User-Agent: Mutt/1.5.6i cc: freebsd-sparc64@freebsd.org Subject: Re: capabilities X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 17:41:09 -0000 --kaF1vgn83Aa7CiXN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 20, 2004 at 12:56:55PM -0500, Chuck Robey wrote: > I want to put FreeBSD on my Sparc Ultra60, which is equipped with 2 > processors. Does FreeBSD on the Sparc currently make use of the second > processor? >=20 > I implemented a threading packager once on a Sparc, and I'm keenly > interested if FreeBSD has found any way to in any manner overcome the > piggish context-switching cost of the Sparc ... curious, curious. >=20 > If you tell me that smp works, I hope to install it today. Yes. regards, --=20 wca --kaF1vgn83Aa7CiXN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBn4GyF47idPgWcsURAs5iAJ4qm4Cjctxa5kp+r5W3wehDHw5hvgCfUxeR gD1q+7Y6JnK0wS7XrK8XDnA= =Kd8L -----END PGP SIGNATURE----- --kaF1vgn83Aa7CiXN-- From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 18:20:19 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CBA16A4CE; Sat, 20 Nov 2004 18:20:19 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275AC43D53; Sat, 20 Nov 2004 18:20:19 +0000 (GMT) (envelope-from jjohndu@comcast.net) Received: from centra (c-24-5-234-212.client.comcast.net[24.5.234.212]) by comcast.net (rwcrmhc12) with SMTP id <2004112018201801400a8e7pe>; Sat, 20 Nov 2004 18:20:18 +0000 Message-ID: <002f01c4cf2d$bef9b3d0$ca01a8c0@weiziyu.com> From: "John Du" To: "Scott Long" References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com> <20041120011437.GD20068@dragon.nuxi.com> <005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> <419F610F.5090000@freebsd.org> Date: Sat, 20 Nov 2004 10:21:22 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 18:20:19 -0000 ----- Original Message ----- From: "Scott Long" To: "John Du" Cc: Sent: Saturday, November 20, 2004 7:21 AM Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E > John Du wrote: >> >> ----- Original Message ----- From: "David O'Brien" >> To: "John Du" >> Cc: >> Sent: Friday, November 19, 2004 5:14 PM >> Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra >> 1E >> >> >>> On Thu, Nov 18, 2004 at 05:37:27PM -0800, John Du wrote: >>> >>>> I downloaded and burned the ISO images on CDs. The first CD boots OK. >>>> When trying to partition the disks, the installer displays a message >>>> saying no disks found. >>>> >>>> The FreeBSD SPARC64 hardware list has the Ultra 1E as supported. What >>>> do I have to do to install FreeBSD 5.3 on the SCSI disks on the Ultra >>>> 1E? >>> >>> >>> IIRC, the SCSI controller in the Ultra 1E isn't supported yet. So you >>> can only use the machine diskless. Or install a Qlogic ISP1000 S-Bus >>> card. >> >> >> I ran FreeBSD SPARC64 diskless on this machine before it was officially >> released. When I saw the status of the Ultra 1E changed to "supported" >> on the hardware list, I thought it meant the on board SCSI controller was >> supported. Now I know I misunderstood the word "supported." >> >> My thanks go to all the people who have offered their help. >> >> John Du >> > > So as Marcel said, the best bet here is to send out a capture of the > serial console during boot. Also, does openfirmware report the disks? I have NetBSD installed and running on the SCSI disk on this machine. I like FreeBSD better because I have been using it since the 386BSD on floppies days. I will try to capture the serial console output to the list. Thanks. > > Scott > From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 20 18:21:50 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 564A416A4CE for ; Sat, 20 Nov 2004 18:21:50 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D6A743D41 for ; Sat, 20 Nov 2004 18:21:50 +0000 (GMT) (envelope-from jjohndu@comcast.net) Received: from centra (c-24-5-234-212.client.comcast.net[24.5.234.212]) by comcast.net (rwcrmhc12) with SMTP id <2004112018214901400a9kvne>; Sat, 20 Nov 2004 18:21:50 +0000 Message-ID: <003601c4cf2d$f578f740$ca01a8c0@weiziyu.com> From: "John Du" To: "Torfinn Ingolfsen" , References: <001301c4cdd8$57019cd0$cb01a8c0@weiziyu.com><20041120011437.GD20068@dragon.nuxi.com><005501c4ceaf$3e07be30$cb01a8c0@weiziyu.com> <20041120141451.12568e44.torfinn.ingolfsen@broadpark.no> Date: Sat, 20 Nov 2004 10:22:54 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 18:21:50 -0000 ----- Original Message ----- From: "Torfinn Ingolfsen" To: Sent: Saturday, November 20, 2004 5:14 AM Subject: Re: FreeBSD 5.3 for SPARC64 does not find SCSI disks on Unltra 1E > On Fri, 19 Nov 2004 19:15:48 -0800 > "John Du" wrote: > >> I ran FreeBSD SPARC64 diskless on this machine before it was >> officially released. When I saw the status of the Ultra 1E changed to >> "supported" on the hardware list, I thought it meant the on board SCSI >> controller was supported. Now I know I misunderstood the word >> "supported." > > The SCSI controller *is* supported, see my other message in this thread. > The only thing you might have a problem with, is that the console > keyboard isn't 100% yet. Arrow keys don't work in the installer, and you > might have to type _very_ slowly for all characters to register. > > I installed via the serial console. > HTH I am using a serial console to boot. Thanks. > -- > Regards, > Torfinn Ingolfsen, > Norway > > > _______________________________________________ > 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" >