[9fans] building go on VMWare gives fatal error: malloc/free -

2013-03-06 Thread ROuNIN
Hello all,
I am trying to build Go on a new Plan9 install, but I get the
following:


term%  hg pull
pulling from https://code.google.com/p/go/
searching for changes
adding changesets
adding manifests
adding file changes
added 14 changesets with 40 changes to 37 files
(run 'hg update' to get a working copy)
term% hg update tip
37 files updated, 0 files merged, 0 files removed, 0 files unresolved
term% make.rc
# Building C bootstrap tool.
cmd/dist

# Building compilers and Go bootstrap tool for host, plan9/386.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
warning: /usr/glenda/go/src/cmd/cc/y.tab.c:1733[/usr/glenda/go/src/cmd/
cc/y.tab.c:3413] result of operation not used
warning: /usr/glenda/go/src/cmd/cc/y.tab.c:1733[/usr/glenda/go/src/cmd/
cc/y.tab.c:3413] result of operation not used
warning: /usr/glenda/go/src/cmd/cc/y.tab.c:1736[/usr/glenda/go/src/cmd/
cc/y.tab.c:3416] set and not used: yymsg
warning: /usr/glenda/go/src/cmd/cc/y.tab.c:1924[/usr/glenda/go/src/cmd/
cc/y.tab.c:3592] set and not used: yyptr
cmd/gc
warning: /usr/glenda/go/src/cmd/gc/closure.c:132[/usr/glenda/go/src/
cmd/gc/closure.c:2463] param declared and not used: nowrap
warning: /usr/glenda/go/src/cmd/gc/const.c:1113[/usr/glenda/go/src/cmd/
gc/const.c:3437] set and not used: t1
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:2053[/usr/glenda/go/src/cmd/
gc/y.tab.c:4356] result of operation not used
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:2053[/usr/glenda/go/src/cmd/
gc/y.tab.c:4356] result of operation not used
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:2056[/usr/glenda/go/src/cmd/
gc/y.tab.c:4359] set and not used: yymsg
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:4891[/usr/glenda/go/src/cmd/
gc/y.tab.c:7170] useless or misleading comparison: UINT = 0x
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:4905[/usr/glenda/go/src/cmd/
gc/y.tab.c:7184] useless or misleading comparison: 0  UINT
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:4907[/usr/glenda/go/src/cmd/
gc/y.tab.c:7186] result of operation not used
warning: /usr/glenda/go/src/cmd/gc/y.tab.c:2243[/usr/glenda/go/src/cmd/
gc/y.tab.c:4534] set and not used: yyptr
cmd/8l
cmd/8a
warning: /usr/glenda/go/src/cmd/8a/y.tab.c:1396[/usr/glenda/go/src/cmd/
8a/y.tab.c:3159] result of operation not used
warning: /usr/glenda/go/src/cmd/8a/y.tab.c:1396[/usr/glenda/go/src/cmd/
8a/y.tab.c:3159] result of operation not used
warning: /usr/glenda/go/src/cmd/8a/y.tab.c:1399[/usr/glenda/go/src/cmd/
8a/y.tab.c:3162] set and not used: yymsg
warning: /usr/glenda/go/src/cmd/8a/y.tab.c:1484[/usr/glenda/go/src/cmd/
8a/y.tab.c:3242] set and not used: yytoken
warning: /usr/glenda/go/src/cmd/8a/y.tab.c:1568[/usr/glenda/go/src/cmd/
8a/y.tab.c:3322] set and not used: yyptr
cmd/8c
cmd/8g
pkg/runtime
pkg/errors
pkg/sync/atomic
pkg/sync
pkg/io
pkg/unicode
pkg/unicode/utf8
pkg/unicode/utf16
pkg/bytes
pkg/math
pkg/strings
pkg/strconv
pkg/bufio
pkg/sort
pkg/container/heap
pkg/encoding/base64
pkg/syscall
pkg/time
pkg/os
pkg/reflect
pkg/fmt
pkg/encoding/json
pkg/flag
pkg/path/filepath
pkg/path
pkg/io/ioutil
pkg/log
pkg/regexp/syntax
pkg/regexp
pkg/go/token
pkg/go/scanner
pkg/go/ast
pkg/go/parser
pkg/os/exec
pkg/os/signal
pkg/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
fatal error: malloc/free - deadlock
[signal 0x2 code=0x0 addr=0x0 pc=0x51f04]

