plainblack.com
Username Password
search
Bookmark and Share

    

wgd install

User martien
Date 2/26/2010 10:25 am
Views 1078
Rating -1    Rate [
|
]
Previous · Next
User Message
martien

Wenn I try to install wgd (V 4.0), I get an error which I couln't
eliminate.
Can someone tell me, what to do?

 

 ./Build test delivers:

t/00_load.t ........... ok
t/01_WGDev.t .......... 1/32
#   Failed test 'Unreadable preload.custom silently ignored'
#   at t/01_WGDev.t line 165.
#     Structures begin differing at:
#          $got->[0] = '/tmp/E6_NCQvUe4/sbin'
#     $expected->[0] = '/tmp/E6_NCQvUe4/lib'
# Looks like you failed 1 test of 32.
t/01_WGDev.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/32 subtests
t/02_WGDev-Asset.t .... ok
t/03_WGDev-Command.t .. ok

Test Summary Report
-------------------
t/01_WGDev.t        (Wstat: 256 Tests: 32 Failed: 1)
  Failed test:  31
  Non-zero exit status: 1
Files=4, Tests=170,  1 wallclock secs ( 0.08 usr  0.01 sys +  0.88 cusr  0.11 csys =  1.08 CPU)
Result: FAIL
Failed 1/4 test programs. 1/170 subtests failed.



Back to Top
Rate [
|
]
 
 
Graham
Do you have git installed?  If so, you might try installing the development version from http://github.com/haarg/wgdev

I'm going to put out a new release today.  If it doesn't fix the problem you are having, it will at least help me track it down.

Back to Top
Rate [
|
]
 
 
Graham
I've uploaded version 0.5.0 to the bazaar.  Can you try downloading that and see if it has the same failure?  If it is still failing I'll look into it more.

Back to Top
Rate [
|
]
 
 
martien

Thanks, it's perfect:

t/00_load.t ........ ok
t/wgdev-asset.t .... ok
t/wgdev-command.t .. ok
t/wgdev.t .......... ok
All tests successful.
Files=4, Tests=236,  1 wallclock secs ( 0.13 usr  0.01 sys +  1.01 cusr  0.12 csys =  1.27 CPU)
Result: PASS

 

 



Back to Top
Rate [
|
]
 
 
martien

Thanks, it's perfect:

Within the wre environment "wgd intro" didn't work.

There I get:

iconv: Umwandlung ausgehend von utf8 ist nicht unterstützt. (conversion from utf8 not supported)
iconv: Versuchen Sie »iconv -l«, um eine Liste aller unterstützten Kodierungen zu erhalten.
Got a 0-length file from /tmp/1_EV80rwa0/perl/WGDev/Command/Intro via Pod::Perldoc::ToMan!?

which should be an error within the iconv-wre version.

Therefore I tried an install within normal system-environment with perl 5.8.

Here I got 2 errors (wgdev-asset.t line 205 and line 239):

t/wgdev-asset......1/? Newline in left-justified string for sprintf at /opt/local/data/WGDev-v0.5.0/blib/lib/WGDev/Asset.pm line 126.

#   Failed test 'serializes classes correctly'
#   at t/wgdev-asset.t line 205.
#          got: '==== Test::WGDev =============================================================
#
# Asset ID  : ~
# Menu Title  : ~
# Parent      : import_node_url
# Title       : ~
# URL         : ~
# ==== CodeField ===============================================================
# ~
# ==== HTMLField ===============================================================
# ~
# ==== TextField ===============================================================
# ~
# ==== Properties ==============================================================
#
# properties:
#   OtherField: default value
# security:
#   LastField: last field value
#
# '
#     expected: '==== Test::WGDev =============================================================
# Asset ID    : ~
# Menu Title  : ~
# Parent      : import_node_url
# Title       : ~
# URL         : ~
# ==== CodeField ===============================================================
# ~
# ==== HTMLField ===============================================================
# ~
# ==== TextField ===============================================================
# ~
# ==== Properties ==============================================================
# properties:
#   OtherField: default value
# security:
#   LastField: last field value
#
# '
...

