Re: [ACTION REQUIRED] orphaned packages in rawhide

2011-02-08 Thread Mohammed Morsi
  On 01/-10/-28163 02:59 PM, Bill Nottingham wrote:
 Orphan rubygem-ParseTree
 Orphan rubygem-RubyInline
 Orphan rubygem-ZenTest
 Orphan rubygem-abstract
 Orphan rubygem-archive-tar-minitar
 Orphan rubygem-mime-types
 Orphan rubygem-rcov
 Orphan rubygem-ruby2ruby
 Orphan rubygem-ruby_parser
 Orphan rubygem-sexp_processor
 Orphan rubygem-uuidtools

I took these (required by rails and aeolus).

   -Mo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


rails 3 is in rawhide

2011-02-07 Thread Mohammed Morsi
  I am pleased to announce that the last packages required for Rails 3 
support in Fedora have been pushed to rawhide and successfully built in 
anticipation of the Fedora 15 release. Rails 3.0.3 is a major upgrade 
from 2.3.8 which brings some API incompatibilities as a trade off for 
many new features. Rails 3 has been submitted and accepted as a feature 
for Fedora 15.

http://fedoraproject.org/wiki/Features/Rails_3.0.3

Many many thanks goes to Fedora contributors Vit Ondruch and Minnikhanov 
for all of their hard work packaging gems and reviewing packages. I look 
forward to continuing to work with them and seeing their contributions 
in the future.

   -Mo

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Orphaning a bunch of rubygem packages

2011-01-13 Thread Mohammed Morsi
  On 01/-10/-28163 02:59 PM, Matthew Kent wrote:
 After some ideological changes at work with rubygems and some changes 
 in my personal life I don't have much motivation to maintain these. 
 I'd imagine a decent number of these could disappear without any 
 complaints. Tossing them up for grabs.

 snip
 rubygem-haml
  https://bugzilla.redhat.com/show_bug.cgi?id=616049
  https://bugzilla.redhat.com/show_bug.cgi?id=627454

 snip
 rubygem-thor
  https://bugzilla.redhat.com/show_bug.cgi?id=649028

I grabbed rubygem-haml and rubygem-thor.

   -Mo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Missing dependency already installed

2010-06-28 Thread Mohammed Morsi

Howdy,
   I've been scratching my head over this problem for the last few days 
and figured it was time to get some help.


I'm trying to build Ruby on Rails v2.3.8 against Fedora 13 but am 
running into dependency issues. Namely the 'rubygem-activerecord' 
package (rails is simple a collection of this and a few other 
active*/action* packages) pulls in the 'rubygem-activesupport' package 
of the same version, but yum is failing to find it, even though it is 
installed. Ergo it results in this error:


  1.
 yum install --nogpgcheck ruby-activerecord-2.3.8-3.fc13.noarch.rpm
  2.
 Loaded plugins: presto, refresh-packagekit
  3.
 Setting up Install Process
  4.
 Examining ruby-activerecord-2.3.8-3.fc13.noarch.rpm:
 ruby-activerecord-2.3.8-3.fc13.noarch
  5.
 Marking ruby-activerecord-2.3.8-3.fc13.noarch.rpm to be installed
  6.
 Resolving Dependencies
  7.
 -- Running transaction check
  8.
 --- Package ruby-activerecord.noarch 0:2.3.8-3.fc13 set to be updated
  9.
 -- Processing Dependency: rubygem-activesupport = 2.3.8 for
 package: ruby-activerecord-2.3.8-3.fc13.noarch
 10.
 -- Finished Dependency Resolution
 11.
 Error: Package: ruby-activerecord-2.3.8-3.fc13.noarch
 (/ruby-activerecord-2.3.8-3.fc13.noarch)
 12.
 Requires: rubygem-activesupport = 2.3.8
 13.
 Installed: 1:rubygem-activesupport-2.3.8-1.fc13.noarch
 (@/rubygem-activesupport-2.3.8-1.fc13.noarch)
 14.
 Available: 1:rubygem-activesupport-2.3.5-1.fc13.noarch (fedora)
 15.
 You could try using --skip-broken to work around the problem
 16.
 You could try running: rpm -Va --nofiles --nodigest

Note how it says 'rubygem-activesupport = 2.3.8' is required while 
rubygem-activesupport-2.3.8-1.fc13.noarch is installed. This is 
happening both on a stock F13 install and against mock setup to pull 
packages from Fedora and from a yum repo w/ the 
rubygem-activesupport-2.3.8-1.fc13.noarch package in it.


What could be the cause of this problem? Is it something that can easily 
be resolved? (without using the --skip-broken flag preferably)


   -Mo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Missing dependency that is already installed

2010-06-28 Thread Mohammed Morsi

Howdy,
   I've been scratching my head over this one for a few days now and 
figure I'd ask for some help.


I'm trying to build Ruby on Rails v 2.3.8 against Fedora 13. Rails 
itself simply pulls in various active* / action* packages, eg 
activerecord, activesupport, and a few more.


Activerecord itself depends on a activesupport rpm of the same version, 
and while I can build those both, activerecord is failing to install, 
saying that it cannot find the required activesupport dependency. eg


  1.
 yum install --nogpgcheck ruby-activerecord-2.3.8-3.fc13.noarch.rpm
  2.
 Loaded plugins: presto, refresh-packagekit
  3.
 Setting up Install Process
  4.
 Examining ruby-activerecord-2.3.8-3.fc13.noarch.rpm:
 ruby-activerecord-2.3.8-3.fc13.noarch
  5.
 Marking ruby-activerecord-2.3.8-3.fc13.noarch.rpm to be installed
  6.
 Resolving Dependencies
  7.
 -- Running transaction check
  8.
 --- Package ruby-activerecord.noarch 0:2.3.8-3.fc13 set to be updated
  9.
 -- Processing Dependency: rubygem-activesupport = 2.3.8 for
 package: ruby-activerecord-2.3.8-3.fc13.noarch
 10.
 -- Finished Dependency Resolution
 11.
 Error: Package: ruby-activerecord-2.3.8-3.fc13.noarch
 (/ruby-activerecord-2.3.8-3.fc13.noarch)
 12.
 Requires: rubygem-activesupport = 2.3.8
 13.
 Installed: 1:rubygem-activesupport-2.3.8-1.fc13.noarch
 (@/rubygem-activesupport-2.3.8-1.fc13.noarch)
 14.
 Available: 1:rubygem-activesupport-2.3.5-1.fc13.noarch (fedora)
 15.
 You could try using --skip-broken to work around the problem
 16.
 You could try running: rpm -Va --nofiles --nodigest



This occurs both on a stock F13 install and via mock, setup to pull 
packages in from Fedora and a repo I built which includes the relevant 
activesupport package.


Any thoughts on why this is occurring? Also how to work around this 
(preferably without using the --skip-broken flag)?


If anyone wants to try this themselves, I uploaded the activerecord / 
activesupport rpms here


http://mo.morsi.org/files/rpms/rubygem-activesupport-2.3.8-3.fc13.src.rpm
http://mo.morsi.org/files/rpms/ruby-activerecord-2.3.8-3.fc13.src.rpm

Thanks alot,
  -Mo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Missing dependency that is already installed

2010-06-28 Thread Mohammed Morsi
Hey just to follow up, the mistake was on my part I believe. I was using 
the ancient ruby-activerecord package, which will soon be retired as it 
has long since been replaced w/ rubygem-activerecord.

I'm still not sure why ruby-activerecord didn't work, especially with 
rubygem-activesupport installed, but trying this again w/ 
rubygem-activerecord results in a successful build / install.

Thanks for the help,
   -Mo
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel