From nobody@FreeBSD.org  Thu Mar 17 23:48:57 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C60316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 23:48:57 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F87043D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 23:48:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HNmv6t016277
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 23:48:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j2HNmvwq016276;
	Thu, 17 Mar 2005 23:48:57 GMT
	(envelope-from nobody)
Message-Id: <200503172348.j2HNmvwq016276@www.freebsd.org>
Date: Thu, 17 Mar 2005 23:48:57 GMT
From: Will Deutsch <wdeutsch@netapp.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: i386 MBR build problem
X-Send-Pr-Version: www-2.3

>Number:         78970
>Category:       i386
>Synopsis:       i386 MBR build problem
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 17 23:50:02 GMT 2005
>Closed-Date:    Sat Mar 19 20:10:16 GMT 2005
>Last-Modified:  Sat Mar 19 20:10:16 GMT 2005
>Originator:     Will Deutsch
>Release:        5.3-RELEASE
>Organization:
Network Appliance Inc.
>Environment:
FreeBSD tigger.hq.netapp.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


>Description:
The MBR make file doesn't seem to turn off the default expectation for a man page to build.

There is a line in the makefile that looks like it has the intention of turning off the man page build but doesn't.
NO_MAN=

>How-To-Repeat:
(/u/wdeutsch/Projects/BootLoader/src/sys/boot/i386/mbr)
wdeutsch@tigger%make
Warning: Object directory not changed from original /u/wdeutsch/Projects/BootLoader/src/sys/boot/i386/mbr
as  --defsym FLAGS=0x80 -o mbr.o mbr.s
cc -O -pipe  -ffreestanding -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2  -N -e start -Ttext 0x600 -Wl,-S,--oformat,binary -nostdlib -o mbr mbr.o
make: don't know how to make mbr.1. Stop
(/u/wdeutsch/Projects/BootLoader/src/sys/boot/i386/mbr)
wdeutsch@tigger%

>Fix:
      
>Release-Note:
>Audit-Trail:

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Will Deutsch <wdeutsch@netapp.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: i386/78970: i386 MBR build problem
Date: Fri, 18 Mar 2005 11:24:52 +0100

 --BwCQnh7xodEAoBMC
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2005.03.17 23:48:57 +0000, Will Deutsch wrote:
 
 > The MBR make file doesn't seem to turn off the default expectation for a =
 man page to build.
 >=20
 > There is a line in the makefile that looks like it has the intention of t=
 urning off the man page build but doesn't.
 > NO_MAN=3D
 
 That sounds like you are building a -CURRENT program on 5-STABLE
 outside of buildworld?  That is not expected to work (even though it
 might in some cases).
 
 Have you tried checking out 5-STABLE (RELENG_5) source ?
 
 --=20
 Simon L. Nielsen
 
 --BwCQnh7xodEAoBMC
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCOqxzh9pcDSc1mlERAvfcAKC4FEGrh9s7jvRfhs26Yn7ThB82cwCgoDc0
 tkB9JA3zk/ZoqOcAEVdwfRM=
 =3vWl
 -----END PGP SIGNATURE-----
 
 --BwCQnh7xodEAoBMC--

From: Will Deutsch <Will.Deutsch@netapp.com>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: i386/78970: i386 MBR build problem
Date: Fri, 18 Mar 2005 12:04:11 -0800

 I wasn't aware that was unsupported...
 
 You can close this bug.
 
 -Cheers,
 Will Deutsch
 
 Crutch Master Racer
 
 Holden: So, uh, what do you wanna do tonight?
 Banky: Mmm, get a pizza, watch "Degrassi Jr. High."
 Holden: You got a weird thing for Canadian melodrama.
 Banky: I got a weird thing for girls who say "aboot."
 
 -- Chasing Amy
 
 On Mar 18, 2005, at 2:24 AM, Simon L. Nielsen wrote:
 
 > On 2005.03.17 23:48:57 +0000, Will Deutsch wrote:
 >
 >> The MBR make file doesn't seem to turn off the default expectation 
 >> for a man page to build.
 >>
 >> There is a line in the makefile that looks like it has the intention 
 >> of turning off the man page build but doesn't.
 >> NO_MAN=
 >
 > That sounds like you are building a -CURRENT program on 5-STABLE
 > outside of buildworld?  That is not expected to work (even though it
 > might in some cases).
 >
 > Have you tried checking out 5-STABLE (RELENG_5) source ?
 >
 > -- 
 > Simon L. Nielsen
State-Changed-From-To: open->closed 
State-Changed-By: simon 
State-Changed-When: Sat Mar 19 20:09:17 GMT 2005 
State-Changed-Why:  
Close at submitters request.  Thanks for letting us know the PR can be 
closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78970 
>Unformatted:
