Re: make warning: ?: No such file or directory.

2017-05-10 Thread Ngie Cooper
On Wed, May 10, 2017 at 11:59 AM, Simon J. Gerraty  wrote:
> Bryan Drewery  wrote:
>> Oh now I get it too after updating system from head from r317177 to
>> r318116. So it seems to be a bug in bmake-20170420.
>
> What's in your env?
> Eg.
>
> env | grep MAKE
> ls

As I noted in the src commit, I think r318161 addresses the issue
(also identified by Coverity as CID: 1374641). Basically, buf2 was in
scope for the conditional as stack memory, `path` took the address
buf2 and used it out of scope (which may have triggered the compiler
to optimize/evaluate the code incorrectly since the case seemed
impossible).
Thanks,
-Ngie
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Simon J. Gerraty
Bryan Drewery  wrote:
> Oh now I get it too after updating system from head from r317177 to
> r318116. So it seems to be a bug in bmake-20170420.

What's in your env?
Eg.

env | grep MAKE
ls


> > ~/git/freebsd # make check-old
> > make warning: E No such file or directory.
> > make warning: E No such file or directory.
>  Checking for old files
> > make warning: E No such file or directory.

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


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Bryan Drewery
On 5/10/17 9:56 AM, Renato Botelho wrote:
> On 10/05/17 13:02, Bryan Drewery wrote:
>> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>>
 On May 9, 2017, at 21:37, O. Hartmann  wrote:

 On recent CURRENT, the source tree /usr/src seems to have issues on some 
 of my
 boxes and whenever I issue "make build", the message:

 make warning: �: No such file or directory.

 pops up. "svn st" doesn't reveal anything wrong.

 My locale settings are:

 LANG=
 LC_CTYPE="C"
 LC_COLLATE="C"
 LC_TIME="C"
 LC_NUMERIC="C"
 LC_MONETARY="C"
 LC_MESSAGES="C"
 LC_ALL=

 (just for the record). Those spooky non-printables are seen on xterm(s) of
 various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
 systems in question.

 What is this?

 Kind regards and thanks in advance,
>>>
>>> I see similar oddness when running some commands. It seems to be happening 
>>> as of the last month or two.
>>> Thanks,
>>> -Ngie
>>>
>>> $ make buildenv TARGET_ARCH=armv6
>>> make warning: I: No such file or directory.
>>> make warning: I: No such file or directory.
>>> Entering world for armv6:arm
>>> $
>>
>> "I"
>>
>> Do you have an "I" in your env somewhere? Though a later email makes it
>> look like uninitialized memory.
> 
> I've reported a similar issue in 04/21 [1] and I keep seeing the problem
> around:
> 
> # ❯❯❯ make check-old
> make warning: $5bZ�
> : No such file or directory.
> make warning: $5bZ�
> : No such file or directory.
 Checking for old files
> make warning: $5bZ�
> : No such file or directory.
 Checking for old libraries
> make warning: $5bZ�
> : No such file or directory.
 Checking for old directories
> make warning: $5bZ�
> : No such file or directory.
> To remove old files and directories run 'make delete-old'.
> To remove old libraries run 'make delete-old-libs'.
> 
> [1]
> https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
> 

Oh now I get it too after updating system from head from r317177 to
r318116. So it seems to be a bug in bmake-20170420.

> ~/git/freebsd # make check-old
> make warning: E No such file or directory.
> make warning: E No such file or directory.
 Checking for old files
> make warning: E No such file or directory.



-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Renato Botelho
On 10/05/17 13:02, Bryan Drewery wrote:
> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>>
>>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>>> my
>>> boxes and whenever I issue "make build", the message:
>>>
>>> make warning: �: No such file or directory.
>>>
>>> pops up. "svn st" doesn't reveal anything wrong.
>>>
>>> My locale settings are:
>>>
>>> LANG=
>>> LC_CTYPE="C"
>>> LC_COLLATE="C"
>>> LC_TIME="C"
>>> LC_NUMERIC="C"
>>> LC_MONETARY="C"
>>> LC_MESSAGES="C"
>>> LC_ALL=
>>>
>>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>>> systems in question.
>>>
>>> What is this?
>>>
>>> Kind regards and thanks in advance,
>>
>> I see similar oddness when running some commands. It seems to be happening 
>> as of the last month or two.
>> Thanks,
>> -Ngie
>>
>> $ make buildenv TARGET_ARCH=armv6
>> make warning: I: No such file or directory.
>> make warning: I: No such file or directory.
>> Entering world for armv6:arm
>> $
> 
> "I"
> 
> Do you have an "I" in your env somewhere? Though a later email makes it
> look like uninitialized memory.

