Recent

Author Topic: Online Package Manager  (Read 836039 times)

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1112
  • Professional amateur ;-P
Re: Online Package Manager
« Reply #2220 on: December 15, 2022, 11:59:05 pm »
Hey WP,

No problem here. Just installed DCPCrypt and all the FPSpreadsheet packages into Laz 2.2.4/fpc3.2.2 (64bit) on Windows 11. No problems. Did you try a clean rebuild of the IDE? It's often an easy fix of such compilation issues.

I've been trying to debug this with KodeZwerg on the Discord server and the problem arises when laz_fpspreadsheet_crypto is compiled and not laz_fpspreadsheet

Can you try and have something depend on the package with the _crypto on it?

Thanks a bunch in advance and for all your efforts !!!

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

wp

  • Hero Member
  • *****
  • Posts: 11857
Re: Online Package Manager
« Reply #2221 on: December 16, 2022, 12:15:55 am »
Can you try and have something depend on the package with the _crypto on it?
spready (https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/applications/spready/) depends on the fpspreadsheet_crypto package. It compiles and runs nicely on the system which I had setup in the previous post for dcpcrypt, fpspreadsheet and its companion packages (among them the _crypto).

So, the problem is that when you compile the crypto package the dcpcrypt cannot find its units? Try a clean compilation of dcpcrypt first.

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1112
  • Professional amateur ;-P
Re: Online Package Manager
« Reply #2222 on: December 16, 2022, 12:51:28 am »
Hey WP,

So, the problem is that when you compile the crypto package the dcpcrypt cannot find its units? Try a clean compilation of dcpcrypt first.

Hummm, he's now having issues with a missing path to, or a missing opensslsockets unit... And that is absolutely needed for OPM to compile.

So... perhaps something more sinister is going on ;)

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2007
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Online Package Manager
« Reply #2223 on: December 16, 2022, 01:35:08 am »
I am sorry to jump in, yes something (me) has fully broken the installation without know how.
I do currently re-install Lazarus/FPC, feel free to remove my messages from this thread.
Please excuse my non-knowledge about what i was doing wrong.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Online Package Manager
« Reply #2224 on: December 17, 2022, 03:56:39 pm »
Hi, sorry for posting it here, but I get this package LazProfiler with OPM with Lazarus 2.2.2, and then Lazarus IDE doesn't works fine once installed.

I should upgrade Lazarus, or the bug still persists in the newer version?

Thanks.

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Online Package Manager
« Reply #2225 on: December 17, 2022, 04:10:23 pm »
Hi again, another thing is that I can't install BGRABitmap and BGRAControls from "External Repository".

Thanks.  :)

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2226 on: December 17, 2022, 10:52:54 pm »
Hi lainz,

Quote
Hi, sorry for posting it here, but I get this package LazProfiler with OPM with Lazarus 2.2.2, and then Lazarus IDE doesn't works fine once installed.
Unfortunately I now nothing about LazProfiler, but I can confirm that it doesn't work properly. Can you please contact the package maintainer?

Quote
Hi again, another thing is that I can't install BGRABitmap and BGRAControls from "External Repository".
I did run a quick test, install packages from external repository works fine at my side. What error do you get? Which version of Lazarus/FPC?

wp

  • Hero Member
  • *****
  • Posts: 11857
Re: Online Package Manager
« Reply #2227 on: December 17, 2022, 11:27:38 pm »
Fixed an old issue with DCPCrypt being unable to correctly hash files > 4GB. GetMem, could you please update the package in OPM? The current release is at https://sourceforge.net/projects/lazarus-ccr/files/DCPcrypt/DCPCrypt%202.0.4.2/dcpcrypt-2.0.4.2.zip/download.
« Last Edit: December 17, 2022, 11:31:00 pm by wp »

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Online Package Manager
« Reply #2228 on: December 18, 2022, 12:42:33 am »
Quote
Hi again, another thing is that I can't install BGRABitmap and BGRAControls from "External Repository".
I did run a quick test, install packages from external repository works fine at my side. What error do you get? Which version of Lazarus/FPC?

Hi, I'm using Linux Mint 21 Cinammon 64 bit, Lazarus Project 2.2.4-0 amd64.deb downloaded from Sourceforge.

Unfortunately the error Window closes really fast. Attached a screenshot that seems that the external package isn't listed..

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2229 on: December 18, 2022, 08:18:42 am »
Fixed an old issue with DCPCrypt being unable to correctly hash files > 4GB. GetMem, could you please update the package in OPM? The current release is at https://sourceforge.net/projects/lazarus-ccr/files/DCPcrypt/DCPCrypt%202.0.4.2/dcpcrypt-2.0.4.2.zip/download.
Done. Thanks.

Hi, I'm using Linux Mint 21 Cinammon 64 bit, Lazarus Project 2.2.4-0 amd64.deb downloaded from Sourceforge.

Unfortunately the error Window closes really fast. Attached a screenshot that seems that the external package isn't listed..
Did you changed OPM->Options->General->"Check external repositories for package update" from Never to something else?

wp

  • Hero Member
  • *****
  • Posts: 11857
Re: Online Package Manager
« Reply #2230 on: December 18, 2022, 11:43:30 am »
Fixed an old issue with DCPCrypt being unable to correctly hash files > 4GB. GetMem, could you please update the package in OPM? The current release is at https://sourceforge.net/projects/lazarus-ccr/files/DCPcrypt/DCPCrypt%202.0.4.2/dcpcrypt-2.0.4.2.zip/download.
Done. Thanks.
Thank you.

In the package, there is an empty file "dcpcrypt.opkman". What is this good for?

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2231 on: December 18, 2022, 12:13:16 pm »
@wp
Quote
In the package, there is an empty file "dcpcrypt.opkman". What is this good for?
It shouldn't be there. I updated the package.

wp

  • Hero Member
  • *****
  • Posts: 11857
Re: Online Package Manager
« Reply #2232 on: December 18, 2022, 12:40:33 pm »
Thanks

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Online Package Manager
« Reply #2233 on: December 18, 2022, 01:16:51 pm »
Hi, I'm using Linux Mint 21 Cinammon 64 bit, Lazarus Project 2.2.4-0 amd64.deb downloaded from Sourceforge.

Unfortunately the error Window closes really fast. Attached a screenshot that seems that the external package isn't listed..
Did you changed OPM->Options->General->"Check external repositories for package update" from Never to something else?

Hi, I changed it from Never to Every few minutes or something like that. And still when clicking on Install from External it fails.

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2234 on: December 18, 2022, 08:38:24 pm »
Hi, I changed it from Never to Every few minutes or something like that. And still when clicking on Install from External it fails.
I tested with a Linux Mint 20.02 Cinnamon VM. It works fine at my side(see attached picture).

 

TinyPortal © 2005-2018