freebsd-buildutils 9.0-11ubuntu1 source package in Ubuntu

Changelog

freebsd-buildutils (9.0-11ubuntu1) quantal; urgency=low

  * 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
 -- Tim Gardner <email address hidden>   Tue, 26 Jun 2012 20:25:37 +0000

Upload details

Uploaded by:
Tim Gardner
Uploaded to:
Quantal
Original maintainer:
GNU/kFreeBSD Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
freebsd-buildutils_9.0.orig.tar.gz 639.0 KiB 31cec4393480bce1fd84ae591f16f55ec28419a44c683d390dbc9c35005295d4
freebsd-buildutils_9.0-11ubuntu1.debian.tar.gz 27.8 KiB a8056d5abf4b5399297185f946a54cafd261af2df37cebd019c5828a4b06a20a
freebsd-buildutils_9.0-11ubuntu1.dsc 2.1 KiB 99e7a3a47c730655fd2adecbaadf0e801bb0045e96c557864d90c537e2556134

View changes file

Binary packages built by this source

freebsd-buildutils: Utilities for building FreeBSD sources

 This package contains the FreeBSD counterparts of some standard build
 utilities (make, mkdep, lex ..)
 .
 They have some specific modifications needed to be able to build FreeBSD
 sources.