Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-28 Thread FreeMan
Hello, fpc r31436 lazarus r49722 Two times I tested, removed all fpc and lazarus folder, then make and run lazbuild, all of them working, and IDE not lock now. working normally. just let you know. regards -- ___ Lazarus mailing list Lazarus@lists.laz

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 11:51, Aradeonas wrote: > > Why? The list is never ending. Walled Garden mentality, more like iOS than a desktop, keyboard shortcuts kill me, keyboard layout drives me nuts (vital keys completely missing too), single menu causes more mouse clicks, over complicated "app bundles" (som

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-19 Thread FreeMan
On 19.08.2015 13:37, Graeme Geldenhuys wrote: On 2015-08-19 09:22, FreeMan wrote: This "bisect" command if I'm not mis understood, can not update defined version's file(s). I have no idea what that means. r49611, r49612 has a problem, last version is r49686. if I upgrade to r49686 my lazarus

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-19 Thread Aradeonas
> I don't know who is crazy enough to actually do development on OSX > period! ;-)  That platform gives me way to many grey hairs. Why? Regards, Ara -- http://www.fastmail.com - Accessible with your email software or over the web -- __

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 09:22, FreeMan wrote: > This "bisect" command if I'm not mis understood, can not update defined > version's file(s). I have no idea what that means. > Another strange thing, is just me use svn version on osx all over the > world ? :D I don't know who is crazy enough to actually

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-19 Thread FreeMan
Thank you Graeme and Juha This "bisect" command if I'm not mis understood, can not update defined version's file(s). If this is true, I think this not good solution for me, 'cos that file(s) can change later or depended file(s) need changed code of course this possibility. svn version nearly ev

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-18 Thread Graeme Geldenhuys
On 2015-08-18 14:35, FreeMan wrote: > I use to use svn, in my plan change to use "git" but need time for > learning and change to scripts. 'git bisect' is your friend. http://git-scm.com/book/en/v1/Git-Tools-Debugging-with-Git#Binary-Search This makes it so easy to find an offending commit. If

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-18 Thread Juha Manninen
On Tue, Aug 18, 2015 at 4:35 PM, FreeMan wrote: > warning message is bored just if you use to see everytime. Maybe help to > find bug so I wrote. I remember that, wrote before. > I think no need to bug report, if some one working on this bug. I don't think anybody is working on it. Nobody could e

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-18 Thread FreeMan
Thank you Juha, warning message is bored just if you use to see everytime. Maybe help to find bug so I wrote. I remember that, wrote before. I think no need to bug report, if some one working on this bug. I use to use svn, in my plan change to use "git" but need time for learning and change to

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-18 Thread Juha Manninen
On Sun, Aug 16, 2015 at 2:05 PM, FreeMan wrote: > In terminal, make then lazbuild so many result like this > .Warning: (5066) Symbol "." is deprecated: "Use the > function in LazFileUtils unit" LazFileCache unit and some others units as > well. The wrapper functions are deprec

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-16 Thread FreeMan
On 15.08.2015 18:33, Mattias Gaertner wrote: Sounds as if the bug was not introduced after 49639. Does the lock happen with fpc 2.6.4? Mattias and the end, I found bug (I hope) before goes mad. osx tosemite 10.10.5 qtx64 fpc svn r31326 lazarus r49600 I can say stable for me. r49611: In term

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-15 Thread Mattias Gaertner
On Sat, 15 Aug 2015 18:06:16 +0300 FreeMan wrote: > I can not be sure, I'm nearly goes mad. > in 49639 from terminal, run make then lazbuild then start IDE all of > them is okey. My project builded in IDE and can debug it. just for check > try build IDE from IDE's "Tool" menu, builded lazarus p

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-15 Thread FreeMan
I can not be sure, I'm nearly goes mad. in 49639 from terminal, run make then lazbuild then start IDE all of them is okey. My project builded in IDE and can debug it. just for check try build IDE from IDE's "Tool" menu, builded lazarus packages then my packs, but locked again. I'm terminate laz

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-15 Thread Mattias Gaertner
On Sat, 15 Aug 2015 16:21:08 +0300 FreeMan wrote: > I did. But I wrote, IDE lock. > I'm still testing, lazarus r49639 work normal. I mean, make then > lazbuild then in IDE my project builded. and debuging. Do you mean that something broke between 49639 and 49665? Mattias -- _

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-15 Thread FreeMan
I did. But I wrote, IDE lock. I'm still testing, lazarus r49639 work normal. I mean, make then lazbuild then in IDE my project builded. and debuging. On 15.08.2015 15:59, Mattias Gaertner wrote: On Sat, 15 Aug 2015 15:51:47 +0300 FreeMan wrote: [...] Conflict discovered in '/opt/lazarus/co

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-15 Thread Mattias Gaertner
On Sat, 15 Aug 2015 15:51:47 +0300 FreeMan wrote: >[...] > Conflict discovered in > '/opt/lazarus/components/leakview/languages/heaptrcview.ru.po'. > Select: (p) postpone, (df) diff-full, (e) edit, > (mc) mine-conflict, (tc) theirs-conflict, > (s) show all options: df Choose t

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-14 Thread FreeMan
On 14.08.2015 11:50, Mattias Gaertner wrote: This happens only on FPC 3.1.1, right? You right. We have to find out the revision of FPC that broke it. Maybe it gives a clue what needs changing. Mattias I'm investigating fpc subversions as long as yesterday. I tested last revision a few seconds

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-14 Thread Mattias Gaertner
On Fri, 14 Aug 2015 11:35:33 +0300 FreeMan wrote: > I'm still can not use lazarus. IDE freezing while showing splash screen, > when terminate application osx create crash report, I'm adding lazarus > crash report maybe give detail for bug. This happens only on FPC 3.1.1, right? We have to find

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-14 Thread FreeMan
I'm still can not use lazarus. IDE freezing while showing splash screen, when terminate application osx create crash report, I'm adding lazarus crash report maybe give detail for bug. Heaviest stack for the main thread of the target process: 124 FPC_SYSTEMMAIN + 41 (lazarus + 137641) [0x100

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-13 Thread FreeMan
On 13.08.2015 11:04, Mattias Gaertner wrote: lazbuild --quiet --max-process-count=8 --pcp=/Users/freeman35/.lazarus >--build-all --skip-dependencies --build-ide= --ws=qt --cpu=x86_64 >--compiler=ppcx64 In case of an error, you should replace "--quiet" with "--verbose --verbose". with fpc svn r

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-13 Thread FreeMan
On 13.08.2015 11:04, Mattias Gaertner wrote: Does the problem happen with the release compiler 2.6.4 too? Mattias I did and not error, IDE compiled and started with fpc 2.6.4 But I can not use lazbuil, this error creted, this is normal 'cos I'm using utf8 /opt/lazarus/components/lazutils/lazut

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-13 Thread Mattias Gaertner
On Thu, 13 Aug 2015 10:50:45 +0300 FreeMan wrote: > I'll update fpc r31319 & fpc r49661 still same, I mean IDE still lock > while startup > When I try run lazbuild from terminal, its freezing after 5.line > verbose. Maybe can helpfull. I add trace info too. I'll test with fpc 2.6.4 > > lazbuil

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-13 Thread Mattias Gaertner
On Thu, 13 Aug 2015 10:50:45 +0300 FreeMan wrote: >[...] > lazbuild --quiet --max-process-count=8 --pcp=/Users/freeman35/.lazarus > --build-all --skip-dependencies --build-ide= --ws=qt --cpu=x86_64 > --compiler=ppcx64 Note: --max-process-count=8 has no effect here, because of --skip-dependenci

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-13 Thread FreeMan
I'll update fpc r31319 & fpc r49661 still same, I mean IDE still lock while startup When I try run lazbuild from terminal, its freezing after 5.line verbose. Maybe can helpfull. I add trace info too. I'll test with fpc 2.6.4 lazbuild --quiet --max-process-count=8 --pcp=/Users/freeman35/.lazarus

Re: [Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-12 Thread Mattias Gaertner
On Wed, 12 Aug 2015 12:11:48 +0300 FreeMan wrote: > Hello, > fpc r 31315 & lazarus r49654 qtx64 osx yosemite 10.10.4 > when start IDE on splash screen IDE is lock and no any error. > this is gdb results. bt after cut via ctrl + c > has any one any idea? >[...] > (gdb) bt > #0 MAKERELATIVEFILELIS

[Lazarus] While starting IDE, lazarus lock, without nay error

2015-08-12 Thread FreeMan
Hello, fpc r 31315 & lazarus r49654 qtx64 osx yosemite 10.10.4 when start IDE on splash screen IDE is lock and no any error. this is gdb results. bt after cut via ctrl + c has any one any idea? .. c" FileAge=1439370051 StoredAge=1438857084 Hint: [TFPCTargetConfigCache.NeedsUpdate] /usr/loc