Recent

Author Topic: [SOLVED] Installing Lazarus 2.0.12 with FreePascal 3.2.2 fails under Solaris 10  (Read 3017 times)

TCH

  • Full Member
  • ***
  • Posts: 200
The build succeeds, but when the command gmake install is given, it throws a bunch of errors like this
Code: [Select]
/opt/csw/gnu/cp: preserving permissions for '/path/to/file': Invalid argumentCould be solved by doing
Code: Bash  [Select][+][-]
  1. mv /opt/csw/gnu/cp /opt/csw/gnu/cp.bak && ln -s /bin/cp /opt/csw/gnu/cp
before and
Code: Bash  [Select][+][-]
  1. mv /opt/csw/gnu/cp.bak /opt/csw/gnu/cp
after the install command, but before this, it worked. (With FreePascal 3.2.0 and Lazarus 2.0.10.)
« Last Edit: March 21, 2022, 09:54:30 pm by TCH »

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Try passing  CP=/bin/cp n the gmake commandline.

TCH

  • Full Member
  • ***
  • Posts: 200
Thanks, that is better than doing the renaming each time. But what could happen that this is needed now?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Thanks, that is better than doing the renaming each time. But what could happen that this is needed now?

Putting gnu tools in PATH before system dir ?

TCH

  • Full Member
  • ***
  • Posts: 200
It was there last time too.

 

TinyPortal © 2005-2018