[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

Re: [PATCH] parse.y: literal strings for tokens

From: ts <decoux@...>
Date: 2006-04-02 16:50:37 UTC
List: ruby-core #7664
>>>>> "R" == Robin Stocker <robin@nibor.org> writes:

R> Could you try this Yacc version on the non-patched parse.y and see if it 
R> works there?

 Well, apparently it don't really like it

nasun% rm parse.c
nasun% 

nasun% make
make: Warning: Illegal dependency list for target `.DEFAULT'
gcc -g -O2  -DRUBY_EXPORT -I. -I. -c array.c
[...]
yacc parse.y
sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c
rm -f y.tab.c
gcc -g -O2  -DRUBY_EXPORT -I. -I. -c parse.c
[...]
ar rcu libruby-static.a array.o  bignum.o  class.o  compar.o  dir.o  dln.o  enum.o  error.o  eval.o  file.o  gc.o  hash.o  inits.o  io.o  marshal.o  math.o  numeric.o  object.o  pack.o  parse.o  process.o  prec.o  random.o  range.o  re.o  regex.o  ruby.o  signal.o  sprintf.o  st.o  string.o  struct.o  time.o  util.o  variable.o  version.o  flock.o isinf.o dmyext.o
gcc -g -O2  -DRUBY_EXPORT -I. -I. -c main.c
gcc main.o  libruby-static.a -ldl -lcrypt -lm   -o miniruby -g -O2  -DRUBY_EXPORT 
./lib/fileutils.rb:1572: [BUG] unknown node type 66 (0x10b810)
ruby 1.8.4 (2005-12-24) [sparc-solaris2.8]

*** Error code 134
make: Fatal error: Command failed for target `.rbconfig.time'
nasun% 


 I don't really want to know why :-)


Guy Decoux

In This Thread