Date: Sun, 27 Oct 2013 13:27:33 GMT From: Henri Hennebert <hlh@restart.be> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183361: port lang/squeak can't compile if misc/e2fsprogs-libuuid is installed Message-ID: <201310271327.r9RDRX3I002716@oldred.freebsd.org> Resent-Message-ID: <201310271330.r9RDU0Eq088595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183361 >Category: ports >Synopsis: port lang/squeak can't compile if misc/e2fsprogs-libuuid is installed >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: Sun Oct 27 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henri Hennebert >Release: FreeBSD-10.0-BETA1 >Organization: NA >Environment: FreeBSD morzine.restart.bel 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256831: Mon Oct 21 13:58:42 CEST 2013 root@morzine.restart.bel:/usr/obj/usr/src/sys/MORZINE i386 >Description: If port misc/e2fsprogs-libuuid is installed, unix/plugins/UUIDPlugin/sqUnixUUID.c include <sys/uuid.h> AND /usr/local/include/uuid/uuid.h which are incompatible. >How-To-Repeat: >Fix: Add `patch-unix__plugins_UUIDPlugin_config.cmake' to /usr/ports/lang/sqeak/files Patch attached with submission follows: --- unix/plugins/UUIDPlugin/config.cmake.orig 2012-09-13 21:09:00.000000000 +0200 +++ unix/plugins/UUIDPlugin/config.cmake 2013-10-27 14:10:07.948211424 +0100 @@ -4,8 +4,8 @@ PLUGIN_FIND_INCLUDE (SYS_UUID sys/uuid.h) CONFIG_DEFINE (HAVE_SYS_UUID_H) -PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h) -CONFIG_DEFINE (HAVE_UUID_UUID_H) +#---PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h) +#---CONFIG_DEFINE (HAVE_UUID_UUID_H) PLUGIN_FIND_LIBRARY (UUID uuid) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310271327.r9RDRX3I002716>