[question] msys2: too many packages by default
See original GitHub issueCurrently, msys2 by default installs base-devel
, gcc
and binutils
.
Shouldn’t this be only base-devel
?
I don’t see why it should contain a gcc toolchain.
The resulting package will also be a lot smaller.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
[question] msys2_installer build requirement seems to only ...
I'm trying to build my own package that requires the qt/5.13.2 package. ... so that msys2 build requirement is applied to all the...
Read more >MSYS2 and "At least one valid and enabled repository ...
I have myself wasted much time trying everything too, and yes, you can manually attempt to add repos for QT etc. but that...
Read more >Porting - MSYS2
When installing MSYS2, the user selects the root folder. POSIX software has a habit of baking the installation paths into the packages at...
Read more >Certificate error when trying to install MSYS2 packages on ...
Great question, but it's not exactly the corporate proxy refusing self-signed certificates; it's pacman's SSL agent.
Read more >compilation issues with pdflatex on msys2 - TeX
On msys2 you'd presumably(?) want a native windows tex so you plan ... the on the fly package installation feature of miktek). as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Some autotools package could build using gcc where-as the profile was expecting Visual Studio.
If something needs windres, then it needs gcc. I don’t think it’s good to mix bash (msys2) and gcc in one package.
I need to start searching issues before submitting PRs 😃 My motivation with adding binutils is to fix #8876.