Bug 1212367

Summary: Words package breaks look(1) by not creating /usr/share/dict/words symlink
Product: [openSUSE] openSUSE Tumbleweed Reporter: Kostas Peletidis <kostas.peletidis>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Kostas Peletidis 2023-06-14 12:59:16 UTC
The look(1) utility is broken on Tumbleweed because it cannot find the /usr/share/dict/words symlink:

########
$ ll /usr/share/dict/
total 3100
-rw-r--r-- 1 root root 3172743 Feb 13 16:43 american

$ look look
look: /usr/share/dict/words: No such file or directory
########

If I point /usr/share/dict/words to /usr/share/dict/american look(1) works fine.

According to the words package information the dictionary is supposed to "be installed as /usr/share/dict/american and linked to /usr/share/dict/words" so the creation of the symlink looks like something the package script(s) should be doing post-installation.
Comment 1 Kostas Peletidis 2023-06-14 13:12:22 UTC
After removing and reinstalling the words package the symlink was created correctly. Since this issue cannot be reproduced I don't think there is any point in having this bug report open.