Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 09, 2025
  3. Aug 03, 2024
  4. Jul 12, 2024
  5. Jul 11, 2024
  6. Sep 16, 2023
  7. Jan 21, 2023
  8. Jul 19, 2022
  9. Jul 06, 2022
  10. Jul 04, 2022
  11. Jun 04, 2022
  12. Dec 01, 2021
  13. Nov 30, 2021
  14. Jun 16, 2021
  15. May 09, 2021
  16. May 08, 2021
    • Evangelos Foutras's avatar
      undo previous change due to circular deps · e64a8b1f
      Evangelos Foutras authored
      The original CMake issue is tracked as FS#70567.
    • Evangelos Foutras's avatar
      make gtest depend on gmock · 4a6ed3d0
      Evangelos Foutras authored
      gtest's CMake files appear to reference libgmock.so:
      
      =======================================================================
      CMake Error at /usr/lib64/cmake/GTest/GTestTargets.cmake:112 (message):
        The imported target "GTest::gmock" references the file
      
           "/usr/lib/libgmock.so.1.10.0"
      
        but this file does not exist.  Possible reasons include:
      
        * The file was deleted, renamed, or moved to another location.
      
        * An install or uninstall procedure did not complete successfully.
      
        * The installation package was faulty and contained
      
           "/usr/lib64/cmake/GTest/GTestTargets.cmake"
      
        but not all the files it references.
      
      Call Stack (most recent call first):
        /usr/lib64/cmake/GTest/GTestConfig.cmake:42 (include)
        /usr/share/cmake-3.20/Modules/FindGTest.cmake:187 (find_package)
        tests/CMakeLists.txt:10 (find_package)
      =======================================================================
  17. Nov 11, 2020
  18. Nov 09, 2020
  19. May 24, 2020
  20. Mar 26, 2019
  21. Oct 01, 2018
  22. Sep 25, 2018
  23. Sep 24, 2018
  24. Sep 03, 2018
  25. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 9b8819e4
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      9b8819e4
  26. Sep 21, 2017
  27. Sep 28, 2016
  28. Aug 07, 2016
  29. Aug 06, 2016
  30. Dec 06, 2015
  31. Oct 30, 2013
  32. Sep 21, 2013
  33. Dec 07, 2012
Loading