Bug#820297: silly: FTBFS on several architectures

2016-04-08 Thread Tobias Frost
Package: src:silly
Followup-For: Bug #820297

Dear Muammar,  

in the hope this helps, I did de-filt the symbols and it seems that size_t 
changed from long to int:

One function that changed signature is: 
MemoryDataSource::MemoryDataSource(const byte* data, size_t size)

so the size_t change is:
- SILLY::MemoryDataSource::MemoryDataSource(unsigned char const*, unsigned 
long)@Base 0.1.0
+ SILLY::MemoryDataSource::MemoryDataSource(unsigned char const*, unsigned 
int)@Base 0.1.0-5

the second is also size_t related:
void PNG_read_function(png_structp png_ptr, png_bytep data, png_size_t length)
- SILLY::PNG_read_function(png_struct_def*, unsigned char*, unsigned long)@Base 
0.1.0
+ SILLY::PNG_read_function(png_struct_def*, unsigned char*, unsigned int)@Base 
0.1.0-5


-- 
tobi

- System Information:
Debian Release: 8.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.5-revert-done (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)



Bug#820297: silly: FTBFS on several architectures

2016-04-07 Thread Gianfranco Costamagna
Hi, FYI, some architectures are still FTBFS.
this seems to be some sort of symbols change in libpng, let me know if you
understand what went wrong with your package, I would like to understand it too

can it be related to some 32 bit architectures changes?

thanks,
Gianfranco



signature.asc
Description: OpenPGP digital signature


Bug#820297: silly: FTBFS on several architectures

2016-04-07 Thread Muammar El Khatib
On Thu, Apr 07, 2016 at 09:50:27AM +0200, Emilio Pozuelo Monfort wrote:
> Source: silly
> Version: 0.1.0-5
> Severity: serious
>
> Your package failed to build on several architectures with missing symbols:
>
> https://buildd.debian.org/status/package.php?p=silly
>
> Emilio

Thanks for the bug report. I have uploaded a new version that should address
this problem. After I check everything is OK I will proceed to close this
report.

Regards,
--
Muammar El Khatib.
http://muammar.me | http://proyectociencia.org



Bug#820297: silly: FTBFS on several architectures

2016-04-07 Thread Emilio Pozuelo Monfort
Source: silly
Version: 0.1.0-5
Severity: serious

Your package failed to build on several architectures with missing symbols:

https://buildd.debian.org/status/package.php?p=silly

Emilio