Date: Sat, 27 Apr 2013 11:11:25 +0100 From: Chris Rees <utisoft@gmail.com> To: rank1seeker@gmail.com Cc: "freebsd-hackers@freebsd.org" <hackers@freebsd.org> Subject: Re: How to sabotage 9.*-RELEASE worldbuilds? Message-ID: <CADLo8396%2BCF%2BX07kgyY%2BL=44qwYH1dogTRogtYutpnsEfHapxg@mail.gmail.com> In-Reply-To: <20130427.100935.861.1@DOMY-PC> References: <20130427.100935.861.1@DOMY-PC>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Apr 2013 11:09, <rank1seeker@gmail.com> wrote: > > Just do this: > # echo 'FORMATS="html txt"' >> /etc/make.conf > > buildworld fails, at the SAME point for ALL 9.*-RELEASE-es: > =========== > ===> lib/libauditd (all) > ===> lib/libcom_err (all) > gzip -cn /usr/src/lib/libcom_err/../../contrib/com_err/com_err.3 > com_err.3.gz > ===> lib/libcom_err/doc (all) > Graph cycles through com_err.'html > > make: don't know how to make txt'. Stop > *** Error code 2 > > Stop in /usr/src/lib/libcom_err. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > =========== > > > If you aren't in a mood, to wait for a buildworld to fail, you can see errors faster: > # cd /usr/src && make cleandir > /dev/null > --- > "/usr/src/share/mk/bsd.info.mk", line 140: warning: duplicate script for target "txt".gz" ignored > ... > --- > > > For /usr/doc builds, in /etc/make.conf, I have: > =========== > # For port textproc/docproj > WITH_JADETEX=YES > DOC_LANG="en_US.ISO8859-1" > FORMATS="html txt" And yet another example of misunderstanding how quotes in Makefiles breaks things :) If in doubt, leave quotes out! (This only applies to make) Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo8396%2BCF%2BX07kgyY%2BL=44qwYH1dogTRogtYutpnsEfHapxg>