help-stow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-stow] stow tests fail on opensuse 12.1


From: Sebastian Mattheis
Subject: [Help-stow] stow tests fail on opensuse 12.1
Date: Tue, 6 Dec 2011 14:03:40 +0100

Hello stow-helpers,

I'm not totally new to stow and linux, but I'm not able to install stow on my OpenSuse 12.1 .

The problem is simple: The stow tests fail. If i still do 'make install' the binaries don't work.

Any help would be great!

Below I provide the necessary informations. However, if you need additional informations let me know.

Thanks in advance,
Sebastian

####################################################################

address@hidden:~/Downloads/stow-2.1.0> uname -a
Linux linux-je8s.site 3.1.0-1.2-desktop #1 SMP PREEMPT Thu Nov 3 14:45:45 UTC 2011 (187dde0) x86_64 x86_64 x86_64 GNU/Linux

address@hidden:~/Downloads> tar -xf stow-2.1.0.tar.gz

address@hidden:~/Downloads> cd stow-2.1.0/

address@hidden:~/Downloads/stow-2.1.0> ./configure
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile

address@hidden:~/Downloads/stow-2.1.0> make
[ -d bin ] || mkdir bin # required in vpath mode
sed -e 's|address@hidden@]|/usr/bin/perl|g' -e 's|address@hidden@]|2.1.0|g' < bin/stow.in > bin/stow
chmod +x bin/stow
[ -d bin ] || mkdir bin # required in vpath mode
sed -e 's|address@hidden@]|/usr/bin/perl|g' -e 's|address@hidden@]|2.1.0|g' < bin/chkstow.in > bin/chkstow
chmod +x bin/chkstow
[ -d doc ] || mkdir doc # required in vpath mode
pod2man bin/stow > doc/stow.8
Not in a git repository; can't update ChangeLog.
[ -d lib ] || mkdir lib # required in vpath mode
( sed -e 's|address@hidden@]|/usr/bin/perl|g' -e 's|address@hidden@]|2.1.0|g' < lib/Stow.pm.in; cat ./default-ignore-list ) > lib/Stow.pm

### comment: i ignored the warning "can't update ChangeLog" since i thought it's just a warning for the case, when stow is installed from git repository

address@hidden:~/Downloads/stow-2.1.0> make test
Not in a git repository; can't update ChangeLog.
make  tmp-testing-trees
make[1]: Entering directory `/home/sebastian/Downloads/stow-2.1.0'
mkdir -p tmp-testing-trees
make[1]: Leaving directory `/home/sebastian/Downloads/stow-2.1.0'
make  check-TESTS
make[1]: Entering directory `/home/sebastian/Downloads/stow-2.1.0'
dir=./t; \
/usr/bin/perl -I./bin -I./lib -I./t -MTest::Harness -e 'runtests(@ARGV)' "${dir#./}"/*.t
t/chkstow.t ................ Can't locate Test/Output.pm in @INC (@INC contains: ./bin ./lib ./t /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.14.2 /usr/lib/perl5/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/5.14.2 /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/site_perl .) at t/chkstow.t line 14, <DATA> line 18.
BEGIN failed--compilation aborted at t/chkstow.t line 14, <DATA> line 18.
# Looks like your test exited with 2 before it could output anything.
t/chkstow.t ................ Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
t/cleanup_invalid_links.t .. ok  
t/defer.t .................. ok  
t/examples.t ............... ok    
t/find_stowed_path.t ....... ok  
t/foldable.t ............... ok  
t/ignore.t ................. ok      
t/join_paths.t ............. ok    
t/parent.t ................. ok  
t/stow_contents.t .......... Can't locate Test/Output.pm in @INC (@INC contains: ./bin ./lib ./t /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.14.2 /usr/lib/perl5/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/5.14.2 /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/site_perl .) at t/stow_contents.t line 11.
BEGIN failed--compilation aborted at t/stow_contents.t line 11.
# Looks like your test exited with 2 before it could output anything.
t/stow_contents.t .......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 23/23 subtests
t/stow.t ................... ok  
t/unstow_contents_orig.t ... Can't locate Test/Output.pm in @INC (@INC contains: ./bin ./lib ./t /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.14.2 /usr/lib/perl5/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/5.14.2 /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/site_perl .) at t/unstow_contents_orig.t line 11.
BEGIN failed--compilation aborted at t/unstow_contents_orig.t line 11.
# Looks like your test exited with 2 before it could output anything.
t/unstow_contents_orig.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 23/23 subtests
t/unstow_contents.t ........ Can't locate Test/Output.pm in @INC (@INC contains: ./bin ./lib ./t /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.14.2 /usr/lib/perl5/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/5.14.2 /usr/lib/perl5/site_perl/5.14.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.14.2 /usr/lib/perl5/site_perl .) at t/unstow_contents.t line 11.
BEGIN failed--compilation aborted at t/unstow_contents.t line 11.
# Looks like your test exited with 2 before it could output anything.
t/unstow_contents.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 23/23 subtests

Test Summary Report
-------------------
t/chkstow.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/stow_contents.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 23 tests but ran 0.
t/unstow_contents_orig.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 23 tests but ran 0.
t/unstow_contents.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 23 tests but ran 0.
Files=13, Tests=344,  0 wallclock secs ( 0.08 usr  0.01 sys +  0.44 cusr  0.06 csys =  0.59 CPU)
Result: FAIL
Failed 4/13 test programs. 0/344 subtests failed.
make[1]: *** [check-TESTS] Error 2
make[1]: Leaving directory `/home/sebastian/Downloads/stow-2.1.0'
make: *** [check-am] Error 2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]