Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2005 19:48:53 GMT
From:      Michael Nottebrock <lofi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/88406: devel/apr picks up e2fsprogs header and fails to compile
Message-ID:  <200511021948.jA2Jmr9c043395@www.freebsd.org>
Resent-Message-ID: <200511021950.jA2JoGKV050817@freefall.freebsd.org>

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

>Number:         88406
>Category:       ports
>Synopsis:       devel/apr picks up e2fsprogs header and fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 02 19:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.4-STABLE
>Organization:
FreeBSD
>Environment:
FreeBSD kiste 5.4-STABLE FreeBSD 5.4-STABLE #1: Sun Oct 16 18:16:21 CEST 2005     root@kiste:/usr/obj/usr/src/sys/KISTE-UP  i386  
>Description:
/bin/sh /usr/ports/devel/apr/work/apr-1.2.2/libtool --silent --mode=compile i386-portbld-freebsd5.4-gcc -g -O2   -DHAVE_CONFIG_H    -I./include -I/usr/ports/devel/apr/work/apr-1.2.2/include/arch/unix -I./include/arch/unix -I/usr/ports/devel/apr/work/apr-1.2.2/include  -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
In file included from /usr/include/uuid.h:34,
                 from misc/unix/rand.c:42:
/usr/include/sys/uuid.h:70: conflicting types for `uuid_t'
/usr/local/include/uuid/uuid.h:42: previous declaration of `uuid_t'
In file included from misc/unix/rand.c:42:
/usr/include/uuid.h:49: conflicting types for `uuid_compare'
/usr/local/include/uuid/uuid.h:71: previous declaration of `uuid_compare'
misc/unix/rand.c: In function `apr_os_uuid_get':
misc/unix/rand.c:68: incompatible type for argument 1 of `uuid_generate'
misc/unix/rand.c:70: incompatible type for argument 2 of `memcpy'
gmake[1]: *** [misc/unix/rand.lo] Fehler 1
gmake[1]: Leaving directory `/usr/ports/devel/apr/work/apr-1.2.2'
gmake: *** [all-recursive] Fehler 1
*** Error code 2


/usr/local/include/uuid/uuid.h is a header installed by the e2fsprogs port.
>How-To-Repeat:
Install sysutils/e2fsprogs, then try to install devel/apr.         
>Fix:
              
>Release-Note:
>Audit-Trail:
>Unformatted:



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