[Firebird-devel] [FB-Tracker] Created: (CORE-6245) build fails with glibc-2.31

2020-02-10 Thread Treeve Jelbert (JIRA)
Environment: linux-5.5.2 glibc-2.31 gcc-9.2.0 Reporter: Treeve Jelbert [51/551] Building CXX object src/CMakeFiles/common.dir/common/classes/NoThrowTimeStamp.cpp.o FAILED: src/CMakeFiles/common.dir/common/classes/NoThrowTimeStamp.cpp.o /var/lib/sorcery/build/c++ -I/var/git

[Firebird-devel] [FB-Tracker] Created: (CORE-6056) overflow warings in some collations

2019-04-28 Thread Treeve Jelbert (JIRA)
: 3.0.5 Environment: linux, gcc-8.3.0 Reporter: Treeve Jelbert Priority: Minor /var/git/db/firebird3/src/intl/../intl/collations/xx885913lt.h:821:1: warning: conversion from 'USHORT' {aka 'short unsigned int'} to 'unsigned char:2'

Re: [Firebird-devel] -std=c++11 added to CXXFLAGS in 3.0 on linux

2017-01-20 Thread Treeve Jelbert
On Thu, 19 Jan 2017 13:41:54 +0100, Michal Kubecek wrote: > Hello, > > commit 52d9a05a0f3d ("Backport from master: Optimized hash function > for > lock manager and hash join") in B3_0_Release branch adds "-std=c++11" > to > CXXFLAGS on Linux. > > Is this change intentional? Is it something we wan

Re: [Firebird-devel] Android x86/arm64/x86_64 scripts and ports

2016-10-25 Thread Treeve Jelbert
On Tue, 25 Oct 2016 18:32:44 +0300, Egor Pugin wrote: > Why not cmake? It handles everything for you. > small problem with cmake From 2f0f7fa7f68f5e1c07a14c465c8d8ac7e07437b5 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Mon, 13 Jun 2016 20:44:30 +0200 Subject: [PATCH 4/5] pcmet.

[Firebird-devel] insert .. returning with IStatement

