Re: [HACKERS] uuids on freebsd

2008-12-25 Thread David Fetter
On Wed, Dec 24, 2008 at 10:08:01AM -0800, David Lee Lambert wrote: > On Dec 17, 2:30 pm, Andrew Gierth wrote: > > Has anyone ever managed to get uuid generation working on FreeBSD? [...] > > > > ([...] The only solution I could come up with was to knock > > off a quick uuid-freebsd module that use

Re: [HACKERS] uuids on freebsd

2008-12-24 Thread David Lee Lambert
On Dec 17, 2:30 pm, Andrew Gierth wrote: > Has anyone ever managed to get uuid generation working on FreeBSD? [...] > > ([...] The only solution I could come up with was to knock > off a quick uuid-freebsd module that uses the base system uuid > functions rather than the ossp ones. I could put thi

Re: [HACKERS] uuids on freebsd

2008-12-18 Thread Andrew Gierth
> "Andrew" == Andrew Gierth writes: Andrew> I get a segfault too if I force misc/ossp-uuid to build with Andrew> -fPIC: [...] Andrew> I can try this on another box with a debug-enabled pg build Andrew> later. The problem, unsurprisingly, is that the call to uuid_create in contrib/uuid-o

Re: [HACKERS] uuids on freebsd

2008-12-18 Thread Andrew Gierth
> "Peter" == Peter Eisentraut writes: > Andrew Gierth wrote: >> Has anyone ever managed to get uuid generation working on FreeBSD? >> There seems to be no way to build contrib/uuid-ossp successfully, >> and no apparent agreement anywhere as to whether this is problem >> with pg or with t

Re: [HACKERS] uuids on freebsd

2008-12-18 Thread Peter Eisentraut
Andrew Gierth wrote: Has anyone ever managed to get uuid generation working on FreeBSD? There seems to be no way to build contrib/uuid-ossp successfully, and no apparent agreement anywhere as to whether this is problem with pg or with the misc/ossp-uuid port. So what's the problem? Error messa

[HACKERS] uuids on freebsd

2008-12-17 Thread Andrew Gierth
Has anyone ever managed to get uuid generation working on FreeBSD? There seems to be no way to build contrib/uuid-ossp successfully, and no apparent agreement anywhere as to whether this is problem with pg or with the misc/ossp-uuid port. (I tried this, without success, a couple of weeks back in r