Re: [Firebird-devel] nbackup during TPC-H database generation(scale: 1GB)

2011-07-14 Thread Paul Beach
TS I ran a quick test of nbackup with Firebird 2.1.4 Classic 32-bit during TS The next TS level 1 backup hangs now, the delta file fills up and any other database TS attachments to the database hang as well, so no additional database TS attachments possible. 2.1.4 is old, use higher version.

Re: [Firebird-devel] url from headers

2011-08-23 Thread Paul Beach
It would not be appropriate for the project to change the License header, in any way. Which would be fine if the link actually went to Embarcadero but it seems that the inprise domains are now owned by advertising scammers? I think in this case changing it is appropriate as long as

Re: [Firebird-devel] url from headers

2011-08-23 Thread Paul Beach
Paul Beach wrote: It would not be appropriate for the project to change the License header, in any way. Which would be fine if the link actually went to Embarcadero but it seems that the inprise domains are now owned by advertising scammers? I think in this case changing

Re: [Firebird-devel] SF.net SVN: firebird:[54042]firebird/trunk/builds/posix

2012-02-25 Thread Paul Beach
Adriano, It was me who added these sed usages to makefiles, to let build work after header files removal. Some time later, I discovered gcc -MP: - This option instructs CPP to add a phony target for each dependency other than the main file, causing each to depend on nothing. These

[Firebird-devel] incomplete crash report

