Ticket #1435 (closed bug: fixed)
Tru64 report
Reported by: | gerd | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | build | Version: | 2.5.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | unix |
Description
My experience with Parrot on Tru64:
After building my own Perl 5 I was able to configure and build Parrot (2.0.0) from a tar file.
However
make hello
stops with the message
.... cxx -o parrot-nqp parrot-nqp.o /sandsk2/gz016/parrot-2.0.0/src/parrot_config.o -L/sandsk2/gz016/parrot-2.0.0/blib/lib -lparrot -Wl,-rpath,/sandsk2/gz016/perl5/lib/5.10.1/alpha-dec_osf/CORE -expect_unresolved '*' -O4 -msym -std -L/usr/local/lib -lm -lutil -lpthread Linked: parrot-nqp ./parrot -o examples/pasm/hello.o examples/pasm/hello.pbc main: can't produce object file*** Exit 1 Stop. appl9.hrz.uni-siegen.de>
The command
make test
finish with:
t/tools/pbc_dump.t .......................... ok t/tools/pbc_merge.t ......................... ok t/tools/pgegrep.t ........................... ok
Test Summary Report
t/op/trans.t (Wstat: 256 Tests: 22 Failed: 1)
Failed test: 14 Non-zero exit status: 1
t/pmc/packfile.t (Wstat: 131 Tests: 19 Failed: 0)
Non-zero exit status: -1 Parse errors: Bad plan. You planned 34 tests but ran 19.
t/pmc/packfileannotations.t (Wstat: 131 Tests: 9 Failed: 0)
Non-zero exit status: -1 Parse errors: Bad plan. You planned 17 tests but ran 9.
Files=332, Tests=12059, 329 wallclock secs ( 8.42 usr 4.70 sys + 198.08 cusr 80.12 csys = 291.32 CPU) Result: FAIL *** Exit 1 Stop. appl9.hrz.uni-siegen.de>
After installing some software I was able to build subversion with ssl support and to download the latest revision.