Skip to content
Snippets Groups Projects
  1. Jan 09, 2025
  2. Mar 11, 2024
  3. Jan 16, 2024
  4. Jan 01, 2024
    • georg's avatar
      python3.{8,9,10,11,12}: install 'libcairo2-dev' via APT · 5f05b445
      georg authored
      This should solve:
      
        Package cairo was not found in the pkg-config search path.
        Perhaps you should add the directory containing `cairo.pc'
        to the PKG_CONFIG_PATH environment variable
        Package 'cairo', required by 'virtual:world', not found
      5f05b445
  5. Dec 28, 2023
  6. Mar 20, 2023
  7. Mar 15, 2023
  8. Mar 10, 2023
  9. Mar 09, 2023
  10. Oct 16, 2022
  11. May 07, 2022
    • georg's avatar
      CI: Gentoo: allow failures to reduce noise · 975cdbb4
      georg authored
      Unfortunately, the Gentoo build job fails regularly, and thus creates
      noise reporting these errors. This change 'allows' such errors, which is
      not a great solution, but at least leads to less emails.
      
      Ref #10
      975cdbb4
  12. Apr 30, 2022
  13. Jan 25, 2022
  14. Dec 22, 2021
  15. Jul 13, 2021
    • Poncho's avatar
      gentoo: enable harfbuzz useflag · 2f6f01fa
      Poncho authored
      The following USE changes are necessary to proceed:
       (see "package.use" in the portage(5) man page for more details)
       required by x11-libs/pango-1.48.7::gentoo
       required by gnome-base/librsvg-2.50.7::gentoo
       required by gnome-base/librsvg (argument)
      >=media-libs/freetype-2.10.4 harfbuzz
      
      and fix circular dependencies
      
       * Error: circular dependencies:
      
      (media-libs/harfbuzz-2.8.1:0/0.9.18::gentoo, ebuild scheduled for merge) depends on
       (media-libs/freetype-2.10.4:2/2::gentoo, ebuild scheduled for merge) (buildtime_slot_op)
        (media-libs/harfbuzz-2.8.1:0/0.9.18::gentoo, ebuild scheduled for merge) (buildtime)
      
       * Note that circular dependencies can often be avoided by temporarily
       * disabling USE flags that trigger optional dependencies.
      2f6f01fa
  16. May 14, 2021
  17. Feb 15, 2021
  18. Jan 16, 2021
  19. Dec 26, 2020
  20. Nov 29, 2020
  21. Oct 26, 2020
  22. Sep 18, 2020
  23. May 12, 2020
  24. Jan 19, 2020
    • georg's avatar
      hadolint: ignore DL3005: apt-get {dist-upgrade,upgrade} · 24a9510a
      georg authored
      According to the docs, this is frowned upon, as upgrading essential
      packages might fail inside an unprivileged container.
      
      That's a non-issue in our cases, as we're using privileged containers.
      
      Further, we want to achieve the best of both worlds: we want to leverage
      a build cache, to reduce build times, but, at the same time, we want to
      pull in upgraded packages, in case the packages in question are already
      installed.
      
      This change should help with exposing errors like the one reported in
      jvoisin/mat2#136 earlier in the future.
      24a9510a
    • georg's avatar
      debian: handle package upgrades · a7f9df6f
      georg authored
      Relates jvoisin/mat2#136
      a7f9df6f
  25. Dec 31, 2019
  26. Nov 26, 2019
  27. Nov 25, 2019
  28. Nov 12, 2019
  29. Jul 22, 2019
  30. Jul 19, 2019
Loading