Bug 202511
Summary: | Aspell-nl has non-FSF compatible license | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tom "spot" Callaway <tcallawa> | ||||
Component: | aspell-nl | Assignee: | Ivana Varekova <varekova> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | hdegoede, sundaram | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-08-17 14:39:29 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 150224 | ||||||
Attachments: |
|
Description
Tom "spot" Callaway
2006-08-14 21:07:10 UTC
Worth noting, even. I'm not a translator but I'm a native Dutch speaker, so I was un happy to see aspell-nl on the removal list and I'm very happy to so a replacement. Let me know if you want me todo a quick scan of the new dictionary to make sure it isn't complete rubish. As it is (supposed to be) a complete dictionary of nearly all Dutch words, much more then a complete scan won't be possible. Please scan the dictionary! :) I'm not an aspell expert, but it looks as if xfig may use aspell to do its spell checking, it may be another way you can confirm the functionality. The dictionary looks ok, however it doesn't build on a system where aspell-nl hasn't already been installed: + install -m0755 /usr/src/redhat/SOURCES/ispellaff2myspell wl/ + cd wl/ + sed -e '/[_:`^<>()]/d' ./small.wl ./medium.wl ./large.wl ./toponames.wla ./chemistry.wla ./countries.wla ./energy.wla ./jargon.wla ./newwords.wla ./physics.wla ./puzzle.wla + tr -d '\267' + sort -f + uniq + tee dutch + sed -e '/[- 0-9\.,]/d' + ./ispellaff2myspell --charset=latin1 --split=200 --myheader=nl_NL.myheader dutch.aff + /usr/bin/aspell --lang=nl create master ./nl.rws Error: The language "nl" is not known. This is probably because: the file "/usr/lib64/aspell-0.60/nl.dat" can not be opened for reading. error: Bad exit status from /var/tmp/rpm-tmp.87764 (%build) Should be a non-fatal issue. Is this with the old aspell-nl installed or the new one? It is fatal and neither is installed, I think that is the problem, it seems to need itself installed to build. Chicken <-> Egg? Created attachment 134282 [details]
patche
This problem could be fixed with attached patch.
Yes that patch fixes it, I've tried aspell with the resulting doc on some old Dutch texts of mine and it works (and found some spelling errors :) Thanks for your help and for tests. The new version is build now (aspell-nl-0.1e-1.fc6). |