[DRE-maint] Bug#889021: ruby-ffi-yajl: FTBFS with ruby2.5: 'rb_cFixnum' undeclared

2018-02-01 Thread Antonio Terceiro
Source: ruby-ffi-yajl
Severity: serious
Justification: Fails to build from source
User: debian-r...@lists.debian.org
Usertags: ruby2.5

I am filing this at severity serious as I am about to enable building for
ruby2.5 in unstable.

┌──┐
│ Build native extensions for ruby2.5  │
└──┘

/usr/bin/ruby2.5 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb 
/<> debian/ruby-ffi-yajl
"make clean"
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/dlopen'
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/dlopen'
"make clean"
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/dlopen'
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/dlopen'
current directory: /<>/ext/ffi_yajl/ext/dlopen
/usr/bin/ruby2.5 -r ./siteconf20180131-9818-r8yepd.rb extconf.rb
-g -O2 -fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC
-L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic
checking for dlfcn.h... yes
checking for dlopen() in -ldl... yes
creating Makefile
current directory: /<>/ext/ffi_yajl/ext/dlopen
make V=1 "DESTDIR=" clean
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/dlopen'
rm -f
rm -f dlopen.so  *.o  *.bak mkmf.log .*.time
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/dlopen'
current directory: /<>/ext/ffi_yajl/ext/dlopen
make V=1 "DESTDIR="
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/dlopen'
gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 
-I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. 
-DHAVE_DLFCN_H -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -g -O2 
-fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC  -o dlopen.o -c 
dlopen.c
rm -f dlopen.so
gcc -shared -o dlopen.so dlopen.o -L. -L/usr/lib/x86_64-linux-gnu -L. 
-Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic 
-Wl,-z,relro -Wl,-z,now -Wl,--compress-debug-sections=zlib-lruby-2.5 -ldl  
-lpthread -lgmp -ldl -lcrypt -lm   -lc
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/dlopen'
current directory: /<>/ext/ffi_yajl/ext/dlopen
make V=1 "DESTDIR=" install
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/dlopen'
/bin/mkdir -p . ./.gem.20180131-9818-oj2q1e/ffi_yajl/ext
exit > .sitearchdir.-.ffi_yajl.-.ext.time
/usr/bin/install -c -m 0755 dlopen.so ./.gem.20180131-9818-oj2q1e/ffi_yajl/ext
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/dlopen'
rm -f 
/<>/debian/ruby-ffi-yajl/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.5.0/mkmf.log
"make clean"
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/encoder'
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/encoder'
"make clean"
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/encoder'
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/encoder'
current directory: /<>/ext/ffi_yajl/ext/encoder
/usr/bin/ruby2.5 -r ./siteconf20180131-9818-17gzwda.rb extconf.rb
-g -O2 -fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC
-L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic
checking for yajl/yajl_tree.h... yes
creating Makefile
current directory: /<>/ext/ffi_yajl/ext/encoder
make V=1 "DESTDIR=" clean
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/encoder'
rm -f
rm -f encoder.so  *.o  *.bak mkmf.log .*.time
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/encoder'
current directory: /<>/ext/ffi_yajl/ext/encoder
make V=1 "DESTDIR="
make[2]: Entering directory '/<>/ext/ffi_yajl/ext/encoder'
gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 
-I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. 
-Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -g -O2 
-fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall  -o 
encoder.o -c encoder.c
encoder.c: In function 'Init_encoder':
encoder.c:380:20: error: 'rb_cFixnum' undeclared (first use in this function); 
did you mean 'rb_isalnum'?
   rb_define_method(rb_cFixnum, "ffi_yajl", rb_cFixnum_ffi_yajl, 2);
^~
rb_isalnum
encoder.c:380:20: note: each undeclared identifier is reported only once for 
each function it appears in
encoder.c:381:20: error: 'rb_cBignum' undeclared (first use in this function); 
did you mean 'rb_cFixnum'?
   rb_define_method(rb_cBignum, "ffi_yajl", rb_cBignum_ffi_yajl, 2);
