On Sun, Mar 07, 2004 at 09:47:01PM -0500, Joey Hess wrote: > Autobuild of d-i on ia64 is failing like this, do you know what the > message means? > > bdftobogl -b ./tmp/netboot/unifont.bdf > tmp/netboot/tree/unifont.bgf.tmp > bogl_write_font failed > make[7]: *** [tmp/netboot/tree/unifont.bgf] Error 1
It means I had a brain fart. Thanks for the pointer. name_len = strlen (font->name) + 1; name_pad = sizeof (int) - (name_len % sizeof (long)); if (name_pad == sizeof (long)) name_pad = 0; er... that first (int) should be (long), or that quantity may end up negative on ia64. I'll upload a fix now. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]