pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43383: Building x11/libunique-1.1.6 fails on solaris 10
The following reply was made to PR pkg/43383; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43383: Building x11/libunique-1.1.6 fails on solaris 10
Date: Sat, 29 May 2010 13:21:40 +0200
On Sat, May 29, 2010 at 11:15:00AM +0000,
daniel.vergien%googlemail.com@localhost wrote:
> gmake[4]: Entering directory
> `/root/tmp/workobjdir-gcc-current/x11/libunique/work/libunique-1.1.6/unique/bacon'
> CC libunique_bacon_la-uniquebackend-bacon.lo
> cc1: warnings being treated as errors
> uniquebackend-bacon.c: In function 'find_file_with_pattern':
> uniquebackend-bacon.c:123: error: missing sentinel in function call
This is a bug in the C header files. NULL is supposed to be a pointer
expression for C and it seems like it isn't. Please verify that first.
> uniquebackend-bacon.c:189: error: format '%d' expects type 'int', but
> argument 4 has type 'pid_t'
This is a missing cast and a real bug.
Joerg
Home |
Main Index |
Thread Index |
Old Index