Branches for Raring

Name Status Last Modified Last Commit
lp:ubuntu/raring/freebsd-buildutils 2 Mature 2012-10-20 20:32:44 UTC
22. Prototype fgetln and setmode since fr...

Author: Tim Gardner
Revision Date: 2012-06-26 20:25:37 UTC

Prototype fgetln and setmode since freebsd-glue and libbsd
don't do the right thing. This fixes an AMD64 FTBS where
the build filter complains about pointer conversions.
debian/patches/prototype-fgetln-and-setmode

Function `fgetln' implicitly converted to pointer at excludes.c:75
Function `setmode' implicitly converted to pointer at spec.c:229

Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors. Please correct them for your next upload.

More information can be found at:
http://wiki.debian.org/ImplicitPointerConversions

11 of 1 result