Bug 112058 - [PATCH] databases/fpc-ibase: Does not compile with ibase option
Summary: [PATCH] databases/fpc-ibase: Does not compile with ibase option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 01:20 UTC by Jason Bacon
Modified: 2007-04-29 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (413 bytes, patch)
2007-04-24 01:20 UTC, Jason Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bacon 2007-04-24 01:20:04 UTC
fpc-ibase will not build with default options, because one of its dependencies
(firebird-client) refuses to build as root.  This also affects upstream fpc
ports such as fpc-fcl and fpc-units.

===>   fpc-ibase-2.0.4_1 depends on shared library: fbembed.1 - not found
===>    Verifying install for fbembed.1 in /usr/ports/databases/firebird-client
===>  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.
*** Error code 1

Stop in /usr/ports/databases/fpc-ibase.new.

Fix: I suggest setting the ibase option in fpc-ibase default to OFF until the
issue with compiling firebird-client can be resolved.  This will at least
prevent the ibase problem from wreaking havoc for fpc users who don't 
need it.
How-To-Repeat: 
cd /usr/ports/databases/fpc-ibase
make
accept default options
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-24 01:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2007-04-28 22:37:36 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-29 06:20:26 UTC
State Changed
From-To: open->closed

Rejected by maintainer.