Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Sun Jan 30 00:00:05 2011
00:06 -!- Natch [~natch@c-6dcde155.25-4-64736c10.cust.bredbandsbolaget.se] has
joined #go-nuts
00:08 -!- Natch| [~natch@c-6dcde155.25-4-64736c10.cust.bredbandsbolaget.se] has
quit [Ping timeout: 245 seconds]
00:11 < enferex> so I noticed the January 20th release removed the complex
type.  However, it seems the 6g compiler still can use that type.
00:16 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
00:18 -!- jdp__ [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
00:18 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Read error:
Connection reset by peer]
00:19 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 246 seconds]
00:19 -!- Project-2501 [~Marvin@dynamic-adsl-94-36-158-106.clienti.tiscali.it] has
quit [Read error: Connection reset by peer]
00:21 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
00:35 -!- rlab [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
00:37 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has joined #go-nuts
00:37 -!- sauerbraten [~sauerbrat@p508CE79C.dip.t-dialin.net] has quit [Quit:
Leaving]
00:46 < enferex> Tuller: hello
00:46 -!- vermi [4086aefb@gateway/web/freenode/ip.64.134.174.251] has quit [Quit:
Page closed]
00:49 -!- Natch [~natch@c-6dcde155.25-4-64736c10.cust.bredbandsbolaget.se] has
joined #go-nuts
00:50 -!- Natch| [~natch@c-6dcde155.25-4-64736c10.cust.bredbandsbolaget.se] has
quit [Ping timeout: 245 seconds]
00:54 -!- napsy [~luka@88.200.96.18] has quit [Quit: Lost terminal]
00:56 -!- cafesofie [~cafesofie@dhcp-140-254-202-210.osuwireless.ohio-state.edu]
has quit [Remote host closed the connection]
00:58 -!- micrypt [~micrypt@5adee330.bb.sky.com] has joined #go-nuts
01:06 < Ina> So I did an ./all.bash, and now 8l is giving me errors.
01:07 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has quit [Quit:
Computer has gone to sleep.]
01:16 < Ina> Aha, found the problem.  Fixed.
01:31 < kurt> I noticed that I can get much more levels of function call
recursion before crashing a Go program than a C program (OS X, gcc).  Is this
because Go is putting "stack frames" on the heap?
01:35 -!- rdw_ [~Robert@173-30-155-68.client.mchsi.com] has joined #go-nuts
01:37 -!- LittleQNCCU [~littleq@dream.cs.nccu.edu.tw] has joined #go-nuts
01:52 -!- Scorchin [~Scorchin@host109-152-122-32.range109-152.btcentralplus.com]
has quit [Quit: Scorchin]
01:57 -!- sav [~lsd@189001130056.usr.predialnet.com.br] has joined #go-nuts
02:03 -!- sav [~lsd@189001130056.usr.predialnet.com.br] has quit [Ping timeout:
240 seconds]
02:07 -!- sav [~lsd@189001130056.usr.predialnet.com.br] has joined #go-nuts
02:15 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has joined #go-nuts
02:15 -!- jdp__ [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Read error:
Connection reset by peer]
02:15 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
02:29 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Remote host
closed the connection]
02:40 -!- newblue__ [~newblue@113.84.211.96] has quit [Read error: Connection
timed out]
02:40 -!- newblue__ [~newblue@113.84.211.96] has joined #go-nuts
03:02 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has quit [Quit:
Computer has gone to sleep.]
03:03 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
03:10 -!- newblue__ [~newblue@113.84.211.96] has quit [Remote host closed the
connection]
03:11 -!- Ina [~Ina@dsl-087-195-206-242.solcon.nl] has quit [Read error:
Connection reset by peer]
03:31 < mosva> camlistore => Another awesome project in go
03:32 < mosva> Good work adg
03:44 -!- boscop_ [~boscop@f055201030.adsl.alicedsl.de] has joined #go-nuts
03:46 -!- boscop [~boscop@f055008028.adsl.alicedsl.de] has quit [Ping timeout: 240
seconds]
04:20 -!- yihuang [~yihuang@183.17.154.59] has joined #go-nuts
04:23 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 276 seconds]
04:25 -!- rdw_ [~Robert@173-30-155-68.client.mchsi.com] has quit [Quit: Leaving]
04:31 -!- yihuang [~yihuang@183.17.154.59] has left #go-nuts []
04:37 -!- vermi [4086aefb@gateway/web/freenode/ip.64.134.174.251] has joined
#go-nuts
04:37 < vermi> is there a function in "os" or some other package to get the
name of the currently running binary?
04:38 < vermi> or do i have to do something convoluted?
04:42 < Tv> vermi: os.Args[0] i'd imagine..
04:43 < vermi> ooh
04:43 < vermi> thanks
04:45 < uriel> enferex: ? complex type was not removed, cmplex or whatever
it was has been renamed 'complex' IIRC
04:47 < enferex> aye ok yeah, I was kinda like..  umm my complier still
supports it ;-)
04:52 < enferex> uriel: I was trying to use it in one of my own types, type
MyType struct { bar complex; } results in an error (unexpected name).  Something
tells me I am declaring it improperly.
04:52 -!- vermi [4086aefb@gateway/web/freenode/ip.64.134.174.251] has quit [Ping
timeout: 265 seconds]
05:02 < Tv> enferex: that works just fine on golang.org sandbox
05:03 < enferex> aye, thanks...
05:05 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has joined #go-nuts
05:06 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has quit [Client
Quit]
05:06 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has joined #go-nuts
05:07 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has left #go-nuts []
05:09 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
05:21 -!- cafesofie [~cafesofie@rnwifi-164-107-92-26.resnet.ohio-state.edu] has
joined #go-nuts
05:27 -!- shvntr [~shvntr@113.84.145.29] has joined #go-nuts
05:41 -!- adu [~ajr@pool-173-73-0-57.washdc.fios.verizon.net] has joined #go-nuts
06:03 -!- zozoR [~zozoR@56346ed3.rev.stofanet.dk] has joined #go-nuts
06:14 -!- JHaskly [~Juz30@c122-108-241-226.kelvn3.qld.optusnet.com.au] has joined
#go-nuts
06:15 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Ping timeout: 265
seconds]
06:17 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
06:18 < JHaskly> Hey guys, I'm fairly new to Go, and I've been trying to use
the image/png library to write some images.  The images seem to be writing
successfully, and I can open them fine in GIMP.  When I try to open them in
Ubuntu's default image viewer, however, it can't open them.  Does anyone know if
this is due to a slightly abnormal encoding method being used by png.Encode, or is
this an issue with the Image Viewer?
06:18 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Read error:
Connection reset by peer]
06:19 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
06:20 < JHaskly> Actually, GIMP just stopped opening them :/
06:22 < mosva> JHaskly, now its more clear that somethign is wrong in code
06:23 -!- illya77 [~illya77@67-108-112-92.pool.ukrtel.net] has joined #go-nuts
06:23 < JHaskly> Hmmm
06:32 -!- JusticeFries [~JusticeFr@c-24-9-171-36.hsd1.co.comcast.net] has quit
[Quit: JusticeFries]
06:42 < JHaskly> Sometimes (it seems to be when the image is larger) the
thumbnail viewer in Ubuntu will show the image, and sometimes not (when the image
is small)
06:43 < JHaskly> My code is at http://pastie.org/1510856 if anyone can think
of a possible solution :)
06:44 -!- nettok [~quassel@200.119.190.102] has joined #go-nuts
06:55 < JHaskly> The error I get from the image viewer is CRC Error, if that
helps
06:58 <+iant> kurt: go uses a discontiguous stack, and automatically
allocates more stack space as needed
07:12 -!- zozoR [~zozoR@56346ed3.rev.stofanet.dk] has quit [Quit: Morten.  Desu~]
07:14 -!- ExtraSpice [~XtraSpice@88.118.33.48] has joined #go-nuts
07:18 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 240 seconds]
07:19 -!- iant [~iant@216.239.45.130] has joined #go-nuts
07:19 -!- mode/#go-nuts [+v iant] by ChanServ
07:21 -!- JHaskly [~Juz30@c122-108-241-226.kelvn3.qld.optusnet.com.au] has left
#go-nuts []
07:32 -!- fabled [~fabled@83.145.235.194] has joined #go-nuts
07:35 -!- eck [~user@unaffiliated/eck] has joined #go-nuts
07:40 -!- m4dh4tt3r1 [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
07:40 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
07:41 < eck> i'm trying to compile go, but my build is hanging, i think
while running ./pkg/net/dialgoogle_test.go
07:41 < eck> strace looks like this: http://pastie.org/1510928
07:41 < eck> and i can't actually telnet to that ip/port
07:41 < eck> does anyone have advice?
07:42 < aiju> well, it can't connect to the port?
07:42 < eck> i think it can, it's just hanging
07:42 < eck> or something
07:42 < eck> well yeah, i guess it can't connect.  when i telnet i get the
same thing, a connection timeout error
07:47 < eck> it seems like an ip for www.google.com was just hardcoded in,
and it must have changed
07:48 -!- sav [~lsd@189001130056.usr.predialnet.com.br] has quit [Quit: Leaving]
07:56 < eck> someone already created an issue for it (#1450), and I was able
to work around
08:05 -!- Ina [~Ina@dsl-087-195-206-242.solcon.nl] has joined #go-nuts
08:07 -!- nettok [~quassel@200.119.190.102] has quit [Ping timeout: 265 seconds]
08:15 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has joined #go-nuts
08:25 -!- Project_2501 [~Marvin@82.84.67.107] has joined #go-nuts
08:36 -!- dahankzter [~henrik@92-244-3-192.customers.ownit.se] has joined #go-nuts
08:44 -!- |Craig| [~|Craig|@panda3d/entropy] has quit [Quit: |Craig|]
08:57 -!- illya77 [~illya77@67-108-112-92.pool.ukrtel.net] has quit [Read error:
Connection reset by peer]
08:59 -!- photron [~photron@port-92-201-67-105.dynamic.qsc.de] has joined #go-nuts
09:01 -!- fabled [~fabled@83.145.235.194] has quit [Ping timeout: 272 seconds]
09:05 -!- photron [~photron@port-92-201-67-105.dynamic.qsc.de] has quit [Ping
timeout: 276 seconds]
09:14 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has quit [Quit:
Computer has gone to sleep.]
09:15 -!- eck [~user@unaffiliated/eck] has quit [Remote host closed the
connection]
09:19 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
quit [Read error: Connection reset by peer]
09:21 -!- femtoo [~femto@95-89-196-105-dynip.superkabel.de] has joined #go-nuts
09:22 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Read error:
Operation timed out]
09:27 -!- adu [~ajr@pool-173-73-0-57.washdc.fios.verizon.net] has quit [Quit: adu]
09:30 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #go-nuts
09:32 -!- idr [~idr@g225096223.adsl.alicedsl.de] has joined #go-nuts
09:36 -!- dahankzter [~henrik@92-244-3-192.customers.ownit.se] has quit [Remote
host closed the connection]
09:59 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has joined
#go-nuts
09:59 -!- illya77 [~illya77@28-151-112-92.pool.ukrtel.net] has joined #go-nuts
10:10 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has quit [Quit:
Computer has gone to sleep.]
10:10 -!- femtoo [~femto@95-89-196-105-dynip.superkabel.de] has quit [Read error:
Connection reset by peer]
10:10 -!- femtooo [~femto@95-89-196-105-dynip.superkabel.de] has joined #go-nuts
10:14 -!- kixo_ [~kixo@78-2-183-59.adsl.net.t-com.hr] has joined #go-nuts
10:17 -!- kixo [~kixo@78-1-110-39.adsl.net.t-com.hr] has quit [Ping timeout: 246
seconds]
10:28 -!- idr [~idr@g225096223.adsl.alicedsl.de] has quit [Remote host closed the
connection]
10:28 -!- idr [~idr@g225096223.adsl.alicedsl.de] has joined #go-nuts
10:37 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
10:56 -!- tensorpudding [~user@99.23.127.179] has quit [Read error: Connection
reset by peer]
10:59 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has quit [Read
error: Connection reset by peer]
10:59 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has joined #go-nuts
11:13 -!- sacho [~sacho@79-100-55-69.btc-net.bg] has joined #go-nuts
11:18 < aiju> what's Go's atoi?
11:18 < aiju> oh strconv.Atoi nm
11:39 -!- rbraley [~rbraley@ip72-222-134-229.ph.ph.cox.net] has quit [Read error:
Connection reset by peer]
11:59 -!- AndyP [~andyp@ubuntu/member/andyp] has joined #go-nuts
12:20 -!- illya77 [~illya77@28-151-112-92.pool.ukrtel.net] has quit [Quit:
illya77]
12:25 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
12:30 -!- Scorchin [~Scorchin@host86-173-188-248.range86-173.btcentralplus.com]
has joined #go-nuts
12:30 -!- m4dh4tt3r1 [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Ping
timeout: 264 seconds]
12:40 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
12:41 -!- sacho [~sacho@79-100-55-69.btc-net.bg] has quit [Ping timeout: 240
seconds]
12:42 -!- sacho [~sacho@79-100-55-69.btc-net.bg] has joined #go-nuts
12:50 -!- sauerbraten [~sauerbrat@p508CF423.dip.t-dialin.net] has joined #go-nuts
12:52 -!- xash [~xash@d064098.adsl.hansenet.de] has joined #go-nuts
12:53 -!- kixo_ [~kixo@78-2-183-59.adsl.net.t-com.hr] has quit [Ping timeout: 276
seconds]
13:10 -!- Scorchin_ [~Scorchin@host86-166-61-250.range86-166.btcentralplus.com]
has joined #go-nuts
13:12 -!- Scorchin [~Scorchin@host86-173-188-248.range86-173.btcentralplus.com]
has quit [Ping timeout: 240 seconds]
13:17 -!- tav [~tav@92.7.116.65] has quit [Read error: Connection reset by peer]
13:17 -!- tav [~tav@92.7.116.65] has joined #go-nuts
13:26 -!- gobeginner [~nwood@cpc2-lee23-0-0-cust152.7-1.cable.virginmedia.com] has
joined #go-nuts
13:34 -!- illya77 [~illya77@28-151-112-92.pool.ukrtel.net] has joined #go-nuts
13:34 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:251c:2f52:9f7e:aa25] has joined
#go-nuts
13:38 -!- Scorchin [~Scorchin@host86-166-61-250.range86-166.btcentralplus.com] has
quit [Ping timeout: 240 seconds]
14:02 -!- gobeginner [~nwood@cpc2-lee23-0-0-cust152.7-1.cable.virginmedia.com] has
quit [Ping timeout: 240 seconds]
14:07 -!- tvw [~tv@e176002106.adsl.alicedsl.de] has joined #go-nuts
14:21 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
14:25 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
quit [Quit: Lost terminal]
14:37 -!- mosva [~mosva@unaffiliated/mosva] has quit [Read error: Connection reset
by peer]
14:37 -!- mosva [~mosva@unaffiliated/mosva] has joined #go-nuts
14:37 -!- cafesofie [~cafesofie@rnwifi-164-107-92-26.resnet.ohio-state.edu] has
quit [Remote host closed the connection]
14:51 -!- kixo_ [~kixo@78-2-183-59.adsl.net.t-com.hr] has joined #go-nuts
14:56 -!- shvntr [~shvntr@113.84.145.29] has quit [Quit: leaving]
15:15 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Ping
timeout: 265 seconds]
15:16 -!- cde [~cde@unaffiliated/cde] has quit [Remote host closed the connection]
15:16 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
15:40 -!- Atom138 [~atom138@74.223.200.22.nw.nuvox.net] has joined #go-nuts
15:42 -!- ExtraSpice [~XtraSpice@88.118.33.48] has quit [Quit: Leaving]
15:53 -!- TheMue [~TheMue@p5DDF634C.dip.t-dialin.net] has joined #go-nuts
15:57 -!- Atom138 [~atom138@74.223.200.22.nw.nuvox.net] has left #go-nuts []
16:04 -!- AndyP [~andyp@ubuntu/member/andyp] has quit [Ping timeout: 240 seconds]
16:08 -!- virtualsue [~chatzilla@93-97-176-250.zone5.bethere.co.uk] has joined
#go-nuts
16:11 -!- femtooo [~femto@95-89-196-105-dynip.superkabel.de] has quit [Read error:
Connection reset by peer]
16:11 -!- sauerbraten [~sauerbrat@p508CF423.dip.t-dialin.net] has quit [Remote
host closed the connection]
16:21 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
16:22 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
16:23 -!- Scorchin [~Scorchin@host81-151-143-159.range81-151.btcentralplus.com]
has joined #go-nuts
16:43 -!- temoto [~temoto@95-26-179-71.broadband.corbina.ru] has joined #go-nuts
16:44 < temoto> It seems impossible to gotest a program (package main).
16:44 -!- l00t [~i-i3id3r_@189.105.1.107] has quit [Remote host closed the
connection]
16:44 < temoto> Or am i missing something?
16:45 < taruti> temoto: just use "make test"
16:46 < temoto> taruti, okay, let me rephrase.  It seems impossible to test
package main, no matter how i run tests: gotest or make test.
16:47 < taruti> temoto: normally the tested things are libraries with some
other package name.
16:49 < jessta> temoto: that's because gotest has it's own main package with
it's own func main()
16:50 -!- niemeyer [~niemeyer@189-10-154-68.pltce701.dsl.brasiltelecom.net.br] has
joined #go-nuts
16:50 < jessta> so you can't test your package main, but in generally you
shouldn't have code that needs testing in main package anyway
16:52 < temoto> Okay.  Can i see an example of grep-like program with tests?
16:53 -!- virtualsue [~chatzilla@93-97-176-250.zone5.bethere.co.uk] has quit [Read
error: No route to host]
16:53 < temoto> Should i put library and main package into different
directories or create 2 Makefiles or something else.
16:57 -!- virtualsue [~chatzilla@93-97-176-250.zone5.bethere.co.uk] has joined
#go-nuts
16:57 -!- AndyP [~andyp@baud.org.uk] has joined #go-nuts
16:57 -!- AndyP [~andyp@baud.org.uk] has quit [Changing host]
16:57 -!- AndyP [~andyp@ubuntu/member/andyp] has joined #go-nuts
16:57 -!- kixo [~kixo@78-2-183-59.adsl.net.t-com.hr] has quit [Ping timeout: 272
seconds]
16:58 < jessta> temoto: yeah, that's pretty common
16:59 -!- ShadowIce`
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has joined
#go-nuts
16:59 -!- ShadowIce`
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has quit
[Changing host]
16:59 -!- ShadowIce` [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
16:59 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Read error:
Connection reset by peer]
17:07 < temoto> jessta, what exactly?
17:14 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Remote host
closed the connection]
17:24 < exch> it's generally better to separate the code for libraries from
eachother and the main app
17:24 < exch> easier to maintain
17:24 -!- zozoR [~zozoR@56346ed3.rev.stofanet.dk] has joined #go-nuts
17:25 < exch> and less mesy
17:25 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has joined
#go-nuts
17:25 -!- Tv1 [~tv@cpe-76-168-227-45.socal.res.rr.com] has joined #go-nuts
17:26 -!- kixo [~kixo@78-2-183-59.adsl.net.t-com.hr] has joined #go-nuts
17:28 < exch> uriel: you want to explain to the good sir on the Go facebook
group, why exceptions are bad?  You generally are more eloquent in such matters :p
17:28 < taruti> :D
17:30 < aiju> which fecebook group?
17:31 < exch> http://www.facebook.com/home.php?sk=group_140911009288559&ap=1
17:32 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
17:32 < aiju> uriel doesn't add the lead programmer of the only known Go OS?
pff
17:39 -!- wrtp [~rog@92.17.35.133] has joined #go-nuts
17:40 < TheMue> Just posted a hint to the golang-nuts list and the web
archive there.  So he can search for answers in there.
17:41 < exch> cool
17:41 -!- decaf [~mehmet@78.163.167.55] has quit [Read error: Connection reset by
peer]
17:43 -!- Xurix [~Luixsia@5ad86381.bb.sky.com] has joined #go-nuts
17:43 -!- Xurix [~Luixsia@5ad86381.bb.sky.com] has left #go-nuts []
17:45 -!- niemeyer [~niemeyer@189-10-154-68.pltce701.dsl.brasiltelecom.net.br] has
quit [Ping timeout: 240 seconds]
17:46 -!- cafesofie [~cafesofie@dhcp-140-254-202-210.osuwireless.ohio-state.edu]
has joined #go-nuts
17:46 -!- Fish- [~Fish@9fans.fr] has joined #go-nuts
17:47 -!- nettok [~quassel@200.119.185.127] has joined #go-nuts
17:54 -!- Esmil [esmil@horus.0x90.dk] has left #go-nuts []
17:54 -!- wrtp [~rog@92.17.35.133] has quit [Quit: wrtp]
17:58 < exch>
http://thetyee.ca/Mediacheck/2011/01/26/InternetLosers/print.html O_o
18:01 -!- decaf [~mehmet@85.106.167.2] has joined #go-nuts
18:03 < exch> not sure why I pasted that here
18:04 -!- wrtp [~rog@92.17.35.133] has joined #go-nuts
18:09 -!- skelterjohn [~jasmuth@NYUFGA-GUESTS-01.NATPOOL.NYU.EDU] has joined
#go-nuts
18:11 < skelterjohn> afternoon
18:15 -!- kixo [~kixo@78-2-183-59.adsl.net.t-com.hr] has quit [Quit: Leaving]
18:19 < mosva> Good afternoon skelterjohn
18:20 < skelterjohn> how's it "go"ing?
18:23 -!- Project-2501 [~Marvin@82.84.93.116] has joined #go-nuts
18:23 -!- skejoe [~skejoe@188.114.142.162] has joined #go-nuts
18:24 -!- sauerbraten [~sauerbrat@p508CF423.dip.t-dialin.net] has joined #go-nuts
18:25 -!- Scorchin [~Scorchin@host81-151-143-159.range81-151.btcentralplus.com]
has quit [Ping timeout: 240 seconds]
18:26 -!- Scorchin [~Scorchin@host109-155-3-42.range109-155.btcentralplus.com] has
joined #go-nuts
18:26 -!- Scorchin [~Scorchin@host109-155-3-42.range109-155.btcentralplus.com] has
quit [Client Quit]
18:26 < skelterjohn> yeah, sorry
18:26 -!- Project_2501 [~Marvin@82.84.67.107] has quit [Ping timeout: 276 seconds]
18:36 < mosva> "c" you skelterjohn
18:37 < mosva> and yeah, sorry
18:39 -!- cafesofie [~cafesofie@dhcp-140-254-202-210.osuwireless.ohio-state.edu]
has quit [Remote host closed the connection]
18:40 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
18:41 < skelterjohn> i'm getting a lot of errors similar to ".dynsym:
definition of unknown kind 27:
type.gomatrix%2egooglecode%2ecom/hg/matrix.PivotMatrix", where everything after
the "type." is one of a variety of 3rd party packages i have installed
18:42 < skelterjohn> anyone know what the problem might be?
18:42 < skelterjohn> this only started happening yesterday
18:42 < skelterjohn> and, for me at least, it's quite a serious problem,
since I have a conference deadline on tuesday, and i've been using go for my
experimentation software
18:42 < skelterjohn> :\
18:45 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Ping timeout: 276
seconds]
18:49 < exch> Stale package cache perhaps?
18:49 < exch> as in clean and rebuild it all
18:49 -!- wrtp [~rog@92.17.35.133] has quit [Quit: wrtp]
18:51 < skelterjohn> yeah - first thing i tried
18:52 < skelterjohn> i reduced to a small example - a project that does
nothing other than importing a goinstalled package and printing "Hello, world!"
18:52 < skelterjohn> http://code.google.com/p/go/issues/detail?id=1458
18:53 < skelterjohn> though with that example it's a seg fault rather than
that .dynsym thing
18:53 < skelterjohn> i can link binaries that don't use goinstalled projects
fine
18:54 < exch> seems to work fine here
18:55 < skelterjohn> :(
18:55 < exch> using the lib works as well
18:55 -!- micrypt [~micrypt@5adee330.bb.sky.com] has left #go-nuts []
18:56 < exch> I'm on linux/amd64 though
18:58 < kurt> iant: Thanks.
18:59 < skelterjohn> it only seems to be certain goinstalled packages, too
19:00 < skelterjohn> i pick a random one from the dashboard package list and
it works ok
19:00 < exch> odd
19:00 < skelterjohn> certainly possible i'm doing something dumb, but the
error messages aren't helping me figure out what it is O:-)
19:01 -!- |Craig| [~|Craig|@panda3d/entropy] has joined #go-nuts
19:01 < exch> is this related perhaps?
http://code.google.com/p/go/issues/detail?id=1189&colspec=ID%20Status%20Stars%20Priority%20Owner%20Reporter%20Summary
19:02 < exch> old problem that is.  prolly not then
19:02 < skelterjohn> oh - i deleted the downloaded src in $GOROOT/src/pkg
and i got one to work
19:02 < skelterjohn> so maybe it is a cache issue...  but i did run all.bash
19:02 < exch> goinstall -a -u should update everything properly
19:02 < exch> for all goinstalled package
19:02 < exch> s
19:02 -!- mosva [~mosva@unaffiliated/mosva] has quit [Quit: mosva]
19:03 < skelterjohn> ah
19:05 -!- dahankzter [~henrik@92-244-3-192.customers.ownit.se] has joined #go-nuts
19:07 -!- JusticeFries [~JusticeFr@c-24-9-171-36.hsd1.co.comcast.net] has joined
#go-nuts
19:07 -!- lmoura_ [~lauromour@186.212.159.235] has joined #go-nuts
19:09 -!- lmoura [~lauromour@186.212.153.8] has quit [Ping timeout: 240 seconds]
19:12 -!- cafesofie [~cafesofie@rnwifi-164-107-92-26.resnet.ohio-state.edu] has
joined #go-nuts
19:12 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
19:14 < skelterjohn> ok, well, i managed to get my stuff to build again, so
that's good
19:14 < skelterjohn> but the linker segfault is still worrying
19:15 < skelterjohn> and i am afraid the issue i filed won't help the team
figure out what caused it
19:18 < exch> bit problematic if it can't be reproduced
19:22 -!- idr [~idr@g225096223.adsl.alicedsl.de] has quit [Remote host closed the
connection]
19:23 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
quit [Quit: Lost terminal]
19:27 -!- tobier [~tobier@c-1e9de055.712-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
19:29 -!- Fish- [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
19:29 -!- Fish- [~Fish@9fans.fr] has joined #go-nuts
19:32 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has quit [Quit:
Computer has gone to sleep.]
19:42 -!- XenoPhoenix [~Xeno@cpc13-aztw24-2-0-cust23.aztw.cable.virginmedia.com]
has quit [Ping timeout: 260 seconds]
19:43 -!- dforsyth [~dforsyth@c-76-21-40-117.hsd1.ca.comcast.net] has joined
#go-nuts
19:43 -!- skelterjohn [~jasmuth@NYUFGA-GUESTS-01.NATPOOL.NYU.EDU] has quit [Quit:
skelterjohn]
19:44 -!- cafesofie [~cafesofie@rnwifi-164-107-92-26.resnet.ohio-state.edu] has
quit [Remote host closed the connection]
19:44 -!- XenoPhoenix [~Xeno@cpc13-aztw24-2-0-cust23.aztw.cable.virginmedia.com]
has joined #go-nuts
19:46 -!- drry_ [~drry@unaffiliated/drry] has joined #go-nuts
19:47 -!- drry [~drry@HKRnf1951.tokyo-ip.dti.ne.jp] has quit [Ping timeout: 240
seconds]
19:53 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has joined #go-nuts
19:57 -!- skelterjohn [~jasmuth@NYUFGA-GUESTS-01.NATPOOL.NYU.EDU] has joined
#go-nuts
20:05 -!- bfrank [4746df2b@gateway/web/freenode/ip.71.70.223.43] has joined
#go-nuts
20:06 < bfrank> hi, I am trying to compile go on OSX with a target of
windows, and it is failing to compile, does anyone know why?
20:07 < bfrank> http://pastebin.com/yas2F5Xz
20:11 -!- xash [~xash@d064098.adsl.hansenet.de] has quit [Ping timeout: 240
seconds]
20:11 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has quit [Quit:
Computer has gone to sleep.]
20:12 -!- DerHorst [~Horst@e176111079.adsl.alicedsl.de] has joined #go-nuts
20:15 < skelterjohn> sorry, bfrank.  i have no idea.  i suggest filing an
issue
20:16 < bfrank> http://code.google.com/p/go/issues/detail?id=1440
20:16 < bfrank> That looks like an issue someone else filed for ubuntu which
is doing the same thing
20:16 < bfrank> but their suggested "fix" doesn't appear to work
20:18 -!- wrtp [~rog@92.17.35.133] has joined #go-nuts
20:18 -!- Project_2501 [~Marvin@82.84.84.159] has joined #go-nuts
20:20 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:251c:2f52:9f7e:aa25] has quit
[Quit: Leaving.]
20:20 -!- skelterjohn [~jasmuth@NYUFGA-GUESTS-01.NATPOOL.NYU.EDU] has quit [Quit:
skelterjohn]
20:21 -!- Project-2501 [~Marvin@82.84.93.116] has quit [Ping timeout: 246 seconds]
20:23 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
20:32 -!- tensorpudding [~user@99.23.127.179] has joined #go-nuts
20:41 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
20:41 -!- m4dh4tt3r1 [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
20:46 -!- DerHorst [~Horst@e176111079.adsl.alicedsl.de] has quit [Remote host
closed the connection]
20:47 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has joined #go-nuts
20:50 -!- bfrank [4746df2b@gateway/web/freenode/ip.71.70.223.43] has quit [Quit:
Page closed]
20:50 -!- sauerbraten [~sauerbrat@p508CF423.dip.t-dialin.net] has quit [Remote
host closed the connection]
20:52 -!- illya77 [~illya77@28-151-112-92.pool.ukrtel.net] has quit [Quit:
illya77]
20:54 < plexdev> http://is.gd/jM70p9 by [Russ Cox] in go/test/chan/ -- test:
another select test
21:05 -!- Project-2501 [~Marvin@82.84.66.18] has joined #go-nuts
21:08 -!- niemeyer [~niemeyer@189-10-154-68.pltce701.dsl.brasiltelecom.net.br] has
joined #go-nuts
21:08 -!- Project_2501 [~Marvin@82.84.84.159] has quit [Ping timeout: 272 seconds]
21:09 -!- dahankzter [~henrik@92-244-3-192.customers.ownit.se] has quit [Quit:
Leaving.]
21:11 < plexdev> http://is.gd/LCGIZ2 by [Russ Cox] in 2 subdirs of go/src/
-- gc: special case code for single-op blocking and non-blocking selects
21:11 < plexdev> http://is.gd/f9QZL0 by [Russ Cox] in go/src/pkg/unicode/ --
unicode: add maketables to build, fix build
21:15 -!- zozoR [~zozoR@56346ed3.rev.stofanet.dk] has quit [Quit: Morten.  Desu~]
21:22 < Urtie> They're really not planning any Go sessions at IO this year?
21:32 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
21:33 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has joined
#go-nuts
21:33 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has quit
[Remote host closed the connection]
21:38 -!- drry_ [~drry@unaffiliated/drry] has quit [Quit: Tiarra 0.1+svn-38663M:
SIGTERM received; exit]
21:38 -!- [Pete_27] [~noname@110-174-103-31.static.tpgi.com.au] has quit [Ping
timeout: 246 seconds]
21:39 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has joined
#go-nuts
21:48 -!- wrtp_ [~rog@92.17.35.133] has joined #go-nuts
21:48 -!- wrtp [~rog@92.17.35.133] has quit [Read error: Connection reset by peer]
21:51 -!- drry [~drry@unaffiliated/drry] has joined #go-nuts
21:52 -!- Sentynel [~sentynel@unaffiliated/sentynel] has joined #go-nuts
21:54 < Sentynel> I can't get Go to build - I get "--- FAIL:
net.TestDialGoogle" with connection timed out errors.  Is the server down?  Can I
get it to skip that test in the meantime?
21:55 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
22:00 < exch> Sentynel: set the env var DISABLE_NET_TESTS=1
22:02 < Sentynel> exch: cheers, rebuilding with that set
22:02 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Quit: ucasano]
22:02 -!- virtualsue [~chatzilla@93-97-176-250.zone5.bethere.co.uk] has quit [Ping
timeout: 264 seconds]
22:06 -!- ronnyy [~quassel@p4FF1C2D2.dip0.t-ipconnect.de] has joined #go-nuts
22:07 -!- skejoe [~skejoe@188.114.142.162] has quit [Quit: Lost terminal]
22:14 -!- gobeginner [~nwood@cpc2-lee23-0-0-cust152.7-1.cable.virginmedia.com] has
joined #go-nuts
22:15 -!- wrtp [~rog@92.17.35.133] has quit [Quit: wrtp]
22:15 -!- TheMue [~TheMue@p5DDF634C.dip.t-dialin.net] has quit [Quit: TheMue]
22:16 -!- Fish- [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
22:16 -!- gobeginner [~nwood@cpc2-lee23-0-0-cust152.7-1.cable.virginmedia.com] has
left #go-nuts []
22:20 -!- [Pete_27] [~noname@110-174-103-31.static.tpgi.com.au] has joined
#go-nuts
22:22 -!- Tv1 [~tv@cpe-76-168-227-45.socal.res.rr.com] has joined #go-nuts
22:26 -!- Project-2501 [~Marvin@82.84.66.18] has quit [Read error: Connection
reset by peer]
22:28 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has quit [Quit:
Computer has gone to sleep.]
22:29 -!- m4dh4tt3r1 [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Ping
timeout: 250 seconds]
22:39 -!- Sentynel [~sentynel@unaffiliated/sentynel] has quit [Quit: reboot]
22:40 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
22:49 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has quit [Ping
timeout: 240 seconds]
23:00 -!- tvw [~tv@e176002106.adsl.alicedsl.de] has quit [Remote host closed the
connection]
23:01 -!- tvw [~tv@e176002106.adsl.alicedsl.de] has joined #go-nuts
23:01 -!- ronnyy [~quassel@p4FF1C2D2.dip0.t-ipconnect.de] has quit [Remote host
closed the connection]
23:03 -!- boscop_ [~boscop@f055201030.adsl.alicedsl.de] has quit [Read error:
Connection reset by peer]
23:04 -!- boscop_ [~boscop@f055201030.adsl.alicedsl.de] has joined #go-nuts
23:08 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has quit [Read
error: Connection reset by peer]
23:11 -!- MX80 [~MX80@cust141.253.117.74.dsl.g3telecom.net] has quit [Ping
timeout: 240 seconds]
23:15 -!- jumzi [~jumzi@c-89-233-234-125.cust.bredband2.com] has quit [Read error:
Operation timed out]
23:21 -!- sacho [~sacho@79-100-55-69.btc-net.bg] has quit [Read error: Connection
reset by peer]
23:21 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Remote host closed
the connection]
23:23 -!- jumzi [~jumzi@c-89-233-234-125.cust.bredband2.com] has joined #go-nuts
23:28 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
23:34 -!- m4dh4tt3r [~Adium@c-69-181-223-245.hsd1.ca.comcast.net] has joined
#go-nuts
23:36 -!- fzzbt [~fuzzybyte@77.79.7.8] has quit [Ping timeout: 255 seconds]
23:38 -!- temoto [~temoto@95-26-179-71.broadband.corbina.ru] has quit [Ping
timeout: 240 seconds]
23:40 -!- rlab [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
23:46 -!- [Pete_27] [~noname@110-174-103-31.static.tpgi.com.au] has quit [Quit:
leaving]
23:46 -!- [Pete_27] [~noname@110-174-103-31.static.tpgi.com.au] has joined
#go-nuts
23:48 -!- dju [dju@fsf/member/dju] has joined #go-nuts
23:49 -!- jdp [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has quit [Read error:
Connection reset by peer]
23:49 -!- jdp__ [~jdp@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
23:51 -!- Scorchin [~Scorchin@host109-155-3-42.range109-155.btcentralplus.com] has
joined #go-nuts
23:59 < plexdev> http://is.gd/wNr9X7 by [Ken Thompson] in go/src/cmd/5g/ --
enable arm peep.
--- Log closed Mon Jan 31 00:00:05 2011