Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-19 Thread Warner Losh

On Apr 19, 2014, at 4:11 AM, Thomas Hoffmann  wrote:

> On Sat, Apr 19, 2014 at 2:27 AM, Jung-uk Kim  wrote:
> 
>> On 2014-04-19 02:14:58 -0400, Thomas Hoffmann wrote:
>>> On Sat, Apr 19, 2014 at 1:05 AM, Jung-uk Kim >> > wrote:
>>> 
>>>On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote:
 After building at -CURRENT amd64 r264673, I got the following
 errors running 'make delete-old' and 'make delete-old-libs':
>>>...
>>> 
>>>This should be fixed in r264674.
>>> 
>>>Jung-uk Kim
>>> 
>>> 
>>> With r264674, I no longer see those errors reported at delete-old or
>>> delete-old-libs, however, I now see those errors reported at the
>>> beginning of buildworld, buildkernel, installkernel, and installworld.
>>> 
>>> With r264673 I only saw the errors at delete-old and delete-old-libs.
>> 
>> I can't reproduce it.  Do you have the bsd.mkopt.mk in /usr/share/mk,
>> i.e., did you do installworld?
>> 
>> Jung-uk Kim
>> 
> 
> Had I taken a bit more time to think on it before my last post, I would
> have realized that what I was seeing is exactly what I should have
> expected. In order to reproduce my problem, you would have had to build at
> r264673 and then again at r264674.
> 
> When I built at r264673, I was using the last good *.mk installed from
> r264633. That is why I did not see the errors for buildworld, buildkernel,
> installkernel and installworld. But, since installworld at r264673
> installed the bad *.mk, that is why I saw the errors for the subsequent
> delete-old and delete-old-libs.
> 
> When I re-built at r264674, I was still using the bad *.mk installed from
> r264673. That is why I saw the errors for buildworld, buildkernel,
> installkernel and installworld. But, since installworld at r264674
> installed the good (i.e., fixed) *.mk, that is why I no longer saw the
> errors for the subsequent delete-old and delete-old-libs.

bad mk files?

Warner
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-19 Thread Thomas Hoffmann
On Sat, Apr 19, 2014 at 9:29 PM, Warner Losh  wrote:

>
> bad mk files?
>

jkim@ resolved this for me w/ r264674.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-19 Thread Thomas Hoffmann
On Sat, Apr 19, 2014 at 2:27 AM, Jung-uk Kim  wrote:

> On 2014-04-19 02:14:58 -0400, Thomas Hoffmann wrote:
> > On Sat, Apr 19, 2014 at 1:05 AM, Jung-uk Kim  > > wrote:
> >
> > On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote:
> > > After building at -CURRENT amd64 r264673, I got the following
> > > errors running 'make delete-old' and 'make delete-old-libs':
> > ...
> >
> > This should be fixed in r264674.
> >
> > Jung-uk Kim
> >
> >
> > With r264674, I no longer see those errors reported at delete-old or
> > delete-old-libs, however, I now see those errors reported at the
> > beginning of buildworld, buildkernel, installkernel, and installworld.
> >
> > With r264673 I only saw the errors at delete-old and delete-old-libs.
>
> I can't reproduce it.  Do you have the bsd.mkopt.mk in /usr/share/mk,
> i.e., did you do installworld?
>
> Jung-uk Kim
>

Had I taken a bit more time to think on it before my last post, I would
have realized that what I was seeing is exactly what I should have
expected. In order to reproduce my problem, you would have had to build at
r264673 and then again at r264674.

When I built at r264673, I was using the last good *.mk installed from
r264633. That is why I did not see the errors for buildworld, buildkernel,
installkernel and installworld. But, since installworld at r264673
installed the bad *.mk, that is why I saw the errors for the subsequent
delete-old and delete-old-libs.

When I re-built at r264674, I was still using the bad *.mk installed from
r264673. That is why I saw the errors for buildworld, buildkernel,
installkernel and installworld. But, since installworld at r264674
installed the good (i.e., fixed) *.mk, that is why I no longer saw the
errors for the subsequent delete-old and delete-old-libs.

My apologies for not realizing this earlier.

-Tom
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-18 Thread Jung-uk Kim
On 2014-04-19 02:14:58 -0400, Thomas Hoffmann wrote:
> On Sat, Apr 19, 2014 at 1:05 AM, Jung-uk Kim  > wrote:
> 
> On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote:
> > After building at -CURRENT amd64 r264673, I got the following
> > errors running 'make delete-old' and 'make delete-old-libs':
> ...
> 
> This should be fixed in r264674.
> 
> Jung-uk Kim
> 
> 
> With r264674, I no longer see those errors reported at delete-old or
> delete-old-libs, however, I now see those errors reported at the
> beginning of buildworld, buildkernel, installkernel, and installworld.
> 
> With r264673 I only saw the errors at delete-old and delete-old-libs.

I can't reproduce it.  Do you have the bsd.mkopt.mk in /usr/share/mk,
i.e., did you do installworld?

Jung-uk Kim
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-18 Thread Thomas Hoffmann
On Sat, Apr 19, 2014 at 1:05 AM, Jung-uk Kim  wrote:

> On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote:
> > After building at -CURRENT amd64 r264673, I got the following
> > errors running 'make delete-old' and 'make delete-old-libs':
> ...
>
> This should be fixed in r264674.
>
> Jung-uk Kim
>

With r264674, I no longer see those errors reported at delete-old or
delete-old-libs, however, I now see those errors reported at the beginning
of buildworld, buildkernel, installkernel, and installworld.

With r264673 I only saw the errors at delete-old and delete-old-libs.

-Tom
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make delete-old/delete-old-libs issue after r264673 build

2014-04-18 Thread Jung-uk Kim
On 2014-04-18 23:46:46 -0400, Thomas Hoffmann wrote:
> After building at -CURRENT amd64 r264673, I got the following
> errors running 'make delete-old' and 'make delete-old-libs':
...

This should be fixed in r264674.

Jung-uk Kim
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


make delete-old/delete-old-libs issue after r264673 build

2014-04-18 Thread Thomas Hoffmann
After building at -CURRENT amd64 r264673, I got the following errors
running 'make delete-old' and 'make delete-old-libs':

 # make delete-old
make[2]: "/usr/share/mk/bsd.opts.mk" line 239: Could not find bsd.mkopt.mk
make[2]: "/usr/share/mk/bsd.opts.mk" line 262: Malformed conditional
(${MK_LIBPTHREAD} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 266: Malformed conditional
(${MK_LDNS} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 271: Malformed conditional
(${MK_SOURCELESS} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 276: Malformed conditional
(${MK_CDDL} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 281: Malformed conditional
(${MK_CRYPT} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 287: Malformed conditional
(${MK_CXX} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 292: Malformed conditional
(${MK_MAIL} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 298: Malformed conditional
(${MK_NETGRAPH} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 303: Malformed conditional
(${MK_OPENSSL} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 308: Malformed conditional
(${MK_PF} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 312: Malformed conditional
(${MK_TEXTPROC} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 316: Malformed conditional
(${MK_CROSS_COMPILER} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 322: Malformed conditional
(${MK_TOOLCHAIN} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 329: Malformed conditional
(${MK_CLANG} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UBZIP2}_SUPPORT) || ${MK_${:UBZIP2}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UGNU}_SUPPORT) || ${MK_${:UGNU}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UINET}_SUPPORT) || ${MK_${:UINET}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UINET6}_SUPPORT) || ${MK_${:UINET6}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UKERBEROS}_SUPPORT) || ${MK_${:UKERBEROS}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UKVM}_SUPPORT) || ${MK_${:UKVM}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UNETGRAPH}_SUPPORT) || ${MK_${:UNETGRAPH}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UPAM}_SUPPORT) || ${MK_${:UPAM}} == "no")
make[2]: "/usr/share/mk/bsd.opts.mk" line 352: Malformed conditional
(defined(WITHOUT_${:UWIRELESS}_SUPPORT) || ${MK_${:UWIRELESS}} == "no")
make[2]: "/usr/share/mk/bsd.own.mk" line 129: Malformed conditional
(${MK_CTF} != "no")
make[2]: "/usr/share/mk/bsd.own.mk" line 137: Malformed conditional
(${MK_INSTALL_AS_USER} != "no")
make[2]: Fatal errors encountered -- cannot continuemake[1]:
"/usr/src/Makefile.inc1" line 135: warning: "make -C /usr/src/release -V
REVISION" returned non-zero status
make[2]: "/usr/share/mk/bsd.opts.mk" line 239: Could not find bsd.mkopt.mk

Maybe r26466{1|2|3|4} could be the source?

-Tom
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"