fedora-iot / iot-distro

Issue tracking for the Fedora IoT Edition
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

`fish` package on IoT doesn't have `ncurses` as a dependency, causing `clear` to fail #26

Closed poperigby closed 8 months ago

poperigby commented 8 months ago

Describe the bug As described above, installing fish doesn't pull in ncurses as a dependency, which causes the clear command to fail. This only seems to be the case on IoT, and not Kinoite, unless ncurses is installed by default on Kinoite so I didn't notice.

To Reproduce Please describe the steps needed to reproduce the bug:

  1. $ rpm-ostree install fish
  2. Reboot
  3. $ fish
  4. $ clear

Expected behavior Running clear run successfully, and clears the screen.

OS version:

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: last run 20h ago
BootedDeployment:
● fedora-iot:fedora/stable/x86_64/iot
                  Version: 39.20240122.0 (2024-01-22T15:18:27Z)
               BaseCommit: 23398f5f1fc27cc8e6e56f967420eeb142f3295d4999251a1cc6f223497ef509
             GPGSignature: Valid signature by E8F23996F23218640CB44CBE75CF5AC418B8E74C
          LayeredPackages: borgmatic btrfs-progs cockpit cockpit-pcp cockpit-podman distrobox fish git ncurses smartmontools wireguard-tools
nullr0ute commented 8 months ago

This is a dependency problem with the fish package itself, could you report it to the fish component first? A list of open bugs for it can be found here: https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&component=fish&list_id=13404920&product=Fedora&product=Fedora%20EPEL

poperigby commented 8 months ago

Yes, of course. Thank you for directing me to the right spot.

poperigby commented 8 months ago

Huh, looks like the issue is actually gone now. Cool.