Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: no such column: title #139

Open
dsyx opened this issue Oct 2, 2022 · 5 comments
Open

error: no such column: title #139

dsyx opened this issue Oct 2, 2022 · 5 comments

Comments

@dsyx
Copy link

dsyx commented Oct 2, 2022

cppman doesn't work in debian:

$ cppman -v
/usr/bin/cppman Ver 0.5.3
Copyright (C) 2010 Wei-Ning Huang
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Wei-Ning Huang (AZ) <[email protected]>.

$ cppman -c
By default, cppman fetches pages on-the-fly if corresponding page is not found in the cache. The "cache-all" option is only useful if you want to view man pages offline. Caching all contents will take several minutes, do you want to continue [y/N]? y
Caching manpages from cppreference.com ...
error: no such column: title
@aitjcize
Copy link
Owner

aitjcize commented Oct 3, 2022

@czchen can you help check the debian package? It seems that the debian package has packaged an old index.db?

@czchen
Copy link
Contributor

czchen commented Nov 8, 2022

Just upload the latest version. Will check if the problem remains.

@burritoOverflow
Copy link

Still seeing the same issue (and same version) when installing from apt--are there docs for building/installing from source?

➜ cppman -v
/usr/bin/cppman Ver 0.5.3
Copyright (C) 2010 Wei-Ning Huang
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

@czchen
Copy link
Contributor

czchen commented Mar 17, 2023

The latest version shall be 0.5.4 (https://tracker.debian.org/pkg/cppman), please help to run apt update && apt upgrade to see if it can solve the problem.

@aitjcize
Copy link
Owner

Please also try removing the local index.db cache if any, i.e. rm -rf .cache/cppman/index.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants