You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/23 01:47:44 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #607: vpnkit: Make this less verbose on connection errors

yamt opened a new pull request #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] yamt commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602362731
 
 
   @xiaoxiang781216 @liuguo09 thank you!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602780105
 
 
   > now failing for other reasons.
   > 
   > > arm-none-eabi-ld: chardev.o: file not recognized: file truncated
   > 
   > @xiaoxiang781216 i guess it's related to your recent changes in apps.
   
   The parallel build issue exist for a long time(maybe never work before), my changes increase the repetition rate. After one day finding, this PR should fix the major parallel build issue:
   https://github.com/apache/incubator-nuttx-apps/pull/138
   apps/Makefile still has one place with the similar problem, I will provide a patch before the end of week.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] yamt commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602325167
 
 
   check failure looks unrelated to this change.
   
   > /bin/sh: 1: /__w/incubator-nuttx/incubator-nuttx/nuttx/tools/mkdeps: not found

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602382889
 
 
   @yamt please rebase PR

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602780105
 
 
   > now failing for other reasons.
   > 
   > > arm-none-eabi-ld: chardev.o: file not recognized: file truncated
   > 
   > @xiaoxiang781216 i guess it's related to your recent changes in apps.
   
   The parallel build issue exist for a long time(maybe never work before).
   This PR should fix the major parallel build issue:
   https://github.com/apache/incubator-nuttx-apps/pull/138
   apps/Makefile still has one place with the similar problem, I will provide a patch before the end of week.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] yamt commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602388220
 
 
   now failing for other reasons.
   
   > arm-none-eabi-ld: chardev.o: file not recognized: file truncated
   
   @xiaoxiang781216 i guess it's related to your recent changes in apps.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #607: vpnkit: Make this less verbose on connection errors
URL: https://github.com/apache/incubator-nuttx/pull/607#issuecomment-602361827
 
 
   > check failure looks unrelated to this change.
   > 
   > > /bin/sh: 1: /__w/incubator-nuttx/incubator-nuttx/nuttx/tools/mkdeps: not found
   
   @liuguo09 and me is looking this issue now, please wait a moment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services