Difference between revisions of "Issues 3.2.0"

From Lazarus wiki
Jump to navigationJump to search
(→‎macOS: Added man page issue)
(→‎Issues with 3.2.0-rc1: added readme.txt file typos)
Line 4: Line 4:
  
 
== Issues with 3.2.0-rc1 ==
 
== Issues with 3.2.0-rc1 ==
 +
 +
=== 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 ===
 
=== 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 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)

Revision as of 06:32, 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

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

Go32v2

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

Merge requests

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

Post RC1 merges