Re: why gem install always use the --force option? [SOLVED]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you so much!!! That was exactly the answer I was looking for.



On Thu, Apr 2, 2015 at 2:30 AM, Vít Ondruch <vondruch@xxxxxxxxxx> wrote:
Dne 1.4.2015 v 19:14 Athenas Jimenez napsal(a):
Hello, 

This is basically my question, why ruby gems packages always use --force option during installation?


gem install \\\
        -V \\\
        --local \\\
        --install-dir %{-d*}%{!?-d:.%{gem_dir}} \\\
        --bindir .%{_bindir} \\\
        --force \\\
        --document=ri,rdoc \\\
        %{-n*}%{!?-n:%{gem_name}-%{version}.gem} \
%{nil}


Thanks for your help 
Athenas




From the help:

$ gem help install


    -f, --[no-]force                 Force gem to install, bypassing dependency
                                     checks



I.e. "gem install" would try to install also gem's dependencies (which are not available, since we are offline during build), while the "--force" option installs just the gem itself. The dependecies have to be satisfied by BuildRequires instead.


Vít


--
packaging mailing list
packaging@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/packaging

--
packaging mailing list
packaging@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/packaging

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Forum]     [KDE Users]

  Powered by Linux