From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 27 13:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA940D80 for ; Sun, 27 Oct 2013 13:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90B8F2824 for ; Sun, 27 Oct 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RDU0f9088597 for ; Sun, 27 Oct 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9RDU0Eq088595; Sun, 27 Oct 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 27 Oct 2013 13:30:00 GMT Resent-Message-Id: <201310271330.r9RDU0Eq088595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henri Hennebert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FB7ED58 for ; Sun, 27 Oct 2013 13:27:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4F12814 for ; Sun, 27 Oct 2013 13:27:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9RDRXAb002720 for ; Sun, 27 Oct 2013 13:27:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9RDRX3I002716; Sun, 27 Oct 2013 13:27:33 GMT (envelope-from nobody) Message-Id: <201310271327.r9RDRX3I002716@oldred.freebsd.org> Date: Sun, 27 Oct 2013 13:27:33 GMT From: Henri Hennebert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183361: port lang/squeak can't compile if misc/e2fsprogs-libuuid is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 13:30:00 -0000 >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 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: