Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 09:21:20 GMT
From:      Pavlo Greenberg <dog@virtual.org.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184559: graphics/gpicview fails to build
Message-ID:  <201312070921.rB79LKBf097306@oldred.freebsd.org>
Resent-Message-ID: <201312070930.rB79U08h035468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184559
>Category:       ports
>Synopsis:       graphics/gpicview fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 07 09:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312070921.rB79LKBf097306>