goroutine 1 [syscall]:
[fp=0x30705008] syscall.Syscall()
/usr/glenda/go/src/pkg/syscall/asm_plan9_386.s:17 +0x5
[fp=0x3070502c] syscall.Open(0x10736000, 0xd, 0x0, 0x0, 0x0, ...)
/usr/glenda/go/src/pkg/syscall/zsyscall_plan9_386.go:70 +0x87
[fp=0x30705068] syscall.readenv(0x1792a8, 0x8, 0x0, 0x0, 0x0, ...)
/usr/glenda/go/src/pkg/syscall/env_plan9.go:32 +0x7e
[fp=0x307050ac] syscall.Getenv(0x1792a8, 0x8, 0x0, 0x0,
0xc500, ...)
/usr/glenda/go/src/pkg/syscall/env_plan9.go:101 +0xdf
[fp=0x307050cc] time.init()
/usr/glenda/go/src/pkg/time/zoneinfo_read.go:-186 +0x143
[fp=0x307050ec] os.init()
/usr/glenda/go/src/pkg/os/error.go:13 +0x46
[fp=0x30705100] path/filepath.init()
/usr/glenda/go/src/pkg/path/filepath/symlink.go:67 +0x55
[fp=0x30705104] go/scanner.init()
/usr/glenda/go/src/pkg/go/scanner/scanner.go:727 +0x45
[fp=0x30705110] go/parser.init()
/usr/glenda/go/src/pkg/go/parser/parser.go:2410 +0x50
[fp=0x307051c4] main.init()
/usr/glenda/go/src/cmd/go/vet.go:37 +0x4b
[fp=0x307051dc] runtime.main()
/usr/glenda/go/src/pkg/runtime/proc.c:179 +0x8d
[fp=0x307051e0] runtime.goexit()
/usr/glenda/go/src/pkg/runtime/proc.c:1151
term% ll
ll: '/bin/ll' file does not exist
term% hg identify
84a41a2c376b tip
term%

Any ideas how to fix this?
Many thanks,
ROuNIN



[9fans] dns problem with plan9.iso downloaded on Tue07Feb2012_2219

2012-02-13 Thread ROuNIN
Hello
Using this new version and creating a new Plan9 install with the
following:

md5sum /home/plan9/plan9.Tue07Feb2012_2219.iso
a62dba17efa51e3c5dbd1b12e8586492  /home/plan9/
plan9.Tue07Feb2012_2219.iso

I see the following:

term% ip/ipconfig
term% ndb/dns -r
term% ip/ping www.google.com
ip/ping: couldn't dial icmp!www.google.com!1: cs: temporary problem:
dns: dns failure
term% ip/ping -fr 192.168.0.12
sending 32 64 byte messages 0 ms apart to icmp!192.168.0.12!1
0: rtt 9358 µs, avg rtt 9358 µs, ttl = 64
1: rtt 11086 µs, avg rtt 10222 µs, ttl = 64
2: rtt 15649 µs, avg rtt 12031 µs, ttl = 64
3: rtt 18320 µs, avg rtt 13603 µs, ttl = 64
4: rtt 19911 µs, avg rtt 14864 µs, ttl = 64
5: rtt 21464 µs, avg rtt 15964 µs, ttl = 64
6: rtt 23002 µs, avg rtt 16970 µs, ttl = 64
7: rtt 24553 µs, avg rtt 17917 µs, ttl = 64
8: rtt 26140 µs, avg rtt 18831 µs, ttl = 64
9: rtt 27737 µs, avg rtt 19722 µs, ttl = 64
10: rtt 29308 µs, avg rtt 20593 µs, ttl = 64
11: rtt 30801 µs, avg rtt 21444 µs, ttl = 64
12: rtt 32311 µs, avg rtt 22280 µs, ttl = 64
13: rtt 33893 µs, avg rtt 23109 µs, ttl = 64
14: rtt 35401 µs, avg rtt 23928 µs, ttl = 64
15: rtt 36926 µs, avg rtt 24741 µs, ttl = 64
16: rtt 38423 µs, avg rtt 25546 µs, ttl = 64
17: rtt 39773 µs, avg rtt 26336 µs, ttl = 64
18: rtt 41220 µs, avg rtt 27119 µs, ttl = 64
19: rtt 42084 µs, avg rtt 27868 µs, ttl = 64
20: rtt 44871 µs, avg rtt 28677 µs, ttl = 64
21: rtt 45633 µs, avg rtt 29448 µs, ttl = 64
22: rtt 46443 µs, avg rtt 30187 µs, ttl = 64
23: rtt 47241 µs, avg rtt 30897 µs, ttl = 64
24: rtt 48466 µs, avg rtt 31600 µs, ttl = 64
25: rtt 49489 µs, avg rtt 32288 µs, ttl = 64
26: rtt 50463 µs, avg rtt 32961 µs, ttl 5= 64
27: rtt 52125 µs, avg rtt 33646 µs, ttl = 64
28: rtt 53155 µs, avg rtt 34318 µs, ttl = 64
29: rtt 54089 µs, avg rtt 34977 µs, ttl = 64
30: rtt 55183 µs, avg rtt 35629 µs, ttl = 64
31: rtt 56200 µs, avg rtt 36272 µs, ttl = 64
term% ip/ping www.bbc.co.uk
ip/ping: couldn't dial icmp!www.bbc.co.uk!1: cs: temporary problem:
dns: dns failure
term%

It used to work before - what happened?
Have I missed something?
ROuNIN



Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-31 Thread ROuNIN
On Jan 23, 7:03 am, tyap...@gmail.com (Peter A. Cejchan) wrote:
 I had the same problem with ron minnich's distribution, try to dive into
 cmd and check the Makefile.
 Ron's distro  is 60.2, and the changes needed to compile natively are in
 /n/sorces/contrib/pac/9go./tbz
 HTH,
 best,
 ++pac

Hello Peter,
Please can you give me verbose information on how to get it to
install.
Many thanks,
ROuNIN



Re: [9fans] issuing fshalt shuts down rio and gives the

2012-01-30 Thread ROuNIN
Why can we not re-instate the following messages at least the done
halting:

term% fshalt
syncing.../srv/fscons...prompt: venti...
halting.../srv/fscons...
prompt:
done halting

ROuNIN



Re: [9fans] Building Go on Plan 9 using Antony Martin's

2012-01-20 Thread ROuNIN
Hello,
Thank you. Sorry for late reply:

I get this message - something seems drastically wrong with my Plan9
install --

