Giter Site home page Giter Site logo

Comments (5)

anatol avatar anatol commented on June 29, 2024

Provide full build log

from codespell.

uberhacker avatar uberhacker commented on June 29, 2024

$ sudo make install --debug=v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile Makefile'... Updating goal targets.... Considering target fileinstall'.
File install' does not exist. Considering target filecodespell'.
File codespell' does not exist. Considering target filecodespell.py'.
Finished prerequisites of target file codespell.py'. No need to remake targetcodespell.py'.
Considering target file check-dictionary'. Filecheck-dictionary' does not exist.
Finished prerequisites of target file check-dictionary'. Must remake targetcheck-dictionary'.
sort: data/dictionary.txt:274: disorder: Amercia->America
Dictionary not sorted. Sort with 'make sort-dictionary'
make: *** [check-dictionary] Error 1

from codespell.

anatol avatar anatol commented on June 29, 2024

The answer to your question in your log

sort: data/dictionary.txt:274: disorder: Amercia->America
Dictionary not sorted. Sort with 'make sort-dictionary

from codespell.

uberhacker avatar uberhacker commented on June 29, 2024

That doesn't fix it.

$ sudo make sort-dictionary
LANG=C sort -f -u -o data/dictionary.txt data/dictionary.txt

$ sudo make install
sort: data/dictionary.txt:274: disorder: Amercia->America
Dictionary not sorted. Sort with 'make sort-dictionary'
make: *** [check-dictionary] Error 1

Please keep this issue open until this is resolved.

from codespell.

uberhacker avatar uberhacker commented on June 29, 2024

OK, for what it's worth, I was able to create codespell from codespell.py by executing the following:

$ sort -f -u -o check-dictionary data/dictionary.txt

$ make install

Edit: This is not a solution. The resulting codespell executable does not work correctly.

from codespell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.