Opened 3 weeks ago
Last modified 3 weeks ago
#73779 new defect
aspell not installed properly on Mac Tahoe
| Reported by: | larrywesterman | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.12.4 |
| Keywords: | Cc: | jochen@… | |
| Port: | aspell |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Used port to install aspell and english dictionary. Both installs proceeded without error, but aspell won't run due to missing library:
7: sudo port install aspell Password: ---> Computing dependencies for aspell ---> Cleaning aspell ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. 8: sudo port install aspell-dict-en ---> Cleaning aspell-dict-en ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. 9: aspell dyld[15854]: Library not loaded: /usr/local/lib/libaspell.15.dylib Referenced from: <D6F130C8-D5BB-3CB7-8E24-BE4ECAEDC74B> /usr/local/bin/aspell Reason: tried: '/usr/local/lib/libaspell.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libaspell.15.dylib' (no such file), '/usr/local/lib/libaspell.15.dylib' (no such file), '/usr/lib/libaspell.15.dylib' (no such file, not in dyld cache) Abort 10: echo $path /Library/Frameworks/Python.framework/Versions/3.12/bin /Library/Frameworks/Python.framework/Versions/3.13/bin /Library/Frameworks/Python.framework/Versions/3.8/bin /Library/Frameworks/Python.framework/Versions/3.7/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/teTeX/bin/powerpc-apple-darwin-current /usr/local/bin /opt/local/bin /sw/bin . 11: which aspell /usr/local/bin/aspell
Change History (2)
comment:1 Changed 3 weeks ago by jmroot (Joshua Root)
| Cc: | jochen@… added |
|---|---|
| Description: | modified (diff) |
| Keywords: | aspell removed |
| Port: | aspell added |
comment:2 Changed 3 weeks ago by ryandesign (Ryan Carsten Schmidt)
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.

It looks like you are not running the MacPorts version of aspell, but rather another version installed in /usr/local/bin (since that is earlier in your PATH than /opt/local/bin).
port contents aspellwill show you where MacPorts installed the files for this port.