8l
cp 8.out /386/bin/go/8l
8c
8l  -o 8.out cgen.8 cgen64.8 div.8 list.8 machcap.8 mul.8 pgen.8 pswt.
8 peep.8 reg.8 sgen.8 swt.8 txt.8 ../8l/enam.8 goos.8 ../cc/cc.a8 /386/
lib/libbio.a
cp 8.out /386/bin/go/8c
8a
cp 8.out /386/bin/go/8a
gopack
cp gopack /386/bin/go/gopack
pkg
install runtime
INSTALL FAIL runtime
/go/src/pkg
/386/bin/go/8g -+ $GCIMPORTS -p runtime -o _go_.8 debug.go error.go
extern.go mem.go sig.go softfloat64.go type.go version.go
version_plan9.go version_386.go runtime_defs.go
/386/bin/go/8g: '/386/bin/go/8g' does not exist
mk: /386/bin/go/8g -+ $GCIMPORTS ...  : exit status=rc 16064: rc
16066: can't exec: '/386/bin/go/8g' does not exist
mk: echo install runtime ...  : exit status=rc 16027: 1
mk: for (i in ...  : exit status=rc 15598: rc 15726: mk 15729: error
term% date
Sun Jan 22 07:29:44 EST 2012
term%


I don't want to re-install yet - busy with other stuff. But I may have
to resign to the fact that I will need to do fresh install with the
latest
plan9.iso.bz2

ROuNIN



[9fans] issuing fshalt shuts down rio and gives the following

2012-01-19 Thread ROuNIN
Hello,

Recently, I noticed a change from what I do not recall to be the
behavoiur I saw some time ago

When I issue an fshalt, it shuts down rio and give the following
outside rio
init: starting /bin/rc
term%

ROuNIN



Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a first

2012-01-19 Thread ROuNIN
Hello!
I still get the following:

pcc  -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8
crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8
engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 ocsp.8 openssl.8
passwd.8 pkcs12.8 pkcs7.8 pkcs8.8 prime.8 rand.8 req.8 rsa.8 rsautl.8
s_cb.8 s_client.8 s_server.8 s_socket.8 s_time.8 sess_id.8 smime.8
speed.8 spkac.8 verify.8 version.8 x509.8 /386/lib/ape/libssl.a /386/
lib/ape/libcrypto.a
ar vu /386/lib/ape/libregexp.a regcomp.8 regerror.8 regexec.8 regsub.8
regaux.8 rregexec.8 rregsub.8
ar vu /386/lib/ape/libutf.a rune.8 runestrcat.8 runestrchr.8
runestrcmp.8 runestrcpy.8 runestrdup.8 runestrlen.8 runestrecpy.8
runestrncat.8 runestrncmp.8 runestrncpy.8 runestrrchr.8 runestrstr.8
runetype.8 utfecpy.8 utflen.8 utfnlen.8 utfrrune.8 utfrune.8 utfutf.8
ar vu /386/lib/ape/libv.a getpass.8 tty.8 rand.8 nrand.8 getfields.8
min.8 max.8 error.8 nap.8
pcc -c /sys/src/cmd/gs/zlib/gzio.c
/sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked:
fdopen
/sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: INT
and VOID for op AS
pcc: cpp: 8c 9278: error
mk: pcc -c /sys/src/cmd/gs/zlib/gzio.c  : exit status=rc 9275: pcc
9277: cpp: 8c 9278: error
mk: for (i in ...  : exit status=rc 5839: rc 9272: mk 9274: error
mk: cd lib mk all  : exit status=rc 5831: mk 5834: error
mk: mk lib.all mk ...  : exit status=rc 5828: mk 5830: error
mk: date for (i ...  : exit status=rc 5075: rc 5825: mk 5827: error
term%

What do I need to do? Sorry, I may need an extra detailed explanation
on what to do.
ROuNIN



Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a first entry not symbol header too many errors pcc: 8l: 8l 1453: error

2012-01-03 Thread ROuNIN
Hello,
Error has now changed to the following:


pcc  -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8
crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8
engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 ocsp.8 openssl.8
passwd.8 pkcs12.8 pkcs7.8 pkcs8.8 prime.8 rand.8 req.8 rsa.8 rsautl.8
s_cb.8 s_client.8 s_server.8 s_socket.8 s_time.8 sess_id.8 smime.8
speed.8 spkac.8 verify.8 version.8 x509.8 /386/lib/ape/libssl.a /386/
lib/ape/libcrypto.a
??none??: cannot open file: /386/lib/ape/libz.a
pcc: 8l: 8l 285265: error
mk: pcc  -o ...  : exit status=rc 285262: pcc 285264: 8l: 8l 285265:
error
mk: for (i in ...  : exit status=rc 285229: rc 285259: mk 285261:
error
mk: for (i in ...  : exit status=rc 284627: rc 285226: mk 285228:
error
mk: cd lib mk all  : exit status=rc 284619: mk 284622: error
mk: mk lib.all mk ...  : exit status=rc 284616: mk 284618: error
mk: date for (i ...  : exit status=rc 281634: rc 284613: mk 284615:
error
term%


ROuNIN



[9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread ROuNIN
Hello all,
Following Anthony Martin's install instructions on Building Go on
Plan9:

http://groups.google.com/group/comp.os.plan9/browse_thread/thread/44f5b5d3091547aa/95dd9fad3e909224?q=gmakelnk=ol;

I get the following message:
---
.
.
.

gmake[1]: Leaving directory `/sys/src/go/src/cmd/cc'

 making 5c 

gmake -C 5c install
gmake[1]: Entering directory `/sys/src/go/src/cmd/5c'
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/cgen.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/list.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/sgen.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/swt.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/txt.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/mul.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/reg.c
8c -FTVw -I/386/include/go -I/sys/include/go  /sys/src/go/src/cmd/
5c/peep.c
8c -FTVw -I/386/include/go -I/sys/include/go  -I. -o pgen.8 ../cc/
pgen.c
8c -FTVw -I/386/include/go -I/sys/include/go  -I. -o pswt.8 ../cc/
pswt.c
8l -o 5c cgen.8 list.8 sgen.8 swt.8 txt.8 mul.8 reg.8 peep.8 pgen.8
pswt.8 ../5l/enam.8  ../cc/cc.a
??none??: cannot open file: ../5l/enam.8
gmake[1]: *** [5c] Error 1
gmake[1]: Leaving directory `/sys/src/go/src/cmd/5c'
gmake: *** [5c.install] Error 2
gmake: Leaving directory `/sys/src/go/src/cmd'
term%
---

Hope someone can help.
ROuNIN



Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread ROuNIN
Hello Steve,
Thank you! I've made a bit more progress but now see this:

-
.
.
.

pcc  -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8
crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8
engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 ocsp.8 openssl.8
passwd.8 pkcs12.8 pkcs7.8 pkcs8.8 prime.8 rand.8 req.8 rsa.8 rsautl.8
s_cb.8 s_client.8 s_server.8 s_socket.8 s_time.8 sess_id.8 smime.8
speed.8 spkac.8 verify.8 version.8 x509.8 /386/lib/ape/libssl.a /386/
lib/ape/libcrypto.a
ar vu /386/lib/ape/libregexp.a regcomp.8 regerror.8 regexec.8 regsub.8
regaux.8 rregexec.8 rregsub.8
ar vu /386/lib/ape/libutf.a rune.8 runestrcat.8 runestrchr.8
runestrcmp.8 runestrcpy.8 runestrdup.8 runestrlen.8 runestrecpy.8
runestrncat.8 runestrncmp.8 runestrncpy.8 runestrrchr.8 runestrstr.8
runetype.8 utfecpy.8 utflen.8 utfnlen.8 utfrrune.8 utfrune.8 utfutf.8
ar vu /386/lib/ape/libv.a getpass.8 tty.8 rand.8 nrand.8 getfields.8
min.8 max.8 error.8 nap.8
pcc -c /sys/src/cmd/gs/zlib/gzio.c
/sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked:
fdopen
/sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: INT
and VOID for op AS
pcc: cpp: 8c 29761: error
mk: pcc -c /sys/src/cmd/gs/zlib/gzio.c  : exit status=rc 29758: pcc
29760: cpp: 8c 29761: error
mk: for (i in ...  : exit status=rc 29312: rc 29755: mk 29757: error
mk: cd lib mk all  : exit status=rc 29304: mk 29307: error
mk: mk lib.all mk ...  : exit status=rc 29301: mk 29303: error
term% pwd
/sys/src/ape
term%
-
Many thanks,
ROuNIN



[9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2011-12-22 Thread ROuNIN
Hello all,
I don't know what I've done - came back my virtual Plan9 installation
and get this after ages...of being away.
I did this :
--
term% cd /sys/src
term% mk
mk all, install, clean, nuke, release, kernels, or libs
term% mk all
Thu Dec 22 18:16:10 EST 2011
ar vu /386/lib/lib9p.a auth.8 dirread.8 fid.8 file.8 intmap.8 listen.8
mem.8 req.8 parse.8 post.8 rfork.8 srv.8 thread.8 uid.8 util.8
ar vu /386/lib/libString.a s_alloc.8 s_append.8 s_array.8 s_copy.8
s_getline.8 s_grow.8 s_memappend.8 s_nappend.8 s_parse.8 s_putc.8
s_rdinstack.8 s_read.8 s_read_line.8 s_reset.8 s_terminate.8 s_tolower.
8 s_unique.8
.
.
.
.
lib.8 pcy_map.8 pcy_node.8 pcy_tree.8 v3_addr.8 v3_akey.8 v3_akeya.8
v3_alt.8 v3_asid.8 v3_bcons.8 v3_bitst.8 v3_conf.8 v3_cpols.8 v3_crld.
8 v3_enum.8 v3_extku.8 v3_genn.8 v3_ia5.8 v3_info.8 v3_int.8 v3_lib.8
v3_ncons.8 v3_ocsp.8 v3_pci.8 v3_pcia.8 v3_pcons.8 v3_pku.8 v3_pmaps.8
v3_prn.8 v3_purp.8 v3_skey.8 v3_sxnet.8 v3_utl.8 v3err.8 e_4758cca.8
e_aep.8 e_atalla.8 e_chil.8 e_cswift.8 e_gmp.8 e_nuron.8 e_sureware.8
e_ubsec.8
pcc  -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8
crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8
engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 ocsp.8 openssl.8
passwd.8 pkcs12.8 pkcs7.8 pkcs8.8 prime.8 rand.8 req.8 rsa.8 rsautl.8
s_cb.8 s_client.8 s_server.8 s_socket.8 s_time.8 sess_id.8 smime.8
speed.8 spkac.8 verify.8 version.8 x509.8 /386/lib/ape/libssl.a /386/
lib/ape/libcrypto.a
??none??: /386/lib/ape/libssl.a: first entry not symbol header
??none??: /386/lib/ape/libcrypto.a: first entry not symbol header
app_RAND_load_file: undefined: RAND_file_name
app_RAND_load_file: undefined: RAND_egd
app_RAND_load_file: undefined: RAND_load_file
app_RAND_load_file: undefined: RAND_status
app_RAND_load_file: undefined: BIO_printf
app_RAND_write_file: undefined: RAND_write_file
program_name: undefined: BUF_strlcpy
chopup_args: undefined: CRYPTO_malloc
chopup_args: undefined: CRYPTO_realloc
dump_cert_text: undefined: X509_get_subject_name
dump_cert_text: undefined: X509_NAME_oneline
dump_cert_text: undefined: BIO_puts
dump_cert_text: undefined: CRYPTO_free
dump_cert_text: undefined: X509_get_issuer_name
ui_open: undefined: UI_OpenSSL
ui_open: undefined: UI_method_get_opener
ui_read: undefined: UI_get_input_flags
ui_read: undefined: UI_get0_user_data
ui_read: undefined: UI_set_result
too many errors
pcc: 8l: 8l 1453: error
mk: pcc  -o ...  : exit status=rc 1450: pcc 1452: 8l: 8l 1453: error
mk: for (i in ...  : exit status=rc 1433: rc 1447: mk 1449: error
mk: for (i in ...  : exit status=rc 1036: rc 1430: mk 1432: error
mk: cd lib mk all  : exit status=rc 1028: mk 1031: error
mk: mk lib.all mk ...  : exit status=rc 1025: mk 1027: error
mk: date for (i ...  : exit status=rc 272: rc 1022: mk 1024: error
term%
--
Many thanks,
ROuNIN



[9fans] Can we run Plan 9 on WD My Book Live [PowerPC] architecture?

2011-05-19 Thread ROuNIN
Hello all,
Recently, came across this at [http://blog.marc-seeger.de/2011/03/20/
the-western-digital-mybook-live]:

# cat /proc/cpuinfo
processor  : 0
cpu   : APM82181
clock  : 800.08MHz
revision  : 28.129 (pvr 12c4 1c81)
bogomips : 1600.00
timebase: 80008
platform  : PowerPC 44x Platform
model  : amcc,apollo3g
Memory: 256 MB

It has an 800MHz CPU with 256 MB RAM

So, question I have is there a possibility that we can we run Plan 9
or plan9port on WD My Book Live [PowerPC] architecture?

Many thanks,
ROuNIN



[9fans] Need help on installing Google Go for The Plan 9 Operating system

2011-01-10 Thread ROuNIN
Hello all,
I just posted this golang-nuts. I would like someone to advise on what
needs to be done to install
Google Go on The Plan 9 Operating System.

Can Federico G. Benavento [FGB] please help?
I've searched for ages on the net but can't find any info.

So far have the following (with the aid of)
http://plan9.bell-labs.com/wiki/plan9/Sources_repository/index.html

mount to 9fs sources:

9fs sources
ls /n/sources

So you can see the contrib/ directory:
contrib/ - Contrib directories for contributed code

Then at:
http://plan9.bell-labs.com/wiki/plan9/Contrib_index/index.html

Then I get stuck at being able to obtain Mercurial from FGB's contrib
area:

hg: Mercurial 1.0.2

Many thanks,
ROuNIN



[9fans] username surrounded by '( and )' e.g., '(username')

2010-02-22 Thread ROuNIN
Hello all,
Can someone explain how this happened?

d-rwxrwxr-x M 8 glenda glenda 0 Feb 13 13:38 glenda
d-rwxrwxr-x M 8 '(rounin)' '(rounin)' 0 Feb 14 18:28 rounin

I am not sure of the steps that were taken to get the above ' and ( ).
Is it possible to rename/modify the '( )'?

Many thanks,
ROuNIN



[9fans] getting crash when setting 1280x1024x8

2010-02-15 Thread ROuNIN
Hello all,
With the the following three Plan9 ISOs when trying to install Plan 9

Plan9 20th October 2009 timestamp 08:04
Plan9 28th January 2010 timestamp 09:04
Plan9 12th February 2010 timestamp 09:04

I get the following when I try to set the display to be 1280x1024x8
monitor settings I have tried are after referring to
[http://plan9.bell-labs.com/wiki/plan9/Setting_the_right_monitor_size/
index.html]

multisync


panic: kernel fault: bad address pc=0xf01b3843 addr=0xe03c
panic: kernel fault: bad address pc=0xf01b3843 addr=0xe03c
dumpstack disabled
cpu0: exiting


When setting it to 1280x768x8 and monitor setting to cinema it works.

All of this is on a VMWare Workstation.
What can one do when you modify the plan9.ini and get the crash
message?
Is there a way to edit the plan9.ini and change it back before getting
the crash message?

ROuNIN



[9fans] ping suicide: sys: trap: divide error pc=0x00003953c

2009-03-09 Thread ROuNIN
Hello all,
I would like to learn how to fix this in the ping C code, I am new to
plan9 and C

ip/ping -r -f www.google.com
sending 32 64 bytes messages 0 ms apart  to icmp!www.google.com!1
ping 238: suicide: sys: trap: divide error  pc=0x3953
term% 0: rrt 38841 us, avg rtt 38841 us, ttl = 128

ROuNIN