Your message dated Mon, 09 Jul 2012 13:44:34 +0200
with message-id <[email protected]>
and subject line Fwd: Re: Bug#680907: golang: go build on a packages doesn't
produce a binary
has caused the Debian Bug report #680907,
regarding golang: go build on a packages doesn't produce a binary
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
680907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680907
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: golang
Version: 2:1.0.1-1
Severity: normal
Dear Maintainer,
* What led up to the situation?
I installed golang.
I wrote a package, which lives in its own directory with a src
subdirectory. I set $GOPATH to the right directory.
I ran:
$go build $package
and it worked (or so it seemed).
But I don't see any binary which I can run. I set also $WORK as $PWD
but it gets changed by go build (I saw this with go build -x).
The correct binary is in /tmp/go-build$build/a.out.
Using
$go build -o ./$package.bin $package
didn't work: the ./$package.bin file was not runnable.
I would have expected to find a bin/ sudirectory, together with the
src/ one, with the binary just built inside.
Thank you,
marco
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages golang depends on:
ii golang-doc 2:1.0.1-1
ii golang-go 2:1.0.1-1
ii golang-src 2:1.0.1-1
golang recommends no packages.
golang suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Closing this bug due to submitter’s request.
Forwarded message from Marco (2012-07-09 06:08:28):
> Michael,
>
> you were faster than me. Please, close the bug, because I was
> compiling the wrong thing.
> It's definitely time to go to bed.
>
> Sorry for the noise, and thank you!
>
> marco
--- End Message ---