Public bug reported:
Binary package hint: ciso
There is a memory allocation failure running ciso on amd64.
I found a solution to solve the problem.
Use the following patch on ciso.h:
31c31
< unsigned long header_size; /* +04 : header size (==0x18)
*/
---
> unsigned int header_size; /* +04 : header size (==0x18)
> */
33c33
< unsigned long block_size; /* +10 : number of compressed
block size */
---
> unsigned int block_size; /* +10 : number of compressed
> block size */
e */
Regards
Alessandro Pacifici
** Affects: ciso (Ubuntu)
Importance: Undecided
Status: New
--
ciso fail memory allocation on amd64
https://bugs.launchpad.net/bugs/163308
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs