[Firebird-devel] [FB-Tracker] Created: (CORE-4323) FB 2.1.5 64bits Windows zip kit misses fbsvcmgr.exe

2014-01-23 Thread Carlos H. Cantu (JIRA)
FB 2.1.5 64bits Windows zip kit misses fbsvcmgr.exe --- Key: CORE-4323 URL: http://tracker.firebirdsql.org/browse/CORE-4323 Project: Firebird Core Issue Type: Bug Components: Installa

Re: [Firebird-devel] BuildRequires: libstdc++-static on epel7

2014-01-23 Thread marius adrian popa
Ok i understand so static libstdc++.so.6 is not needed anymore On Thu, Jan 23, 2014 at 11:17 AM, Alex Peshkoff wrote: > On 01/23/14 13:06, marius adrian popa wrote: >> For example ldd for fbserver in tar.gz >> >> opt  firebird  bin  $ ldd ./fbserver >> ... >> libstdc++.so.6 => /usr/lib/x86_6

Re: [Firebird-devel] commit 59064: broken build

2014-01-23 Thread Alex Peshkoff
On 01/23/14 14:35, Alex Peshkoff wrote: > On 01/23/14 12:53, Philippe Makowski wrote: >> Hi, >> >> seems that the commit 59064 about "Fixed CORE-4321: Regression: ISQL >> does not destroy the SQL statement" broke the build process. >> >>From the log : >> for sql in /home/vagrant/firebirdtrunk/s

Re: [Firebird-devel] commit 59064: broken build

2014-01-23 Thread Alex Peshkoff
On 01/23/14 12:53, Philippe Makowski wrote: > Hi, > > seems that the commit 59064 about "Fixed CORE-4321: Regression: ISQL > does not destroy the SQL statement" broke the build process. > > From the log : > for sql in /home/vagrant/firebirdtrunk/src/msgs/msg.sql > /home/vagrant/firebirdtrunk/src/

[Firebird-devel] commit 59064: broken build

2014-01-23 Thread Philippe Makowski
Hi, seems that the commit 59064 about "Fixed CORE-4321: Regression: ISQL does not destroy the SQL statement" broke the build process. From the log : for sql in /home/vagrant/firebirdtrunk/src/msgs/msg.sql /home/vagrant/firebirdtrunk/src/msgs/facilities2.sql /home/vagrant/firebirdtrunk/src/msg

Re: [Firebird-devel] BuildRequires: libstdc++-static on epel7

2014-01-23 Thread Alex Peshkoff
On 01/23/14 13:06, marius adrian popa wrote: > For example ldd for fbserver in tar.gz > > opt  firebird  bin  $ ldd ./fbserver > ... > libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 > (0x7f0e4bf08000) This is dynamic library. And yes, all our binaries except libfbclient are u

Re: [Firebird-devel] BuildRequires: libstdc++-static on epel7

2014-01-23 Thread marius adrian popa
For example ldd for fbserver in tar.gz opt  firebird  bin  $ ldd ./fbserver ... libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x7f0e4bf08000) On Wed, Jan 22, 2014 at 9:01 PM, Philippe Makowski wrote: > 2014/1/22 marius adrian popa : >> I observed that libstdc++-static is re