I've reported a similar issue in 04/21 [1] and I keep seeing the problem
around:

# ❯❯❯ make check-old
make warning: $5bZ�
: No such file or directory.
make warning: $5bZ�
: No such file or directory.
>>> Checking for old files
make warning: $5bZ�
: No such file or directory.
>>> Checking for old libraries
make warning: $5bZ�
: No such file or directory.
>>> Checking for old directories
make warning: $5bZ�
: No such file or directory.
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.

[1]
https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
-- 
Renato Botelho
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: make warning: ?: No such file or directory.

2017-05-10 Thread O. Hartmann
Am Wed, 10 May 2017 13:56:47 -0300
Renato Botelho  schrieb:

> On 10/05/17 13:02, Bryan Drewery wrote:
> > On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:  
> >>  
> >>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
> >>>
> >>> On recent CURRENT, the source tree /usr/src seems to have issues on some 
> >>> of my
> >>> boxes and whenever I issue "make build", the message:
> >>>
> >>> make warning: �: No such file or directory.
> >>>
> >>> pops up. "svn st" doesn't reveal anything wrong.
> >>>
> >>> My locale settings are:
> >>>
> >>> LANG=
> >>> LC_CTYPE="C"
> >>> LC_COLLATE="C"
> >>> LC_TIME="C"
> >>> LC_NUMERIC="C"
> >>> LC_MONETARY="C"
> >>> LC_MESSAGES="C"
> >>> LC_ALL=
> >>>
> >>> (just for the record). Those spooky non-printables are seen on xterm(s) of
> >>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
> >>> systems in question.
> >>>
> >>> What is this?
> >>>
> >>> Kind regards and thanks in advance,  
> >>
> >> I see similar oddness when running some commands. It seems to be happening 
> >> as of the
> >> last month or two. Thanks,
> >> -Ngie
> >>
> >> $ make buildenv TARGET_ARCH=armv6
> >> make warning: I: No such file or directory.
> >> make warning: I: No such file or directory.
> >> Entering world for armv6:arm
> >> $  
> > 
> > "I"
> > 
> > Do you have an "I" in your env somewhere? Though a later email makes it
> > look like uninitialized memory.  
> 
> I've reported a similar issue in 04/21 [1] and I keep seeing the problem
> around:
> 
> # ❯❯❯ make check-old
> make warning: $5bZ�
> : No such file or directory.
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old files  
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old libraries  
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old directories  
> make warning: $5bZ�
> : No such file or directory.
> To remove old files and directories run 'make delete-old'.
> To remove old libraries run 'make delete-old-libs'.
> 
> [1]
> https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html

make update (in /usr/src for instance)

reveals this weird issue, but "svn update" does not in the same folder!

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgp3Md4Talg6t.pgp
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Renato Botelho
On 10/05/17 13:02, Bryan Drewery wrote:
> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>>
>>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>>> my
>>> boxes and whenever I issue "make build", the message:
>>>
>>> make warning: �: No such file or directory.
>>>
>>> pops up. "svn st" doesn't reveal anything wrong.
>>>
>>> My locale settings are:
>>>
>>> LANG=
>>> LC_CTYPE="C"
>>> LC_COLLATE="C"
>>> LC_TIME="C"
>>> LC_NUMERIC="C"
>>> LC_MONETARY="C"
>>> LC_MESSAGES="C"
>>> LC_ALL=
>>>
>>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>>> systems in question.
>>>
>>> What is this?
>>>
>>> Kind regards and thanks in advance,
>>
>> I see similar oddness when running some commands. It seems to be happening 
>> as of the last month or two.
>> Thanks,
>> -Ngie
>>
>> $ make buildenv TARGET_ARCH=armv6
>> make warning: I: No such file or directory.
>> make warning: I: No such file or directory.
>> Entering world for armv6:arm
>> $
> 
> "I"
> 
> Do you have an "I" in your env somewhere? Though a later email makes it
> look like uninitialized memory.

I've reported a similar issue in 04/21 [1] and I keep seeing the problem
around:

# ❯❯❯ make check-old
make warning: $5bZ�
: No such file or directory.
make warning: $5bZ�
: No such file or directory.
>>> Checking for old files
make warning: $5bZ�
: No such file or directory.
>>> Checking for old libraries
make warning: $5bZ�
: No such file or directory.
>>> Checking for old directories
make warning: $5bZ�
: No such file or directory.
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.

[1]
https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
-- 
Renato Botelho
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: make warning: ?: No such file or directory.

2017-05-10 Thread Bryan Drewery
On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
> 
>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>
>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>> my
>> boxes and whenever I issue "make build", the message:
>>
>> make warning: �: No such file or directory.
>>
>> pops up. "svn st" doesn't reveal anything wrong.
>>
>> My locale settings are:
>>
>> LANG=
>> LC_CTYPE="C"
>> LC_COLLATE="C"
>> LC_TIME="C"
>> LC_NUMERIC="C"
>> LC_MONETARY="C"
>> LC_MESSAGES="C"
>> LC_ALL=
>>
>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>> systems in question.
>>
>> What is this?
>>
>> Kind regards and thanks in advance,
> 
> I see similar oddness when running some commands. It seems to be happening as 
> of the last month or two.
> Thanks,
> -Ngie
> 
> $ make buildenv TARGET_ARCH=armv6
> make warning: I: No such file or directory.
> make warning: I: No such file or directory.
> Entering world for armv6:arm
> $

"I"

Do you have an "I" in your env somewhere? Though a later email makes it
look like uninitialized memory.

> 


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread O. Hartmann
Am Wed, 10 May 2017 07:19:20 -0700
"Simon J. Gerraty"  schrieb:

> Ngie Cooper (yaneurabeya)  wrote:
> > I see similar oddness when running some commands. It seems to be happening 
> > as of the
> > last month or two.
> > 
> > $ make buildenv TARGET_ARCH=armv6
> > make warning: I: No such file or directory.
> > make warning: I: No such file or directory.
> > Entering world for armv6:arm
> > $  
> 
> That looks to be from Main_SetObjdir()
> what is make -V MAKE_VERSION ?
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

# make -V MAKE_VERSION
make warning: �: No such file or directory.
20170420

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgpWYyOQmZjsy.pgp
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Simon J. Gerraty
Ngie Cooper (yaneurabeya)  wrote:
> I see similar oddness when running some commands. It seems to be happening as 
> of the last month or two.
> 
> $ make buildenv TARGET_ARCH=armv6
> make warning: I: No such file or directory.
> make warning: I: No such file or directory.
> Entering world for armv6:arm
> $

That looks to be from Main_SetObjdir()
what is make -V MAKE_VERSION ?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-09 Thread Ngie Cooper (yaneurabeya)

> On May 9, 2017, at 21:37, O. Hartmann  wrote:
> 
> On recent CURRENT, the source tree /usr/src seems to have issues on some of my
> boxes and whenever I issue "make build", the message:
> 
> make warning: �: No such file or directory.
> 
> pops up. "svn st" doesn't reveal anything wrong.
> 
> My locale settings are:
> 
> LANG=
> LC_CTYPE="C"
> LC_COLLATE="C"
> LC_TIME="C"
> LC_NUMERIC="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_ALL=
> 
> (just for the record). Those spooky non-printables are seen on xterm(s) of
> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
> systems in question.
> 
> What is this?
> 
> Kind regards and thanks in advance,

I see similar oddness when running some commands. It seems to be happening as 
of the last month or two.
Thanks,
-Ngie

$ make buildenv TARGET_ARCH=armv6
make warning: I: No such file or directory.
make warning: I: No such file or directory.
Entering world for armv6:arm
$


signature.asc
Description: Message signed with OpenPGP using GPGMail