Re: [Lazarus] Tracking software useage

2015-07-24 Thread Richard Mace
Thanks for everyone's reply.
Really valuable.

Richard
On 23 Jul 2015 18:28, Graeme Geldenhuys mailingli...@geldenhuys.co.uk
wrote:

 On 2015-07-23 17:40, waldo kitty wrote:
  if you really desire this information, make it configurable so that
 those who
  don't care can enable it if they like... it should be disabled by
 default, though...

 +1
 I don't like call home software either.


 On a side note:
 We did once, for internal franchise testing only, added Google Analytics
 [yes, what you normally use for websites ;-) ] into our desktop
 application. Different areas of our desktop application was tracked like
 different web pages in a website. :)  Our product was a total rewrite of
 a previous version with lots of redesigned areas. We wanted to collect
 data to see what areas in the new program is used a lot, what isn't etc.
 That way we could tweak the user interface based on where our
 franchisees get stuck or missing out on useful features.  We did give
 them training, but you know how it goes in by the one ear, out by
 the other. :)


 Regards,
   - Graeme -


 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Tracking software useage

2015-07-24 Thread Graeme Geldenhuys
On 2015-07-24 11:35, Michael Schnell wrote:
 Is such not commonly called a virus ?

No, a virus normally does harm - call home software is more of a
privacy concern.


Regards,
  - Graeme -


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Tracking software useage

2015-07-24 Thread Lukasz Sokol
On 24/07/15 11:35, Michael Schnell wrote:
 On 07/23/2015 07:01 PM, Graeme Geldenhuys wrote:
 I don't like call home software either.
 Is such not commonly called a virus ?
 
Not really, sometimes it's just your browser

http://lwn.net/Articles/651118/

follow to https://lists.debian.org/debian-devel/2015/07/msg00226.html ...

 -Michael
 

el es


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Tracking software useage

2015-07-24 Thread Michael Schnell

On 07/23/2015 07:01 PM, Graeme Geldenhuys wrote:

I don't like call home software either.

Is such not commonly called a virus ?

-Michael

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Larry Dalton
I have tried to remove the default lazarus install with the following
commands:  sudo apt-get purge fpc lazarus
sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
/usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
lazarus_1.4.2-0amd64.deb. Then I get the following output:
dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
problem: fpc pre-depends on binutils dpkg: error processing archive
fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
fpc (Reading database ... 220087 files and directories currently
installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) ...
Selecting previously unselected package lazarus. Preparing to unpack
lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
fpc-source (= 2.6.4); however: Version of fpc-source on system is 2.6.2-8.
lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package fpc
is not installed. Package fp-ide is not installed. lazarus depends on fpc
(= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
installed. Package fp-units-base is not installed. lazarus depends on fpc
(= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not installed.
Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
fp-units-fv is not instal dpkg: error processing package lazarus
(--install): dependency problems - leaving unconfigured Processing triggers
for mime-support (3.54ubuntu1.1) ... Processing triggers for
desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
(2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
(1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media
type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media
type in type 'uri/rtspu' Errors were encountered while processing:
fpc_2.6.2-0_i386.deb lazarus


On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
mailingli...@geldenhuys.co.uk wrote:

 On 2015-07-24 17:45, Larry Dalton wrote:
  What am I doing wrong?

 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.

 Regards,
   - Graeme -

 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread brian
On Fri, 24 Jul 2015 16:10:28 -0500, you wrote:

Larry, 

Are you by any chance using the Debian version of Mint? It's a few
versions ago, but I had all kinds of weird problems with
Lazarus/FPC/LMDE, and after a few iterations with the LMDE users, I
switched to plain old Debian, and things have worked just fine since
then. 

If you're using the Ubuntu-based Mint, then forget all the above, that
used to work OK. 

Brian. 


I have tried to remove the default lazarus install with the following
commands:  sudo apt-get purge fpc lazarus
sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
/usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
lazarus_1.4.2-0amd64.deb. Then I get the following output:
dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
problem: fpc pre-depends on binutils dpkg: error processing archive
fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
fpc (Reading database ... 220087 files and directories currently
installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) ...
Selecting previously unselected package lazarus. Preparing to unpack
lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
fpc-source (= 2.6.4); however: Version of fpc-source on system is 2.6.2-8.
lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package fpc
is not installed. Package fp-ide is not installed. lazarus depends on fpc
(= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
installed. Package fp-units-base is not installed. lazarus depends on fpc
(= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not installed.
Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
fp-units-fv is not instal dpkg: error processing package lazarus
(--install): dependency problems - leaving unconfigured Processing triggers
for mime-support (3.54ubuntu1.1) ... Processing triggers for
desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
(2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
(1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media
type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media
type in type 'uri/rtspu' Errors were encountered while processing:
fpc_2.6.2-0_i386.deb lazarus


On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
mailingli...@geldenhuys.co.uk wrote:

 On 2015-07-24 17:45, Larry Dalton wrote:
  What am I doing wrong?

 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.

 Regards,
   - Graeme -

 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread brian
 Fri, 24 Jul 2015 16:10:28 -0500, you wrote:

I have tried to remove the default lazarus install with the following
commands:  

As regards your error message, it seems to be complaining about
binutils not being installed. Have you tried installing the package? 

Brian. 

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Linux mint install

2015-07-24 Thread Larry Dalton
I have downloaded fpc_2.6.2_i386.deb. When I try to install it from the command 
line it says it can't find it. When I try to add it through Synaptic pkg mgr, 
it is grayed-out and I can't click on it. What am I doing wrong?

Sent from my iPhone
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Tony Whyman

Larry,

Your best bet is to find the deb file using the GUI File Manager. Double 
click on it and when the package installer opens, click on the install 
button. This should install it and any dependencies.


If you must install from the command line, its typically two steps:

sudo dpkg -i path to deb file
sudo apt-get -f install

The second command is needed to fix any missing dependencies.

On 24/07/15 17:45, Larry Dalton wrote:

I have downloaded fpc_2.6.2_i386.deb. When I try to install it from the command 
line it says it can't find it. When I try to add it through Synaptic pkg mgr, 
it is grayed-out and I can't click on it. What am I doing wrong?

Sent from my iPhone
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Graeme Geldenhuys
On 2015-07-24 17:45, Larry Dalton wrote:
 What am I doing wrong?

No idea, but may I suggest you rather download the *.tar file instead.
It is a console based installer created by the FPC team. I've used it
for years on Linux and FreeBSD, and never had any problems. I can also
install it to any directory (I normally choose $HOME/devel/fpc/),
instead if /usr/bin/ or /usr/local/bin/.

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Protocol Buffers

2015-07-24 Thread Leonardo M. Ramé
Hi, does anyone know if there's a FreePascal implementation of Protocol 
Buffers, it seems to fit perfectly in on use case I'm working on:


https://developers.google.com/protocol-buffers/

Regards,
--
Leonardo M. Ramé
Medical IT - Griensu S.A.
Av. Colón 636 - Piso 8 Of. A
X5000EPT -- Córdoba
Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
Cel.: +54 9 (011) 40871877

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread brian
On Fri, 24 Jul 2015 17:12:06 -0500, you wrote:

Using linux mint 17.1 Rebecca


OK, scratch the comment about LMDE (I assume what you're using is the
Ubuntu-based version?). 

Brian. 

Sent from my iPhone

 On Jul 24, 2015, at 16:26, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 16:10:28 -0500, you wrote:
 
 Larry, 
 
 Are you by any chance using the Debian version of Mint? It's a few
 versions ago, but I had all kinds of weird problems with
 Lazarus/FPC/LMDE, and after a few iterations with the LMDE users, I
 switched to plain old Debian, and things have worked just fine since
 then. 
 
 If you're using the Ubuntu-based Mint, then forget all the above, that
 used to work OK. 
 
 Brian. 
 
 
 I have tried to remove the default lazarus install with the following
 commands:  sudo apt-get purge fpc lazarus
   sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
 /usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
 lazarus_1.4.2-0amd64.deb. Then I get the following output:
 dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
 problem: fpc pre-depends on binutils dpkg: error processing archive
 fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
 fpc (Reading database ... 220087 files and directories currently
 installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
 Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) ...
 Selecting previously unselected package lazarus. Preparing to unpack
 lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
 google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
 prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
 fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
 fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
 fpc-source (= 2.6.4); however: Version of fpc-source on system is 2.6.2-8.
 lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package fpc
 is not installed. Package fp-ide is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
 installed. Package fp-units-base is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not installed.
 Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fv is not instal dpkg: error processing package lazarus
 (--install): dependency problems - leaving unconfigured Processing triggers
 for mime-support (3.54ubuntu1.1) ... Processing triggers for
 desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
 (2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
 (1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
 in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
 type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media
 type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media
 type in type 'uri/rtspu' Errors were encountered while processing:
 fpc_2.6.2-0_i386.deb lazarus
 
 
 On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
 mailingli...@geldenhuys.co.uk wrote:
 
 On 2015-07-24 17:45, Larry Dalton wrote:
 What am I doing wrong?
 
 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.
 
 Regards,
  - Graeme -
 
 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Graeme Geldenhuys
On 2015-07-24 22:10, Larry Dalton wrote:
 I have tried to remove the default lazarus install with the following
 commands:|  ||sudo||apt-get purge fpc lazarus|

Try removing Lazarus first, then FPC. I don't don't know if apt-get is
clever enough to figure which one to do first. Lazarus depends on FPC,
no trying to uninstall FPC first would not be a good idea.

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Larry Dalton
Using linux mint 17.1 Rebecca

Sent from my iPhone

 On Jul 24, 2015, at 16:26, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 16:10:28 -0500, you wrote:
 
 Larry, 
 
 Are you by any chance using the Debian version of Mint? It's a few
 versions ago, but I had all kinds of weird problems with
 Lazarus/FPC/LMDE, and after a few iterations with the LMDE users, I
 switched to plain old Debian, and things have worked just fine since
 then. 
 
 If you're using the Ubuntu-based Mint, then forget all the above, that
 used to work OK. 
 
 Brian. 
 
 
 I have tried to remove the default lazarus install with the following
 commands:  sudo apt-get purge fpc lazarus
   sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
 /usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
 lazarus_1.4.2-0amd64.deb. Then I get the following output:
 dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
 problem: fpc pre-depends on binutils dpkg: error processing archive
 fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
 fpc (Reading database ... 220087 files and directories currently
 installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
 Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) ...
 Selecting previously unselected package lazarus. Preparing to unpack
 lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
 google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
 prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
 fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
 fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
 fpc-source (= 2.6.4); however: Version of fpc-source on system is 2.6.2-8.
 lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package fpc
 is not installed. Package fp-ide is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
 installed. Package fp-units-base is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not installed.
 Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fv is not instal dpkg: error processing package lazarus
 (--install): dependency problems - leaving unconfigured Processing triggers
 for mime-support (3.54ubuntu1.1) ... Processing triggers for
 desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
 (2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
 (1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
 in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
 type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media
 type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media
 type in type 'uri/rtspu' Errors were encountered while processing:
 fpc_2.6.2-0_i386.deb lazarus
 
 
 On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
 mailingli...@geldenhuys.co.uk wrote:
 
 On 2015-07-24 17:45, Larry Dalton wrote:
 What am I doing wrong?
 
 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.
 
 Regards,
  - Graeme -
 
 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread Larry Dalton
Yes

Sent from my iPhone

 On Jul 24, 2015, at 17:19, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 17:12:06 -0500, you wrote:
 
 Using linux mint 17.1 Rebecca
 
 OK, scratch the comment about LMDE (I assume what you're using is the
 Ubuntu-based version?). 
 
 Brian. 
 
 Sent from my iPhone
 
 On Jul 24, 2015, at 16:26, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 16:10:28 -0500, you wrote:
 
 Larry, 
 
 Are you by any chance using the Debian version of Mint? It's a few
 versions ago, but I had all kinds of weird problems with
 Lazarus/FPC/LMDE, and after a few iterations with the LMDE users, I
 switched to plain old Debian, and things have worked just fine since
 then. 
 
 If you're using the Ubuntu-based Mint, then forget all the above, that
 used to work OK. 
 
 Brian. 
 
 
 I have tried to remove the default lazarus install with the following
 commands:  sudo apt-get purge fpc lazarus
  sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
 /usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
 lazarus_1.4.2-0amd64.deb. Then I get the following output:
 dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
 problem: fpc pre-depends on binutils dpkg: error processing archive
 fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
 fpc (Reading database ... 220087 files and directories currently
 installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
 Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) ...
 Selecting previously unselected package lazarus. Preparing to unpack
 lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
 google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
 prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
 fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
 fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
 fpc-source (= 2.6.4); however: Version of fpc-source on system is 2.6.2-8.
 lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package fpc
 is not installed. Package fp-ide is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
 installed. Package fp-units-base is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not installed.
 Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fv is not instal dpkg: error processing package lazarus
 (--install): dependency problems - leaving unconfigured Processing triggers
 for mime-support (3.54ubuntu1.1) ... Processing triggers for
 desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
 (2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
 (1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
 in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
 type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media
 type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media
 type in type 'uri/rtspu' Errors were encountered while processing:
 fpc_2.6.2-0_i386.deb lazarus
 
 
 On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
 mailingli...@geldenhuys.co.uk wrote:
 
 On 2015-07-24 17:45, Larry Dalton wrote:
 What am I doing wrong?
 
 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.
 
 Regards,
 - Graeme -
 
 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Linux mint install

2015-07-24 Thread brian
On Fri, 24 Jul 2015 17:23:25 -0500, you wrote:

Yes


Give installing binutils a try, then, as that's what your previous
attempt seemed to be complaining about. If that works, then go through
the full cycle again = fpc - fpc-src - lazarus. 

Brian. 


Sent from my iPhone

 On Jul 24, 2015, at 17:19, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 17:12:06 -0500, you wrote:
 
 Using linux mint 17.1 Rebecca
 
 OK, scratch the comment about LMDE (I assume what you're using is the
 Ubuntu-based version?). 
 
 Brian. 
 
 Sent from my iPhone
 
 On Jul 24, 2015, at 16:26, brian br...@meadows.pair.com wrote:
 
 On Fri, 24 Jul 2015 16:10:28 -0500, you wrote:
 
 Larry, 
 
 Are you by any chance using the Debian version of Mint? It's a few
 versions ago, but I had all kinds of weird problems with
 Lazarus/FPC/LMDE, and after a few iterations with the LMDE users, I
 switched to plain old Debian, and things have worked just fine since
 then. 
 
 If you're using the Ubuntu-based Mint, then forget all the above, that
 used to work OK. 
 
 Brian. 
 
 
 I have tried to remove the default lazarus install with the following
 commands:  sudo apt-get purge fpc lazarus
  sudo rm -Rf /usr/lib/fpc sudo rm -Rf /usr/lib/lazarussudo rm -Rf
 /usr/share/fpcsr sudo rm -f ~/.fpcsudo rm -Rf ~/.lazarus, then downloaded
 lazarus_1.4.2-0amd64.deb. Then I get the following output:
 dpkg: regarding fpc_2.6.2-0_i386.deb containing fpc, pre-dependency
 problem: fpc pre-depends on binutils dpkg: error processing archive
 fpc_2.6.2-0_i386.deb (--install): pre-dependency problem - not installing
 fpc (Reading database ... 220087 files and directories currently
 installed.) Preparing to unpack google-chrome-stable_current_i386.deb ...
 Unpacking google-chrome-stable (43.0.2357.134-1) over (43.0.2357.134-1) 
 ...
 Selecting previously unselected package lazarus. Preparing to unpack
 lazarus_1.4.2-0_amd64.deb ... Unpacking lazarus (1.4.2) ... Setting up
 google-chrome-stable (43.0.2357.134-1) ... dpkg: dependency problems
 prevent configuration of lazarus: lazarus depends on fpc (= 2.6.4) |
 fp-compiler (= 2.6.4); however: Package fpc is not installed. Version of
 fp-compiler on system is 2.6.2-8. lazarus depends on fpc-src (= 2.6.4) |
 fpc-source (= 2.6.4); however: Version of fpc-source on system is 
 2.6.2-8.
 lazarus depends on fpc (= 2.6.4) | fp-ide (= 2.6.4); however: Package 
 fpc
 is not installed. Package fp-ide is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-base (= 2.6.4); however: Package fpc is not
 installed. Package fp-units-base is not installed. lazarus depends on fpc
 (= 2.6.4) | fp-units-db (= 2.6.4); however: Package fpc is not 
 installed.
 Package fp-units-db is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fcl (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fcl is not installed. lazarus depends on fpc (= 2.6.4) |
 fp-units-fv (= 2.6.4); however: Package fpc is not installed. Package
 fp-units-fv is not instal dpkg: error processing package lazarus
 (--install): dependency problems - leaving unconfigured Processing 
 triggers
 for mime-support (3.54ubuntu1.1) ... Processing triggers for
 desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for man-db
 (2.6.7.1-1ubuntu1) ... Processing triggers for shared-mime-info
 (1.2-0ubuntu3) ... Unknown media type in type 'all/all' Unknown media type
 in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media
 type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown 
 media
 type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown 
 media
 type in type 'uri/rtspu' Errors were encountered while processing:
 fpc_2.6.2-0_i386.deb lazarus
 
 
 On Fri, Jul 24, 2015 at 1:23 PM, Graeme Geldenhuys 
 mailingli...@geldenhuys.co.uk wrote:
 
 On 2015-07-24 17:45, Larry Dalton wrote:
 What am I doing wrong?
 
 No idea, but may I suggest you rather download the *.tar file instead.
 It is a console based installer created by the FPC team. I've used it
 for years on Linux and FreeBSD, and never had any problems. I can also
 install it to any directory (I normally choose $HOME/devel/fpc/),
 instead if /usr/bin/ or /usr/local/bin/.
 
 Regards,
 - Graeme -
 
 --
 fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
 http://fpgui.sourceforge.net/
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Linux mint install

2015-07-24 Thread brian
On Sat, 25 Jul 2015 00:48:25 +0100, you wrote:

On 2015-07-24 22:10, Larry Dalton wrote:
 I have tried to remove the default lazarus install with the following
 commands:|  ||sudo||apt-get purge fpc lazarus|

Try removing Lazarus first, then FPC. I don't don't know if apt-get is
clever enough to figure which one to do first. Lazarus depends on FPC,
no trying to uninstall FPC first would not be a good idea.


If you just try apt-get purge fpc it will remove lazarus first (I just
tried it with a dry-run), so I don't think Larry's ordering will make
any difference, apart from the fact that he might get an error from a
subsequent attempt to purge lazarus. 

Brian. 


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Tracking software useage

2015-07-24 Thread Den
It's usually implemented as a 'send anonymous statistics' option in most 
programs.


On 2015-07-24 05:41 AM, Graeme Geldenhuys wrote:

On 2015-07-24 11:35, Michael Schnell wrote:

Is such not commonly called a virus ?

No, a virus normally does harm - call home software is more of a
privacy concern.


Regards,
   - Graeme -


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus