cederom commented on PR #13180:
URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2420495733

   Houston we gotta problem, I did a bisect from master head and looks like we 
broke configure with this one :-) 
   
   Kconfig file syntax seems invalid and CI did not catch it :-)
   
   @yangguangcai01 can you please double check?
   
   @xiaoxiang781216 @raiden00pl shall we revert or patch ?
   
   ```
   % git bisect good
   6e87f110833363d353b7c3e849d510d72749b67d is the first bad commit
   commit 6e87f110833363d353b7c3e849d510d72749b67d
   Author: yangguangcai <yangguang...@xiaomi.com>
   Date:   Fri Jan 26 10:50:25 2024 +0800
   
       Merge the newlibc string into NuttX.
   
       Signed-off-by: yangguangcai <yangguang...@xiaomi.com>
   
    LICENSE                          |  31 +++++++++++++++++++++++++++++++
    libs/libc/string/Kconfig         |   7 +++++++
    libs/libc/string/lib_memccpy.c   |  96 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_memchr.c    | 103 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_memcmp.c    |  69 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_memcpy.c    |  70 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_memmove.c   |   8 +-------
    libs/libc/string/lib_memrchr.c   | 103 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_stpcpy.c    |  48 
++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_stpncpy.c   |  72 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strcat.c    |  53 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strchr.c    | 113 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strchrnul.c |   6 ++++++
    libs/libc/string/lib_strcmp.c    |  66 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strcoll.c   |   2 +-
    libs/libc/string/lib_strcpy.c    |  53 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strdup.c    |   2 +-
    libs/libc/string/lib_strlen.c    |  60 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strncmp.c   |  85 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strncpy.c   |  71 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    libs/libc/string/lib_strrchr.c   |  19 +++++++++++++++++++
    21 files changed, 1128 insertions(+), 9 deletions(-)
   
   
   % git checkout master
   % git checkout c113a224e8432cca8456b0f509b7716091594ee9
   
   % git log -2
   commit c113a224e8432cca8456b0f509b7716091594ee9 (HEAD)
   Author: yangguangcai <yangguang...@xiaomi.com>
   Date:   Mon Feb 26 22:59:52 2024 +0800
   
       newlibc:skip asan check.
   
       Signed-off-by: yangguangcai <yangguang...@xiaomi.com>
   
   commit 6e87f110833363d353b7c3e849d510d72749b67d
   Author: yangguangcai <yangguang...@xiaomi.com>
   Date:   Fri Jan 26 10:50:25 2024 +0800
   
       Merge the newlibc string into NuttX.
   
       Signed-off-by: yangguangcai <yangguang...@xiaomi.com>
   
   
   % ./tools/configure.sh -B nucleo-l432kc:nsh
     Copy files
     Select CONFIG_HOST_BSD=y
     Refreshing...
   CP: arch/dummy/Kconfig to /XXX/nuttx.git/arch/dummy/dummy_kconfig
   CP: boards/dummy/Kconfig to /XXX/nuttx.git/boards/dummy/dummy_kconfig
   LN: platform/board to /XXX/nuttx-apps.git/platform/dummy
   LN: include/arch to arch/arm/include
   LN: include/arch/board to 
/XXX/nuttx.git/boards/arm/stm32l4/nucleo-l432kc/include
   LN: drivers/platform to /XXX/nuttx.git/drivers/dummy
   LN: include/arch/chip to /XXX/nuttx.git/arch/arm/include/stm32l4
   LN: arch/arm/src/chip to /XXX/nuttx.git/arch/arm/src/stm32l4
   LN: arch/arm/src/board to /XXX/nuttx.git/boards/arm/stm32l4/nucleo-l432kc/src
   mkkconfig in /XXX/nuttx-apps.git/audioutils
   mkkconfig in /XXX/nuttx-apps.git/benchmarks
   mkkconfig in /XXX/nuttx-apps.git/boot
   mkkconfig in /XXX/nuttx-apps.git/canutils
   mkkconfig in /XXX/nuttx-apps.git/crypto
   mkkconfig in /XXX/nuttx-apps.git/database
   mkkconfig in /XXX/nuttx-apps.git/examples/mcuboot
   mkkconfig in /XXX/nuttx-apps.git/examples/module
   mkkconfig in /XXX/nuttx-apps.git/examples/sotest
   mkkconfig in /XXX/nuttx-apps.git/examples
   mkkconfig in /XXX/nuttx-apps.git/fsutils
   mkkconfig in /XXX/nuttx-apps.git/games
   mkkconfig in /XXX/nuttx-apps.git/graphics
   mkkconfig in /XXX/nuttx-apps.git/industry
   mkkconfig in /XXX/nuttx-apps.git/inertial
   mkkconfig in /XXX/nuttx-apps.git/interpreters/luamodules
   mkkconfig in /XXX/nuttx-apps.git/interpreters
   mkkconfig in /XXX/nuttx-apps.git/logging
   mkkconfig in /XXX/nuttx-apps.git/lte
   mkkconfig in /XXX/nuttx-apps.git/math
   mkkconfig in /XXX/nuttx-apps.git/mlearning
   mkkconfig in /XXX/nuttx-apps.git/netutils
   mkkconfig in /XXX/nuttx-apps.git/sdr
   mkkconfig in /XXX/nuttx-apps.git/system
   mkkconfig in /XXX/nuttx-apps.git/testing
   mkkconfig in /XXX/nuttx-apps.git/videoutils
   mkkconfig in /XXX/nuttx-apps.git/wireless/bluetooth
   mkkconfig in /XXX/nuttx-apps.git/wireless/ieee802154
   mkkconfig in /XXX/nuttx-apps.git/wireless
   mkkconfig in /XXX/nuttx-apps.git
   libs/libc/string/Kconfig:44: syntax error
   libs/libc/string/Kconfig:43: unknown option "--help--"
   libs/libc/string/Kconfig:44: unknown option "Use"
   gmake: *** [tools/Unix.mk:696: olddefconfig] Error 1
   ERROR: failed to refresh
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to