aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

error runing comman cppman -c #105

Closed GasparVardanyan closed 5 years ago

GasparVardanyan commented 5 years ago

$ 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 ... Caching 1 ... Retrying ... Retrying ... Retrying ... Error caching 1 ... ... ... ... Caching 4437 ... Retrying ... Retrying ... Retrying ... Error caching 4437 ...

0 manual pages cached successfully. 4437 manual pages failed to cache.

$ cppman --version /sbin/cppman Ver 0.5.0 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) aitjcize@gmail.com.

$ uname -a Linux GasparVardanyan 5.1.15-arch1-1-ARCH #1 SMP PREEMPT Tue Jun 25 04:49:39 UTC 2019 x86_64 GNU/Linux

Installed from AUR: $ yay -Si cppman-git :: Querying AUR... -> Out Of Date AUR Packages: cppman-git Repository : aur Name : cppman-git Keywords : None Version : 20160424-1 Description : C++ 98/11/14 manual pages for Linux/MacOS URL : https://github.com/aitjcize/cppman AUR URL : https://aur.archlinux.org/packages/cppman-git Groups : None Licenses : GPL Provides : None Depends On : python3 vim groff python-beautifulsoup4 python-html5lib Make Deps : git Check Deps : None Optional Deps : None Conflicts With : cppman Maintainer : aitjcize Votes : 8 Popularity : 0.772381 First Submitted : Mon 06 May 2013 10:39:29 PM +04 Last Modified : Sun 24 Apr 2016 01:49:19 PM +04 Out-of-date : Yes [2018-10-05]

GasparVardanyan commented 5 years ago

I have installed cppman from PIP3 and now it works: sudo pip3 install cppman