question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error: not enough free disk space

See original GitHub issue

Trying to run a build using qt5 static and few more libs but I’m facing this error:

  checking available disk space...
  error: Partition / too full: 2746279 blocks needed, 2627211 blocks free
  error: not enough free disk space
  error: failed to commit transaction (not enough free disk space)
  Errors occurred, no packages were upgraded.
  Error: The process 'C:\Windows\system32\cmd.exe' failed with exit code 1

This is the command from my workflow:

    - uses: msys2/setup-msys2@v2
      with:
        update: true
        install: >-
          git
          zip
          upx
          base-devel
          mingw-w64-x86_64-toolchain
          mingw-w64-x86_64-cmake
          mingw-w64-x86_64-gettext
          mingw-w64-x86_64-qt5-static
          mingw-w64-x86_64-libsndfile
          mingw-w64-x86_64-mpg123
          mingw-w64-x86_64-libvorbis
          mingw-w64-x86_64-opusfile
          mingw-w64-x86_64-libgme
          mingw-w64-x86_64-libmpcdec
          mingw-w64-x86_64-wavpack
          mingw-w64-x86_64-ffmpeg
          mingw-w64-x86_64-libbs2b
          mingw-w64-x86_64-libsidplayfp
          mingw-w64-x86_64-libopenmpt
          mingw-w64-x86_64-liblastfm

Is there a way around this? I see that the static qt package is quite big (6.13 GB)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
einecommented, Nov 8, 2021

Option location was added in v2.6.0, which allows specifying the MSYS2 installation directory. See https://github.com/msys2/setup-msys2/blob/master/CHANGELOG.md#260---20211103.

1reaction
einecommented, May 14, 2021

Some packages are built on MSYS2 developers’ computers, precisely because disk size in CI is not large enough. That is the case of Qt. See packages with status “Manual build required” in https://packages.msys2.org/queue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

4 Ways to Fix the "Not Enough Disk Space for Windows 10 ...
1. Clean Up Your Disk Drive · 2. Extend the C: Drive Using the Disk Management Tool · 3. Create More Space By...
Read more >
How to Fix a Not Enough Free Disk Space Error - Techwalla
When you get a "not enough disk space" error, find out whether a virus has caused the issue or you just have filled...
Read more >
6 Fixes to Patch Claims not Enough Disk Space (Fix 5 is ...
When your computer says that there is not enough disk space, it means that your hard drive is almost full and you are...
Read more >
How to Fix There is Not Enough Space on the Disk to ...
Fix 5: Try Disk Defragmenter to Free Up Disk Space ... A major reason why your device may be giving you the There...
Read more >
Solve Not Enough Space on the Disk to Complete Operation
In case you receive an error message regarding no space available on disk, it is probably because you have reached the limit of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found