Recent

Author Topic: Lazarus 1.2 Release  (Read 148363 times)

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: Lazarus 1.2 Release
« Reply #60 on: March 09, 2014, 06:26:34 pm »
Just searched for lazarus permissions linux, found this ...

Thanks :)
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.2 Release
« Reply #61 on: March 09, 2014, 06:55:02 pm »
Quote
I don't see any problem with "non root users can't build lazarus in their home dir". Linux != Windows.

I get this root problem when installing Lazarus from Linux repository

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: Lazarus 1.2 Release
« Reply #62 on: March 09, 2014, 07:54:14 pm »
I get this root problem when installing Lazarus from Linux repository

What Lazarus version? What Linux distro?
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.2 Release
« Reply #63 on: March 09, 2014, 07:59:44 pm »
I'm not 100% sure, I have multiple virtual Linux installations, but I guess Debian Wheezy 32 bit, and Lazarus version 1.0.10

zeljko

  • Hero Member
  • *****
  • Posts: 1596
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus 1.2 Release
« Reply #64 on: March 09, 2014, 08:06:48 pm »
Ah, I've misreaded that part. If user cannot build lazarus to it's own $HOME/.lazarus then it's bug.

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.2 Release
« Reply #65 on: March 09, 2014, 08:09:20 pm »
the problem that I get with Lazarus-repository version that it needs to build some libraries in /usr/share/lazarus

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: Lazarus 1.2 Release
« Reply #66 on: March 09, 2014, 08:22:49 pm »
the problem that I get with Lazarus-repository version that it needs to build some libraries in /usr/share/lazarus

It would be nice to find steps to reproduce the problem. Is it triggered by a certain package for example?
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Lazarus 1.2 Release
« Reply #67 on: March 10, 2014, 11:48:12 am »
Quote
It would be nice to find steps to reproduce the problem. Is it triggered by a certain package for example?
I'm trying to re-produce the error since morning, I have installed Linux Mint (Latest version) and installed Lazarus from repositories, at first it gives error indicating that some packages has installed but not configured, and rebuilding failed because of non-writablelinux4sudan2
 directory permission
See attachments:

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus 1.2 Release
« Reply #68 on: March 10, 2014, 10:45:41 pm »
Thanks, this is fantastic! Your work is very much appreciated.

I installed 1.2 on OS X and Windows without a hitch, but Ubuntu is giving me some trouble. I get the message:

"Dependency is not satisfiable: fpc (>=2.6.2)|fp-compiler (>=2.6.2)"

even though fpc 2.6.2 is installed.

Anyone have an idea to help?

Cheers,
Frederick
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus 1.2 Release
« Reply #69 on: March 11, 2014, 02:04:42 pm »
I got the amd64 version to run on Ubuntu using:

Code: [Select]
sudo dpkg -i *.deb

I did get an error message:

Code: [Select]
Errors were encountered while processing:
guidpml-gtk:i386

I'm not sure if that is important, maybe it is using 32 bit gtk? it seems to be working though.

Cheers,
Frederick
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Lazarus 1.2 Release
« Reply #70 on: March 11, 2014, 03:45:56 pm »
I cannot find the page now because the wiki search system sucks big time.

Google like this:

Code: [Select]
raspberry site:wiki.lazarus.freepascal.org
and it will give you all wiki pages mentioning Raspberry Pi, for example.
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11445
  • FPC developer.
Re: Lazarus 1.2 Release
« Reply #71 on: March 11, 2014, 03:58:13 pm »
Where can I download a Lazarus 1.2 with 2.6.4 ?  O:-)
« Last Edit: March 11, 2014, 04:00:04 pm by marcov »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.2 Release
« Reply #72 on: March 11, 2014, 05:33:44 pm »
Where can I download a Lazarus 1.2 with 2.6.4 ?  O:-)
FPC 2.6.4 is released a week after Lazarus 1.2. Well, that sucks for many people. I think a merged release schedule should be considered. At least if the situation is like this (both on RC already around the same time).

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Lazarus 1.2 Release
« Reply #73 on: March 11, 2014, 05:56:36 pm »
Well, nothing wrong with a new upcoming Laz release on the new stable compiler, I'd say... as long as it's regression tested etc.

Coupling the 2 will give dependencies: delays in one lead to delays in the other etc....
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

zeljko

  • Hero Member
  • *****
  • Posts: 1596
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus 1.2 Release
« Reply #74 on: March 11, 2014, 07:14:31 pm »
Where can I download a Lazarus 1.2 with 2.6.4 ?  O:-)

At the link where you prepared fpc-2.6.4 binaries  ;)

 

TinyPortal © 2005-2018