Processed: Re: Bug#977421: rust-sha1collisiondetection: FTBFS on architectures with unsigned char

2020-12-15 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:rust-sha1collisiondetection 0.2.2-1
Bug #977421 [rust-sha1collisiondetection] rust-sha1collisiondetection: FTBFS on 
architectures with unsigned char
Bug reassigned from package 'rust-sha1collisiondetection' to 
'src:rust-sha1collisiondetection'.
No longer marked as found in versions 0.2.2-1.
Ignoring request to alter fixed versions of bug #977421 to the same values 
previously set
Bug #977421 [src:rust-sha1collisiondetection] rust-sha1collisiondetection: 
FTBFS on architectures with unsigned char
Marked as found in versions rust-sha1collisiondetection/0.2.2-1.

-- 
977421: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977421
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#977421: rust-sha1collisiondetection: FTBFS on architectures with unsigned char

2020-12-15 Thread Andrei POPESCU
Control: reassign -1 src:rust-sha1collisiondetection 0.2.2-1

On Lu, 14 dec 20, 18:13:04, Daniel Kahn Gillmor wrote:
> Package: rust-sha1collisiondetection
> Version: 0.2.2-1
> Severity: critical
> Control: forwarded -1 
> https://gitlab.com/sequoia-pgp/sha1collisiondetection/-/issues/1
> 
> Looks like rust-sha1collisiondetection code isn't as portable as
> upstream expected it to be.  It is failing on platforms with an unsigned
> char, with errors like:
> 
> ~~~
> error[E0308]: mismatched types
>--> lib/lib.rs:252:31
> |
> 252 | ...   input.as_ptr() as *const i8,
> |   ^^^ expected `u8`, found 
> `i8`
> |
> = note: expected raw pointer `*const u8`
>found raw pointer `*const i8`
> ~~~
> 
> This means that the package fails to build from source on arm, powerpc,
> riscv, and s390 architectures.
> 
> This is reported to upstream at
> https://gitlab.com/sequoia-pgp/sha1collisiondetection/-/issues/1 so
> hopefully they'll sort it out shortly.
> 
>  --dkg

Reassigning to correct (source) package.

Kind regards,
Andrei
-- 
Looking after bugs assigned to unknown or inexistent packages


signature.asc
Description: PGP signature


Bug#977421: rust-sha1collisiondetection: FTBFS on architectures with unsigned char

2020-12-14 Thread Daniel Kahn Gillmor
Package: rust-sha1collisiondetection
Version: 0.2.2-1
Severity: critical
Control: forwarded -1 
https://gitlab.com/sequoia-pgp/sha1collisiondetection/-/issues/1

Looks like rust-sha1collisiondetection code isn't as portable as
upstream expected it to be.  It is failing on platforms with an unsigned
char, with errors like:

~~~
error[E0308]: mismatched types
   --> lib/lib.rs:252:31
|
252 | ...   input.as_ptr() as *const i8,
|   ^^^ expected `u8`, found 
`i8`
|
= note: expected raw pointer `*const u8`
   found raw pointer `*const i8`
~~~

This means that the package fails to build from source on arm, powerpc,
riscv, and s390 architectures.

This is reported to upstream at
https://gitlab.com/sequoia-pgp/sha1collisiondetection/-/issues/1 so
hopefully they'll sort it out shortly.

 --dkg


signature.asc
Description: PGP signature