[Firebird-devel] [FB-Tracker] Created: (CORE-5383) Dependencies in Package not recognised

2016-10-27 Thread Rainer Hornung (JIRA)
Dependencies in Package not recognised -- Key: CORE-5383 URL: http://tracker.firebirdsql.org/browse/CORE-5383 Project: Firebird Core Issue Type: Bug Affects Versions: 3.0.1 Reporter: Rainer

[Firebird-devel] Building Firebird 3.0 sometimes fails with a SIGSEGV in gfix

2016-10-27 Thread Stephan Bergmann
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 > Couldn't turn

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] Building Firebird 3.0 sometimes fails with aSIGSEGV in gfix

2016-10-27 Thread marius adrian popa
Could you show the CFLAGS? It might be related https://github.com/Obsidian-StudiosInc/os-xtoo/issues/1#issuecomment-188736865 It seems frame-pointer generation is required for Firebird build. On Thu, Oct 27, 2016 at 11:18 AM, Paul Beach wrote: > > When building Firebird 3.0 as part of LibreOff

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

2016-10-27 Thread marius adrian popa
If you have Android build example with cmake please add a Readme On Tue, Oct 25, 2016 at 6:32 PM, Egor Pugin wrote: > Why not cmake? It handles everything for you. > > On 25 October 2016 at 16:55, marius adrian popa wrote: > > I have added the makefile needed for Android x86/arm64/x86_64 > > >

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

2016-10-27 Thread Stephan Bergmann
On 10/27/2016 10:27 AM, marius adrian popa wrote: > Could you show the CFLAGS? > > It might be > related > https://github.com/Obsidian-StudiosInc/os-xtoo/issues/1#issuecomment-188736865 > > It seems frame-pointer generation is required for Firebird build. The LibreOffice build system doesn't pass

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

2016-10-27 Thread Egor Pugin
See this message posted almost 2y ago: https://sourceforge.net/p/firebird/mailman/message/33272622/ You can still find android, ios instructions in corresponding sections on that bitbucket link. ( https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home ) On 27 October 2016 at 12:08, marius adri

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

2016-10-27 Thread marius adrian popa
Thank you Nice that Android Studio has support for cmake :) https://developer.android.com/ndk/guides/cmake.html On Thu, Oct 27, 2016 at 4:39 PM, Egor Pugin wrote: > See this message posted almost 2y ago: > https://sourceforge.net/p/firebird/mailman/message/33272622/ > > You can still find and

[Firebird-devel] [FB-Tracker] Created: (CORE-5384) Plugin manager fails to provide appropriate config information when name of configuration file is set in plugins.conf

2016-10-27 Thread Alexander Peshkov (JIRA)
Plugin manager fails to provide appropriate config information when name of configuration file is set in plugins.conf - Key: CORE-5384 URL: http://

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

2016-10-27 Thread Alex Peshkoff
On 10/27/16 10:57, Stephan Bergmann wrote: > 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/emplo

[Firebird-devel] [FB-Tracker] Created: (CORE-5385) Attempt to change number of buffers in DB header leads to crash (either using gfix -b ... or fbsvcmgr prp_page_buffers ... ). Only 4.0 SuperServer is

2016-10-27 Thread Pavel Zotov (JIRA)
Attempt to change number of buffers in DB header leads to crash (either using gfix -b ... or fbsvcmgr prp_page_buffers ... ). Only 4.0 SuperServer is affected. -