[Frugalware-bugs] rf -f regex bug ?!
Frugalware Bug Tracking System
bozo at dev.null
Sat Apr 15 23:40:03 CEST 2006
Hi, I got this with ruby :
crazy at zwerg:/home/fst/fwi686/frugalware-current/source/devel/ruby$ rf -f
ruby-1.8.4-2-i686.fpm Checking FrugalBuild... Ok Recording your improvements
darcs record --edit-long-comment -m 'ruby-1.8.4-2-i686' . Is this ok? [yagq?] y
Recording changes in "source/devel/ruby": hunk ./source/devel/ruby/FrugalBuild
1 -# Last modified: Tue, 03 Jan 2006 23:06:32 +0100 +# Last modified: Sat, 15
Apr 2006 23:20:53 +0200 Shall I record this patch? (1/?) [ynWsfqadjkc], or ?
for help: y hunk ./source/devel/ruby/FrugalBuild 7 -pkgrel=1 +pkgrel=2 Shall I
record this patch? (2/?) [ynWsfqadjkc], or ? for help: y hunk
./source/devel/ruby/FrugalBuild 9 -url="http://www.ruby.org/" -depends=('gdbm'
'db' 'openssl' 'zlib' 'readline' 'termcap') +url="http://www.ruby-lang.org/"
+depends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'termcap' 'glibc>=2.4') Shall
I record this patch? (3/?) [ynWsfqadjkc], or ? for help: y hunk
./source/devel/ruby/FrugalBuild 14
-source=(ftp://ftp.ruby-lang.org/pub/ruby/ruby-$pkgver.tar.gz)
-sha1sums=('93999577c7fc4decc6b2fe8fefa96e743f278fbf')
+source=(ftp://ftp.ruby-lang.org/pub/ruby/ruby-$pkgver.tar.gz fixes.patch)
+sha1sums=('93999577c7fc4decc6b2fe8fefa96e743f278fbf' \ +
'f379b77b4dd7186ad3ad1ac01407f6f6bff23ded') Shall I record this patch? (4/?)
[ynWsfqadjkc], or ? for help: y hunk ./source/devel/ruby/FrugalBuild 24 -# vim:
ft=sh - Shall I record this patch? (5/?) [ynWsfqadjkc], or ? for help: y
addfile ./source/devel/ruby/fixes.patch Shall I record this patch? (6/?)
[ynWsfqadjkc], or ? for help: y hunk ./source/devel/ruby/fixes.patch 1 +diff
-Naur ruby-1.8.4/file.c ruby-1.8.4-p/file.c +--- ruby-1.8.4/file.c 2005-12-21
10:20:15.000000000 +0100 ++++ ruby-1.8.4-p/file.c 2006-04-15 21:27:58.000000000
+0200 +@@ -4328,8 +4328,8 @@ + * read-only, which is reported as 0444. + */ + $
+-void +-Init_File() ++ ++Init_File(void) + { + rb_mFileTest =
rb_define_module("FileTest"); + rb_cFile = rb_define_class("File", rb_cIO);
+diff -Naur ruby-1.8.4/gc.c ruby-1.8.4-p/gc.c +--- ruby-1.8.4/gc.c 2005-12-16
05:58:51.000000000 +0100 ++++ ruby-1.8.4-p/gc.c 2006-04-15 20:39:52.000000000
+0200 +@@ -422,7 +422,7 @@ + # define STACK_LEVEL_MAX (_stacksize - 4096) + #
undef HAVE_GETRLIMIT + #elif defined(HAVE_GETRLIMIT) +-static unsigned int
STACK_LEVEL_MAX = 655300; ++static unsigned long STACK_LEVEL_MAX = 655300; +
#else + # define STACK_LEVEL_MAX 655300 + #endif +@@ -482,7 +482,7 @@ + (ret) =
(STACK_LENGTH > STACK_LEVEL_MAX + GC_WATER_MARK);\ + } while (0) + $ +-int
++long + ruby_stack_length(p) + VALUE **p; + { +diff -Naur ruby-1.8.4/intern.h
ruby-1.8.4-p/intern.h +--- ruby-1.8.4/intern.h 2005-11-23 03:06:00.000000000
+0100 ++++ ruby-1.8.4-p/intern.h 2006-04-15 21:26:33.000000000 +0200 +@@ -221,7
+221,7 @@ + void rb_thread_atfork _((void)); + VALUE rb_funcall_rescue
__((VALUE, ID, int, ...)); + /* file.c */ +-int eaccess _((const char*, int));
++//int eaccess _((const char*, int)); $ + VALUE rb_file_s_expand_path _((int,
VALUE *)); + VALUE rb_file_expand_path _((VALUE, VALUE)); + void rb_file_const
_((const char*, VALUE)); +@@ -234,7 +234,7 @@ + /* gc.c */ + NORETURN(void
rb_memerror __((void))); + int ruby_stack_check _((void)); +-int
ruby_stack_length _((VALUE**)); ++long ruby_stack_length _((VALUE**)); + char
*rb_source_filename _((const char*)); + void rb_gc_mark_locations _((VALUE*,
VALUE*)); + void rb_mark_tbl _((struct st_table*)); Shall I record this patch?
(7/?) [ynWsfqadjkc], or ? for help: y Finished recording patch
'ruby-1.8.4-2-i686' Cleanup on server ==> Fetching contents of directory:
/frugalware-i686 repoman del /frugalware-i686/ruby-1.0-1-i686.fpm Is this ok?
[yagq?] y ==> Deleting file: frugalware-i686/ruby-1.0-1-i686.fpm rm: cannot
remove
`/home/ftp/pub/frugalware/frugalware-current/frugalware-i686/ruby-1.0-1-i686.fpm':
No such file or directory buggy :S
URL: http://bugs.frugalware.org/?do=details&do=details&id=619
More information about the Frugalware-bugs
mailing list