Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2012 14:58:27 -0700
From:      Dan Fitzpatrick <dan@eparklabs.com>
To:        freebsd-bugs@freebsd.org
Subject:   Port conflict with x11/libSM and misc/ossp-uuid
Message-ID:  <11728C24-11C7-4F03-845D-4CD5597E08E1@eparklabs.com>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11728C24-11C7-4F03-845D-4CD5597E08E1>