From nobody@FreeBSD.org  Sat Dec  7 09:21:22 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 8FA98643
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  7 Dec 2013 09:21:22 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 61D3E1024
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  7 Dec 2013 09:21:22 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB79LKj5097332
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 7 Dec 2013 09:21:20 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB79LKBf097306;
	Sat, 7 Dec 2013 09:21:20 GMT
	(envelope-from nobody)
Message-Id: <201312070921.rB79LKBf097306@oldred.freebsd.org>
Date: Sat, 7 Dec 2013 09:21:20 GMT
From: Pavlo Greenberg <dog@virtual.org.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/gpicview fails to build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jmohacsi@bsd.hu

>Number:         184559
>Category:       ports
>Synopsis:       graphics/gpicview fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 07 09:30:00 UTC 2013
>Closed-Date:    Sun Jan 19 15:30:52 UTC 2014
>Last-Modified:  Sun Jan 19 15:30:52 UTC 2014
>Originator:     Pavlo Greenberg
>Release:        FreeBSD 10.0-BETA4 amd64
>Organization:
>Environment:
root@dog:~ # uname -a
FreeBSD dog 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258774: Sat Nov 30 20:53:08 EET 2013     root@dog:/usr/obj/usr/src/sys/DOG  amd64
>Description:
'make install' in /usr/ports/graphics/gpicview fails with the following error:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

GPicView....................... : Version 0.2.4

Prefix..........................: /usr/local

The binary will be installed in /usr/local/bin

http://lxde.org/

===>  Building for gpicview-0.2.4
gmake[2]: Entering directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4'
Making all in src
gmake[4]: Entering directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4/src'
  CC       gpicview-gpicview.o
  CC       gpicview-image-list.o
  CC       gpicview-main-win.o
main-win.c:381:9: error: non-void function 'main_win_open' should return a value [-Wreturn-type]
        return;
        ^
main-win.c:510:36: warning: if statement has empty body [-Wempty-body]
        if( mw->animation_timeout );
                                   ^
main-win.c:510:36: note: put the semicolon on a separate line to silence this warning
1 warning and 1 error generated.
gmake[4]: *** [gpicview-main-win.o] Error 1
gmake[4]: Leaving directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/graphics/gpicview/work/gpicview-0.2.4'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/gpicview
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/gpicview
>How-To-Repeat:
Try to do 'make install' in /usr/ports/graphics/gpicview directory on FreeBSD 10.0-BETA4 amd64 with default system compiler.
>Fix:
I have no idea.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 7 09:30:15 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184559 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jmohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184559: graphics/gpicview fails to build
Date: Sat, 7 Dec 2013 09:30:14 UT

 Maintainer of graphics/gpicview,
 
 Please note that PR ports/184559 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184559
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Sun Jan 19 15:30:51 UTC 2014 
State-Changed-Why:  
Fix suggested in ports/184634 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184559 
>Unformatted:
