|
From: Jae P. <jp...@yp...> - 2014-12-31 02:22:59
|
Thank you for your input. But I ended up with adding: $: << '/usr/lib/ruby/site_ruby/1.8' if RUBY_VERSION >= '1.9' at the beginning of the executable using our internal build script. I don’t really like it, but it allows us to use one RPM file for all versions of CentOS. And it seems to be the simplest solution. I’m not sure if this kind of workaround is acceptable in upstream. If you think it’s OK, I’ll submit a pull request. Otherwise I’ll just keep it in our internal build script. Happy New Year! Jae Park From: Jason Heiss <jh...@ap...<mailto:jh...@ap...>> Date: Friday, December 19, 2014 at 3:40 AM To: Jae Park <jp...@yp...<mailto:jp...@yp...>> Cc: "tpk...@li...<mailto:tpk...@li...>" <tpk...@li...<mailto:tpk...@li...>> Subject: Re: [tpkg-users] Ruby site_ruby location in CentOS 7 Yeah, to me it seems like the right thing to do is to move the current rpm rake task and spec file to “oldrpm” or something and replace them with a new task/spec that puts files in the new location. On Dec 18, 2014, at 8:08 PM, Jae Park <jp...@yp...<mailto:jp...@yp...>> wrote: Hi, We’re having a problem in making tpkg client work in CentOS 7. It seems the default site_ruby directory has changed from "/usr/lib/ruby/site_ruby" to "/usr/local/share/ruby/site_ruby” in Ruby 2.0.0 of CentOS 7.0 yum base repo. Should we just accept the change and have the build script create multiple RPM packages, or is there a better solution? Thank you. Jae Park ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk_______________________________________________<https://urldefense.proofpoint.com/v2/url?u=http-3A__pubads.g.doubleclick.net_gampad_clk-3Fid-3D164703151-26iu-3D_4140_ostg.clktrk-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F-5F&d=AwMF-g&c=lXkdEK1PC7UK9oKA-BBSI8p1AamzLOSncm6Vfn0C_UQ&r=dhTobnpgvRHcgyLkp_MAuA&m=Sf2jxjZI9oG3DWsSf7DV6793d5sV0MaepDgFqrxUePI&s=8gSOA3C0SEUcVtnGfOa8REOx-VrGxbJUuaJ_VNPaLL8&e=> tpkg-users mailing list tpk...@li...<mailto:tpk...@li...> https://lists.sourceforge.net/lists/listinfo/tpkg-users |