Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2024 15:18:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281484] x11-wm/xfce4-panel-profiles: missing dependency on py311-psutil
Message-ID:  <bug-281484-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 281484
           Summary: x11-wm/xfce4-panel-profiles: missing dependency on
                    py311-psutil
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: xfce@FreeBSD.org
          Reporter: hpaluch@seznam.cz
          Assignee: xfce@FreeBSD.org
             Flags: maintainer-feedback?(xfce@FreeBSD.org)

When I install just xfce4-panel-profiles package in Xfce it will fail with
error:

$ xfce4-panel-profiles --help

Traceback (most recent call last):
  File
"/usr/local/share/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-pro=
files.py",
line 44, in <module>
    from panelconfig import PanelConfig
  File
"/usr/local/share/xfce4-panel-profiles/xfce4-panel-profiles/panelconfig.py",
line 19, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'

I have to install manually missing dependency:

$ doas pkg install py311-psutil

Then program works without problems.

More details on environment and package:

$ freebsd-version

14.1-RELEASE-p4

$ pkg info -E xfce4-panel-profiles

xfce4-panel-profiles-1.0.14_2

$ pkg info -d xfce4-panel-profiles

xfce4-panel-profiles-1.0.14_2:
    libxfce4util-4.18.2
    libxfce4menu-4.18.6
    xfce4-panel-4.18.6
    pango-1.52.2_1
    gtk3-3.24.43
    harfbuzz-9.0.0
    python311-3.11.9
    gdk-pixbuf2-2.42.10_3
    cairo-1.17.4_2,3
    glib-2.80.5,2
    gettext-runtime-0.22.5
    at-spi2-core-2.52.0

Solution: I suggest to add py311-psutil as dependency of package
xfce4-panel-profiles

--=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-281484-7788>