Test Summary Report
-------------------
t/wgdev-asset  (Wstat: 512 Tests: 38 Failed: 2)
  Failed tests:  25-26
  Non-zero exit status: 2
t/wgdev-command (Wstat: 11 Tests: 73 Failed: 0)
  Parse errors: No plan found in TAP output
Files=4, Tests=211,  1 wallclock secs ( 0.13 usr  0.00 sys +  1.02 cusr  0.11 csys =  1.26 CPU)
Result: FAIL
Failed 2/4 test programs. 2/211 subtests failed.



Back to Top
Rate [
|
]
 
 
Graham
What distro and version are you using?
On Mar 8, 2010, at 8:29 AM, <webguide@innovate.de> <webguide@innovate.de> wrote:
martien wrote:



Thanks, it's perfect:



Within the wre environment "wgd intro" didn't work.

There I get:

iconv: Umwandlung ausgehend von utf8 ist nicht unterstützt. (conversion from utf8 not supported)
iconv: Versuchen Sie »iconv -l«, um eine Liste aller unterstützten Kodierungen zu erhalten.
Got a 0-length file from /tmp/1_EV80rwa0/perl/WGDev/Command/Intro via Pod::Perldoc::ToMan!?

which should be an error within the iconv-wre version.

Therefore I tried an install within normal system-environment with perl 5.8.

Here I got 2 errors (wgdev-asset.t line 205 and line 239):

t/wgdev-asset......1/? Newline in left-justified string for sprintf at /opt/local/data/WGDev-v0.5.0/blib/lib/WGDev/Asset.pm line 126.

#   Failed test 'serializes classes correctly'
#   at t/wgdev-asset.t line 205.
#          got: '==== Test::WGDev =============================================================
#
# Asset ID  : ~
# Menu Title  : ~
# Parent      : import_node_url
# Title       : ~
# URL         : ~
# ==== CodeField ===============================================================
# ~
# ==== HTMLField ===============================================================
# ~
# ==== TextField ===============================================================
# ~
# ==== Properties ==============================================================
#
# properties:
#   OtherField: default value
# security:
#   LastField: last field value
#
# '
#     expected: '==== Test::WGDev =============================================================
# Asset ID    : ~
# Menu Title  : ~
# Parent      : import_node_url
# Title       : ~
# URL         : ~
# ==== CodeField ===============================================================
# ~
# ==== HTMLField ===============================================================
# ~
# ==== TextField ===============================================================
# ~
# ==== Properties ==============================================================
# properties:
#   OtherField: default value
# security:
#   LastField: last field value
#
# '
...

Test Summary Report
-------------------
t/wgdev-asset  (Wstat: 512 Tests: 38 Failed: 2)
  Failed tests:  25-26
  Non-zero exit status: 2
t/wgdev-command (Wstat: 11 Tests: 73 Failed: 0)
  Parse errors: No plan found in TAP output
Files=4, Tests=211,  1 wallclock secs ( 0.13 usr  0.00 sys +  1.02 cusr  0.11 csys =  1.26 CPU)
Result: FAIL
Failed 2/4 test programs. 2/211 subtests failed.



http://www.webgui.org/forums/dev/wgd-install/4

--

WebGUI
http://www.webgui.org



Back to Top
Rate [
|
]
 
 
martien
What distro and version are you using?

SUSE 10.3, updated to 2.6.31.6-default
perl 5.8.8

Unfortunately I can't compile wre
(also not on SUSE 11.2)




Back to Top
Rate [
|
]
 
 
martien

What distro and version are you using?
SUSE 10.3, updated to 2.6.31.6-default perl 5.8.8 Unfortunately I can't compile wre (also not on SUSE 11.2)
Now I'm (finally) running SuSE 11.2, where I use the standard perl-environment To install wgd, I had to change some first rows from the wgd sources for calling perl to '#!/usr/bin/env perl'  cq. '#!/usrb(bin/perl' instead of the non-standard /opt/local/bin/perl

Back to Top
Rate [
|
]
 
 
    



© 2012 Plain Black Corporation | All Rights Reserved