Václav Ovsík <[EMAIL PROTECTED]> writes:

> Hi,
>
> On Thu, Feb 21, 2008 at 12:23:40PM +0100, Bastian Blank wrote:
>> Package: ustr
>> Version: 1.0.3-2
>> Severity: serious
>> 
>> There was an error while trying to autobuild your package:
>> 
>> > Automatic build of ustr_1.0.3-2 on debian-31.osdl.marist.edu by 
>> > sbuild/s390 98
>>...
>
> Thanks for report.
>
> Whole build-logs: http://buildd.debian.org/build.php?pkg=ustr

 It looks like my ENOMEM checks are failing. IIRC s390 is 31 bit? and
those are designed for 32 bit ... so no big surprise I guess :(.
 Probably the best instant fix is to just surround parts of
T/ctst_99_64bit.c with #ifndef __s390__ or whatever.

 The arm failure is interesting, it'd be nice to see what sizeof("") and
sizeof(struct Ustr) are on that platform. I'm guessing there's some
kind of alignment/padding on the struct Ustr ... it probably works
anyway, if the struct is bigger, so you could try commenting that line
out.

 The alpha failure is a GCC bug, I think, much like:

https://bugzilla.redhat.com/show_bug.cgi?id=402511

> I'm maintainer only (not DD), so I have no access to real S390 machine.
> (http://db.debian.org/machines.cgi). The package ustr was uploaded by my
> sponsor Kees Cook. I have sought some information about support for
> debugging on S390 (http://www.debian.org/ports/s390/,
> http://lists.debian.org/debian-s390/), but only interesting information
> I caught is existence of the Hercules - S390 emulator. :)  Ok, I will
> try to study documentation and to boot Debian on emulator. If there is
> an easier way, let me know please.
> Regards
> -- 
> Zito

-- 
James Antill -- [EMAIL PROTECTED]
http://www.and.org/and-httpd/ -- $2,000 security guarantee
http://www.and.org/ustr/
http://www.and.org/vstr/


Reply via email to