From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 25 22:14:08 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96DD61065673 for ; Sat, 25 Feb 2012 22:14:08 +0000 (UTC) (envelope-from dan@eparklabs.com) Received: from mx4.eparklabs.com (mx4.eparklabs.com [69.48.224.84]) by mx1.freebsd.org (Postfix) with ESMTP id 719668FC13 for ; Sat, 25 Feb 2012 22:14:08 +0000 (UTC) Received: from mx4.eparklabs.com (localhost [127.0.0.1]) by mx4.eparklabs.com (Postfix) with ESMTP id D795761DE3 for ; Sat, 25 Feb 2012 21:58:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at eparklabs.com Received: from mx4.eparklabs.com ([127.0.0.1]) by mx4.eparklabs.com (mx4.eparklabs.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sjlfMsMr7G7M for ; Sat, 25 Feb 2012 21:58:35 +0000 (UTC) Received: from [10.20.30.101] (unknown [50.21.204.210]) by mx4.eparklabs.com (Postfix) with ESMTPSA id EA14561DE8 for ; Sat, 25 Feb 2012 21:58:34 +0000 (UTC) From: Dan Fitzpatrick Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 25 Feb 2012 14:58:27 -0700 Message-Id: <11728C24-11C7-4F03-845D-4CD5597E08E1@eparklabs.com> To: freebsd-bugs@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: Port conflict with x11/libSM and misc/ossp-uuid X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 22:14:08 -0000 Not sure if this is the best place to send a port conflict bug. Please = redirect me if it should go somewhere else. On: kern.ostype: FreeBSD kern.osrelease: 9.0-RELEASE kern.osrevision: 199506 kern.version: FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 (VirtualBox installation) After installing misc/ossp-uuid (part of PostgreSQL 9.1 Server with UUID = option on) Then the following port fails: cd /usr/ports/x11/libSM=20 make install clean ... =3D=3D=3D> Building for libSM-1.2.0,1 make all-recursive Making all in src CC sm_auth.lo CC sm_client.lo CC sm_error.lo CC sm_genid.lo sm_genid.c: In function 'SmsGenerateClientID': sm_genid.c:115: error: storage size of 'uuid' isn't known sm_genid.c:118: error: too many arguments to function 'uuid_create' sm_genid.c:119: error: 'uuid_s_ok' undeclared (first use in this = function) sm_genid.c:119: error: (Each undeclared identifier is reported only once sm_genid.c:119: error: for each function it appears in.) sm_genid.c:122: warning: implicit declaration of function = 'uuid_to_string' sm_genid.c:122: warning: nested extern declaration of 'uuid_to_string' sm_genid.c:115: warning: unused variable 'uuid' *** Error code 1 Stop in /usr/ports/x11/libSM/work/libSM-1.2.0/src. *** Error code 1 Stop in /usr/ports/x11/libSM/work/libSM-1.2.0. *** Error code 1 Stop in /usr/ports/x11/libSM/work/libSM-1.2.0. *** Error code 1 Stop in /usr/ports/x11/libSM. *** Error code 1 FIX: cd /usr/ports/misc/ossp-uuid make deinstall cd /usr/ports/x11/libSM=20 make install clean