Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2012 16:55:31 +0200
From:      rank1seeker@gmail.com
To:        "John Baldwin" <jhb@freebsd.org>, dougb@freebsd.org, hackers@freebsd.org
Subject:   Re: Forgotten debuging flags in 9.0 RELEASE
Message-ID:  <20120425.145531.264.3@DOMY-PC>
In-Reply-To: <201204251014.56568.jhb@freebsd.org>
References:  <20120421.164328.068.1@DOMY-PC> <201204231428.49712.jhb@freebsd.org> <20120425.133709.484.2@DOMY-PC> <201204251014.56568.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----=0D=0AFrom: John Baldwin =
<jhb@freebsd.org>=0D=0ATo: rank1seeker@gmail.com=0D=0ACc: =
dougb@freebsd.org, hackers@freebsd.org=0D=0ADate: Wed, 25 Apr 2012 =
10:14:56 -0400=0D=0ASubject: Re: Forgotten debuging flags in 9.0 =
RELEASE=0D=0A=0D=0A> On Wednesday, April 25, 2012 9:37:09 am =
rank1seeker@gmail.com wrote:=0D=0A> > ----- Original Message -----=0D=0A> =
> From: John Baldwin <jhb@freebsd.org>=0D=0A> > To: =
freebsd-hackers@freebsd.org=0D=0A> > Cc: rank1seeker@gmail.com, =
dougb@freebsd.org=0D=0A> > Date: Mon, 23 Apr 2012 14:28:49 -0400=0D=0A> > =
Subject: Re: Forgotten debuging flags in 9.0 RELEASE=0D=0A> > =0D=0A> > > =
On Saturday, April 21, 2012 12:43:28 pm rank1seeker@gmail.com =
wrote:=0D=0A> > > > Whenever I run:=0D=0A> > > > # make =
distribution=0D=0A> > > > =0D=0A> > > > I also get:=0D=0A> > > > + ln -s =
../var/named/etc/namedb /usr/TZONE/etc/namedb=0D=0A> > > > + ln -s =
mail/aliases /usr/TZONE/etc/aliases=0D=0A> > > > =0D=0A> > > > Looks like =
someone forgot to turn off/remove debuging flags(set -x), =0D=0A> before =
=0D=0A> > > building 9.0 RELEASE=0D=0A> > > =0D=0A> > > Actually, those =
have been there for at least 7 years.  The namedb one was =0D=0A> > > =
first added in r136242, and the mail one is older than that.=0D=0A> > > =
=0D=0A> > > > /usr/src/etc/Makefile:=0D=0A> > > > ----=0D=0A> > > >       =
  @if [ ! -e ${DESTDIR}/etc/namedb ]; then \=0D=0A> > > >                 =
set -x; \=0D=0A> > > >                 ln -s ../var/named/etc/namedb =
${DESTDIR}/etc/namedb; \=0D=0A> > > >         fi=0D=0A> > > > ----=0D=0A> =
> > >         @if [ -d ${DESTDIR}/etc/mail -a -f =
${DESTDIR}/etc/mail/aliases -=0D=0A> a \=0D=0A> > > >               ! -f =
${DESTDIR}/etc/aliases ]; then \=0D=0A> > > >                 set -x; =
\=0D=0A> > > >                 ln -s mail/aliases ${DESTDIR}/etc/aliases; =
\=0D=0A> > > >         fi=0D=0A> > > > ----=0D=0A> > > =0D=0A> > > -- =
=0D=0A> > > John Baldwin=0D=0A> > > =0D=0A> > =0D=0A> > =0D=0A> > 7 years =
?!?=0D=0A> > Wow, it's time to get rid of them, unless someone finds it =
criticaly =0D=0A> useful/needed.=0D=0A> =0D=0A> Alternatively, it hasn't =
broken anything in 7 years. :)=0D=0A=0D=0ALOL. Vey funny!=0D=0A=0D=0A> > =
My build script had many set -x lines, so I was thinking it was my script =
=0D=0A> outputing it.=0D=0A> > I thought I was going mad, by being unable =
to find where am I using 'ln -s' =0D=0A> lines, even after I've removed =
all 'set -x' lines=0D=0A> =0D=0A> I will defer to dougb@ on this one as =
it is a chunk of the code he maintains.=0D=0A> You will have to convince =
him that the verbosity is somehow harmful.=0D=0A> =0D=0A> -- =0D=0A> John =
Baldwin=0D=0A=0D=0AWell, those can be left in place, if they are part of =
STDOUT, as I leave only STDERR to reach my eyes.=0D=0AAnd I see exactly =
those 2 'ln -s ...' lines because they are outputed  to =
STDERR.=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6



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