Subject: relevance-rcov not building
I have tried to push relevance-rcov a couple of times since friday but I haven't received any build notifications. Version 0.9.0 still seems to be what's available. Version 0.9.1.1 should be what shows up.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 14 Sep, 2009 01:33 AM
Forcing a rebuild resulted in:
I think something is up with the gem builder, I've seen similar errors from other gems recently. We're looking into it.
3 Posted by aaron on 14 Sep, 2009 11:49 AM
Yes, something does seem a little off. I can build the gem locally without any issues. Were you able to find anything wrong?
4 Posted by Jay on 14 Sep, 2009 01:13 PM
Hey Aaron,
I tried to get my Fork of your rcov to generate gems and I'm getting the java version to build but not the mri version. fwiw.
Jay
5 Posted by aaron on 14 Sep, 2009 01:30 PM
Jay,
I noticed that when I looked through other gem builder issues. I am going to wait to see what GH reports back on this issue then take a look at what's left.
6 Posted by aaron on 16 Sep, 2009 12:45 AM
any progress on this? RCov still has not built
Support Staff 7 Posted by Tekkub on 16 Sep, 2009 08:53 AM
I got the gem to build, but I think that only one platform will build based on how we currently check for an existing version of the gem. I have an idea of how to get this fixed though, One question for you though, if you specify a platform in one gem (java), don't you have to specify a platform in the other as well? Otherwise wouldn't it take the platform-less gem to be a universal and prefer it? Gem's documentation regarding platforms leaves a lot to be desired...
For example, hooligan495-rcov:
Over on the server I see two version of 0.8.1.3.0, java and no-platform. But if I look at a gem that I know is platform specific on rubyforge...
LIke I said, gem's docs are kinda lacking, am I missing something here that would make it easier for us to detect gem version AND platform before we build to make sure we don't have a conflict?