Bug 1212367 - Words package breaks look(1) by not creating /usr/share/dict/words symlink
Summary: Words package breaks look(1) by not creating /usr/share/dict/words symlink
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-14 12:59 UTC by Kostas Peletidis
Modified: 2023-06-14 13:12 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.