pastebin - collaborative debugging tool
rovema.kpaste.net RSS


msnfs41client: Patches for tests+misc, 2025-05-02
Posted by Anonymous on Fri 2nd May 2025 14:35
raw | new post

  1. From c7aa3e0ab6b2d722b8e3e7a3ae538cdb51a2e61c Mon Sep 17 00:00:00 2001
  2. From: Roland Mainz <roland.mainz@nrubsig.org>
  3. Date: Fri, 2 May 2025 11:36:09 +0200
  4. Subject: [PATCH 1/3] tests: nfsbuildtest gcc build should use
  5.  --enable-serial-configure
  6.  
  7. nfsbuildtest gcc build should use --enable-serial-configure, it seems
  8. that not all configure probes can or should be run in parallel.
  9. gcc package maintainers use the same method to avoid random build
  10. failures in configure.
  11.  
  12. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  13. ---
  14. tests/nfsbuildtest/nfsbuildtest.ksh93 | 1 +
  15.  1 file changed, 1 insertion(+)
  16.  
  17. diff --git a/tests/nfsbuildtest/nfsbuildtest.ksh93 b/tests/nfsbuildtest/nfsbuildtest.ksh93
  18. index c9e056a..8e4bb2a 100644
  19. --- a/tests/nfsbuildtest/nfsbuildtest.ksh93
  20. +++ b/tests/nfsbuildtest/nfsbuildtest.ksh93
  21. @@ -117,6 +117,7 @@ function gcc_build
  22.                 # retry loop using delay that kills all performance
  23.                 # benefits..."
  24.                 '--disable-libstdcxx-pch'
  25. +               '--enable-serial-configure'
  26.         )
  27.  
  28.         #
  29. --
  30. 2.45.1
  31.  
  32. From 7748217fd2bf37425128164bd14d896b9394526a Mon Sep 17 00:00:00 2001
  33. From: Roland Mainz <roland.mainz@nrubsig.org>
  34. Date: Fri, 2 May 2025 11:54:23 +0200
  35. Subject: [PATCH 2/3] cygwin: multisparsefiletest.ksh should be installed
  36.  in /usr/share/msnfs41client/tests/sparsefiles/
  37.  
  38. multisparsefiletest.ksh should be installed in
  39. /usr/share/msnfs41client/tests/sparsefiles/
  40.  
  41. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  42. ---
  43. cygwin/Makefile.install | 1 +
  44.  1 file changed, 1 insertion(+)
  45.  
  46. diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
  47. index dcd6f13..bd36c89 100644
  48. --- a/cygwin/Makefile.install
  49. +++ b/cygwin/Makefile.install
  50. @@ -127,6 +127,7 @@ installdest:
  51.         cp $(PROJECT_BASEDIR_DIR)/tests/nfsbuildtest/nfsbuildtest.ksh93 $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/misc/nfsbuildtest.ksh93
  52.         cp $(PROJECT_BASEDIR_DIR)/tests/sparsefiles/testsparsefile1.ksh $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/sparsefiles/testsparsefile1.ksh
  53.         cp $(PROJECT_BASEDIR_DIR)/tests/sparsefiles/testsparseexe1.ksh $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/sparsefiles/testsparseexe1.ksh
  54. +       cp $(PROJECT_BASEDIR_DIR)/tests/sparsefiles/multisparsefiletest.ksh $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/sparsefiles/multisparsefiletest.ksh
  55.         cp $(PROJECT_BASEDIR_DIR)/tests/fstest_make_numtree1/fstest_make_numtree1.ksh93 $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/misc/fstest_make_numtree1.ksh93
  56.         cp $(PROJECT_BASEDIR_DIR)/tests/wintartests/wintartest_comparewinvsgnu001.bash $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/misc/wintartest_comparewinvsgnu001.bash
  57.         cp $(PROJECT_BASEDIR_DIR)/tests/wintartests/wintartest_seq001.bash $(DESTDIR)/$(CYGWIN_BASEPATH)/usr/share/msnfs41client/tests/misc/wintartest_seq001.bash
  58. --
  59. 2.45.1
  60.  
  61. From b0b9ccb3a001b2322749ea5b53083fab28eef568 Mon Sep 17 00:00:00 2001
  62. From: Roland Mainz <roland.mainz@nrubsig.org>
  63. Date: Fri, 2 May 2025 11:55:51 +0200
  64. Subject: [PATCH 3/3] cygwin: Fix <TAB> in Makefile.install
  65.  
  66. Fix <TAB> in Makefile.install
  67.  
  68. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  69. ---
  70. cygwin/Makefile.install | 2 +-
  71.  1 file changed, 1 insertion(+), 1 deletion(-)
  72.  
  73. diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
  74. index bd36c89..bb39dcc 100644
  75. --- a/cygwin/Makefile.install
  76. +++ b/cygwin/Makefile.install
  77. @@ -47,7 +47,7 @@ installdest:
  78.         # on 32bit we just create a hardlink from nfs_mount.exe to nfs_mount.i686.exe
  79.         if [[ "$(CYGWIN_BASEPATH)" == *64* ]] ; then \
  80.                 cp $(VS_BUILD_DIR32)/../Release/nfs_mount.exe $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/nfs_mount.i686.exe ; \
  81. -        else \
  82. +       else \
  83.                 ln -f $(VS_BUILD_DIR32)/../Debug/nfs_mount.exe $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/nfs_mount.i686.exe ; \
  84.         fi
  85.         ln -f $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/nfs_mount.i686.exe $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/nfs_umount.i686.exe
  86. --
  87. 2.45.1

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