tags 307338 + pending
thanks
hi again,
On Tue, May 03, 2005 at 10:50:19AM +0200, Michael Ablassmeier wrote:
> hi Kurt,
>
> On Mon, May 02, 2005 at 05:49:20PM +0200, Kurt Roeckx wrote:
> > Your package is failing to build with the following error:
> > install -p -m 0755 ncurses_bin.so /usr/lib/ruby/1.8/i386-linux
> > install: cannot stat `ncurses_bin.so': No such file or directory
> >
> > It builds the 3 .c files, but then doesn't create the
> > ncurses_bin.so and just installs it.
>
> indeed, this is strange as it worked before. I'll try to find out what
> exactly the problem is.
>
> > It seems to have 2 rules to make the .so file:
attached patch for debian/rules should fix this problem, waiting for
sponsor to upload.
bye,
- michael
--- ../../bla/ncurses-ruby-0.9.2/debian/rules 2005-05-03 11:16:39.831401680
+0200
+++ debian/rules 2005-05-03 11:14:31.511909208 +0200
@@ -9,7 +9,7 @@
common-configure-arch::
ruby extconf.rb
- sed -e 's/-shared/-shared -fPIC/g' -e
's/\/local\/lib\/site_ruby/\/lib\/ruby/g' < Makefile > Makefile.tmp
+ sed -e 's/-shared/-shared -fPIC/g' -e
's/\/local\/lib\/site_ruby/\/lib\/ruby\//g' < Makefile > Makefile.tmp
mv Makefile.tmp Makefile
binary-post-install/libncurses-ruby1.8::