^~
rb_cFixnum
Makefile:242: recipe for target 'encoder.o' failed
make[2]: *** [encoder.o] Error 1
make[2]: Leaving directory '/<>/ext/ffi_yajl/ext/encoder'
~ ↓ mkmf.log ~
find_header: checking for yajl/yajl_tree.h...  yes

"gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.5

[DRE-maint] Processed: bump ruby2.5 to severity serious

2018-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 888117 serious
Bug #888117 [src:ruby-beautify] ruby-beautify: FTBFS on ruby2.5: tests fail: .. 
got: "EXPR_BEG
Severity set to 'serious' from 'important'
> severity 888118 serious
Bug #888118 [src:homesick] homesick: FTBFS on ruby2.5: test fail: got: 
("GEM_SKIP")
Severity set to 'serious' from 'important'
> severity 888119 serious
Bug #888119 [src:ruby-awesome-print] ruby-awesome-print: FTBFS on ruby2.5: test 
failure: colorization default
Severity set to 'serious' from 'important'
> severity 888120 serious
Bug #888120 [src:ruby-dalli] ruby-dalli: FTBFS on ruby2.5: "File does not 
exist:"
Severity set to 'serious' from 'important'
> severity 888121 serious
Bug #888121 [src:ruby-delayed-job-active-record] 
ruby-delayed-job-active-record: FTBFS on ruby2.5: `method_missing': undefined 
method `yaml_as'
Severity set to 'serious' from 'important'
> severity 888123 serious
Bug #888123 [src:ruby-crack] ruby-crack: FTBFS on ruby2.5: uninitialized 
constant SafeYAML::Parse::Date::DateTime
Severity set to 'serious' from 'important'
> severity 888124 serious
Bug #888124 [src:ruby-fakeweb] ruby-fakeweb: FTBFS on ruby2.5: undefined method 
`close' for #
Severity set to 'serious' from 'important'
> severity 888127 serious
Bug #888127 [src:ruby-grape-entity] ruby-grape-entity: FTBFS on ruby2.5: syntax 
error, unexpected '{'
Severity set to 'serious' from 'important'
> severity 888129 serious
Bug #888129 [src:ruby-json-spec] ruby-json-spec: FTBFS on ruby2.5: 
Fixnum/Integer
Severity set to 'serious' from 'important'
> severity 888130 serious
Bug #888130 [src:ruby-net-http-persistent] ruby-net-http-persistent: FTBFS on 
ruby2.5: ssl verification fails
Severity set to 'serious' from 'important'
> severity 888131 serious
Bug #888131 [src:ruby-oj] ruby-oj: FTBFS on ruby2.5: too many arguments to 
function 'rb_struct_ptr'
Severity set to 'serious' from 'important'
> severity 888132 serious
Bug #888132 [src:ruby-state-machines-activerecord] 
ruby-state-machines-activerecord: FTBFS on ruby2.5: "File does not exist:"
Severity set to 'serious' from 'important'
> severity 888135 serious
Bug #888135 [src:ruby-lapack] ruby-lapack: FTBFS on ruby2.5: `dirname': no 
implicit conversion of nil into String
Severity set to 'serious' from 'important'
> severity 888145 serious
Bug #888145 [src:r10k] r10k: FTBFS on ruby2.5: undefined method `features' for 
Rugged:Module
Severity set to 'serious' from 'important'
> severity 888146 serious
Bug #888146 [src:ruby-autoparse] ruby-autoparse: FTBFS on ruby2.5: undefined 
method `[]' for 3.14:Float
Severity set to 'serious' from 'important'
> severity 888147 serious
Bug #888147 [src:ruby-backports] ruby-backports: FTBFS on ruby2.5: tests: 
encoding change
Severity set to 'serious' from 'important'
> severity 888148 serious
Bug #888148 [src:ruby-certificate-authority] ruby-certificate-authority: FTBFS 
on ruby2.5: CSR varies?
Severity set to 'serious' from 'important'
> severity 888149 serious
Bug #888149 [src:ruby-escape-utils] ruby-escape-utils: FTBFS on ruby2.5: 
property file encoding: UTF-8
Severity set to 'serious' from 'important'
> severity 888150 serious
Bug #888150 [src:ruby-graphviz] ruby-graphviz: FTBFS on ruby2.5:  undefined 
method `graph' for nil
Severity set to 'serious' from 'important'
> severity 888151 serious
Bug #888151 [src:ruby-logging] ruby-logging: FTBFS on ruby2.5: warning: 
constant ::Fixnum is deprecated
Severity set to 'serious' from 'important'
> severity 888160 serious
Bug #888160 [src:ruby-memfs] ruby-memfs: FTBFS on ruby2.5: No such file or 
directory - /test-file
Severity set to 'serious' from 'important'
> severity 888161 serious
Bug #888161 [src:ruby-multimap] ruby-multimap: FTBFS on ruby2.5: error: void 
value not ignored as it ought to be
Severity set to 'serious' from 'important'
> severity 888163 serious
Bug #888163 [src:ruby-net-ssh] ruby-net-ssh: FTBFS on ruby2.5: 
OpenSSL::Digest::DSS1
Severity set to 'serious' from 'important'
> severity 888164 serious
Bug #888164 [src:ruby-packable] ruby-packable: FTBFS on ruby2.5: Illegal seek @ 
rb_io_tell
Severity set to 'serious' from 'important'
> severity 888165 serious
Bug #888165 [src:ruby-puppet-syntax] ruby-puppet-syntax: FTBFS on ruby2.5: 
OpenSSL::ASN1::ASN1Error: oid exists
Severity set to 'serious' from 'important'
> severity 888166 serious
Bug #888166 [src:ruby-rabl] ruby-rabl: FTBFS on ruby2.5: BSON:Module serialize
Severity set to 'serious' from 'important'
> severity 888167 serious
Bug #888167 [src:ruby-recursive-open-struct] ruby-recursive-open-struct: FTBFS 
on ruby2.5:  indifferent access overwriting values
Severity set to 'serious' from 'important'
> severity 888168 serious
Bug #888168 [src:ruby-redcarpet] ruby-redcarpet: FTBFS on ruby2.5: incompatible 
library version
Severity set to 'serious' from 'important'
> severity 888170 serious
Bug #888170 [src:ruby-redcloth] ruby-redcloth: FTBFS on ruby2.5: undefined 
method `load_documents' for Ps

[DRE-maint] Processed: Not a problem in stretch

2018-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 888119 buster sid
Bug #888119 [src:ruby-awesome-print] ruby-awesome-print: FTBFS on ruby2.5: test 
failure: colorization default
Added tag(s) buster and sid.
> tags 888147 buster sid
Bug #888147 [src:ruby-backports] ruby-backports: FTBFS on ruby2.5: tests: 
encoding change
Added tag(s) buster and sid.
> tags 888117 buster sid
Bug #888117 [src:ruby-beautify] ruby-beautify: FTBFS on ruby2.5: tests fail: .. 
got: "EXPR_BEG
Added tag(s) buster and sid.
> tags 888120 buster sid
Bug #888120 [src:ruby-dalli] ruby-dalli: FTBFS on ruby2.5: "File does not 
exist:"
Added tag(s) buster and sid.
> tags 888149 buster sid
Bug #888149 [src:ruby-escape-utils] ruby-escape-utils: FTBFS on ruby2.5: 
property file encoding: UTF-8
Added tag(s) buster and sid.
> tags 888186 buster sid
Bug #888186 [src:ruby-fakefs] ruby-fakefs: FTBFS on ruby2.5: pread method is 
not available in File :(
Added tag(s) buster and sid.
> tags 888124 buster sid
Bug #888124 [src:ruby-fakeweb] ruby-fakeweb: FTBFS on ruby2.5: undefined method 
`close' for #
Added tag(s) buster and sid.
> tags 888187 buster sid
Bug #888187 [src:ruby-ffaker] ruby-ffaker: FTBFS on ruby2.5: 
test_paragraphsLoremFR
Added tag(s) buster and sid.
> tags 889021 buster sid
Bug #889021 [src:ruby-ffi-yajl] ruby-ffi-yajl: FTBFS with ruby2.5: 'rb_cFixnum' 
undeclared
Added tag(s) buster and sid.
> tags 888127 buster sid
Bug #888127 [src:ruby-grape-entity] ruby-grape-entity: FTBFS on ruby2.5: syntax 
error, unexpected '{'
Added tag(s) buster and sid.
> tags 888150 buster sid
Bug #888150 [src:ruby-graphviz] ruby-graphviz: FTBFS on ruby2.5:  undefined 
method `graph' for nil
Added tag(s) sid and buster.
> tags 889023 buster sid
Bug #889023 [src:ruby-gsl] ruby-gsl: FTBFS with ruby2.5: 'rb_cFixnum' undeclared
Added tag(s) sid and buster.
> tags 889024 buster sid
Bug #889024 [src:ruby-hamlit] ruby-hamlit: FTBFS with ruby2.5: several test 
failures
Added tag(s) sid and buster.
> tags 888188 buster sid
Bug #888188 [src:ruby-hashie] ruby-hashie: FTBFS on ruby2.5: stack overflow 
around Integer
Added tag(s) buster and sid.
> tags 888189 buster sid
Bug #888189 [src:ruby-innertube] ruby-innertube: FTBFS on ruby2.5: undefined 
method mock
Added tag(s) buster and sid.
> tags 888129 buster sid
Bug #888129 [src:ruby-json-spec] ruby-json-spec: FTBFS on ruby2.5: 
Fixnum/Integer
Added tag(s) buster and sid.
> tags 888135 buster sid
Bug #888135 [src:ruby-lapack] ruby-lapack: FTBFS on ruby2.5: `dirname': no 
implicit conversion of nil into String
Added tag(s) sid and buster.
> tags 888151 buster sid
Bug #888151 [src:ruby-logging] ruby-logging: FTBFS on ruby2.5: warning: 
constant ::Fixnum is deprecated
Added tag(s) buster and sid.
> tags 888160 buster sid
Bug #888160 [src:ruby-memfs] ruby-memfs: FTBFS on ruby2.5: No such file or 
directory - /test-file
Added tag(s) sid and buster.
> tags 888161 buster sid
Bug #888161 [src:ruby-multimap] ruby-multimap: FTBFS on ruby2.5: error: void 
value not ignored as it ought to be
Added tag(s) buster and sid.
> tags 888130 buster sid
Bug #888130 [src:ruby-net-http-persistent] ruby-net-http-persistent: FTBFS on 
ruby2.5: ssl verification fails
Added tag(s) sid and buster.
> tags 889025 buster sid
Bug #889025 [src:ruby-odbc] ruby-odbc: FTBFS with ruby2.5: invalid operands to 
binary / (have 'char *' and 'char *')
Added tag(s) buster and sid.
> tags 888131 buster sid
Bug #888131 [src:ruby-oj] ruby-oj: FTBFS on ruby2.5: too many arguments to 
function 'rb_struct_ptr'
Added tag(s) buster and sid.
> tags 888164 buster sid
Bug #888164 [src:ruby-packable] ruby-packable: FTBFS on ruby2.5: Illegal seek @ 
rb_io_tell
Added tag(s) buster and sid.
> tags 888191 buster sid
Bug #888191 [src:ruby-powerpack] ruby-powerpack: FTBFS on ruby2.5: Error: 
expect([].sum).to be_nil
Added tag(s) buster and sid.
> tags 888192 buster sid
Bug #888192 [src:ruby-prof] ruby-prof: FTBFS on ruby2.5: ArgumentError: 
incomplete format specifier; use %%
Added tag(s) sid and buster.
> tags 888166 buster sid
Bug #888166 [src:ruby-rabl] ruby-rabl: FTBFS on ruby2.5: BSON:Module serialize
Added tag(s) buster and sid.
> tags 888170 buster sid
Bug #888170 [src:ruby-redcloth] ruby-redcloth: FTBFS on ruby2.5: undefined 
method `load_documents' for Psych:Module
Added tag(s) buster and sid.
> tags 888171 buster sid
Bug #888171 [src:ruby-riot] ruby-riot: FTBFS on ruby2.5: expected "\"hope\"", 
not "hope"
Added tag(s) buster and sid.
> tags 888193 buster sid
Bug #888193 [src:ruby-rmagick] ruby-rmagick: FTBFS on ruby2.5: 
)>
Added tag(s) buster and sid.
> tags 888172 buster sid
Bug #888172 [src:ruby-rspec-its] ruby-rspec-its: FTBFS on ruby2.5: 
Fixnum/Integer
Added tag(s) buster and sid.
> tags 888194 buster sid
Bug #888194 [src:ruby-safe-yaml] ruby-safe-yaml: FTBFS on ruby2.5: 
uninitialized constant SafeYAML::Parse::Date::DateTime
Added tag(s) sid and buster.
> tags 888196 buster sid
Bug #888196 [src:ruby-sexp-processor] ruby-sexp-processor: FTBFS on ruby2.5: 

[DRE-maint] Processed: Not a problem in stretch

2018-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 888190 buster sid
Bug #888190 [src:ruby-mustermann19] ruby-mustermann19: FTBFS on ruby2.5: 
TypeError: Integer
Added tag(s) buster and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processed: Upstream bug

2018-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 889023 https://github.com/SciRuby/rb-gsl/issues/56
Bug #889023 [src:ruby-gsl] ruby-gsl: FTBFS with ruby2.5: 'rb_cFixnum' undeclared
Set Bug forwarded-to-address to 'https://github.com/SciRuby/rb-gsl/issues/56'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
889023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889023
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] imagetooth is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
imagetooth 2.0.1-1.1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888193: ruby-rmagick: FTBFS on ruby2.5: )>


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-carrierwave is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-carrierwave 0.10.0+gh-4 is marked for autoremoval from testing on 
2018-03-08

It (build-)depends on packages with these RC bugs:
888193: ruby-rmagick: FTBFS on ruby2.5: )>


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-json-spec is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-json-spec 1.1.2-1 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888129: ruby-json-spec: FTBFS on ruby2.5: Fixnum/Integer


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-logging-rails is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-logging-rails 0.5.0-2 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888151: ruby-logging: FTBFS on ruby2.5: warning: constant ::Fixnum is deprecated


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-omniauth-cas3 is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-omniauth-cas3 1.1.4-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888119: ruby-awesome-print: FTBFS on ruby2.5: test failure: colorization default


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-prof is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-prof 0.16.2+dfsg-2 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888192: ruby-prof: FTBFS on ruby2.5: ArgumentError: incomplete format 
specifier; use %%


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-ruby2ruby is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-ruby2ruby 2.3.0-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888196: ruby-sexp-processor: FTBFS on ruby2.5: BOOM GOES THE STACK


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-state-machines-activerecord is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-state-machines-activerecord 0.4.0-1 is marked for autoremoval from testing 
on 2018-02-21

It is affected by these RC bugs:
888132: ruby-state-machines-activerecord: FTBFS on ruby2.5: "File does not 
exist:"


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-rr 1.2.1-2 MIGRATED to testing

2018-02-01 Thread Debian testing watch
FYI: The status of the ruby-rr source package
in Debian's testing distribution has changed.

  Previous version: 1.2.0-1
  Current version:  1.2.1-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-puppet-syntax is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-puppet-syntax 2.4.1-1 is marked for autoremoval from testing on 2018-02-21

It is affected by these RC bugs:
888165: ruby-puppet-syntax: FTBFS on ruby2.5: OpenSSL::ASN1::ASN1Error: oid 
exists


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-api-pagination is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-api-pagination 4.2.0-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888127: ruby-grape-entity: FTBFS on ruby2.5: syntax error, unexpected '{'
888190: ruby-mustermann19: FTBFS on ruby2.5: TypeError: Integer


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-graphviz is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-graphviz 1.2.2-1 is marked for autoremoval from testing on 2018-02-21

It is affected by these RC bugs:
888150: ruby-graphviz: FTBFS on ruby2.5:  undefined method `graph' for nil


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-ffaker is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-ffaker 2.2.0-2 is marked for autoremoval from testing on 2018-02-21

It is affected by these RC bugs:
888187: ruby-ffaker: FTBFS on ruby2.5: test_paragraphsLoremFR


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-delayed-job-active-record is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-delayed-job-active-record 4.0.3-2 is marked for autoremoval from testing 
on 2018-03-08

It is affected by these RC bugs:
888121: ruby-delayed-job-active-record: FTBFS on ruby2.5: `method_missing': 
undefined method `yaml_as'


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-memfs is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-memfs 0.5.0-1 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888160: ruby-memfs: FTBFS on ruby2.5: No such file or directory - /test-file


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-grape-route-helpers is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-grape-route-helpers 2.1.0-1 is marked for autoremoval from testing on 
2018-03-08

It (build-)depends on packages with these RC bugs:
888127: ruby-grape-entity: FTBFS on ruby2.5: syntax error, unexpected '{'
888190: ruby-mustermann19: FTBFS on ruby2.5: TypeError: Integer


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-recursive-open-struct is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-recursive-open-struct 1.0.2-1 is marked for autoremoval from testing on 
2018-03-08

It is affected by these RC bugs:
888167: ruby-recursive-open-struct: FTBFS on ruby2.5:  indifferent access 
overwriting values


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-grape-msgpack is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-grape-msgpack 0.2.0-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888127: ruby-grape-entity: FTBFS on ruby2.5: syntax error, unexpected '{'
888190: ruby-mustermann19: FTBFS on ruby2.5: TypeError: Integer


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-innertube is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-innertube 1.1.0-3 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888189: ruby-innertube: FTBFS on ruby2.5: undefined method mock


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-google-api-client is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-google-api-client 0.13.1-1 is marked for autoremoval from testing on 
2018-03-08

