Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81588 - ebuild for Firebird open source ODBC driver
Summary: ebuild for Firebird open source ODBC driver
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 01:49 UTC by Axel Reimann
Modified: 2021-08-19 22:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
odbcfb-2.0.3.154 ebuild (odbcfb-2.0.3.154.ebuild,1.87 KB, text/plain)
2015-04-22 23:07 UTC, William L. Thomson Jr.
Details
files/odbcfb.ini the ini file for the odbc driver to be in files directory (odbcfb.ini,158 bytes, text/plain)
2015-04-22 23:08 UTC, William L. Thomson Jr.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Reimann 2005-02-11 01:49:35 UTC
An ebuild for an ODBC driver working with the Firebird DB
would be a nice thing to have parallel to the already 
existing JDBC ebuilds.

An open source driver is available at IBPhoenix' web site
( http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_60_odbc )
for the Win32 and Linux platform coming with a rather free
licence:

quote:
-----------------------------------------------------------------------------
Legal stuff you need to cast a cursory glance at

The driver is available under the Initial Developers Public Licence (IDPL). This is a variation of the InterBase Public Licence (IPL). You can see the licence here.
Main point to take on board is that the essence of the licence is Mozilla (as is the IPL), allowing free compilation and distribution of the code. The licence obviously allows IBPhoenix to retain ownership and copyright of the code. However, unlike the IPL, there is no restrictive schedule appended.
-----------------------------------------------------------------------------
end quote
Comment 1 Łukasz Damentko (RETIRED) gentoo-dev 2008-10-30 16:23:22 UTC
Reassigning to maintainer-needed since wltjr has left Gentoo, bug #135927.
Comment 2 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-13 14:53:47 UTC
This is maintainer-wanted stuff
Comment 3 William L. Thomson Jr. 2015-04-22 23:07:33 UTC
Created attachment 401842 [details]
odbcfb-2.0.3.154 ebuild
Comment 4 William L. Thomson Jr. 2015-04-22 23:08:08 UTC
Created attachment 401844 [details]
files/odbcfb.ini the ini file for the odbc driver to be in files directory
Comment 5 William L. Thomson Jr. 2015-08-14 19:31:52 UTC
The ebuild is also available here, https://github.com/Obsidian-StudiosInc/os-xtoo/tree/master/dev-db. I will be updating that from time to time, and not updating the ones attached to bug. I might make those obsolete or something.
Comment 6 Thomas J. Moore 2021-08-19 22:40:15 UTC
Given that the last commit was in Jan 2019, I wonder if this project hasn't been abandoned upstream, in favor of Jaybird, which only covers half the functionality (the JDBC part).  I know how keen Gentoo is on removing such projects from portage, regardless of whether or not they work, so I guess this will never be let in.  Also, the bug report is obsolete, given that there appears to no longer be a JDBC driver for Firebird in portage.

In any case, there are several pull requests that probably need to be considered (one of which I noticed and fixed myself for my personal ebuild, which I will not upload here), and at least one critical issue scheduled for a 2.0.6 that never happened:

https://github.com/FirebirdSQL/firebird-odbc-driver/issues/195
https://github.com/FirebirdSQL/firebird-odbc-driver/commit/bdabf7ef3d8cfdd1a4cb55f40a0d603447619d04

Without this, inserting booleans and integers, and probably others, leads to random results on x86-64.