Port conflict with x11/libSM and misc/ossp-uuid
Dan Fitzpatrick
dan at eparklabs.com
Sat Feb 25 22:14:08 UTC 2012
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
make install clean
...
===> 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
make install clean
More information about the freebsd-bugs
mailing list