flowhella / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Fail to Build from source #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to Build from source

What version of the product are you using? 
Last version from git repo.

On what operating system?
Debian unstable.

Build Log:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .............. ok

#   Failed test 'Results returned'
#   at t/google_video_search.t line 18.
# Looks like you failed 1 test of 2.
t/google_video_search.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
t/json.t ................. ok
t/prefs.t ................ ok
t/rtmpdownloader.t ....... ok
t/title_to_filename.t .... ok
t/url.t .................. skipped: Not going online, set SITE to run these 
tests
t/utils.t ................ ok

Test Summary Report
-------------------
t/google_video_search.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=8, Tests=80,  6 wallclock secs ( 0.09 usr  0.32 sys +  1.36 cusr  0.94 
csys =  2.71 CPU)
Result: FAIL
Failed 1/8 test programs. 1/80 subtests failed.
make[1]: *** [test_dynamic] Error 255

Original issue reported on code.google.com by darkju...@gmail.com on 10 Jan 2012 at 4:38

GoogleCodeExporter commented 8 years ago
The problem also happens with get-flash-videos 1.24 version.

Original comment by darkju...@gmail.com on 14 Jan 2012 at 3:39

GoogleCodeExporter commented 8 years ago
Another error compiling with Debian sid:

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00_load.t .............. ok
There is no form with the requested fields at 
/tmp/buildd/get-flash-videos-1.25~git2012.02.28/blib/lib/FlashVideo/Site/Googlev
ideosearch.pm line 15
There is no form with the requested fields at /usr/share/perl5/WWW/Mechanize.pm 
line 1897.
# Looks like your test exited with 255 before it could output anything.
t/google_video_search.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests 
t/json.t ................. ok
t/prefs.t ................ ok
t/rtmpdownloader.t ....... ok
t/title_to_filename.t .... ok
t/url.t .................. skipped: Not going online, set SITE to run these 
tests
t/utils.t ................ ok

Test Summary Report
-------------------
t/google_video_search.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
Files=8, Tests=78,  3 wallclock secs ( 0.06 usr  0.17 sys +  0.97 cusr  0.67 
csys =  1.87 CPU)
Result: FAIL
Failed 1/8 test programs. 0/78 subtests failed.
make[1]: *** [test_dynamic] Error 255

Any idea to fix this ?

In advance thank you so much.

Original comment by darkju...@gmail.com on 28 Feb 2012 at 6:47

GoogleCodeExporter commented 8 years ago
Fixed thanks to psycotica.

Original comment by zakflash...@gmail.com on 9 Apr 2012 at 3:48