2012-06-15 Thread Paul Beach
The instructions I see for getting stack-traces all involve Dr. Watson, which isn't available anymore. I've found other apps, but they're finnicky and only seem useful to me if I'm diagnosing a reproducible, short- term crash in FB (I think I've submitted at least one stack-trace from that in

Re: [Firebird-devel] Can someone add info how to backtrace core-3740

2012-08-08 Thread Paul Beach
The question was when it will be increased the stack and if he can have a patch/build to try it http://firebird.1100200.n4.nabble.com/Firebird-bug-on-Mac-crashes-when-using-quot-IN-quot-lists-with-417-or-more-elements-td3001784. html On Wed, Aug 8, 2012 at 7:58 AM, marius adrian popa

Re: [Firebird-devel] Can someone add info how to backtrace core-3740

2012-08-08 Thread Paul Beach
The question was when it will be increased the stack and if he can have a patch/build to try it http://firebird.1100200.n4.nabble.com/Firebird-bug-on-Mac-crashes-when-using-quot-IN-quot-lists-with-417-or-more-elements-td3001784. html On Wed, Aug 8, 2012 at 7:58 AM, marius adrian popa

[Firebird-devel] Firebird 2.5.3?

2012-09-13 Thread Paul Beach
,current snapshot builds are prefixed with 2.5.3, and there is no sign regarding 2.5.2. What's the most recent strategy regarding the next stable post 2.5.1 release? I would have thought that snapshot = 2.5.3 might give you a clue about 2.5.2 - It just passed Q/A and RC1 will be available very

Re: [Firebird-devel] Database dialect and BIGINT in metadata

2012-10-31 Thread Paul Beach
I have no idea what to do (well, actually I have a very easy and good one, you know, it's to wipe dialect 1/2). I'd hate to split a single field in two to support something which should be removed +10 years ago. Dialect 1/2 logic was for supporting migration of interbase 5 to firebird 1.0 I

[Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Paul Beach
Markus I'm trying to build version 2.0.7 on OSX 10.8.2 (to create a Homebrew formula) but had no luck. This is what I tried so far: $ export CFLAGS='-m32 -arch i386' $ export CXXFLAGS='-m32 -arch i386' $ export LD_FLAGS='-m32 -arch i386' $ export MACOSX_DEPLOYMENT_TARGET=10.4 $ LIBTOOL=glibtool

Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Paul Beach
Its bizarre, but it looks like a format problem with epp files under the updated installation of the Darwin development tools - to get this to compile, when you get an .epp file error, just find the file, edit it with vi, and then save it(write/quit) Eventually all will compile. Whats

Re: [Firebird-devel] RFC: non-expandable fields

2013-04-04 Thread Paul Beach
i wrote this RFC by request of one local company which have (as many others) wrote own replicator and got some issues which could be resolved very easy with a little support from the Firebird engine side. I think we could discuss it and determine if requested feature could add some value to

Re: [Firebird-devel] license for examples wrong links

2013-07-19 Thread Paul Beach
The two links at IBPhoenix for the original license (IPL) http://www.ibphoenix.com/about/firebird/ipl and the (IDPL) http://www.ibphoenix.com/about/firebird/idpl Are true representatives of both licenses. The IPL is the original license, that was released along with the original source code

Re: [Firebird-devel] Firebird 3.0 Alpha 2 release is available fortesting

2014-02-02 Thread Paul Beach
No builds for macosx ? No... I am still in the process of trying to do the port... MacOSX gcc is broken (exception handling) - even the version in MacPorts AFAICS (64bit only) So am attempting to use clang... (latest version of XCode on Mavericks) Which brings its own problems... TLS

Re: [Firebird-devel] Firebird 3.0 Alpha 2 release is available fortesting

2014-02-20 Thread Paul Beach
No builds for macosx ? Just as an FYI. Thanks to assistance from Alex, we now have Firebird 3.0 building on MacOSX 10.8 with XCode 4.6.3 Regards Paul -- Managing the Performance of Cloud-Based Applications Take

Re: [Firebird-devel] Gpre and DYN

2014-03-18 Thread Paul Beach
On 18/03/2014 13:09, Claudio Valderrama C. wrote: People, GPRE's cmd.cpp and sql.cpp generate a lot of DYN commands. FB3 doesn't understand DYN. What should we do, disable those places in GPRE with an error message? Why the engine error message about unsupported DYN is not

Re: [Firebird-devel] DDL Triggers, how to retrieve type?

2014-05-23 Thread Paul Beach
- Any other suggestion? Drop dialect 1 support. Allow dialect 1 to have access to BIGINT fields. I don't have to work for this to happen, so I don't really have a say... but the question that arises is why? What are the reasons to continue to use dialect 1? Because there are large

Re: [Firebird-devel] DDL Triggers, how to retrieve type?

2014-05-23 Thread Paul Beach
On Fri, 23 May 2014 09:03:35 +0200, Paul Beach pbe...@ibphoenix.com wrote: - Any other suggestion? Drop dialect 1 support. Allow dialect 1 to have access to BIGINT fields. I don't have to work for this to happen, so I don't really have a say... but the question that arises is why

Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-06-24 Thread Paul Beach
within the SQL Standard. Exactly... we need to keep our default behaviour as is and create a new isolation level that supports the cursor stability in Read Committed that Nikolay wants. Regards Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24 32 32

Re: [Firebird-devel] Server-side plugins and character sets

2014-07-02 Thread Paul Beach
Just one tech detail - if we define such method somewhere in main interfaces set (like IUtl) would not it mean that fbclient library start to depend from ICU? Telling true there is _big_ desire to avoid such dependency, specially on windows. And on MacOSX. Regards Paul

[Firebird-devel] Firebird 3.0 on MacOSX

2014-09-09 Thread Paul Beach
Marius, An update, Firebird 3.0 now compiles on MacOSX (10.9.x) using clang etc under XCode 5.1 Am now working on the updated installer. Regards Paul Beach -- Want excitement? Manually upgrade your production database

[Firebird-devel] Firebird 3.0 on MacOSX

2014-09-19 Thread Paul Beach
I need to post this on devel to canvass some opinions re. Firebird 3.x on MacOSX. As you may know in firebird 3.0 on posix now relies on a OS pre-installed version of ICU for both development and runtime, rather than what was our own build of ICU. Although this has its inherent problems

Re: [Firebird-devel] Multiple instances under windows (wasRe:UsingFirebird 3, beta 1 - installer report)

2014-10-28 Thread Paul Beach
I don't know what the situation is on other platforms such as the mac. I am not prepared to even think about it. Trying to get an installer that can handle 3.0 is proving to be more complicated than it should be. Regards Paul

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Paul Beach
On 11/18/14 11:44, Ji?í ?in?ura wrote: Are you suggesting this become the basis for all Windows based builds going forward? I wasn't, but it moving from Visual Studio 2010 to 2013 (or the upcoming 2015) might be something to consider for the near future. And we *might* benefit from support

Re: [Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
I see. If architecture/i386/io.h is used, we need to add some #ifdefs here. Correct, otherwise the default Darwin build will be broken if that line is commented out. By the way did you try to build Firebird with cmake? Does it work? No, cureently we build using GNU Make and either gcc/g++ or

[Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
Using: --- src/isql/InputDevices.cpp (revision 60530) +++ src/isql/InputDevices.cpp (working copy) @@ -23,12 +23,12 @@ #include firebird.h #ifdef DARWIN -#if defined(i386) || defined(__x86_64__) -#include architecture/i386/io.h -#else +//#if defined(i386) || defined(__x86_64__) +//#include

[Firebird-devel] Start Firebird Service under OSX Yosemite

2015-02-17 Thread Paul Beach
and the related question with startup script issue http://stackoverflow.com/questions/28544413/start-firebird-service-under-osx-yosemite I am downloading Yosemite now. Regards Paul -- Download BIRT iHub F-Type - The

[Firebird-devel] Start Firebird Service under OSX Yosemite

2015-02-18 Thread Paul Beach
http://paulbeachsblog.blogspot.fr/2015/02/yosemite-superserver-and-startupitems.html Suffice to say I will be updating the installer to support this in due course. Regards Paul -- Download BIRT iHub F-Type - The Free

[Firebird-devel] (no subject)

2015-02-18 Thread Paul Beach
and the related question with startup script issue http://stackoverflow.com/questions/28544413/start-firebird-service-under-osx-yosemite I am downloading Yosemite now. Hmm - everything looks fine if you install SuperServer directly, i.e. SuperServer starts without a problem. But on reboot - it

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-30 Thread Paul Beach
I built 64-bit version of Firebird (OS X 10.10, AppleClang 6.0.0, Xcode 6.2). The symbol O_CLOEXEC is present, but as you see it has negative effect on socket() call. Ahh - good - that gets rid of one possible reason for failure. Perhaps FD_CLOEXEC instead? Paul

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-30 Thread Paul Beach
On 03/29/15 21:56, Egor Pugin wrote: Hi, Actually I didn't try to run Firebird on OS X before, but... I ran fbserver from Xcode and the standard socket() function cannot create socket. remote/inet.cpp:3060 fd = ::socket(domain, type | O_CLOEXEC, protocol); (The execution does not go into

Re: [Firebird-devel] Time to update our headers.

2015-03-05 Thread Paul Beach
The IPL license hosted on IBPhoenix was the license originally used, i.e. we hosted the original license that the InterBase code was released with (as Ann and I devised it). If I remember rightly the Inprise license was slightly modified after release. We also hosted the IDPL license

[Firebird-devel] Time to update our headers.

2015-03-04 Thread Paul Beach
http://www.ibphoenix.com/main.nfs?a=ibphoenixpage=ibp_idpl. is pointing to nothing. We need to update the files in the repository to point to the right location of the license or please suggest an alternative. I think that only FB v3 matters. ipl - http://www.ibphoenix.com/about/firebird/ipl

Re: [Firebird-devel] Time to update our headers.

2015-03-05 Thread Paul Beach
05.03.2015 16:13, Dimitry Sibiryakov wrote: We are talking about sources (particularly headers), no?.. I mean that if you are going to update headers to a new license URL, it would be better if it is official project's site URL, not IBPhoenix one. The IPL license hosted on IBPhoenix was

[Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-10 Thread Paul Beach
One issue is that bash firebird configure script detects host/target as i386-darwin on x86-64 osx so I had to use the 2.5.2 trick from libreoffice and force the build for darwin_x86_64 i*86-*-darwin*) MAKEFILE_PREFIX=darwin_x86_64 issue was libreoffice detects host to be darwin x86_64 and

[Firebird-devel] Re. Fix Firebird build against OS X SDK 10.11

2015-06-11 Thread Paul Beach
new small patch from libo https://github.com/LibreOffice/core/commit/a799d7c9a66464f33bd8ee42d535e29a976d64ae Paul please apply if consider as necessarily There will have been a reason why that particular flag was used The change for nodefaultlibs was added to fix a problem with gcc 4.1

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[62678] firebird/trunk/src/yvalve/why.cpp

2015-12-17 Thread Paul Beach
<< I do not want to rollback my commit as you demanded because it is required if IBPhoenix want to sell their crypt plugin to Firebird users. If Paul is ready to limit sales to Avalerion users only - no problem, I'll rollback it on his order.>> It would be nice to offer an ecryption plugin

[Firebird-devel] Solaris port

2016-02-04 Thread Paul Beach
Dimitry, <> AFAIK, 2.5 should build on both gcc and CC and this has been done relatively recently. The same should be true for AIX and HPUX. Regards Paul -- Site24x7 APM Insight: Get Deep Visibility into Application

Re: [Firebird-devel] Compiler for official Firebird 4 release on Windows

2016-02-29 Thread Paul Beach
>> There comes a time when some OSs/installs need to be recognized as *legacy*. > Such as Solaris, for example?.. Still alive and kicking I am afraid. Firebird 2.5 Compiles cleanly for Solaris and is in use. Paul --

Re: [Firebird-devel] ODP: Re: fb3 connections limit

2016-01-21 Thread Paul Beach
>> may i ask what is the reason of that limit on windows? > > http://tracker.firebirdsql.org/browse/CORE-4439 > That doesn't really answer the why :) It does if you google FD_SETSIZE and winsock https://msdn.microsoft.com/en-us/library/windows/desktop/ms739169%28v=vs.85%29.aspx Paul

Re: [Firebird-devel] ODP: Re: fb3 connections limit

2016-01-22 Thread Paul Beach
>Only constant FD_SETSIZE at compilation time which can by changed in code. See: src/remote/inet.cpp #ifdef WIN_NT #define FD_SETSIZE 2048 #endif Regards Paul -- Site24x7 APM Insight: Get Deep Visibility into

Re: [Firebird-devel] Git

2016-03-18 Thread Paul Beach
> > e.g. > > git checkout -b mac-port B3_0_Release > > You need "git clone" before that (just once for all the subsequent work). I have got as far as that - I am now trying to work out exactly what I need to do to start committing some of my changes for the Mac Port for 3.0 back into git... now

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
> Having just checked - Clang (LLVM) 3.5 is installed via XCode on my Mac. So thats OK. Paul --

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
> < Linux). > Is it a problem for us ?>> > > An interesting question, I do know of a few users who continue to use AIX and > HPUX and > who actively build on 2.5... Will we still have AIX and HPUX users by the > time we release > Firebird 4.0 - I don't know. <> Just an observation.

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
>> in new codebase (v4) we going to use atomic operations more intensively than >> before. The question is: could we use standard features of C++11 or should >> choose some 3rd party library (such as libatomic_ops) for it ? >> >> The main concern about C++11 atomics is - if all platforms

[Firebird-devel] gpre and boolean fields

2016-03-03 Thread Paul Beach
>Do you agree that support for boolean fields in gpre is a good thing? If somebody provides the support, then I am unlikely to complain, strangely enough I do know a few users who continue to use gpre. Regards Paul

Re: [Firebird-devel] Improve compilation on OS X El Capitan

2016-03-02 Thread Paul Beach
> Is there anything wrong with my previous message? No > Should I do things differently? No > Is compiling Firebird on OS X El Capitan supported? Yes - it worked (with some minor issues) the last time I looked at it. I intend to sort out the port of FB3 now that RC2 is about to be released

Re: [Firebird-devel] Firebird 3 on MacOS not working as an embedded server

2017-02-24 Thread Paul Beach
> I think placed plugins/libEngine12.dylib one level above (not beneath) my bin > folder, and now my CREATE statement works! Hmm the default build for Firebird on MacOSX creates a framework, and all the libraries/binaries (where applicable - libfbclient) have the framework location built into

Re: [Firebird-devel] LibreOffice 5.3.0 is using firebird 3.0

2017-02-09 Thread Paul Beach
On 9-2-2017 11:03, Paul Beach wrote: > "Since a future version of firebird will have a backwards compatibility > module, some future version of LibreOffice (embedding this future > version of firebird) will also be able to open these older files." > > < and ear

Re: [Firebird-devel] LibreOffice 5.3.0 is using firebird 3.0

2017-02-09 Thread Paul Beach
> LibreOffice Release notes > > https://wiki.documentfoundation.org/ReleaseNotes/5.3#Base > > And hackernews > > https://news.ycombinator.com/item?id=13542234 "Since a future version of firebird will have a backwards compatibility module, some future version of LibreOffice (embedding this future

Re: [Firebird-devel] alloc.h global operator new replacement violating alignment requirements

2017-02-17 Thread Paul Beach
On 17/02/2017 09:39, Stephan Bergmann wrote: > On 02/17/2017 12:24 PM, Alex Peshkoff wrote: >> On 02/17/17 14:15, Stephan Bergmann wrote: >> >> This idea seems to be much better than DEBUG_GDS_ALLOC: >> >>> Since LibreOffice builds intended for widespread distribution are on >>> Linux usually done

Re: [Firebird-devel] C++11 features

2016-09-01 Thread Paul Beach
>As I was said, it would drop out some platforms such as HPUX and Solaris > where compilers don't support C++11 standard. >> Are these platforms that significant anymore for Firebird? Still used (and maintained) by some customers (and IBPhoenix) on 2.5 > Are there more than 1000 Firebird

Re: [Firebird-devel] When will version 3.0 be available for Mac OS X ?

2016-09-29 Thread Paul Beach
> Probably when I find time to finish the work I have started. But I am not sure when that will be. Firebird 3 compiles on MacOS if you install all the right stuff in the right places (ICU, libtommatch etc) and set the appropriate

Re: [Firebird-devel] Building Firebird 3.0 sometimes fails with aSIGSEGV in gfix

2016-10-27 Thread Paul Beach
> When building Firebird 3.0 as part of LibreOffice (on Linux), it > occasionally happens that the build fails with > > ... > > rm -f ../../gen/examples/employee.fdb > > ./empbuild ../../gen/examples/employee.fdb > > creating database ../../gen/examples/employee.fdb > > Turning forced writes off

Re: [Firebird-devel] Firebird3 build fails on MacOsX

2016-11-11 Thread Paul Beach
> http://paulbeachsblog.blogspot.fr/2016/03/dyldlibrarypath-and-el-capitan.html Regards Paul -- Developer Access Program for

Re: [Firebird-devel] When will version 3.0 be available for Mac OS X ?

2016-11-28 Thread Paul Beach
> >From my notes (so far): ICU Amend config/mh-darwin Note install-path LD_SONAME ## Compiler switches to embed a library name and version informationifeq ($(ENABLE_RPATH),YES) LD_SONAME = -Wl,-compatibility_version

[Firebird-devel] Firebird 3.x on MacOS

2017-03-01 Thread Paul Beach
A question by Vlad has prompted me to write this brief message... Some of you may have noticed that we have no official installer for Firebird 3.x on MacOSX... to date thats been down to me, and on my todo list when I get enough time. I have started work on it but I haven't been able to finish

Re: [Firebird-devel] Firebird 3.x on MacOS

2017-03-01 Thread Paul Beach
I will try and do my best to revisit the MacOS build once 3.0.2 comes out (which is likely to be very shortly). Regards Paul -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Firebird-devel] Firebird 3.0.3 for MacOSX

2017-07-20 Thread Paul Beach
A beta version of a 64bit Firebird 3.0.3 for MacOSX is now available as a download http://www.ibphoenix.com/download/firebird/30 for those of you who might be interested in trying it. Regards Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24 32 32

Re: [Firebird-devel] hello world example of gpre requested

2017-07-05 Thread Paul Beach
<> I have some cobol samples - on paper. I have used gpre fairly extensively over the years, but you are right in terms of deprecation, it doesn't support new features and its very long in the tooth. Adding cobol support to Firebird by doing a build isn't complicated, a simple ./configure

[Firebird-devel] Firebird 3.x MacOSX

2017-07-06 Thread Paul Beach
Et al, I have a beta installer of 64bit Firebird 3.0.3 running on MacOSX. It runs by default as SuperServer currently (as it should) with no simple way to switch to Classic. That work needs to be finished. If any one wants copy to download an install and test - please email me. Regards Paul

[Firebird-devel] Something of interest to some perhaps....

2017-08-02 Thread Paul Beach
pwd = /Users/pbeach/30ios/gen/Release/firebird/lib MacPro:lib pbeach$ file libfb* libfbclient.dylib.3.0.3: Mach-O dynamically linked shared library arm_v7 Regards Paul -- Check out the vibrant tech community on one of

Re: [Firebird-devel] gpre cobol can't access memory segfault with trace

2017-06-18 Thread Paul Beach
> I ran a back trace on it as per Brian Tiffin's suggestion at gnucobol. I > was able to use gdb. I believe gnucobol is an implementation of opencobol, in which case this is probably relevant... http://www.ibphoenix.com/resources/documents/search/doc_382 Regards Paul

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
Karol, <> Then please feel free to add an item to the tracker, and we will see... If there is enough interest maybe people would be prepared to fund the development work... Regards Paul -- Check out the vibrant tech

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
> But since nobody seemed to want it, I stopped work on it. > Its not a simple exercise > Thats your opinion, I did a port for firebird 2.x a few years ago...

Re: [Firebird-odbc-devel] ODBC connection problem

2018-01-17 Thread Paul Beach
Please take a look at this... https://www.ibphoenix.com/files/installing_firebird_odbc_driver.pdf Regards Paul -Original Message- From: Angel Tomov [mailto:angeltomov1...@gmail.com] Sent: 17 January 2018 11:12 To: firebird-odbc-devel@lists.sourceforge.net Subject: [Firebird-odbc-devel]

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
Mario, <

Re: [Firebird-devel] Firebird 3.0.3 build on Fedora rawhide icu 60.2

2018-02-27 Thread Paul Beach
Philippe, > firebird-3.0.3.32900 doesn't build on Fedora rawhide with icu 60.2 > > Any idea on how to fix it ? > > error: 'char16_t' does not name a type; did you mean 'charset'? > error: 'UChar' does not name a type; did you mean 'UChar32'? > > etc.. > > Log: > >

Re: [Firebird-devel] Firebird 3 embedded om iOS

2018-07-26 Thread Paul Beach
> I am sorry if this has been covered somewhere already, but I would like to > know what it would take run Firebird 3 > embedded on iOS. An appropriate build for iOS. Its not impossible and is in fact perfectly feasible, I just think no-one has really tried to do it. Regards Paul

Re: [Firebird-devel] ? Firebird 3 embedded om iOS?

2018-08-01 Thread Paul Beach
> > Thank you very much for the answer. Adrian Marius Popa wrote in > > October a blog post regarding Firebird 3 (and 2.5) on iOS: > > https://mapopa.blogspot.com/2017/10/firebird-3-on-apple-ios.html?m=1 > > > > The blog post contains little information other than that it is > > possible. For

Re: [Firebird-devel] ? Firebird 3 embedded om iOS?

2018-08-01 Thread Paul Beach
> > > Thank you very much for the answer. Adrian Marius Popa wrote in > > > October a blog post regarding Firebird 3 (and 2.5) on iOS: > > > https://mapopa.blogspot.com/2017/10/firebird-3-on-apple-ios.html?m=1 > > > > > > The blog post contains little information other than that it is > > >

Re: [Firebird-devel] Suppress database encryption callback

2018-04-13 Thread Paul Beach
> 13.04.2018 17:01, Mark Rotteveel wrote: > > Let me rephrase: exactly what causes Firebird to perform a callback to the > > client, and > > what must a KeyHolderPlugin do to make sure no callback is performed. > >Firebird calls client callback when key holder in keyCallback() calls the >

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-27 Thread Paul Beach
> >> For some reason compile stopped with an error when including ICU. > >> Therefore I did install ICU to /usr/local > > What was the error? > /Applications/Xcode.app/Contents/Developer/usr/bin/make -f > ../gen/Makefile.refDatabases ref_databases > rm -f -f msg.fdb > echo create database

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-22 Thread Paul Beach
> An real debug-build did make the crash vanish therefore no further > stacktrace. > > After switching to -O0 the problem is vanished, with -O1 it does fail Right and thats the right thing to do - I found and fixed this for 2.5.8 release - thats why I asked what optimisation level you were

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-21 Thread Paul Beach
> >> After compiling firebird 2.5.8 on latest MacOS I run into problem that > >> win1252 charset seems to crash software when using embedded to open > >> local database file. > >> > >> When charset is specified on connect crash does happen there. > >> When connect is done using UTF8 crash does

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-21 Thread Paul Beach
> After compiling firebird 2.5.8 on latest MacOS I run into problem that > win1252 charset seems to crash software when using embedded to open > local database file. > > When charset is specified on connect crash does happen there. > When connect is done using UTF8 crash does happen as soon as an

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-22 Thread Paul Beach
> >> After compiling firebird 2.5.8 on latest MacOS I run into problem that > >> win1252 charset seems to crash software when using embedded to open > >> local database file. > >> > >> When charset is specified on connect crash does happen there. > >> When connect is done using UTF8 crash does

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-23 Thread Paul Beach
> > Where did you get the code you are using from? Ideally you should have got > > it > > from github B2_5_Release. > > It's not from Github but official tarbal fom firebirdsql.org. Which does not contain the few changes I added to make it build properly after 2.5.8 was released on Linux and

Re: [Firebird-devel] some issues with sed on macosx firebird master

2018-03-23 Thread Paul Beach
> > icu is installed > > > > ls /usr/local/opt/icu4c/lib > > > > icu libicuio.59.1.dylib libicutu.59.dylib > > libicudata.59.1.dylib libicuio.59.dylib libicutu.a > > libicudata.59.dylib libicuio.a libicutu.dylib > > libicudata.a libicuio.dylib libicuuc.59.1.dylib > > libicudata.dylib

Re: [Firebird-devel] Build, install and test 3.0 on Debian 10

2019-06-13 Thread Paul Beach
> I try to make and test "my own" build with Debian 10. First with default > settings, just execute "autogen.sh", "make" and "make install" without > any modification. At the last step I got the next problem: > > > Firebird 3.0.5.33140-0.amd64 Installation > > Press Enter to start

Re: [Firebird-devel] How to fb 3.0.4 embedde in android with delphi 10.2

2019-09-18 Thread Paul Beach
> I don't know about Android, but Windows and Linux

Re: [Firebird-devel] MacOS build

2019-10-24 Thread Paul Beach
Adriano, > I'm trying to setup github-actions with MacOS build. > Guess what? Errors after errors. > Is the master code supposed to build without patches? I haven't looked at building MacOS on master, mainly because its a port, so I wait until the code stabilises before I start working on it so

Re: [Firebird-devel] MacOS build sometimes hangs

2019-11-28 Thread Paul Beach
> More or less related question. As far as I know latest builds done by > Paul Beach were done using llvm. gcc had some problems. May be try llvm > instead it? Alex is correct, LLVM/Clang is now the default compiler on MacOS, and thats what we currently use to build Firebird. Paul

Re: [Firebird-devel] MacOS build sometimes hangs

2019-11-28 Thread Paul Beach
> On 28/11/2019 05:57, Paul Beach wrote: > >> More or less related question. As far as I know latest builds done by > >> Paul Beach were done using llvm. gcc had some problems. May be try llvm > >> instead it? > > Alex is correct, LLVM/Clang is now the defa

Re: [Firebird-devel] LibreOffice Patch : Can't use System V semaphores in a sandboxed macOS process

2021-02-23 Thread Paul Beach
> Not really https://github.com/FirebirdSQL/firebird/commit/6ec7a10aa3b772527320729b6c67d6bc83258d39= Paul Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Invalid SPB

2021-07-20 Thread Paul Beach
> > BTW, anybody remembers the reason why version 2 has two values - > > isc_spb_version, isc_spb_current_version - at the beginning? > > > > Sooner of all this should be asked in Borland / Inprise - that was so in > IB6.0. No obvious explanation but its the best you will get

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-25 Thread Paul Beach
Mark, > On 23-07-2021 10:26, Mark Rotteveel wrote: > > On 23-07-2021 10:06, Vlad Khorsun wrote: > >> 23.07.2021 10:50, Mark Rotteveel wrote: > >>> Hi, > >>> > >>> Last week a question was asked on firebird-java regarding a JVM crash > >>> on Linux when Firebird Embedded is used in combination

Re: [Firebird-devel] MacOS problem with dlclose

2022-01-25 Thread Paul Beach
> On 24/01/2022 06:50, Alex Peshkoff via Firebird-devel wrote: > > On 1/24/22 12:28, Alex Peshkoff via Firebird-devel wrote: > > > >> for FB3 and may be fb4 option 1 is a way to go. > > > > BTW, looks like we have 3.0.9 release soon. > > > > As I talked earlier, FB 3 apparently was not

Re: [Firebird-devel] isc_dpb_dbkey_scope

2022-05-19 Thread Paul Beach
>How is subj supposed to work? I see that it forces engine to start a > transaction and that's all. It maintains all the rdb$db_key values for the length of a connection - i.e. they are not allowed to change. An internal transaction gets started for this. It was introduced to support Cognos'

[Firebird-devel] [FB-Tracker] Created: (CORE-4966) Firebird installer fails on El Capitan (MacOSX 10.11)

2015-10-19 Thread Paul Beach (JIRA)
: Installation Affects Versions: 2.5.4 Environment: El Capitan - MacOSX 10.11 - Released 30th Sep 2015 Reporter: Paul Beach Firebird MacOSX installer fails on the latest release of OSX. Apple have finally deprecated the installer format we use. A new installer needs