Subject: pkg/36771: Transmission 0.80 doesn't build...
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <Gilles@Gravier.org>
List: pkgsrc-bugs
Date: 08/11/2007 06:05:00
>Number:         36771
>Category:       pkg
>Synopsis:       Transmission 0.80 doesn't build.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 11 06:05:00 +0000 2007
>Originator:     Gravier.org Root
>Release:        NetBSD 3.1
>Organization:
Famille Gravier
>Environment:
System: NetBSD mailhost 3.1 NetBSD 3.1 (MAILHOST) #0: Fri May 25 13:28:50 CEST 2007 root@mailhost:/usr/src/sys/arch/i386/compile/MAILHOST i386
Architecture: i386
Machine: i386
>Description:
	When building the latest Transmission 0.80 from pkgsrc, it fails during compile time with the following error message :

Cc daemon.o
daemon.c: In function `main':
daemon.c:93: error: void value not ignored as it ought to be
Compile line for daemon.o was:
cc -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DSYS_NETBSD -DHAVE_OPENSSL -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -DHAVE_STRLCPY -DHAVE_STRLCAT -DHAVE_ASPRINTF -DHAVE_DIRNAME -DHAVE_BASENAME -I.. -o daemon.o -c daemon.c
gmake[2]: *** [daemon.o] Error 1
gmake[1]: *** [.daemon] Error 2
gmake: *** [all] Error 2
*** Error code 2


>How-To-Repeat:
	cd /usr/pkgsrc/*/Transmission
	make
>Fix:
	Ask package maintainer to fix.