Recent

Author Topic: Fpcupdeluxe  (Read 815306 times)

RDL

  • Jr. Member
  • **
  • Posts: 71
Re: Fpcupdeluxe
« Reply #1860 on: June 25, 2021, 04:30:48 pm »
What was done:
1. Linux version: Debian 8 Jessie (x86-64)
2. Installed fpc 3.2.2 and lazarus 2.0.12 via fpcupdelux
3. Installed Cross i386-linux via fpcupdelux
4. When compiling the i386-linux application, an error appears: / home / administrator / lazarus / cross / bin / i386-linux / i386-linux-ld: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2 .27 'not found (requires / home / administrator / lazarus / cross / bin / i386-linux / i386-linux-ld)
Sorry for my english, google translation!

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1861 on: June 25, 2021, 04:36:15 pm »
I will reply here.
Best to install the multi-libs for i386 on a x86_64 machine.
And point fpcupdeluxe towards these libs.

AlexTP

  • Hero Member
  • *****
  • Posts: 2401
    • UVviewsoft
Re: Fpcupdeluxe
« Reply #1862 on: June 28, 2021, 08:58:09 pm »
I still cannot compile FPC 'stable' on macOS 10.8. Github report was posted...

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Fpcupdeluxe
« Reply #1863 on: July 02, 2021, 10:51:25 pm »
I can't see Lazarus fixes_2_2 on latest fpcupdeluxe 1.8.2u:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2u


I am trying to test future Lazarus 2.2 RC 1:

We are planning the release of Lazarus 2.2
https://forum.lazarus.freepascal.org/index.php/topic,55111.0.html

six1

  • Full Member
  • ***
  • Posts: 117
Re: Fpcupdeluxe
« Reply #1864 on: July 09, 2021, 10:37:19 am »
Hi MiR,
thank's a lot for your fpcupdeluxe-aarch64-darwin-cocoa Version! Works like a charm...

But after recompiling IDE, Lazarus is build up, but cannot started.
It fails with (in German):

"Du hast nicht die benötigten Zugriffsrechte, um das Programm „Lazarus“ zu öffnen. Bitte wende dich an deinen Computer- oder Netzwerkadministrator."

System is MacBook Air BigSur 11.4

Any Idea what's to do?

If i recompile Lazarus with "make", it is working!

six1

  • Full Member
  • ***
  • Posts: 117
Re: Fpcupdeluxe
« Reply #1865 on: July 10, 2021, 10:58:59 pm »
...solved it. I had to fill in Target Directory for compiling. It's working now, as it should.

ArminLinder

  • Sr. Member
  • ****
  • Posts: 314
  • Keep it simple.
Re: Fpcupdeluxe
« Reply #1866 on: July 13, 2021, 12:12:19 pm »
Hi all,

I have difficulties to install the Lazarus trunk version on my newly built Mac. Installing the latest Lazarus release version (guess it is 2.0.14) worked, but I need the trunk version. I tried to use FPCUpDeluxe (V 1.8.2.t from https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2t) for the job. This is what happens:

Quote
fpcupdeluxe: WARNING: FPCNativeInstaller (DownloadFromSVN: FPC): svn is needed, but cannot be found on the system !!
fpcupdeluxe: info: FPCNativeInstaller (GetModule: FPC): FPC is at revision:
fpcupdeluxe: Start of compile error summary.
fpcupdeluxe: ERROR: FPCNativeInstaller (BuildModule: FPC): /Users/linder/fpcupdeluxe/fpcsrc/Makefile not found. Severe error. Should not happen. Aborting.
fpcupdeluxe: Done !!

I don't know exactly, but I guess that the missing makefile is a problem caused by the missing svn client. Didn't fpcupdateluxe install it's own SVN if there wasn't one found? Anyway, I have a svn client on my system, which works:

Quote
linder@Mac-von-Armin ~ % svn --version
svn, Version 1.13.0 (r1867053)
   übersetzt am Nov 20 2020, um 13:16:59 auf x86_64-apple-darwin20.1.0

Copyright (C) 2019 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

Die folgenden ZugriffsModule (ZM) für Projektarchive stehen zur Verfügung:

* ra_svn : Modul zum Zugriff auf ein Projektarchiv über das svn-Netzwerkprotokoll.
  - mit Cyrus-SASL-Authentifizierung
  - behandelt Schema »svn«
* ra_local : Modul zum Zugriff auf ein Projektarchiv auf der lokalen Festplatte
  - behandelt Schema »file«
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.9 (compiled with 1.3.9)
  - behandelt Schema »http«
  - behandelt Schema »https«

Die folgenden Speicherbereiche für Zugangsdaten sind verfügbar:

* GPG-Agent
* Mac OS X Keychain

linder@Mac-von-Armin ~ %

SVN was originally missing, since it was removed from XCode 11, I got mine through the MacPorts package:

Code: Pascal  [Select][+][-]
  1. sudo port install subversion
  2.  

... and it seems it was installed allright:

Quote
linder@Mac-von-Armin ~ % type -a svn
svn is /opt/local/bin/svn
linder@Mac-von-Armin ~ %

Any advice welcome on how to fix this.

Thanks, Armin.
« Last Edit: July 13, 2021, 12:14:01 pm by Nimral »
Lazarus 3.3.2 on Windows 7,10,11, Debian 10.8 "Buster", macOS Catalina, macOS BigSur, VMWare Workstation 15, Raspberry Pi

six1

  • Full Member
  • ***
  • Posts: 117
Re: Fpcupdeluxe
« Reply #1867 on: July 13, 2021, 12:18:04 pm »
only use git versions in fpcupdeluxe! SVN wont work.

( https://www.lazarusforum.de/viewtopic.php?p=122935#p122935 )
« Last Edit: July 13, 2021, 12:20:05 pm by six1 »

AlexTP

  • Hero Member
  • *****
  • Posts: 2401
    • UVviewsoft
Re: Fpcupdeluxe
« Reply #1868 on: July 13, 2021, 12:46:09 pm »
Seems I already reported that (MONTHS ago) on https://github.com/LongDirtyAnimAlf/fpcupdeluxe/issues/383

ArminLinder

  • Sr. Member
  • ****
  • Posts: 314
  • Keep it simple.
Re: Fpcupdeluxe
« Reply #1869 on: July 13, 2021, 01:36:11 pm »
Alex, are you sure? Reading your report, it looks like a different problem. To me it looks that your FPCUpdateLuxe did find your svn client, and failed later.

--> a different problem, though svn may be somehat involved too ...

Armin.
« Last Edit: July 13, 2021, 02:02:12 pm by Nimral »
Lazarus 3.3.2 on Windows 7,10,11, Debian 10.8 "Buster", macOS Catalina, macOS BigSur, VMWare Workstation 15, Raspberry Pi

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1870 on: July 14, 2021, 08:32:22 am »
Its strange that svn is not found in the path.
But I will add a hardcoded search (/opt/local/bin/svn) into fpcupdeluxe to look for svn !

six1

  • Full Member
  • ***
  • Posts: 117
Re: Fpcupdeluxe
« Reply #1871 on: July 14, 2021, 09:37:08 am »
it is: /opt/homebrew/bin/svn  on my MacBook Air (M1)

ArminLinder

  • Sr. Member
  • ****
  • Posts: 314
  • Keep it simple.
Re: Fpcupdeluxe
« Reply #1872 on: July 14, 2021, 07:56:22 pm »
How about asking the OS?

Code: Pascal  [Select][+][-]
  1. whereis svn
  2. which svn
  3.  

There are at least three SVN paths I know about: Homebrew, MacPorts and XCode. Each one is different ...
Lazarus 3.3.2 on Windows 7,10,11, Debian 10.8 "Buster", macOS Catalina, macOS BigSur, VMWare Workstation 15, Raspberry Pi

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #1873 on: July 19, 2021, 04:53:28 pm »
For the Daredevils out there ...  ;)
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/1.8.2v
Can be used as installer for the new Gitlab sources.

sstvmaster

  • Sr. Member
  • ****
  • Posts: 299
Re: Fpcupdeluxe
« Reply #1874 on: July 19, 2021, 06:44:49 pm »
Hi DonAlfredo,

many thanks for your hard work!
greetings Maik

Windows 10,
- Lazarus 2.2.6 (stable) + fpc 3.2.2 (stable)
- Lazarus 2.2.7 (fixes) + fpc 3.3.1 (main/trunk)

 

TinyPortal © 2005-2018