cqrlog_2.3.0 not RUN on Slackware 14.2

9 posts / 0 new
Last post
iz8oxw
cqrlog_2.3.0 not RUN on Slackware 14.2

Hello,
I try the new version (2.3.0) binary version on a Slackware 14.2
(the 2.2 cqrlog version run without any problem)

but with 2.3 I got:

bash-4.3$ ./cqrlog --debug=1
[FORMS.PP] ExceptionOccurred
Sender=EReadError
Exception=Error reading dmData.PPI: Unknown property: "PPI"
Stack trace:
$080C5D44
$080C536B
$080BD60B
$0824E3F4
$0824E25D
$08247CF8
$080C08D9
$08092EB6
TApplication.HandleException Error reading dmData.PPI: Unknown property: "PPI"
Stack trace:
$080C5D44
$080C536B
$080BD60B
$0824E3F4
$0824E25D
$08247CF8
$080C08D9
$08092EB6
Closing ini file ...

any idea ?
thanks,

73, Mauro, IZ8OXW

oh1kh
cqrlog_2.3.0 not RUN on Slackware 14.2

HI

Did you compile this by yourself?

First hit with google:
PPA build machines have lazarus 1.6.4, their binaries will not work until launchpad upgrade to lazarus 1.8.

If you compiled it by yourself please check that you have at least Lazarus 1.8.0

--
Saku
OH1KH

iz8oxw
cqrlog_2.3.0 not RUN on Slackware 14.2

no not compiled, I'm using the compiled binary version

I try also installing lazarus (1.6.4), but I got the same error!
it is very strage

ciao, IZ8OSW

ok2cqr
ok2cqr's picture
Re: cqrlog_2.3.0 not RUN on Slackware 14.2

I'm very sorry, that is a bug i binary files. I used old version of Lazarus from Debian when compiled the binaries.

If you can compile version from source code and have so old Lazarus, there is an utility in tools directory called remove_unknown_properties.

go to src/tools
./remove_unknown_properties
cd ../../
make
make install (as root)

and it will work.

73 Petr

oh1kh
cqrlog_2.3.0 not RUN on Slackware 14.2

Hi!

You could take just the binary from either download part of this site

Complete application directory for other distributions:
cqrlog_2.3.0_i386.tar.gz
cqrlog_2.3.0_amd64.tar.gz

Choose one that fits your slackware (32bit=386, 64bit=amd64), down load that to /tmp open console:
cd /tmp
tar vxf cqrlog_2.3.0_????.tar.gz (???? is the file loaded)

Look where your current cqrlog binary is with command:
whereis cqrlog

Usually it is as /usr/bin/cqrlog
If so give:
sudo cp /tmp/cqrlog_2.3.0_?????/usr/bin/cqrlog /usr/bin (again ???? depends downloaded file)

Then try to start cqrlog normally.

Or you can download my test binary zip to /tmp from http://www.saunalahti.fi/~sakny/bin/cqrlog2
Then open console and give:
cd /tmp
unzip cqrtest230-101.zip (or cqrtest230-101_1386.zip if you need 32bit version)

Look where your current cqrlog binary is with command:
whereis cqrlog

Usually it is as /usr/bin/cqrlog
If so give:
sudo cp /tmp/cqrlog /usr/bin

and try to open cqrlog in normal way.

--
Saku
OH1KH

iz8oxw
cqrlog_2.3.0 not RUN on Slackware 14.2

Hi guys,
thank you all for help
I have solved compiling from source with "remove_unknown_properties"
but it's exaclty what I want to avoid, compiling lazarus with dependencies etc etc.....

regards, Mauro

DJ0OT
I have exactly the same

I have exactly the same problem while using 32 bit Fedora 28 and cqrlog_2.3.0_i386.tar.gz. I have no lazarus package installed, because I do not use it elsewhere.

I have to stay at 2.2.0. Sorry !

Best wishes,
Claude

oh1kh
I have exactly the same

--
Saku
OH1KH

DJ0OT
Hi !

Hi !

I have installed this addition package and the program starts now. I will have to see the details of the operation.

Many thanks to you !

Best wishes,
Claude