Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 01:04:06 -0400 (EDT)
From:      mi@aldan.algebra.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6381: xdelta port broken
Message-ID:  <199804220504.BAA00847@rtfm.ziplink.net>

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

>Number:         6381
>Category:       ports
>Synopsis:       does not compile on -current; does not install fakeglib.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 21 22:10:00 PDT 1998
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	recent current

>Description:

	1) Does not build: there needs to be ``#include <sys/types.h>''
	_before_ ``#include <sys/mman.h>'' This may be a problem
	with sys/mman.h itself, which does not know about mode_t
	on line 123 under _P1003_1B_VISIBLE

	2) The port does not instal fakeglib.h, but the installed xdelta.h
	tries to include it. This affects GIMP, among others.

>How-To-Repeat:

	Try building xdelta port for 1) . Try including xdelta.h for 2) 

>Fix:
	
	Add ``#include <sys/types.h>'' where necessary;
	cp worl/xdelta*/fakeglib.h /usr/local/include
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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