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

Re: Bug#311159: sqlrelay: FTBFS: Wrong path in work around.



fixed both bugs in -10, uploaded to unstable. It looks like other ruby
modules may be fail to build as well, the configury of ruby1.8 was
changed in ruby1.8-1.8.2-4.

  Matthias

Kurt Roeckx writes:
> Package: sqlrelay
> Version: 1:0.35-9
> Severity: serious
> 
> Hi,
> 
> Your package is failing to build with the following error:
> 
> : # work around wrong ruby installation locations
> mkdir -p debian/tmp/usr/lib/ruby
> mv debian/tmp/`pwd`/debian/tmp/usr/share/local/lib/site_ruby/1.8
> debian/tmp/usr/lib/ruby
> mv: cannot stat `debian/tmp//usr/src/sqlrelay-0.35/debian/tmp/usr/share/local/lib/site_ruby/1.8': No such file or directory
> 
> I think you want to change this line in debian/rules:
> mv $(d)/`pwd`/$(d)/usr/share/local/lib/site_ruby/1.8 $(d)/usr/lib/ruby
> to:
> mv $(d)/usr/local/lib/site_ruby/1.8 $(d)/usr/lib/ruby
> 
> 
> PS: You're build depending on libmysqlclient-dev which is a
> virtual packages provided by libmysqlclient12-dev and
> libmysqlclient10-dev.  I suggest you change it to
> libmysqlclient12-dev | libmysqlclient-dev or something.
> 
> 
> Kurt
> 



Reply to: