Recent

Author Topic: Download Lazarus-1.3 snapshots for 64 Bit  (Read 26278 times)

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Download Lazarus-1.3 snapshots for 64 Bit
« on: March 05, 2014, 02:24:07 pm »
Hello,

Where can I download Lazarus-1.3 snapshots for  64 bit?

Thank you

Edson

Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #1 on: March 08, 2014, 04:45:28 am »
What is the procedure to compile?
Thank you very much;
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

stocki

  • Full Member
  • ***
  • Posts: 144
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #3 on: March 08, 2014, 11:44:28 am »
Why not provide a script or ready to use binaries? 10.000 people must to the same again and again and waste their time.

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #4 on: March 08, 2014, 11:59:07 am »
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

stocki

  • Full Member
  • ***
  • Posts: 144
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #5 on: March 08, 2014, 11:27:48 pm »
I don't want to build these packages myself.

What happened to the automatic build process under:

ftp://wiki.freepascal.org/pub/lazarus/snapshots/

???

2.7.1 is broken since September 2013!

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #6 on: March 09, 2014, 09:48:44 am »
Yes: others have noticed too, see
http://forum.lazarus.freepascal.org/index.php/topic,23677.msg141712.html#msg141712

Perhaps the build process is not so automatic or is faulty...
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12656
  • FPC developer.
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #7 on: March 09, 2014, 01:24:27 pm »
One of the FPC/Lazarus servers has been going through a series of changes were services were pulled from one VM to the other.  Probably the scripts need adaptation for that. (since IP's and locations changed)


LacaK

  • Hero Member
  • *****
  • Posts: 702
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #8 on: March 09, 2014, 04:26:57 pm »
Can you please contact and ask people who can fix it?
IMO snapshots are very useful and very helpful in testing of recently fixed bugs in trunk for users who do not want (or do not know how to)  build whole FPC + Lazarus from sources.
I pesonaly have used snapshots often, when they was updated.
And it seems, that others also, because they complain repeatedly.
Thanks in advice ;-)

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4680
  • I like bugs.
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #9 on: March 09, 2014, 08:48:19 pm »
IMO snapshots are very useful and very helpful in testing of recently fixed bugs in trunk for users who do not want (or do not know how to)  build whole FPC + Lazarus from sources.

I still recommend that everybody learns to use SVN.
Assuming you have FPC installed, checkout Lazarus sources:
 svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
or use TortoiseSVN for the same thing. Then do:
 make all
Later you can build Lazarus from its tools menu. You need the "make" command only once.
It is as simple as it gets, and it brings many benefits.
1. Updating the latest changes (svn up) downloads only those changes and not the whole installation like a snapshot does.
2. Subversion is clever enough to move files in your file system when they were moved in SVN server. If you copy a snapshot on top of an old snapshot, the old file will stay and you cannot compile. We used to have bug reports about "Lazarus does not compile" from those snapshot users.
3. When you participate in testing or solving a certain bug, you can load and test a fix right after it was committed instead of waiting for the next snapshot.
It means you _must_ use SVN if you are involved in the development.

See, SVN brings you lots of good but nothing bad.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

LacaK

  • Hero Member
  • *****
  • Posts: 702
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #10 on: March 12, 2014, 07:12:49 am »
But it is so big problem restore build process for daily snapshots ?  :)
My practical experience says, that there is group uf users (including me), which will benefit from it.

qoxop

  • New Member
  • *
  • Posts: 33
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #11 on: March 12, 2014, 08:07:27 am »
I agree with JuhaManninen. I think, snapshots make people "lazy". Including me  :D when I see compiled version, I grab it as a first. But build from it source,  it's not a big deal. And community can profit more, if more people is able to build it from svn.

Timewarp

  • Full Member
  • ***
  • Posts: 144
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #12 on: March 12, 2014, 08:32:34 am »
make all
It's not that easy, usually you want to use FPC svn too, and if target is x64 Windows

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #13 on: March 12, 2014, 10:22:34 am »
Lacak has a point. Regardless of the benefits (or not) of using svn:
1. There's a link to Daily Snapshots on this site
2. This link does not have daily snapshots

So either 1 or 2 should be fixed:
a remove the Daily Snapshots link
b get the snapshot process going again

Seeing that there are quite some people interested in b, I'd suggest looking into that, but if that is not possible, a should be done to minimize confusion, excessive expectations, and the logically following complaints.

Thanks.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4680
  • I like bugs.
Re: Download Lazarus-1.3 snapshots for 64 Bit
« Reply #14 on: March 12, 2014, 10:40:26 am »
So either 1 or 2 should be fixed:
a remove the Daily Snapshots link
b get the snapshot process going again

Yes, it should be fixed. I have nothing against it but I cannot do it myself. I don't even know who are the people with enough rights for that server.
I just pointed a better and preferred way in case snapshots are not updated.

Quote from: Timewarp
It's not that easy, usually you want to use FPC svn too, and if target is x64 Windows

Yes it is that easy. FPC must be installed in any case before you can compile Lazarus.
Using development version of FPC is more difficult than using development version of Lazarus, but it is a separate issue.
Once you have (any version or) FPC installed and working, you just do "svn co ..." and "make all" for Lazarus.

Note: you can also use the update tool from BigChimp if you want devel versions of both FPC and Lazarus. It also uses SVN.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

 

TinyPortal © 2005-2018