Hi,

On Fri, Apr 29, 2011 at 09:55, Jonathan Nieder <jrnie...@gmail.com> wrote:
> Package: golang-go
> Version: 2011.04.27-1
>
> Hi,
>
> Typical amd64 experimental system.  I'm following the instructions on
> "Writing programs" from http://localhost:6060/doc/install.html while
> running "godoc --http=:6060".
>
> | $ cat hello.go
> | package main
> |
> | import "fmt"
> |
> | func main() {
> |       fmt.Printf("hi\n")
> | }
> | $ 6g hello.go
> | $ 6l hello.6
> | $ ./6.out
> | Inconsistency detected by ld.so: dl-deps.c: 626: _dl_map_object_deps: 
> Assertion `nlist > 1' failed!
> | $ dpkg-query -W golang-go golang-tools golang-src libc6
> | golang-go     2011.04.27-1
> | golang-src    2011.04.27-1
> | golang-tools  2011.04.27-1
> | libc6 2.13-0exp5
> | $ uname -a
> | Linux elie 2.6.39-rc4-amd64 #1 SMP Sun Apr 24 23:13:40 UTC 2011 x86_64 
> GNU/Linux
>
> Ideas?

Seems to be related to experimental libc6. It works on unstable
systems with libc6 2.11.x.

> Thanks for packaging go.  Aside from the above, it looks quite nice so
> far.

Thanks, you can also use golang-g and golang-l aliases, so you don't
have to think which platform you are on (it was Florian's idea to
introduce those commands).

O.
-- 
Ondřej Surý <ond...@sury.org>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to