Bug#644705: FTBFS on s390: symbols out of sync

2011-10-08 Thread Philipp Kern
Package: ruby1.9.1
Version: 1.9.3~rc1-2
Severity: serious

On Sat, Oct 08, 2011 at 10:00:23AM +, buildd on zandonai wrote:
 dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
 file: see diff output below
 dpkg-gensymbols: warning: debian/libruby1.9.1/DEBIAN/symbols doesn't match 
 completely debian/libruby1.9.1.symbols
 --- debian/libruby1.9.1.symbols (libruby1.9.1_1.9.3~rc1-2_s390)
 +++ dpkg-gensymbolsMk4RbV 2011-10-08 10:00:22.0 +
 @@ -584,9 +584,9 @@
   rb_find_file_ext@Base 1.9.2.0
   rb_find_file_ext_safe@Base 1.9.2.0
   rb_find_file_safe@Base 1.9.2.0
 - rb_fix2int@Base 1.9.2.0
 +#MISSING: 1.9.3~rc1-2# rb_fix2int@Base 1.9.2.0
   rb_fix2str@Base 1.9.2.0
 - rb_fix2uint@Base 1.9.2.0
 +#MISSING: 1.9.3~rc1-2# rb_fix2uint@Base 1.9.2.0
   rb_float_new@Base 1.9.2.0
   rb_fork@Base 1.9.2.0
   rb_fork_err@Base 1.9.2.0
 @@ -847,10 +847,10 @@
   rb_notimplement@Base 1.9.2.0
   rb_num2dbl@Base 1.9.2.0
   rb_num2fix@Base 1.9.2.0
 - rb_num2int@Base 1.9.2.0
 +#MISSING: 1.9.3~rc1-2# rb_num2int@Base 1.9.2.0
   rb_num2ll@Base 1.9.2.0
   rb_num2long@Base 1.9.2.0
 - rb_num2uint@Base 1.9.2.0
 +#MISSING: 1.9.3~rc1-2# rb_num2uint@Base 1.9.2.0
   rb_num2ull@Base 1.9.2.0
   rb_num2ulong@Base 1.9.2.0
   rb_num_coerce_bin@Base 1.9.2.0
 @@ -891,7 +891,7 @@
   rb_objspace_data_type_memsize@Base 1.9.2.0
   rb_objspace_data_type_name@Base 1.9.2.0
   rb_objspace_each_objects@Base 1.9.2.0
 - rb_out_of_int@Base 1.9.2.0
 +#MISSING: 1.9.3~rc1-2# rb_out_of_int@Base 1.9.2.0
   rb_output_fs@Base 1.9.2.0
   rb_output_rs@Base 1.9.2.0
   rb_p@Base 1.9.2.0


signature.asc
Description: Digital signature


Bug#644705: FTBFS on s390: symbols out of sync

2011-10-08 Thread Lucas Nussbaum
On 08/10/11 at 12:05 +0200, Philipp Kern wrote:
 Package: ruby1.9.1
 Version: 1.9.3~rc1-2
 Severity: serious
 
 On Sat, Oct 08, 2011 at 10:00:23AM +, buildd on zandonai wrote:
  dpkg-gensymbols: warning: some symbols or patterns disappeared in the 
  symbols file: see diff output below
  dpkg-gensymbols: warning: debian/libruby1.9.1/DEBIAN/symbols doesn't match 
  completely debian/libruby1.9.1.symbols
  --- debian/libruby1.9.1.symbols (libruby1.9.1_1.9.3~rc1-2_s390)
  +++ dpkg-gensymbolsMk4RbV   2011-10-08 10:00:22.0 +
  @@ -584,9 +584,9 @@
rb_find_file_ext@Base 1.9.2.0
rb_find_file_ext_safe@Base 1.9.2.0
rb_find_file_safe@Base 1.9.2.0
  - rb_fix2int@Base 1.9.2.0
  +#MISSING: 1.9.3~rc1-2# rb_fix2int@Base 1.9.2.0

Yes, kind-of expected.

Do you know what's the correct way to handle different symbols on
different archs, without generating one symbols file per arch?

Lucas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#644705: FTBFS on s390: symbols out of sync

2011-10-08 Thread Philipp Kern
On Sat, Oct 08, 2011 at 01:04:06PM +0200, Lucas Nussbaum wrote:
 On 08/10/11 at 12:05 +0200, Philipp Kern wrote:
  Package: ruby1.9.1
  Version: 1.9.3~rc1-2
  Severity: serious
  
  On Sat, Oct 08, 2011 at 10:00:23AM +, buildd on zandonai wrote:
   dpkg-gensymbols: warning: some symbols or patterns disappeared in the 
   symbols file: see diff output below
   dpkg-gensymbols: warning: debian/libruby1.9.1/DEBIAN/symbols doesn't 
   match completely debian/libruby1.9.1.symbols
   --- debian/libruby1.9.1.symbols (libruby1.9.1_1.9.3~rc1-2_s390)
   +++ dpkg-gensymbolsMk4RbV 2011-10-08 10:00:22.0 +
   @@ -584,9 +584,9 @@
 rb_find_file_ext@Base 1.9.2.0
 rb_find_file_ext_safe@Base 1.9.2.0
 rb_find_file_safe@Base 1.9.2.0
   - rb_fix2int@Base 1.9.2.0
   +#MISSING: 1.9.3~rc1-2# rb_fix2int@Base 1.9.2.0
 
 Yes, kind-of expected.
 
 Do you know what's the correct way to handle different symbols on
 different archs, without generating one symbols file per arch?

You can annotate it with (arch=!s390 !...|optional) I think.

See geotranz for example.  (But that's C++.)

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature