Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 11:35:06 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        Michael Gmelin <freebsd@grem.de>, freebsd-current@freebsd.org
Subject:   Re: r300951: mountroot: waiting for device /dev/ad4s1a...
Message-ID:  <alpine.BSF.2.20.1606041132321.79499@wonkity.com>
In-Reply-To: <20160604142407.GA6594@c720-r292778-amd64>
References:  <20160604101826.GA4660@c720-r292778-amd64> <20160604112806.GA5079@c720-r292778-amd64> <20160604134046.00fc182f@bsd64.grem.de> <20160604114852.GA5261@c720-r292778-amd64> <20160604135430.42e2f849@bsd64.grem.de> <20160604120134.GA5402@c720-r292778-amd64> <20160604144148.000a4fc3@bsd64.grem.de> <20160604142407.GA6594@c720-r292778-amd64>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 4 Jun 2016, Matthias Apitz wrote:

> El día Saturday, June 04, 2016 a las 02:41:48PM +0200, Michael Gmelin escribió:
>
>> It's also covered in UPDATING:
>>
>> 20151011:
>>         Compatibility shims for legacy ATA device names have been
>>         removed. It includes ATA_STATIC_ID kernel option,
>>         kern.cam.ada.legacy_aliases and kern.geom.raid.legacy_aliases
>>         loader tunables, kern.devalias.* environment variables, /dev/ad*
>>         and /dev/ar* symbolic links.
>>
>
> Next time I will do read UPDATING. Thanks for your help.

Use labels so there are no static device names at all.  With MBR, the 
options are limited, but UFS labels work and have no metadata problems:

http://www.wonkity.com/~wblock/docs/html/labels.html

GPT has very nice partition labels that can be set with gpart -l.  It 
works with i386 and BIOS booting.
From owner-freebsd-current@freebsd.org  Sat Jun  4 17:35:48 2016
Return-Path: <owner-freebsd-current@freebsd.org>
Delivered-To: freebsd-current@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A48AB6A31B
 for <freebsd-current@mailman.ysv.freebsd.org>;
 Sat,  4 Jun 2016 17:35:48 +0000 (UTC)
 (envelope-from markmi@dsl-only.net)
Received: from asp.reflexion.net (outbound-mail-211-172.reflexion.net
 [208.70.211.172])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BBB161E4A
 for <freebsd-current@freebsd.org>; Sat,  4 Jun 2016 17:35:47 +0000 (UTC)
 (envelope-from markmi@dsl-only.net)
Received: (qmail 31380 invoked from network); 4 Jun 2016 17:36:13 -0000
Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1)
 by 0 (rfx-qmail) with SMTP; 4 Jun 2016 17:36:13 -0000
Received: by mail-cs-01.app.dca.reflexion.local
 (Reflexion email security v7.90.3) with SMTP;
 Sat, 04 Jun 2016 13:36:19 -0400 (EDT)
Received: (qmail 1637 invoked from network); 4 Jun 2016 17:36:19 -0000
Received: from unknown (HELO iron2.pdx.net) (69.64.224.71)
 by 0 (rfx-qmail) with SMTP; 4 Jun 2016 17:36:19 -0000
X-No-Relay: not in my network
X-No-Relay: not in my network
Received: from [192.168.1.104] (c-76-115-7-162.hsd1.or.comcast.net
 [76.115.7.162])
 by iron2.pdx.net (Postfix) with ESMTPSA id 73C5FB1E001;
 Sat,  4 Jun 2016 10:35:36 -0700 (PDT)
From: Mark Millard <markmi@dsl-only.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Subject: svn commit: r301394 - head [If X_COMPILER_TYPE is defined,
 do not use it, otherwise  use it?]
Message-Id: <23DACF49-E75D-4D49-BEB1-621500BC907A@dsl-only.net>
Date: Sat, 4 Jun 2016 10:35:39 -0700
To: Bryan Drewery <bdrewery@FreeBSD.org>,
 FreeBSD Current <freebsd-current@freebsd.org>
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
X-Mailer: Apple Mail (2.3124)
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 04 Jun 2016 17:35:48 -0000

=46rom the commit report:

> +.if defined(X_COMPILER_TYPE)
>  CROSSENV+=3D	COMPILER_VERSION=3D${COMPILER_VERSION} \
>  		COMPILER_TYPE=3D${COMPILER_TYPE} \
>  		COMPILER_FREEBSD_VERSION=3D${COMPILER_FREEBSD_VERSION}

This does not use X_COMPILER_TYPE when it is defined.

> +.else
> +CROSSENV+=3D	COMPILER_VERSION=3D${X_COMPILER_VERSION} \
> +		COMPILER_TYPE=3D${X_COMPILER_TYPE} \
> +		COMPILER_FREEBSD_VERSION=3D${X_COMPILER_FREEBSD_VERSION}

This tries to use the undefined X_COMPILER_TYPE.

> +.endif



Overall:

A not seems to be missing or instead the nested code blocks need to be =
swapped.


=3D=3D=3D
Mark Millard
markmi at dsl-only.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1606041132321.79499>