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

Mustermann19 packaging



Hi all,

We are trying to make a debian package of the musterman19 gem, since we need to make the debian package of grape and grape swagger and its dependencies. running gem2deb on the mustermann19-0.4.3.gem file I get this error:


Invalid gemspec in [mustermann.gemspec]: uninitialized constant Mustermann::VERSION
Did you mean?  VERSION
Invalid gemspec in [mustermann.gemspec.gem2deb]: uninitialized constant Mustermann::VERSION
Did you mean?  VERSION
/usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:116:in `load_gemspec': E: cannot load gemspec mustermann.gemspec (RuntimeError)
from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:33:in `block in initialize'
from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:32:in `chdir'
from /usr/lib/ruby/vendor_ruby/gem2deb/metadata.rb:32:in `initialize'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:235:in `new'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:235:in `read_metadata'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:86:in `initialize_from_directory'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:205:in `block in build'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:202:in `chdir'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_make_ruby.rb:202:in `build'
from /usr/bin/gem2deb:118:in `<main>'

 The gemspec is trying to load 's.version = Mustermann::VERSION', and ruby-mustermann19-0.4.3/lib/version.rb sets it:

module Mustermann
  VERSION ||= '0.4.3'
end

We thought about making a patch to the upstream to try to fix this, but I would like to check with you the best way to approach this.

With kind regards,

--
---------------------------------------------------------------------------------------------
Lucas Severo Alves
Engenharia de Software - Faculdade Gama- FGA
Universidade de Brasília - UnB
Área Especial 02 Lote 14 Setor Central Gama - DF - Brasil
Tel e Fax: +55 61 3484 3443
Homepages:
http://www.fga.unb.br/
http://lattes.cnpq.br/3059231256638274
------------------------------------------------------------------------------------------------

Reply to: