Difference between revisions of "Issues 3.2.0"

From Lazarus wiki
Jump to navigationJump to search
(→‎macOS: fp text mode IDE)
Line 19: Line 19:
  
 
* The Intel installer currently installs the man pages into /usr/local/man/[man1|man5] where they are not found. They should be installed into /usr/local/share/man/[man1|man5]. I reported here for 3.0.4: https://bugs.freepascal.org/view.php?id=35969
 
* The Intel installer currently installs the man pages into /usr/local/man/[man1|man5] where they are not found. They should be installed into /usr/local/share/man/[man1|man5]. I reported here for 3.0.4: https://bugs.freepascal.org/view.php?id=35969
 +
 +
** A man page is installed for fp (text mode IDE), but there is no fp binary installed
  
 
=== Go32v2 ===
 
=== Go32v2 ===

Revision as of 12:52, 2 April 2020

Issues with 3.2.0 release candidates

This page is supposed to contain all issues discovered while testing release candidates and their status. Make sure to include information about the platform where the problem appears (if applicable). Once the issue gets resolved, you should strike it over and add number of SVN revision fixing it. If the revision number refers to a SVN repository different from "fpc" (i.e. "fpcbuild" or "fpcdocs"), include information about the SVN repository too.

Issues with 3.2.0-rc1

faq.txt

readme.txt typos

  • "Both these adresses are for mailing lists. If you're not subscribed," -- adresses should be addresses.
  • "order to make the compiler/rtl & IDE in a resonable time (eg <30 minutes)" -- resonable should be reasonable.

macOS

  • The Intel installer currently installs even if the command line utilities are not yet installed. This results in missing parameters in the generated /etc/fpc.cfg (even if they are installed afterwards; you have to reinstall fpc to regenerate fpc.cfg)
  • The Intel installer currently installs the man pages into /usr/local/man/[man1|man5] where they are not found. They should be installed into /usr/local/share/man/[man1|man5]. I reported here for 3.0.4: https://bugs.freepascal.org/view.php?id=35969
    • A man page is installed for fp (text mode IDE), but there is no fp binary installed

Go32v2

  • The Go32v2 textmode IDE has no GDB due to builidng issues, reported by Pierre while uploading. Try to find old known working one?

Win32 and possibly others

Does not ship pas2js binary, but does ship a pas2js units directory?

Merge requests

  • r44127 needs to be merged to fix a Windows Registry Issue #36663.

Post RC1 merges