From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 03:20:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org 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 3D46D39D for ; Mon, 7 Oct 2013 03:20:33 +0000 (UTC) (envelope-from christopherhall.hsw@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14C6A2FF3 for ; Mon, 7 Oct 2013 03:20:33 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz1so6700227pad.2 for ; Sun, 06 Oct 2013 20:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=3EBYrL+4D9TsK+upOCuh7X8Uyxsbm/5U9sQ+gEeKKT8=; b=LEPV1F04zEh6Sbsckj9vCdVC+AQeaf92YisclbDqH61tUKUns7DpMc6IwK1PNNiVvf 5sx6F4zRvQSNtF25JPnn+NDKJM8twLrTHK23adZZVIQ3Tbl0jGrbBJvPRgl0M0+6KrR6 16/ChPHK5ZgtTH5xuF7+rH0katOZPUP+ruuMpxYy7hhsRenaRc5DoFuj7lMvTKNqfKw5 SM7pgTpdcSQz6Sx8exrPhaH4CgMLhZ2GcON1EMrP03+m+I+Vdw1CnqWTrp8zZEELVv0g KHq363n+ttU9uqk2P4mbmeFyNfXNTuaTwHSK06O1yXKjW0F83KusYLulo3omw07QV1kB reKg== X-Received: by 10.66.121.234 with SMTP id ln10mr29352607pab.20.1381116032779; Sun, 06 Oct 2013 20:20:32 -0700 (PDT) Received: from hsw-tp (118-163-120-175.HINET-IP.hinet.net. [118.163.120.175]) by mx.google.com with ESMTPSA id dq3sm29925469pbc.35.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 06 Oct 2013 20:20:32 -0700 (PDT) Date: Mon, 7 Oct 2013 11:20:23 +0800 From: Christopher Hall To: Bill Moran Subject: Re: PostgreSQL server bus error with uuid-ossp extension Message-ID: <20131007112023.1c20dca1@hsw-tp> In-Reply-To: <20131004083435.6197a8b61e728e356be79fba@potentialtech.com> References: <20131004154451.4a11d0dd@hsw-tp> <20131004083435.6197a8b61e728e356be79fba@potentialtech.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 03:20:33 -0000 Hello Bill, On Fri, 4 Oct 2013 08:34:35 -0400 Bill Moran wrote: > On Fri, 4 Oct 2013 15:44:51 +0800 > Christopher Hall wrote: > > > When running PostgreSQL with the uuid-ossp extension the server > > fails with signal 10 (bus error). > > http://pgfoundry.org/projects/uuid-freebsd/ Thanks for the information. I would sooner stay with the existing module so as to be compatible with Linux. Currently I am trying out a patch to misc/uuid-ossp so I can just compile the postgres-contrib unmodified. > > -- > Bill Moran -- Best regards. Christopher Hall