[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package gccgo-go - 1.2.1-0ubuntu1.1

---
gccgo-go (1.2.1-0ubuntu1.1) trusty; urgency=medium

  * Add "encoding" to the list of standard library packages (LP:
#1494441)

 -- Michael Hudson-Doyle   Fri, 11 Sep
2015 08:06:33 +1200

** Changed in: gccgo-go (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gccgo-go in Ubuntu.
https://bugs.launchpad.net/bugs/1494441

Title:
  ppc64el: cannot find package "encoding"

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1494441/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-14 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gccgo-go in Ubuntu.
https://bugs.launchpad.net/bugs/1494441

Title:
  ppc64el: cannot find package "encoding"

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1494441/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-10 Thread Steve Langasek
Invalid for trunk because gccgo-go is only present in trusty.  for wily
this is fixed in the gcc-5 package.

** Also affects: gccgo-go (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: gccgo-go (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: gccgo-go (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gccgo-go in Ubuntu.
https://bugs.launchpad.net/bugs/1494441

Title:
  ppc64el: cannot find package "encoding"

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1494441/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-10 Thread Michael Hudson-Doyle
This is really a packaging bug that I thought I'd fixed a seriously long
time ago, but apparently the fix never got into trusty. Let's do it
right (I guess the juju commit can be reverted in the mean time to fix
that task)

** Also affects: gccgo-go (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gccgo-go (Ubuntu)
   Status: New => In Progress

** Description changed:

+ [Impact]
+ There is a packaging bug that means that go packages that import the little 
used standard library package "encoding" fail to compile.
+ 
+ [Test case]
+ $ cat enctest.go 
+ package main
+ 
+ import (_ "encoding")
+ 
+ func main() {}
+ $ go run enctest.go 
+ enctest.go:3:9: cannot find package "encoding" in any of:
+   /usr/src/pkg/encoding (from $GOROOT)
+   ($GOPATH not set)
+ 
+ [Regression potential]
+ None that I can see.
+ 
+ Original description follows:
+ 
  Bug 1440940  has reappeared in ppc64el unit tests and now affects building 
binaries.
  
http://reports.vapour.ws/releases/3044/job/run-unit-tests-trusty-ppc64el/attempt/3787
- 
http://reports.vapour.ws/releases/3044/job/build-binary-trusty-ppc64el/attempt/323
+ 
http://reports.vapour.ws/releases/3044/job/build-binary-trusty-ppc64el/attempt/323
  
  make build
  skipping godeps
  go build github.com/juju/juju/...
  ../httprequest/marshal.go:8:2: cannot find package "encoding" in any of:
   /usr/src/pkg/encoding (from $GOROOT)
   /home/ubuntu/juju-core_1.26-alpha1/src/encoding (from $GOPATH)
  make: *** [build] Error 1
  
  Unlike the first occurrence, we now use a machine that only gets trusty-
  updates and has only ever been used to run "make test" on the unpacked
  tree. Binaries are built in pristine containers provisioned to match the
  Lp build conditions.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gccgo-go in Ubuntu.
https://bugs.launchpad.net/bugs/1494441

Title:
  ppc64el: cannot find package "encoding"

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1494441/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs