Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#70960 - [rubygems] better way to do --user-install with operating_system.rb
Attached to Project:
Arch Linux
Opened by Felipe Contreras (felipec) - Thursday, 20 May 2021, 19:13 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 21 May 2021, 07:25 GMT
Opened by Felipe Contreras (felipec) - Thursday, 20 May 2021, 19:13 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 21 May 2021, 07:25 GMT
|
DetailsCurrently rubygems installs an /etc/gemrc file to do `gem: --user-install`.
This works, if task FS#70959 is implemented we can use operating_system.rb instead: def self.operating_system_defaults { 'gem' => '--user-install' } end That way we only need to add one file. |
This task depends upon
* WARNING: Found --user-install in /etc/gemrc, please remove it, as it will break rubygems in RVM.
If it is intended or a mistake export rvm_ignore_gemrc_issues=1 to avoid this warning.
Again... We need to consider removing /etc/gemrc.