Package: ncurses-ruby
Version: 0.9.2-1
Severity: serious

Hi,

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.

It seems to have 2 rules to make the .so file:

This is what I get when running: make ncurses_bin.so
Makefile:138: Commands were specified for file `ncurses_bin.so' at 
Makefile:104,Makefile:138: but `ncurses_bin.so' is now considered the same file 
as `/usr/lib/ruby/1.8/i386-linux/ncurses_bin.so'.
Makefile:138: Commands for `/usr/lib/ruby/1.8/i386-linux/ncurses_bin.so' will 
be ignored in favor of those for `ncurses_bin.so'.
make: Circular /usr/lib/ruby/1.8/i386-linux/ncurses_bin.so <- 
/usr/lib/ruby/1.8/i386-linux/ncurses_bin.so dependency dropped.
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
make: *** [/usr/lib/ruby/1.8/i386-linux/ncurses_bin.so] Error 1

Line 103-104:
$(RUBYARCHDIR)/$(DLLIB): $(DLLIB)
        $(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR)

Line 137-139:
$(DLLIB): $(OBJS)
        @-$(RM) $@
        $(LDSHARED) $(DLDFLAGS) $(LIBPATH) -o $@ $(OBJS) $(LOCAL_LIBS) $(LIBS)




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to