Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 2025 07:51:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285244] x11/kde: qt6 version does not read /etc/localtime if it is not a symlink
Message-ID:  <bug-285244-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285244

            Bug ID: 285244
           Summary: x11/kde: qt6 version does not read /etc/localtime if
                    it is not a symlink
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

Scenario:
- FreeBSD stable/14 ca. Feb. 1
- ports latest
- Last port upgrade ca. Jan 30 (before kde was moved to qt6)
- Upgrading ports using portmaster on a build machine
- Running pkg repo on the build machine
- Upgrading ports on a client machine using pkg upgrade

Result:
- x11/kde5 gets replaced by x11/kde, plus numerous other ports similarly
- When using the new desktop for the first time, all clocks etc. complain a=
bout
"timezone not being set"

Scenario (continued):
- Selecting the timezone via the settings menu
- Prompted to enter root credentials, entering

Result:
- The timezone is now recognized correctly.

Analysis:
- Before, /etc/localtime was a copy of /usr/share/zoneinfo/Europe/Vienna
- Now, it is a symlink to /usr/share/zoneinfo/Europe/Vienna
- Obviously, the new code needs the symlink to function correctly

Problem:
- In single-user mode, /usr/share/zoneinfo is not available

Bug:
- kde should use the timezone parsing functions instead of looking at a
symlink.

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285244-7788>