Vít Ondruch
Vít Ondruch
Thx, the test suite passes with #175. Nevertheless, I'd still like to also understand the reasons why it started to fail, although it will have smaller priority :innocent:
> (Linking with #1772) > > Are you running from the latest master branch? I was testing against 2.2.0 and the #1772 seems to be real life example of this...
Please also note that there is update template in the Fedora tracker: https://bugzilla.redhat.com/show_bug.cgi?id=1842535#c1 This requires the update to reference the main CVE tracker as well as the Fedora tracker.
> I assume a CVE is a tracker that depends on bugs possibly opened against multiple packages. > So if a user submits an update with `Resolves: CVE-2020-11077` I suppose...
> *) Actually, I suspect that Bodhi is currently broken. Because the reasons for including the main as well as fedora trackers were to record some note into the main...
BTW even if `--only_install_dir` was explicitly enabled on the command line, I would expect that a command such as `gem install nokogiri:1.6.7.1 rake:0.9.6 rack:1.6.13 i18n:0.9.0 activesupport:4.2.7` is always resolved as...
Just for the context, we have hit this discrepancy just by accident due to Fedora/RHEL using these overrides: https://src.fedoraproject.org/rpms/ruby/blob/5bf57b1504871230600103083d77ff3502255e2e/f/operating_system.rb#_98-110 Where the behavior under root was different to regular user. We...
I have just looked at the code and I think this is completely in RubyGems hands, because RubyGems executes the extconf.rb: https://github.com/rubygems/rubygems/blob/62b9f4af3e306a44ee0cc35d3004107f75f78cc6/lib/rubygems/ext/ext_conf_builder.rb#L46-L59 Of course something like this could be moved...
I have not read the whole discussion, but in principle, I am against this functionality. If `GEM_HOME` is not writable, then user should decide what to do next, e.g. choose...
> > Not mentioning that it is hard to predict what would be the behavior with [configuration](https://src.fedoraproject.org/rpms/ruby/blob/3f106c188ea6368c950ba7d610594f910773a25f/f/operating_system.rb) we are using on Fedora. I can't see any test case which would...