2016-07-30 Thread Treeve Jelbert
I am trying to do something like the attached sql using the IStatement interface. An ordinary select works fine, but there is no cursor returned in this case. There are no examples of this sort of thing, which would be helpful. Regards, Treeve create table master( id smallint generated by de

[Firebird-devel] fb3 cmake build fails - mssing file?

2016-06-12 Thread Treeve Jelbert
the cmake build for fb3 B3_0_Release refers to a non existant file $ git grep pc.*epp src/CMakeLists.txt:jrd/pcmet.epp src/CMakeLists.txt:jrd/pcmet.epp $ ls src/jrd/*.epp src/jrd/dfw.epp src/jrd/dyn_util.epp src/jrd/fun.epp src/jrd/ini.epp src/jrd/scl.epp src/jrd/dpm.epp src/jrd

[Firebird-devel] IBPP or what?

2016-04-26 Thread Treeve Jelbert
some time ago it was stated that the future of IBPP would be decided in a fwe days. I am about to start project using C++ and firebird3. What interface should I use? Regards, Treeve -- Find and fix application performan

Re: [Firebird-devel] src_bundle.sh

2016-03-28 Thread Treeve Jelbert
On Mon, 28 Mar 2016 18:07:43 +0300, marius adrian popa wrote: > On Mon, Mar 28, 2016 at 5:59 PM, Michal Kubecek > wrote: > >> On Mon, Mar 28, 2016 at 04:25:15PM +0200, Dimitry Sibiryakov wrote: >> > 28.03.2016 16:16, Jim Starkey wrote: >> > > nothing else was more suitable. >> > >> > But still cl

Re: [Firebird-devel] Git

2016-03-19 Thread Treeve Jelbert
On Wed, 16 Mar 2016 16:05:36 +0100, Paul Beach wrote: > Since some of us are newbies to git and github, I need to ask some > questions > as I would like to move onto git asap and stop using sourceforge and > svn. > > I had started looking at the Firebird 3 build and port for MacOS, and > am curio

[Firebird-devel] [FB-Tracker] Created: (CORE-5008) add missing cmake files to fb3 linux tarball

2015-11-11 Thread Treeve Jelbert (JIRA)
/ Porting Affects Versions: 3.0 RC 1 Environment: linux Reporter: Treeve Jelbert add missing cmake files to linux tarball -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[Firebird-devel] cmake build system

2015-11-11 Thread Treeve Jelbert
I have been happily using cmake to build fb3 on Linux. I was therefore disappointed to discover that the cmake files are not included in th fb3-rc1 tarball. Would it be possible to include them in RC2, possibly with a warning note? Regards, Treeve --

[Firebird-devel] git repo not updated since 25/10

2015-11-06 Thread Treeve Jelbert
the most recent update is 62417 Author: hvlad Date: Sun Oct 25 13:54:39 2015 + Fixed bug CORE-4968 : fbtrace.conf in FB30-HOME: missing equality sign ('=') between parameter "log_errors" and its default values ("false") https://github.com/FirebirdSQL/core.git --

[Firebird-devel] [FB-Tracker] Created: (CORE-4902) Assertion (m_format->fmt_length == m_data.getCount()) failure

2015-08-06 Thread Treeve Jelbert (JIRA)
Bug Components: UDF Affects Versions: 3.0 RC 1 Environment: linux-4.1.4 amd64 gcc-5.2.0 git commit f5a35a35e5e642c485a12b729993b5c17079ab3f Reporter: Treeve Jelbert Assert occurs while running migration scripts from old Paradox db. ISQL Version: LI-V3.0.0.31981-dev Fireb

Re: [Firebird-devel] cmake build on linux

2015-04-06 Thread Treeve Jelbert
On Mon, 6 Apr 2015 17:51:01 +0300, Egor Pugin wrote: > make copy_files thanks, this works when using 'cmake -G make' but not when using 'cmake -G Ninja' Any suggestions? > > On 6 April 2015 at 16:54, Treeve Jelbert wrote: >> as a fan of cmake, I was keen t

[Firebird-devel] cmake build on linux

2015-04-06 Thread Treeve Jelbert
as a fan of cmake, I was keen to try the cmake build with firebird. It all runs smoothly, but some of the targets are not processed. It appears that all targets marked as POST_BUILD are not executed. In particular, makeHeader and ibase.h are not created. Nor is security3.fdb. Is this because

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Treeve Jelbert
On Tue, 10 Mar 2015 11:57:49 +0100, Dimitry Sibiryakov wrote: > 10.03.2015 10:36, marius adrian popa wrote: >> My hope is that in the future to move all the repositories to >> github/git > >BTW, is it possible with GIT to have a single local copy of a > repository but several > working directo

[Firebird-devel] [FB-Tracker] Created: (CORE-4493) Index not found for RECREATE TRIGGER

2014-07-14 Thread Treeve Jelbert (JIRA)
-3.15.5 gcc-4.9.0 amd64 LI-T3.0.0.31224 Reporter: Treeve Jelbert Enter password: ISQL Version: LI-T3.0.0.31224 Firebird 3.0 Alpha 2 Use CONNECT or CREATE DATABASE to specify a database SQL> connect localhost:accounts; Server version: LI-T3.0.0.31224 Firebird 3.0 Alpha 2 LI-T3.0.0.31

[Firebird-devel] fb3 isql Segmentation fault

2014-04-29 Thread Treeve Jelbert
I regularly build fb3 and then run a script to drop and rebuild a database. The script terminates normally, but when I type 'show tables', isql crashes. This has been happening for some time. On restarting isql, the command works correctly. The script calls many other scripts and changes the outp

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
On Thursday 10 April 2014 18:39:50 Alex Peshkoff wrote: > > problem solved, > > > > firebird.conf had an obsolete restrict entry, but that was ignored > > previously > I'm afraid for me it's not completely solved. Please send me initial > files (when firebird.conf has an obsolete restrict entry).

Re: [Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
On Thursday 10 April 2014 15:33:18 Alex Peshkoff wrote: > On 04/10/14 14:08, Treeve Jelbert wrote: > > I have just rebuilt fb3, revision 59415 > > > > I now get the following error: > > > > ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 > > Use

[Firebird-devel] -IProvider::attachDatabase failed when loading mapping cache

2014-04-10 Thread Treeve Jelbert
I have just rebuilt fb3, revision 59415 I now get the following error: ISQL Version: LI-T3.0.0.31044 Firebird 3.0 Alpha 2 Use CONNECT or CREATE DATABASE to specify a database SQL> connect localhost:accounts; Statement failed, SQLSTATE = 28000 Access to database "/var/db/firebird/accounts.fdb" is

Re: [Firebird-devel] gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 build failure

2014-02-22 Thread Treeve Jelbert
On Friday 21 February 2014 17:43:44 Treeve Jelbert wrote: > gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 > internal Firebird consistency check (wrong record length (183), file: > vio.cpp line: 1250) > (E) /var/git/x86_64/firebird3/src/qli/help.epp:52: Couldn't access d

[Firebird-devel] gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 build failure

2014-02-21 Thread Treeve Jelbert
gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 internal Firebird consistency check (wrong record length (183), file: vio.cpp line: 1250) (E) /var/git/x86_64/firebird3/src/qli/help.epp:52: Couldn't access database HELP_DB = 'help.fdb' 1 error, no warnings make.rules:81: recipe for target '/var

Re: [Firebird-devel] Update ICU in Windows

2014-02-18 Thread Treeve Jelbert
On Monday 17 February 2014 20:39:38 Alex Peshkoff wrote: > On 02/17/14 20:27, Adriano dos Santos Fernandes wrote: > > On 17/02/2014 13:08, Dimitry Sibiryakov wrote: > >> 17.02.2014 17:01, Adriano dos Santos Fernandes wrote: > >>> - The data file is common for win32 and win64. If we include the bina

Re: [Firebird-devel] recent regression in fb3

2014-01-21 Thread Treeve Jelbert
On Tuesday 21 January 2014 18:32:24 Dimitry Sibiryakov wrote: > 21.01.2014 18:10, Treeve Jelbert wrote: > > A previous statement adds a constraint to a different table. > >Among previous statements is there a select from table mvt? there is: select ac,count(*) cnt,sum(amount)

[Firebird-devel] recent regression in fb3

2014-01-21 Thread Treeve Jelbert
I regularly run a set scripts to migrate an old Paradox db to Firebird. The scripts have the following pattern. 1.define original ddl 2.import data 3.alter tables 4.add indexes 5.rearrange data 6.check consistency 7.add views 8.delete old data Since a few days I get an error at stage 3, stating

[Firebird-devel] ICryptKeyCallback usage in ibase.h

2013-08-28 Thread Treeve Jelbert
gcc-4.81 gives warnings when compiling ibase.h from fb3 cc -c -I"/opt/firebird/include" -I"/usr/lib/perl5/site_perl/5.18.0/x86_64- linux/auto/DBI" -fno-strict-aliasing -pipe -fstack-protector - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -mtune=native -m64 - pipe -ffast-math -funroll-

[Firebird-devel] icu-5.11

2013-04-09 Thread Treeve Jelbert
there have been some changes in icu-5.11 I needed the following patch to build firebird against it. diff --git a/src/common/unicode_util.cpp b/src/common/unicode_util.cpp index 11a66a9..497a4b2 100644 --- a/src/common/unicode_util.cpp +++ b/src/common/unicode_util.cpp @@ -44,6 +44,12 @@ #includ

Re: [Firebird-devel] autoconf/automake/libtool warnings

2013-03-30 Thread Treeve Jelbert
On Monday 25 March 2013 13:08:22 marius adrian popa wrote: > rename is done , please test for any breakings that works. the only remaining warnig is libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. it all builds ok > > On Mon, Mar 11, 2013 at 12:49 PM,

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-20 Thread Treeve Jelbert
On Tuesday 19 March 2013 11:23:43 Alex Peshkoff wrote: > On 03/19/13 10:41, Dmitry Kovalenko wrote: > > File: src\common\config\config.cpp > > Line: 173 > > > > Correct: > > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, > > // > > security database name > > Yes, it's be

[Firebird-devel] security3.fdb unavailable database

2013-03-18 Thread Treeve Jelbert
I reconfigured firebird3 as follows; ./configure --prefix=/opt/firebird --with-fbconf=/etc/firebird When I start the firebird server I get # telinit run firebird3 start firebird3: Starting Firebird Server firebird3: success /etc/firebird//security3.fdb unavailable database I am not sure if

[Firebird-devel] [FB-Tracker] Created: (CORE-4066) jrd/exe.cpp - build failure

2013-03-18 Thread Treeve Jelbert (JIRA)
Environment: linux amd64 gcc-4.7.2 Reporter: Treeve Jelbert g++ -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -O3 -fno-omit-frame-pointer -I/var/git/x86_64/firebird3/src/include/gen -I/var/git/x86_64/firebird3/src/include -fno-rtti -march=native -mtune

[Firebird-devel] [FB-Tracker] Created: (CORE-4064) bulk_insert fails with boolean values - Invalid boolean value

2013-03-14 Thread Treeve Jelbert (JIRA)
Components: ISQL Affects Versions: 3.0.0 Environment: linux, amd64 Reporter: Treeve Jelbert SQL> set bulk_insert insert into x(a,b,c) values (?,?,?); BULK> ('f1',true, false) Invalid boolean value Stopped prematurely due to error in line 57 with text: (

[Firebird-devel] [FB-Tracker] Created: (CORE-4061) isql does not insert boolean values correctly, always shown as False

2013-03-12 Thread Treeve Jelbert (JIRA)
: Bug Components: ISQL Affects Versions: 3.0 Alpha 1 Environment: linux, amd64, gcc-4.7.2 Reporter: Treeve Jelbert Priority: Minor Server version: LI-T3.0.0.30262 Firebird 3.0 Unstable create table x( id smallint generated by default as identity, a

[Firebird-devel] autoconf/automake/libtool warnings

2013-03-11 Thread Treeve Jelbert
recent version of autoconf/automake/libtool complain about the firebird scripts aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `builds/make.new/config'. libtoolize: linking file

[Firebird-devel] git repo not updated

2013-01-09 Thread Treeve Jelbert
the git repository at git://github.com/asfernandes/firebird.git does not seem to have been updated since Dec 18, -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java

[Firebird-devel] Fwd: Re: [sqlalchemy] #2504: alternative driver for firebird

2012-09-24 Thread Treeve Jelbert
help requested! some time ago I submitted a request to add fbd support to sqlalchemy That is now being implemented, but they have encountered a problem on OSX. I know nothing about OSX, but it looks as if that version misses an entrypoint, BLOB_open. I am not sure which version of Firebird they

[Firebird-devel] FB_API_VER

2012-07-16 Thread Treeve Jelbert
both fb2.5 and fb3.0 report #define FB_API_VER 25 but fb3,0 also defines SQL_BOOLEAN is this normal? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat land

[Firebird-devel] fb3 cannot use icu-4.8.1

2011-08-17 Thread Treeve Jelbert
I am building the latest checkout of fb3 (version LI-T3.0.0.29527) and encounter the following error: make[3]: Entering directory `/var/git/x86_64/firebird3/gen' /var/git/x86_64/firebird3/gen/Release/firebird/bin/gbak -MODE read_only -R /var/git/x86_64/firebird3/builds/misc/metadata.gbak metadat

Re: [Firebird-devel] fb3 build problem regarding ISC_expand_filename

2011-07-29 Thread Treeve Jelbert
On Thursday 28 July 2011 17:18:00 Alex Peshkoff wrote: > On 07/27/11 23:07, Treeve Jelbert wrote: > > I am trying to build the latest checkout of fb3 > > > > on amd64 linux-2.6.39.3 , using gcc-4.6.1 and glibc-2.13 > > Treeve, I can't confirm problems from bo

[Firebird-devel] fb3 build problem regarding ISC_expand_filename

2011-07-27 Thread Treeve Jelbert
I am trying to build the latest checkout of fb3 on amd64 linux-2.6.39.3 , using gcc-4.6.1 and glibc-2.13 if NO_NFS is not set /var/git/firebird3/src/common/isc_file.cpp: In member function 'bool {anonymous}::Mnt::get()': /var/git/firebird3/src/common/isc_file.cpp:1478:12: error: 'buffer' was no

[Firebird-devel] some small build fixes

2011-07-27 Thread Treeve Jelbert
while trying to build fb3 on linux using gcc-4.5.1 and glibc-2.13, I encountered some small problems. The following patches fix these problems. diff --git a/src/common/call_service.cpp b/src/common/call_service.cpp index cada721..50fbbb4 100644 --- a/src/common/call_service.cpp +++ b/src/common

Re: [Firebird-devel] build problem - gpre - firebird3

2011-07-14 Thread Treeve Jelbert
On Wednesday 13 July 2011 14:07:14 Treeve Jelbert wrote: > I tried building firebird3 on linux - amd64, in order to test boolean > support using svn revision #53289 > > It appears that the makefile tries to link both gpre_meta_boot.o and > gpre/gpre_meta.o when building gpr

[Firebird-devel] build problem - gpre - firebird3

2011-07-13 Thread Treeve Jelbert
I tried building firebird3 on linux - amd64, in order to test boolean support using svn revision #53289 It appears that the makefile tries to link both gpre_meta_boot.o and gpre/gpre_meta.o when building gpre_boot I get the following error: make[3]: Entering directory `/var/git/x86_64/firebir

[Firebird-devel] column naming rules

2011-06-15 Thread Treeve Jelbert
I have been converting some code which was written to access a database from python. The origin code was for postgresql/sqlite but Firebird objects to some names of the type '_xyz'. Apparently the leading underscore has special meaning in Python. After changing the affected names, every seems