ports/53665: graphics/showimg 0.8 beta 2 broken on 4.8-STABLE

Bartosz Fabianowski bartosz at fabianowski.de
Tue Jun 24 06:50:19 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list