Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-25 Thread Michael Ring via Lazarus

Thank you!

Things are back to normal now, Lazarus builds and installs & rebuilds 
just fine.


Michael


Am 25.06.18 um 09:20 schrieb Mattias Gaertner via Lazarus:

On Sun, 24 Jun 2018 23:45:54 +0200
Bart via Lazarus  wrote:


On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus
 wrote:


My fpc 3.0.4 simply ignores the parameter.
What compiler flavor shows this error?

3.0.4rc1 does (never got to updating that to the actual 3.0.4 release).

C:\Users\Bart\LazarusProjecten\ConsoleProjecten>fpc -vm6058 test.pas
Error: Illegal parameter: -vm6058
Error: C:\devel\fpc\3.0.4\bin\i386-Win32\ppc386.exe returned an error exitcode

I removed the option.

Mattias


--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-25 Thread Mattias Gaertner via Lazarus
On Sun, 24 Jun 2018 23:45:54 +0200
Bart via Lazarus  wrote:

> On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus
>  wrote:
> 
> > My fpc 3.0.4 simply ignores the parameter.
> > What compiler flavor shows this error?  
> 
> 3.0.4rc1 does (never got to updating that to the actual 3.0.4 release).
>
> C:\Users\Bart\LazarusProjecten\ConsoleProjecten>fpc -vm6058 test.pas  
> Error: Illegal parameter: -vm6058
> Error: C:\devel\fpc\3.0.4\bin\i386-Win32\ppc386.exe returned an error exitcode

I removed the option.

Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Bart via Lazarus
On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus
 wrote:

> My fpc 3.0.4 simply ignores the parameter.
> What compiler flavor shows this error?

3.0.4rc1 does (never got to updating that to the actual 3.0.4 release).

C:\Users\Bart\LazarusProjecten\ConsoleProjecten>fpc -vm6058 test.pas
Error: Illegal parameter: -vm6058
Error: C:\devel\fpc\3.0.4\bin\i386-Win32\ppc386.exe returned an error exitcode

Bart
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Mattias Gaertner via Lazarus
On Sun, 24 Jun 2018 13:00:06 +0200
Florian Klämpfl via Lazarus  wrote:

>[...]
> > Error: (11006) Illegal parameter: -vm6058
> > 
> > when compiling LazUtils.
>[...]
> This error message is 3.1.1+ only.

My fpc 3.0.4 simply ignores the parameter.
What compiler flavor shows this error?


Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus

Am 24.06.2018 um 20:12 schrieb Bart via Lazarus:

On Sun, Jun 24, 2018 at 7:59 PM, Michael Ring via Lazarus
 wrote:


Are you 100% sure that this message is 3.1.1+ only?


He probably means that a message with id 6058 only exists in 3.1.1, so
you cannot suppress it using -vm6058 in earlier versions?


Yes.

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Michael Ring via Lazarus

Are you 100% sure that this message is 3.1.1+ only?
Please look at the output below, the error is reported for 
/usr/local/bin/ppcx64, and when I do a version check on that file it 
returns 3.0.4


Error: (11006) Illegal parameter: -vm6058
Hint: (11007) -? writes help pages
Error: /usr/local/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile package LazUtils 1.0: stopped with exit code 256

/usr/local/bin/ppcx64 -iW
3.0.4

Am 24.06.18 um 13:00 schrieb Florian Klämpfl via Lazarus:

Am 24.06.2018 um 12:07 schrieb Michael Ring via Lazarus:
I cannot build current lazarus trunk on MacOSX, 64bits, not sure if 
the problem is because of my build environment or not.


I have successfully build lazarus for a very long time with the steps 
I do.



When I rebuild lazarus I get this error message:

Error: (11006) Illegal parameter: -vm6058

when compiling LazUtils.


I can workarround the problem by removing the following lines from 
lazutils.lpk:


 
   
 


I do not see an obvious problem in my buildsystem:

lrwxr-xr-x  1 root  staff   23  4 Dez  2017 /usr/local/bin/ppc386 
-> ../lib/fpc/3.0.4/ppc386
lrwxr-xr-x  1 root  staff   23  4 Dez  2017 /usr/local/bin/ppcx64 
-> ../lib/fpc/3.0.4/ppcx64


lrwxr-xr-x  1 ring  staff  25 24 Jun 11:49 /usr/local/bin/lazbuild -> 
../share/lazarus/lazbuild


ppcx64 points to fpc 3.0.4 which is last official version so I guess 
all is fine.


Any ideas?


This error message is 3.1.1+ only.



--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus

Am 24.06.2018 um 12:07 schrieb Michael Ring via Lazarus:

I cannot build current lazarus trunk on MacOSX, 64bits, not sure if the problem 
is because of my build environment or not.

I have successfully build lazarus for a very long time with the steps I do.


When I rebuild lazarus I get this error message:

Error: (11006) Illegal parameter: -vm6058

when compiling LazUtils.


I can workarround the problem by removing the following lines from lazutils.lpk:

     
   
     


I do not see an obvious problem in my buildsystem:

lrwxr-xr-x  1 root  staff   23  4 Dez  2017 /usr/local/bin/ppc386 -> 
../lib/fpc/3.0.4/ppc386
lrwxr-xr-x  1 root  staff   23  4 Dez  2017 /usr/local/bin/ppcx64 -> 
../lib/fpc/3.0.4/ppcx64

lrwxr-xr-x  1 ring  staff  25 24 Jun 11:49 /usr/local/bin/lazbuild -> 
../share/lazarus/lazbuild

ppcx64 points to fpc 3.0.4 which is last official version so I guess all is 
fine.

Any ideas?


This error message is 3.1.1+ only.

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus