Bug 951977

Summary: cnf / command-not-found broken
Product: [openSUSE] openSUSE Tumbleweed Reporter: Bernhard Wiedemann <bwiedemann>
Component: OtherAssignee: Marcus Rückert <mrueckert>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P3 - Medium CC: dimstar, dleuenberger, fvogt, gp, Mathias.Homann, mls, werner
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 13.2   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernhard Wiedemann 2015-10-26 10:31:07 UTC
Reproducible: Always

Steps to Reproduce:
have command-not-found-0.1.0+20150925
cnf inkscape

Actual results:
inkscape: searching ...

Expected result:
should show several lines including
  zypper install inkscape
Comment 1 Dominique Leuenberger 2015-10-26 10:53:53 UTC
I already caught that one last week and it entered Leap repos already.

The fixed package needed are scout and command-not-found 0.1.0+20151023

Upstream commit: https://github.com/openSUSE/scout/commit/1013a910be9a661b31ec41d31e815eac33798e54
Comment 2 Bernhard Wiedemann 2015-10-26 11:29:53 UTC
Is still broken for all Tumbleweed installs until
https://build.opensuse.org/request/show/340604
is accepted and forwarded to Factory
Comment 3 Bernhard Wiedemann 2015-10-26 13:00:13 UTC
This is an autogenerated message for OBS integration:
This bug (951977) was mentioned in
https://build.opensuse.org/request/show/340975 Factory / scout
Comment 4 Bernhard Wiedemann 2015-10-29 14:48:39 UTC
*** Bug 952496 has been marked as a duplicate of this bug. ***
Comment 5 Fabian Vogt 2015-11-02 09:43:33 UTC
*** Bug 951243 has been marked as a duplicate of this bug. ***
Comment 6 Mathias Homann 2016-09-26 14:45:38 UTC
Seems to be still broken in Leap 42.1:

mathias@kirika:~> type -p vim
/usr/bin/vim
mathias@kirika:~> rpm -qf /usr/bin/vim
vim-7.4.326-5.1.x86_64
mathias@kirika:~> ls -l /usr/bin/vim
lrwxrwxrwx 1 root root 8 Sep 12 19:43 /usr/bin/vim -> /bin/vim
mathias@kirika:~> cnf vim
vim: Kommando nicht gefunden                 
mathias@kirika:~> 


mathias@kirika:~> cat /etc/os-release 
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
mathias@kirika:~>
Comment 7 Fabian Vogt 2016-09-26 14:53:24 UTC
(In reply to Mathias Homann from comment #6)
> Seems to be still broken in Leap 42.1:
> [...]
> mathias@kirika:~> cnf vim
> vim: Kommando nicht gefunden                 

That's a different issue. Please open a new bug report.