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

2018-03-22 Thread marius adrian popa
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 libicutest.59.1.dylib libicuuc.59.dylib libicui1

[Firebird-devel] 2 Cmake Build Issues fixed

2018-03-22 Thread marius adrian popa
These two can be closed http://tracker.firebirdsql.org/browse/CORE-5662 http://tracker.firebirdsql.org/browse/CORE-5661 -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

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

2018-03-22 Thread Alex Peshkoff via Firebird-devel
On 03/22/18 15:52, marius adrian popa wrote: It reached somewhere (Could not find acceptable ICU library) Is any ICU installed or not on travis build machine? If not try to install please. -- Check out the vibrant t

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 u

Re: [Firebird-devel] ALTER COLUMN and index rebuild

2018-03-22 Thread Mark Rotteveel
On 16-3-2018 15:06, Vlad Khorsun via Firebird-devel wrote:   Looking at bug CORE-5774 i found very odd behavior of engine: it seems it rebuilds indices in many unneeded cases, when almost any property of the indexed field is changed.   I understand that index should be rebuild in this case

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-22 Thread Elmar Haneke
> Do a debug build, enable crash dumps, post the full back trace from the > crashes. The first try to get an Debug-build did fail, it did build normal. The Stacktrace is > (lldb) thread backtrace all > * thread #1, stop reason = signal SIGSTOP >   * frame #0: 0x00011a495aef > fbintl.dylib`C

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

2018-03-22 Thread marius adrian popa
It reached somewhere (Could not find acceptable ICU library) https://travis-ci.org/mariuz/firebird/jobs/356852172#L8329 /Users/travis/build/mariuz/firebird/gen/Release/firebird/bin/isql -q -i /Users/travis/build/mariuz/firebird/src/dbs/metadata.sql can't format message 17:0 -- message file /Users

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

2018-03-22 Thread marius adrian popa
Thanks , merged doing a new build https://travis-ci.org/mariuz/firebird/builds/356852171 On Thu, Mar 22, 2018 at 1:58 PM, Vlad Khorsun via Firebird-devel < firebird-devel@lists.sourceforge.net> wrote: > 22.03.2018 13:21, marius adrian popa wrote: > >> sed part worked :) >> >> now another one >> >

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

2018-03-22 Thread Vlad Khorsun via Firebird-devel
22.03.2018 13:21, marius adrian popa wrote: sed part worked :) now another one https://travis-ci.org/mariuz/firebird/jobs/356795126 /Users/travis/build/mariuz/firebird/src/remote/../remote/SockAddr.h:101:2: error: Unknown value of AF_INET6 ! #error Unknown value of AF_INET6 ! Should be fi

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

2018-03-22 Thread marius adrian popa
sed part worked :) now another one https://travis-ci.org/mariuz/firebird/jobs/356795126 /Users/travis/build/mariuz/firebird/src/remote/../remote/SockAddr.h:101:2: error: Unknown value of AF_INET6 ! #error Unknown value of AF_INET6 ! On Thu, Mar 22, 2018 at 11:46 AM, marius adrian popa wrote:

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

2018-03-22 Thread marius adrian popa
I have made a few changes in my local fork https://github.com/FirebirdSQL/firebird/pull/148/commits/5bf437e7dc713741a8324d3472083ab2fa932655 Let's see if the build succeeds On Thu, Mar 22, 2018 at 11:09 AM, marius adrian popa wrote: > I have some issues with sed on macosx build , normally it s

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

2018-03-22 Thread marius adrian popa
I have some issues with sed on macosx build , normally it should call with INLINE_EDIT_SED https://travis-ci.org/mariuz/firebird/jobs/356389960 sed -n -e "s/.*btyacc: \(.*conflicts.*\)/\1/p" /Users/travis/build/mariuz/firebird/gen/y.txt > /Users/travis/build/mariuz/firebird/src/dsql/parse-confli

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 happ