An error occurred fetching the project authors.
  1. 12 Oct, 2020 1 commit
    • Thomas Gambier's avatar
      Revert "gcc: make the ld wrapper add paths via -rpath if there's already an -rpath arg" · 9a7c08e0
      Thomas Gambier authored
      This reverts commit 3d12ddae.
      
      The commit was instroducing errors in compilation or at runtime.
      
      Compilation error were like (for cmake in Debian 8 machine):
      [ 99%] Built target CTestLib
      [100%] Built target ctest
      Install the project...
      bin/cmake: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by bin/cmake)
      bin/cmake: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by bin/cmake)
      Makefile:72: recipe for target 'install' failed
      make: *** [install] Error 1
      cmake: Command 'set -e;make  install' returned non-zero exit status 2
      cmake: Compilation error. The package is left as is at /srv/slapgrid/slappart61/srv/runner/shared/cmake/9fc4b0e8f4f03ce17eb7ef43525d2238__compile__/cmake-3.7.2 where you can inspect what went wrong.
      
      Runtime errors were like (for mariadb in Debian 9):
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart13/srv/testnode/dfg/soft/e2d325c0fcfb592bc760fe363ac5b17a/parts/slapos.core-repository/slapos/testing/testcase.py", line 168, in setUpModule
          installSoftwareUrlList(cls, [software_url], debug=debug)
        File "/srv/slapgrid/slappart13/srv/testnode/dfg/soft/e2d325c0fcfb592bc760fe363ac5b17a/parts/slapos.core-repository/slapos/testing/testcase.py", line 378, in installSoftwareUrlList
          checkSoftware(cls.slap, software_url)
        File "/srv/slapgrid/slappart13/srv/testnode/dfg/soft/e2d325c0fcfb592bc760fe363ac5b17a/parts/slapos.core-repository/slapos/testing/testcase.py", line 336, in checkSoftware
          raise RuntimeError('\n'.join(error_list))
      RuntimeError: /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/mysql_ldb has some not found libraries:
      /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/mysql_ldb: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/mysql_ldb)
      /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/sst_dump has some not found libraries:
      /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/sst_dump: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /srv/slapgrid/slappart13/srv/testnode/dfg/inst/test0-0/tmp/shared/mariadb/46cf3950f79675ddccafc1c99a13e734/bin/sst_dump)
      9a7c08e0
  2. 08 Oct, 2020 1 commit
  3. 23 Jul, 2020 1 commit
  4. 05 May, 2020 1 commit
    • Julien Muchembled's avatar
      gcc: use internal zlib · 6db91afc
      Julien Muchembled authored
      Commit f355e0af didn't work because
      GCC building ignores LDFLAGS when linking libgfortran.so
      whereas the latter does not even need zlib and would be linked to
      system zlib (if it exists) for nothing.
      
      In our case, there seems to be no zlib code inside the installed files.
      6db91afc
  5. 24 Apr, 2020 1 commit
  6. 17 Apr, 2020 1 commit
  7. 08 Apr, 2020 2 commits
  8. 25 Apr, 2019 1 commit
  9. 07 Nov, 2018 1 commit
  10. 27 Aug, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 12 Jan, 2018 1 commit
  13. 02 Jun, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 14 Apr, 2017 2 commits
  16. 24 Feb, 2017 1 commit
  17. 20 Feb, 2017 1 commit
  18. 31 Aug, 2016 1 commit
  19. 04 Apr, 2016 1 commit
  20. 24 Feb, 2016 1 commit
  21. 19 Jul, 2015 1 commit
  22. 26 Jun, 2015 1 commit
  23. 23 Apr, 2015 1 commit
  24. 10 Apr, 2015 1 commit
  25. 12 Dec, 2014 1 commit
  26. 09 Nov, 2014 1 commit
  27. 21 Aug, 2014 1 commit
  28. 18 Aug, 2014 1 commit
  29. 14 Aug, 2014 1 commit
  30. 08 Jul, 2014 1 commit
  31. 08 Apr, 2014 1 commit
  32. 12 Jul, 2013 2 commits
  33. 16 Apr, 2013 1 commit
  34. 28 Feb, 2013 1 commit
  35. 18 Jan, 2013 1 commit
  36. 17 Jan, 2013 2 commits