<div dir="ltr">I was wondering, did you scroll up and read about why checkpkg thinks that <span style="font-size:13px">CSWlibruby1-9-1-1 or CSWruby </span><span style="font-size:13px">or CSWruby18 or CSWruby191 are needed as dependencies? The reason could be different than you think.</span></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-11 20:45 GMT+00:00  <span dir="ltr"><<a href="mailto:tosmi@users.sourceforge.net" target="_blank">tosmi@users.sourceforge.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Revision: 24326<br>
          <a href="http://sourceforge.net/p/gar/code/24326" target="_blank">http://sourceforge.net/p/gar/code/24326</a><br>
Author:   tosmi<br>
Date:     2014-11-11 20:45:36 +0000 (Tue, 11 Nov 2014)<br>
Log Message:<br>
-----------<br>
fixed checkpkg errors<br>
<br>
Modified Paths:<br>
--------------<br>
    csw/mgar/pkg/facter/trunk/Makefile<br>
<br>
Modified: csw/mgar/pkg/facter/trunk/Makefile<br>
===================================================================<br>
--- csw/mgar/pkg/facter/trunk/Makefile  2014-11-11 20:36:08 UTC (rev 24325)<br>
+++ csw/mgar/pkg/facter/trunk/Makefile  2014-11-11 20:45:36 UTC (rev 24326)<br>
@@ -32,10 +32,14 @@<br>
 TEST_SCRIPTS      =<br>
 INSTALL_SCRIPTS   = facter<br>
<br>
-CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/ssh.rb<br>
-CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/Cfkey.rb<br>
-CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/util/manufacturer.rb<br>
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/ssh.rb<br>
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/Cfkey.rb<br>
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/util/manufacturer.rb<br>
<br>
+# we depend on ruby20 but checkpkg does not know anything about it<br>
+CHECKPKG_OVERRIDES_CSWfacter += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191<br>
+CHECKPKG_OVERRIDES_CSWfacter += surplus-dependency|CSWruby20<br>
+<br>
 include gar/<a href="http://category.mk" target="_blank">category.mk</a><br>
<br>
 install-facter:<br>
<br>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.<br>
<br>
</blockquote></div><br></div>