Accepting request 108217 from home:k0da:ppc
- The perl 5.12 packages are compiled with -Duse64bitint, which means that IVs are 64-bits even on 32-bit architectures. When converting IVs, SWIG assumes that an IV is the same size as a long, which causes OverflowErrors with unsigned longs when the value is greater than 2^31. OBS-URL: https://build.opensuse.org/request/show/108217 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
d61fa65c83
commit
e65876f8c1
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 19:24:07 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
- The perl 5.12 packages are compiled with -Duse64bitint, which
|
||||
means that IVs are 64-bits even on 32-bit architectures. When
|
||||
converting IVs, SWIG assumes that an IV is the same size as a
|
||||
long, which causes OverflowErrors with unsigned longs when
|
||||
the value is greater than 2^31.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 09:15:47 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user