It (build-)depends on packages with these RC bugs:
888151: ruby-logging: FTBFS on ruby2.5: warning: constant ::Fixnum is deprecated
888192: ruby-prof: FTBFS on ruby2.5: ArgumentError: incomplete format 
specifier; use %%


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-sawyer is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-sawyer 0.8.1-2 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888173: ruby-sawyer: FTBFS on ruby2.5: can't dump anonymous class


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-googleauth is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-googleauth 0.5.1-2 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888151: ruby-logging: FTBFS on ruby2.5: warning: constant ::Fixnum is deprecated


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-simple-navigation is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-simple-navigation 4.0.3-1 is marked for autoremoval from testing on 
2018-03-08

It (build-)depends on packages with these RC bugs:
888160: ruby-memfs: FTBFS on ruby2.5: No such file or directory - /test-file


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-sinatra-simple-navigation is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-sinatra-simple-navigation 3.6.0-1 is marked for autoremoval from testing 
on 2018-03-08

It (build-)depends on packages with these RC bugs:
888160: ruby-memfs: FTBFS on ruby2.5: No such file or directory - /test-file


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-mustermann19 is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-mustermann19 0.4.3+git20160621-1 is marked for autoremoval from testing on 
2018-03-08

It is affected by these RC bugs:
888190: ruby-mustermann19: FTBFS on ruby2.5: TypeError: Integer


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-beautify is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-beautify 0.97.4-3 is marked for autoremoval from testing on 2018-02-21

It is affected by these RC bugs:
888117: ruby-beautify: FTBFS on ruby2.5: tests fail: .. got: "EXPR_BEG


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-thinking-sphinx is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-thinking-sphinx 3.2.0-1 is marked for autoremoval from testing on 
2018-03-08

It (build-)depends on packages with these RC bugs:
888189: ruby-innertube: FTBFS on ruby2.5: undefined method mock


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] roodi is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
roodi 5.0.0-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888196: ruby-sexp-processor: FTBFS on ruby2.5: BOOM GOES THE STACK


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-sexp-processor is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-sexp-processor 4.7.0-1 is marked for autoremoval from testing on 2018-03-08

It is affected by these RC bugs:
888196: ruby-sexp-processor: FTBFS on ruby2.5: BOOM GOES THE STACK


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-parser is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-parser 3.8.2-1 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888196: ruby-sexp-processor: FTBFS on ruby2.5: BOOM GOES THE STACK


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-haml-rails is marked for autoremoval from testing

2018-02-01 Thread Debian testing autoremoval watch
ruby-haml-rails 0.9.0-4 is marked for autoremoval from testing on 2018-03-08

It (build-)depends on packages with these RC bugs:
888196: ruby-sexp-processor: FTBFS on ruby2.5: BOOM GOES THE STACK


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers