[Bug 265944] database/mariadb*: warnings when used in conjunction with shells/fish

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Aug 2022 11:46:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265944

            Bug ID: 265944
           Summary: database/mariadb*: warnings when used in conjunction
                    with shells/fish
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: asomers@FreeBSD.org
          Reporter: s13k@pm.me
             Flags: maintainer-feedback?(asomers@FreeBSD.org)
          Assignee: asomers@FreeBSD.org

# mariadb --version
mariadb  Ver 15.1 Distrib 10.6.8-MariaDB, for FreeBSD13.0 (amd64) using 
EditLine wrapper

# fish --version
fish, version 3.4.1

# service mysql-server restart
Stopping mysql.
error: can not save history
warning-path: Unable to locate data directory derived from $HOME:
'//.local/share/fish'.
warning-path: The error was 'Permission denied'.
warning-path: Please set $HOME to a directory where you have write access.

error: can not save universal variables or functions
warning-path: Unable to locate config directory derived from $HOME:
'//.config/fish'.
warning-path: The error was 'Permission denied'.
warning-path: Please set $HOME to a directory where you have write access.

Waiting for PIDS: 8471.
Starting mysql.
error: can not save history
warning-path: Unable to locate data directory derived from $HOME:
'//.local/share/fish'.
warning-path: The error was 'Permission denied'.
warning-path: Please set $HOME to a directory where you have write access.

error: can not save universal variables or functions
warning-path: Unable to locate config directory derived from $HOME:
'//.config/fish'.
warning-path: The error was 'Permission denied'.
warning-path: Please set $HOME to a directory where you have write access.

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