From owner-freebsd-ports-bugs@FreeBSD.ORG  Mon Apr 30 17:25:04 2007
Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG>
X-Original-To: freebsd-ports-bugs@FreeBSD.org
Delivered-To: freebsd-ports-bugs@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9DA1116A401;
	Mon, 30 Apr 2007 17:25:04 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from outbound2.mail.tds.net (outbound2.mail.tds.net [216.170.230.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 5D66A13C48A;
	Mon, 30 Apr 2007 17:25:04 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from outaamta02.mail.tds.net (outaamta02.mail.tds.net
	[216.170.230.32])
	by outbound2.mail.tds.net (8.13.6/8.13.4) with ESMTP id l3UENjqB030479; 
	Mon, 30 Apr 2007 09:23:45 -0500
Received: from [192.168.0.2] (really [69.131.20.28])
	by outaamta02.mail.tds.net with ESMTP
	id <20070430142340.XSYF21812.outaamta02.mail.tds.net@[192.168.0.2]>;
	Mon, 30 Apr 2007 09:23:40 -0500
Message-ID: <4635FBEA.3050503@smithers.neuro.mcw.edu>
Date: Mon, 30 Apr 2007 09:23:38 -0500
From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
User-Agent: Thunderbird 1.5.0.10 (X11/20070326)
MIME-Version: 1.0
To: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
References: <200704240020.l3O0KD5t050749@freefall.freebsd.org>
	<57a8850e0704281437m545e7e44w826b6db72b91ecc5@mail.gmail.com>
In-Reply-To: <57a8850e0704281437m545e7e44w826b6db72b91ecc5@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-ports-bugs@FreeBSD.org, Renato Botelho <renato@galle.com.br>,
	Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/112058: [PATCH] databases/fpc-ibase: Does not compile with
 ibase option
X-BeenThere: freebsd-ports-bugs@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, 
	<mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs>
List-Post: <mailto:freebsd-ports-bugs@freebsd.org>
List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, 
	<mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Apr 2007 17:25:04 -0000

Jose Alonso Cardenas Marquez wrote:
> 2007/4/23, Edwin Groothuis <edwin@freebsd.org>:
>> Synopsis: [PATCH] databases/fpc-ibase: Does not compile with ibase 
>> option
>>
>> Responsible-Changed-From-To: freebsd-ports-bugs->acm
>> Responsible-Changed-By: edwin
>> Responsible-Changed-When: Tue Apr 24 00:20:12 UTC 2007
>> Responsible-Changed-Why:
>> Over to maintainer
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=112058
>>
>
> Rejected, I think that it isn't a real fpc-ibase problem, because you
> could compile firebird first and try to install fpc-ibase later,
> otherwise you could ask to kris@ or maybe skv@ about what they
> use/modify/set to compile the firebird-client without problems on
> FreeBSD (I know that it exists), The pointyhat cluster didn't report
> any problem building fpc-ibase port.
>
> http://pointyhat.freebsd.org/errorlogs/i386-5-latest-logs/fpc-ibase-2.0.4_1.log 
>
> http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/fpc-ibase-2.0.4_1.log 
>
>
> Greetings
> ACM

I *can't* compile firebird first.  Here's the tail of my attempt"

~~~~~~~~~~~~~~~~~~~

The Firebird2 package has been configured with the following options:

Architecture : ClassicServer
       Debug : disabled
  64 bit I/O : enabled
 Raw devices : disabled
Lock manager : enabled
Service name : gds_db
Service port : 3050
GPRE modules : c_cxx.cpp

 Install Dir : /var/db/firebird

Now type `make' to compile Firebird2
===>  Building for firebird-client-1.5.3
==> Please do not build firebird as 'root' because this may cause 
conflicts with SysV semaphores of running services.
*** Error code 1

Stop in /usr/ports/databases/firebird-client.
<<<ROOT@sculpin>>> /usr/ports/databases/firebird-client 360 #

~~~~~~~~~~~~~~~~~~~

I get the same result on every system I've tried, which includes 5.4R, 
PCBSD 1.3, and 6.2R.  These are all fresh-out-of-the-box ports trees.  I 
don't know how pointyhat is getting around this problem, but it would 
seem that some special settings are required to make it work, which 
isn't very user-friendly.

If the conflict with semaphores is still an issue, there probably isn't 
much we can do about the firebird port right now, which is why I 
suggested disabling it by default.

Regards,

    Jason