pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


ms-nfs41-client testing sequence, 2023-11-20
Posted by Anonymous on Fri 10th Nov 2023 15:04
raw | new post

  1.  
  2. #
  3. # ms-nfs41-client testing sequence, 2023-11-20
  4. #
  5.  
  6. # as admin
  7. cygserver-config
  8. net start cygserver
  9. sc query cygserver
  10.  
  11. #
  12. # ksh93 (ast-ksh)
  13. #
  14. git clone -b 'v1.0.7' https://github.com/ksh93/ksh.git
  15. cd ksh
  16. git config --global --add safe.directory "$PWD"
  17. sed -i -r 's/mkfifo.+?(-m [[:digit:]]+)/mkfifo /g' ./src/cmd/INIT/package.sh ./bin/package
  18. time ksh93 -c 'export SHELL=/bin/bash HOSTTYPE="cygwin.i386-64"; /bin/bash ./bin/package make CC="/usr/bin/cc -std=gnu11" CCFLAGS="-Os -g" SHELL="$SHELL" HOSTTYPE="$HOSTTYPE"' 2>&1 | tee buildlog.log
  19.  
  20.  
  21. #
  22. # bash
  23. #
  24. git clone https://git.savannah.gnu.org/git/bash.git
  25. cd bash/
  26. ./configure --with-curses
  27. make clean && make -j4 all
  28.  
  29.  
  30. #
  31. # ms-nfs41-client
  32. #
  33. git clone https://github.com/kofemann/ms-nfs41-client.git
  34. cd ms-nfs41-client
  35. export PATH+=":/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/"
  36. # clean
  37. rm -vRf $(find . -name Debug -o -name Release)
  38. MSBuild.exe build.vc19/nfs41-client.sln -t:Build  -p:Configuration=Debug -p:Platform=x64
  39. MSBuild.exe build.vc19/nfs41-client.sln -t:Build  -p:Configuration=Release -p:Platform=x64
  40.  
  41. #
  42. # gcc
  43. #
  44. git clone -b 'releases/gcc-13.2.0' git://gcc.gnu.org/git/gcc.git
  45. cd gcc/
  46. ./configure
  47. ls -la
  48. time nice -n 19 ksh93 -c 'set -o xtrace -o errexit ; while true ; do make -j4 clean ; (yes | make -j32 all) ; done'
  49.  
  50. # EOF.

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at