Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2003 18:43:38 +1200 (NZST)
From:      Bartosz Fabianowski <bartosz@fabianowski.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53665: graphics/showimg 0.8 beta 2 broken on 4.8-STABLE
Message-ID:  <200306240643.h5O6hcuD020696@undo.chillt.de>
Resent-Message-ID: <200306240650.h5O6oHri099976@freefall.freebsd.org>

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

>Number:         53665
>Category:       ports
>Synopsis:       graphics/showimg 0.8 beta 2 broken on 4.8-STABLE
>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:   Mon Jun 23 23:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bartosz Fabianowski <bartosz@fabianowski.de>
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD undo.chillt.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat May 17 18:24:07 NZST 2003 undo@undo.chillt.de:/usr/obj/usr/src/sys/UNDO i386
>Description:
While trying to build showimg 0.8.20030305 from the ports tree, make dies with:

In file included from batchrenamer.h:23,
                 from rename.h:28,
                 from rename.cpp:20:
/usr/include/utime.h:40: syntax error before `;'

This seems to be due to utime.h not including time.h on 4-STABLE and can be worked around by exchanging the order of the two following lines in batchrenamer.h:

#include <utime.h>
#include <time.h>

However, after this "fix", make chokes on the next problem:

In file included from qtiffio.cpp:20:
/usr/include/sys/mman.h:141: type specifier omitted for parameter

With this one, I am not sure what the problem is.
	
>How-To-Repeat:
	
Try to make graphics/showimg version 0.8.20030305 from ports on 4-STABLE.
>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:



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