trizen / youtube-viewer

Lightweight YouTube client for Linux
https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html
Artistic License 2.0
1.2k stars 87 forks source link

(gtk-youtube-viewer)(osx) looking good, but fails in the end? #433

Open mrkapqa opened 1 year ago

mrkapqa commented 1 year ago

Hello ,

tried today to install the gtk-youtube-viewer,

and it seemed to pass to test, but in the end it would state "NOT OK",

could you please see if there is a major error?

the gtk3-devel has been installed via mac ports,

thanks

https://pastebin.ubuntu.com/p/zPNFjRbm5w/

mrkapqa commented 1 week ago

there is some issue on macos with newer versions of macos *after catalina} since using perlbrew as suggested by author trizen previouslzy,

error is like

Result: FAIL Failed 3/4 test programs. 2/3 subtests failed. make: *** [test_dynamic] Error 2 OALDERS/LWP-Protocol-https-6.14.tar.gz 2 dependencies missing (IO::Socket::SSL,IO::Socket::SSL::Utils); additionally test harness failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports OALDERS/LWP-Protocol-https-6.14.tar.gz

but can overcome via {force} command

like

cpan force install Net::SSLeay force install IO::Socket::SSL exit

there would be error, but it seems do the trick to get it function.