[Bug 1557852] Re: [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

2016-04-01 Thread Michael Hudson-Doyle
I filed https://jira.mongodb.org/browse/SERVER-23460 fwiw

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

Title:
  [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-mongodb/+bug/1557852/+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 1557852] Re: [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

2016-03-31 Thread Michael Hudson-Doyle
I made a smaller testcase: http://paste.ubuntu.com/15573440/. I still
have no idea what's going on, but I think the patch in Curtis' branch is
a reasonable response to the issue.

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

Title:
  [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-mongodb/+bug/1557852/+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 1557852] Re: [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

2016-03-31 Thread Michael Hudson-Doyle
Something very odd is going on with the problem offset-outside-of-
bounds.patch is addressing. I hacked the offending source file down to
http://paste.ubuntu.com/15573220/.

This fails to compile with -O2:

ubuntu@promonarchy-remi:~/xenial-mongodb-3.2$ g++ -o foo.o -c -O2 -Werror 
-std=c++11 -Ibuild/opt -Isrc src/mongo/bson/bson_obj_test.cpp 
In file included from src/mongo/db/jsobj.h:49:0,
 from src/mongo/bson/bson_obj_test.cpp:28:
src/mongo/bson/bsonelement.h: In member function ‘virtual void 
{anonymous}::UnitTest__BSONObj__getFields::_doTest()’:
src/mongo/bson/bsonelement.h:231:23: error: offset outside bounds of constant 
string [-Werror]
 return data + 1;
   ^
cc1plus: all warnings being treated as errors

It succeeds with -O1 though. It _also_ succeeds with -O1 and all the
-fxxx flags that -O2 implies on top of -O1. It _also_ succeeds if almost
any line is removed from the file. But if you remove a few lines and
change it to -O3, it fails again. So I guess some threshold-based
optimization eventually transforms the code in the file into something
that triggers the warning. I'm not quite confident enough to call this a
compiler bug, but it's certainly user hostile.

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

Title:
  [needs-packaging] juju-mongodb3.2 in xenial, wily, and trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-mongodb/+bug/1557852/+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 1564518] Re: Illegal instruction when cross compiling for armv5

2016-03-31 Thread Michael Hudson-Doyle
Can you provide some more details?

 * Source of hello.go (although I can probably guess this one :-)
 * Output of "GOOS=linux GOARCH=arm GOARM=5 go build -x hello.go" for the 
packaged go and the official go
 * Binaries produced by the two above commands

I don't have access to any armv5 hw but I'll see what I can do.

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

Title:
  Illegal instruction when cross compiling for armv5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+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 1564124] [NEW] puts 'golang-defaults' in built-using, not golang-1.6

2016-03-30 Thread Michael Hudson-Doyle
Public bug reported:

This is probably because it's just checking the owner of /usr/bin/go --
instead, it should follow links and report the owner of the ultimate
binary.

** Affects: dh-golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  puts 'golang-defaults' in built-using, not golang-1.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1564124/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-30 Thread Michael Hudson-Doyle
I used this package to build docker 1.10 in my ppa:
https://launchpad.net/~mwhudson/+archive/ubuntu/scratch/+packages, which
seems like an adequate test to me.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1536882/+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 1546957] Re: [MIR] lua-lpeg, needed by nmap

2016-03-30 Thread Michael Terry
** Changed in: lua-lpeg (Ubuntu)
   Status: New => Fix Committed

** Changed in: lua-lpeg (Ubuntu)
 Assignee: Ubuntu Server Team (ubuntu-server) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1546957

Title:
  [MIR] lua-lpeg, needed by nmap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua-lpeg/+bug/1546957/+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 1555700] Re: Please merge tgt 1.0.63 from Debian (unstable)

2016-03-30 Thread Michael Hudson-Doyle
That looks better :-) Uploaded with two changes: I put the bug number in
the changelog, and I changed the Vcs-* fields in control to what they
were in Debian.

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+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 1555700] Re: Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Michael Hudson-Doyle
Hi, are you sure you uploaded the right debdiff? It looks to me like the
one from comment #9 leaves aio enabled...

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+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 1555700] Re: Please merge tgt 1.0.63 from Debian (unstable)

2016-03-29 Thread Michael Hudson-Doyle
** Changed in: tgt (Ubuntu)
 Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson)

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

Title:
  Please merge tgt 1.0.63 from Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1555700/+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 1561271] Re: updated s390x port, strip binaries

2016-03-24 Thread Michael Hudson-Doyle
Fixed version on people and pushed to devirt ppa (with +ppa1 suffix)

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

Title:
  updated s390x port, strip binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561271/+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 1561271] Re: updated s390x port, strip binaries

2016-03-24 Thread Michael Hudson-Doyle
I updated the package on people to include a fix for bug 1561343.

** Summary changed:

- updated s390x port
+ updated s390x port, strip binaries

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

Title:
  updated s390x port, strip binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561271/+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 1561343] Re: start stripping binaries

2016-03-24 Thread Michael Hudson-Doyle
Which, btw, doesn't happen in Debian.

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

Title:
  start stripping binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561343/+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 1561271] Re: updated s390x port, strip binaries

2016-03-24 Thread Michael Hudson-Doyle
Bah, that fails to build. Removing sponsors, will look next week.

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

Title:
  updated s390x port, strip binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561271/+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 1561343] Re: start stripping binaries

2016-03-24 Thread Michael Hudson-Doyle
Bah, not trivial:

dh_strip debug symbol extraction: enabling -a because /CurrentlyBuilding 
doesn't exist
dh_strip debug symbol extraction: all non-arch-all packages for this build 
platform amd64: golang-1.6-go golang-1.6-src 
dh_strip debug symbol extraction: packages to act on: golang-1.6-go 
golang-1.6-src 
dh_strip debug symbol extraction: ignored packages: 
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
/usr/bin/pkg_create_dbgsym: deferring build of .ddeb to dh_gencontrol
objcopy: Unable to recognise the format of the input file 
`./usr/share/go-1.6/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj'
objcopy --only-keep-debug failed on 
/«PKGBUILDDIR»/debian/golang-1.6-src/usr/share/go-1.6/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
make: *** [binary] Error 1

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

Title:
  start stripping binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561343/+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 1561343] [NEW] start stripping binaries

2016-03-23 Thread Michael Hudson-Doyle
Public bug reported:

There's no reason not to and they make the packages big.

** Affects: golang-1.6 (Ubuntu)
 Importance: Undecided
 Assignee: Michael Hudson-Doyle (mwhudson)
 Status: New

** Changed in: golang-1.6 (Ubuntu)
 Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson)

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

Title:
  start stripping binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561343/+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 1561343] Re: start stripping binaries

2016-03-23 Thread Michael Hudson-Doyle
Remember to remove the lintian suppressions when I do this.

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

Title:
  start stripping binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561343/+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 1561271] Re: updated s390x port

2016-03-23 Thread Michael Hudson-Doyle
I've built the package in
https://launchpad.net/~mwhudson/+archive/ubuntu/devirt/+packages (which
is enabled for all arches)

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

Title:
  updated s390x port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561271/+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 1561271] [NEW] updated s390x port

2016-03-23 Thread Michael Hudson-Doyle
Public bug reported:

Michael Munday of IBM has asked us to update their s390x port before
Xenial release as they have fixed a few bugs. I've made an updated
package -- there was a little fiddling because one of the changes adds a
binary file. This also means that a debdiff doesn't really work and so
I've upload the package http://people.canonical.com/~mwh/golang-1.6/ .

** Affects: golang-1.6 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  updated s390x port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1561271/+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 1561007] Re: Upstream Bug #3769: client_netmask not evaluated since Comm redesign

2016-03-23 Thread Michael Hudson-Doyle
Hi, thanks for the bug report. I've made a patch with (I think :-p)
correct dep3 headers, attached, and also in my PPA:
https://launchpad.net/~mwhudson/+archive/ubuntu/scratch/+packages. I
took the patch from the upstream 3.3 branch rather than your patches --
although I think the net effect is the same.

Can you fill out the test case and regression potential sections of the
bug summary? Then we can start the progress of getting it reviewed by
the SRU team.

** Description changed:

- NOTE: This bug is for trusty.
+ [Impact]
  
  http://www.squid-cache.org/mail-archive/squid-users/201403/0065.html:
  > This bug caused the client_netmask directive in Squid-3.2 and Squid-3.3
  releases to have no effect. The designed behaviour of masking client IPs
  in logs is now restored.
  
  Upstream issue tracker: http://bugs.squid-cache.org/show_bug.cgi?id=3769
  
  In all versions of squid3 between 3.2 and 3.4.4 a pretty severe bug
  exists that disables the scrubbing of client IPs. Scrubbing of client
  IPs is extremely important for any privacy-aware and risk-aware
  provider.
  
- Based on the bzr commit fixing the bug
- 
(http://bazaar.launchpad.net/~squid/squid/3.4/revision/squ...@treenet.co.nz-20140212085229-edx2i4es622uo0gm)
- I made a patch. The diff of the bzr revision doesn't apply but the
- differences are solely due to cosmetic refactoring of method names in
- squid 3.4. I'm not familiar with the debian / ubuntu package maintenance
- tools so the patch ended up as a two-parter.
+ [Test Case]
+ TBD
+ 
+ [Regression Potential]
+ TBD

** Patch added: "backoorted fix"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1561007/+attachment/4609124/+files/squid3_3.3.8-1ubuntu6.6_3.3.8-1ubuntu6.7.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1561007

Title:
  Upstream Bug #3769: client_netmask not evaluated since Comm redesign

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1561007/+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 1367165] Re: go crashes with SIGILL: illegal instruction

2016-03-23 Thread Michael Hudson-Doyle
Closing on the assumption that this is fixed in 1.6. Make noise if not.

** Changed in: golang (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  go crashes with SIGILL: illegal instruction

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1367165/+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 1318027] Re: gccgo binaries cannot be stripped

2016-03-23 Thread Michael Hudson-Doyle
I asked about this upstream and the consensus was that stripping
binaries compiled with the gc toolchain should work and does work as far
as anyone knows: https://groups.google.com/forum/#!topic/golang-
dev/ABppMOjYP6w . So the advice to avoid stripping Go binaries is
officially rescinded. Report breakages!

Gccgo is a different matter: binaries built with gccgo must not be
stripped. We could open a dialogue upstream as to how this requirement
could be lifted, but this has not happened yet TTBOMK.

** Summary changed:

- Go binaries cannot be stripped
+ gccgo binaries cannot be stripped

** Changed in: golang (Ubuntu)
   Status: New => Fix Released

** Package changed: gcc-4.9 (Ubuntu) => gccgo-6 (Ubuntu)

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

Title:
  gccgo binaries cannot be stripped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-6/+bug/1318027/+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 1375885] Re: golang package not building go-gtk though manual go install builds it

2016-03-23 Thread Michael Hudson-Doyle
This fairly old bug is not really actionable as stands. If you can
provide an self contained example of something I can try running, I can
look at it, but for now: incomplete.

** Package changed: golang (Ubuntu) => golang-defaults (Ubuntu)

** Changed in: golang-defaults (Ubuntu)
   Status: New => Incomplete

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

Title:
  golang package not building go-gtk though manual go install builds it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-defaults/+bug/1375885/+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 1283626] Re: /usr/share/go/src/pkg/runtime/runtime-gdb.py is not valiad python3

2016-03-23 Thread Michael Hudson-Doyle
This has been fixed upstream.

** Changed in: golang (Ubuntu)
   Status: New => Fix Released

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

Title:
  /usr/share/go/src/pkg/runtime/runtime-gdb.py is not valiad python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1283626/+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 1076017] Re: 'go tool dist' fails

2016-03-23 Thread Michael Hudson-Doyle
** Changed in: golang (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  'go tool dist' fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1076017/+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 1076454] Re: /usr/share/go/src/pkg/runtime is not on gdb's auto-load safe-path

2016-03-23 Thread Michael Hudson-Doyle
** Package changed: golang (Ubuntu) => golang-1.6 (Ubuntu)

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

Title:
  /usr/share/go/src/pkg/runtime is not on gdb's auto-load safe-path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1076454/+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 1041227] Re: Running emacs with the golang-mode package freezes after selecting text with the cursor, then using CTRL-y to paste it

2016-03-23 Thread Michael Hudson-Doyle
Re-assigning to the go-mode.el package but that is pretty stale now. I
get go-mode.el from elpa, myself.

** Package changed: golang (Ubuntu) => go-mode.el (Ubuntu)

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

Title:
  Running emacs with the golang-mode package freezes after selecting
  text with the cursor, then using CTRL-y to paste it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/go-mode.el/+bug/1041227/+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 976430] Re: 8l crashed with SIGSEGV in movetomodule()

2016-03-23 Thread Michael Hudson-Doyle
Assuming this is fixed in newer releases.

** Changed in: golang (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  8l crashed with SIGSEGV in movetomodule()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/976430/+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 1012786] Re: please, include test files in golang-src

2016-03-23 Thread Michael Hudson-Doyle
This was done ages ago, I think.

** Changed in: golang (Ubuntu)
   Status: New => Fix Released

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

Title:
  please, include test files in golang-src

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1012786/+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 976418] Re: 8l crashed with SIGSEGV

2016-03-23 Thread Michael Hudson-Doyle
Assuming this is no longer relevant.

** Changed in: golang (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  8l crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/976418/+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 998740] Re: package golang-go 2:1-5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2016-03-23 Thread Michael Hudson-Doyle
Assuming this is no longer an issue, 4 and a bit years later.

** Changed in: golang (Ubuntu)
   Status: New => Invalid

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

Title:
  package golang-go 2:1-5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/998740/+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 1541014] Re: 'go vet' falls over on expressions like C.f(*p(**q))

2016-03-23 Thread Michael Hudson-Doyle
** Changed in: golang (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: hundredpapercuts
   Status: Confirmed => Fix Released

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

Title:
  'go vet' falls over on expressions like C.f(*p(**q))

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1541014/+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 1508122] Re: please transition to shared libraries

2016-03-23 Thread Michael Hudson-Doyle
** Package changed: golang (Ubuntu) => golang-1.6 (Ubuntu)

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

Title:
  please transition to shared libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-23 Thread Michael Hudson-Doyle
** Package changed: golang (Ubuntu) => golang-1.6 (Ubuntu)

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1536882/+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 1556241] Re: installer sets "iface encf5f0 inet dhcp" although a static IP address was preseeded

2016-03-23 Thread Michael Vogt
The snappy first-boot must should not run on a normal ubuntu-system.

** Package changed: debian-installer (Ubuntu) => snappy (Ubuntu)

** Changed in: snappy (Ubuntu)
   Importance: High => Critical

** Changed in: snappy (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  installer sets "iface encf5f0 inet dhcp" although a static IP address
  was preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1556241/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-23 Thread Michael Hudson-Doyle
One last time, hopefully for sure. This is what I did:

1) Created two ppas:

https://launchpad.net/~mwhudson/+archive/ubuntu/go16-trusty-3
https://launchpad.net/~mwhudson/+archive/ubuntu/go16-trusty-2-dep

2) Had both PPAs devirted and enabled for all trusty architectures.
3) Set go16-trusty-2-dep as a dependency for the go16-trusty-3 PPA
4) Copied with binaries golang-1.6 to trusty in the the go16-trusty-2-dep PPA:

./copy-package --from=ubuntu --from-suite=xenial
--to=~mwhudson/ubuntu/go16-trusty-2-dep -b --to-suite=trusty golang-1.6

5) (Waited for publication, and) uploaded a golang-1.6 package to the
go16-trusty-2 PPA with the following debdiff:

http://people.canonical.com/~mwh/golang-1.6_1.6-0ubuntu1_1.6-0ubuntu1~14.04~stage1.diff

   which resulted in the following builds:

https://launchpad.net/~mwhudson/+archive/ubuntu/go16-trusty-3/+sourcepub/6226205
/+listing-archive-extra

6) Removed go16-trusty-2-dep as a dependency for the go16-trusty-3 PPA
7) (Waited for publication, and) uploaded a final golang-1.6 package to the 
go16-trusty-3 PPA with the following debdiff:

http://people.canonical.com/~mwh/golang-1.6_1.6-0ubuntu1~14.04~stage1_1.6-0ubuntu1~14.04.diff

   which resulted in the following builds:

https://launchpad.net/~mwhudson/+archive/ubuntu/go16-trusty-3/+sourcepub/6226283
/+listing-archive-extra

8) Checked the build logs of the latter packages to make sure they built
with the ~stage1 package.

And this final package, is, finally, ready for copying to trusty.

(I have verified that the golang-1.6 debs and the golang debs currently
in trusty do not try to install any of the same paths, so there is no
need for Conflicts or anything like that)

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-22 Thread Michael Hudson-Doyle
All done now.

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-22 Thread Michael Hudson-Doyle
** Changed in: golang (Ubuntu)
   Status: New => Fix Released

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-22 Thread Michael Hudson-Doyle
We did an emergency golang update, so I've redone the packages in the
ppa yet again. Comment about stripping {~,+}ppaN suffixes from versions
remains...

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-21 Thread Michael Hudson-Doyle
As is always the way I found a few silly things in the package (wrong
bug syntax in changelog, overcomplication in a helper script,
override_dh_prep was calling dh_clean and not dh_prep) and uploaded a
+ppa1 package of golang-defaults. Can whoever sponsors the upload strip
off the +ppa1 before uploading? TIA

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-21 Thread Michael Hudson-Doyle
The remaining packages are now in
https://launchpad.net/~mwhudson/+archive/ubuntu/devirt/+packages

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1558196] Re: ypbind not able to socket activate rpcbind under systemd, fails at boot unless something else starts rpcbind

2016-03-21 Thread Michael
I'd like to confirm that on Ubuntu 16.04 the following allowed rpcbind to start 
on fresh bootup:
/bin/systemctl add-wants multi-user.target rpcbind.service

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

Title:
  ypbind not able to socket activate rpcbind under systemd, fails at
  boot unless something else starts rpcbind

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1558196/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-19 Thread Michael Hudson-Doyle
I've reported this as a bug in Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=818415 and got the maintainers approval.

** Bug watch added: Debian Bug tracker #818415
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818415

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-15 Thread Michael Hudson-Doyle
Yes, true. I was asked to do this by a release team member so hopefully
that helps...

** Description changed:

  To make maintenance of Go easier in the future, we've decided to allow
  major versions of Go to be co-installed (like gcc-4.9, gcc-5, etc). The
  plan goes something like this:
  
-  1) convert existing golang source package to golang-1.6 source package, 
removing version independent things like the man pages and management of 
/usr/bin/go, changed to install to version dependent paths (/usr/lib/go-1.6 etc)
-  2) create a golang-defaults package that contains this version independent 
stuff and links /usr/bin/go to the appropriate version
-  3) update gccgo-5 and gccgo-6 packages to stop providing an alternative for 
'go'.
+  1) convert existing golang source package to golang-1.6 source package, 
removing version independent things like the man pages and management of 
/usr/bin/go, changed to install to version dependent paths (/usr/lib/go-1.6 etc)
+  2) create a golang-defaults package that contains this version independent 
stuff and links /usr/bin/go to the appropriate version
+  3) update gccgo-5 and gccgo-6 packages to stop providing an alternative for 
'go'.
+ 
+ The motivation for this is to allow us to upload pre-release versions of
+ Go without making them the default, to provide a PPA that contains newer
+ versions of Go for Xenial more smoothly and, if necessary, to allow us
+ to upload newer versions to Go to xenial-updates (like #1536882 is doing
+ for trusty) without having to conflict with the version of Go in
+ -release.

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-14 Thread Michael Hudson-Doyle
FWIW
https://launchpad.net/~mwhudson/+archive/ubuntu/go16-trusty/+packages
has the packages

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
Packages are (or will be soon) in
https://launchpad.net/~mwhudson/+archive/ubuntu/coinstallable-
go/+packages

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
Ah yes, we also need to make the golang-race-detector-runtime package
version dependent. That package is on people.c.c too now.

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
golang-1.6 and golang-defaults packages are in
http://people.canonical.com/~mwh/coinst-golang/. I'll chuck them in a
PPA soon.

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
** Patch added: "debdiff for gccgo-6"
   
https://bugs.launchpad.net/ubuntu/+source/gccgo-6/+bug/1555856/+attachment/4595537/+files/gccgo-6_6-20160227-0ubuntu1_6-20160227-0ubuntu2.diff

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
** Patch added: "debdiff for gcc-5"
   
https://bugs.launchpad.net/ubuntu/+source/gccgo-6/+bug/1555856/+attachment/4595529/+files/gcc-5_5.3.1-10ubuntu2_5.3.1-10ubuntu3.diff

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1555856] [NEW] move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
Public bug reported:

To make maintenance of Go easier in the future, we've decided to allow
major versions of Go to be co-installed (like gcc-4.9, gcc-5, etc). The
plan goes something like this:

 1) convert existing golang source package to golang-1.6 source package, 
removing version independent things like the man pages and management of 
/usr/bin/go, changed to install to version dependent paths (/usr/lib/go-1.6 etc)
 2) create a golang-defaults package that contains this version independent 
stuff and links /usr/bin/go to the appropriate version
 3) update gccgo-5 and gccgo-6 packages to stop providing an alternative for 
'go'.

** Affects: gcc-5 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gccgo-6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- move to per-major version coinstallable packages
+ move to per-Go-major version coinstallable packages

** Also affects: gcc-5 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  move to per-Go-major version coinstallable packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1555856/+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 1554563] Re: Please support /var/lib/snappy/desktop as an additional desktop directory

2016-03-10 Thread Michael Vogt
I commited a branch that changes the xdg directory and adds its own
/etc/X11/Xsession.d snippet. It appears this is all that is needed and I
can close the unity task(?).

** Changed in: snappy (Ubuntu)
   Status: New => Fix Committed

** Changed in: unity (Ubuntu)
   Status: New => Invalid

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

Title:
  Please support /var/lib/snappy/desktop as an additional desktop
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snappy/+bug/1554563/+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 1554563] Re: Please support /var/lib/snappy/desktop as an additional desktop directory

2016-03-10 Thread Michael Vogt
** Package changed: unity (Ubuntu) => snappy (Ubuntu)

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Please support /var/lib/snappy/desktop as an additional desktop
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snappy/+bug/1554563/+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 1555258] [NEW] Request contained command arguments

2016-03-09 Thread Michael Peters
Public bug reported:

Ubuntu 15.10 (upgraded from 12.04)

Have tried a full purged removal of nagios-nrpe-server and reinstall
however the "dont_blame_nrpe=1" setting in nrpe.cfg is still being
ignored.

/var/log/syslog reports:

Mar  9 12:33:58 myhost nrpe[17153]: Error: Request contained command arguments!
Mar  9 12:33:58 myhost nrpe[17153]: Client request was invalid, bailing out...

All checks of this box have stopped working since the upgrade and I
would like to get to the bottom of why NRPE is not honoring my request
to allow command arguments.

** Affects: nagios-nrpe (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Request contained command arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1555258/+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 1546139] Re: golang-go fails to install compiler

2016-03-08 Thread Michael Hudson-Doyle
Ah, did you have GOROOT pointed at /usr/share/go? That wouldn't work
well. Setting it to /usr/lib/go should work, but is also pointles.

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

Title:
  golang-go fails to install compiler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1546139/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-01 Thread Michael Hudson-Doyle
Actually not quite. Rebuilding again.

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-01 Thread Michael Hudson-Doyle
IMO
https://launchpad.net/~mwhudson/+archive/ubuntu/go15-trusty/+packages
version 1.6-0ubuntu1 is ready for copying to trusty-proposed.

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1536882] Re: upload golang1.6 package for trusty

2016-03-01 Thread Michael Hudson-Doyle
** Changed in: golang (Ubuntu)
   Status: New => In Progress

** Changed in: golang (Ubuntu)
 Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson)

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1551489] Re: merge with 1.6-1 from Debian unstable

2016-02-29 Thread Michael Hudson-Doyle
** Patch added: "golang_1.6-0ubuntu3_1.6-1ubuntu1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1551489/+attachment/4584943/+files/golang_1.6-0ubuntu3_1.6-1ubuntu1.diff

** Description changed:

- debdiff to follow
+ Hi, Debian has just uploaded Go 1.6 and I'd like to update to that to
+ get some of the fixes I got into Debian into Xenial. As you can see, the
+ diff is quite small.

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

Title:
  merge with 1.6-1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1551489/+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 1551489] [NEW] merge with 1.6-1 from Debian unstable

2016-02-29 Thread Michael Hudson-Doyle
Public bug reported:

Hi, Debian has just uploaded Go 1.6 and I'd like to update to that to
get some of the fixes I got into Debian into Xenial. As you can see, the
diff is quite small.

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  merge with 1.6-1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1551489/+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 1492186] Re: [MIR] dpdk

2016-02-24 Thread Michael Terry
OK, understood about tests.  At least there's something in dep8 now, so
the package at least gets run.  And good about CI.

** Changed in: dpdk (Ubuntu)
   Status: Incomplete => Fix Committed

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

Title:
  [MIR] dpdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1492186/+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 1546953] Re: [MIR] py3dns (dependency of python-formencode)

2016-02-19 Thread Michael Terry
There are tests that aren't being run in DNS/tests/.  And needs a bug
subscriber.  Otherwise seems fine.

** Changed in: py3dns (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/1546953

Title:
  [MIR] py3dns (dependency of python-formencode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/py3dns/+bug/1546953/+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 1546957] Re: [MIR] lua-lpeg, needed by nmap

2016-02-19 Thread Michael Terry
I went ahead and looked at this.  Seems fine, has tests, no delta, etc.
But needs a bug subscriber!

** Changed in: lua-lpeg (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/1546957

Title:
  [MIR] lua-lpeg, needed by nmap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua-lpeg/+bug/1546957/+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 801244] Re: [MIR] vblade-persist

2016-02-18 Thread Michael Terry
Haha, indeed.  I hadn't even looked at what runit was yet.  Runit-
assumptions do unfortunately seem to be embedded into how this package
works.

** Changed in: vblade-persist (Ubuntu)
   Status: Fix Committed => Incomplete

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

Title:
  [MIR] vblade-persist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/runit/+bug/801244/+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 1271653] Re: [MIR] libiscsi

2016-02-18 Thread Michael Terry
** Changed in: libiscsi (Ubuntu)
   Status: New => Fix Committed

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

Title:
  [MIR] libiscsi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libiscsi/+bug/1271653/+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 1546788] [NEW] Fresh install of Postfix 3.0.3-1~build1 will not start with instance conflict error

2016-02-17 Thread Michael Marley
Public bug reported:

If I install Postfix 3.0.3-1~build1 on a system that has never had
Postfix installed before, it fails to start with the following error:
"fatal: instance /etc/postfix, shlib_directory=/usr/lib/postfix
conflicts with instance /etc/postfix, daemon_directory=/usr/lib/postfix"

** Affects: postfix (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Fresh install of Postfix 3.0.3-1~build1 will not start with instance
  conflict error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1546788/+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 1274247] Re: [MIR] Glusterfs

2016-02-16 Thread Michael Terry
Alright, I'll give to Seth again, but this is too close to FF to expect
it to be reviewed before then.

** Changed in: glusterfs (Ubuntu)
 Assignee: (unassigned) => Seth Arnold (seth-arnold)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1274247

Title:
  [MIR] Glusterfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/1274247/+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 1536882] Re: upload golang1.6 package for trusty

2016-02-10 Thread Michael Hudson-Doyle
** Summary changed:

- upload golang1.5 package for trusty
+ upload golang1.6 package for trusty

** Description changed:

- There is a need to provide a version of Go 1.5 in trusty-updates. We
+ There is a need to provide a version of Go 1.6 in trusty-updates. We
  can't upgrade the golang package itself in trusty because that will
  cause other packages to ftbfs so the best place seems to be providing a
- golang1.5 package that juju and other consumers can build depend upon.
+ golang1.6 package that juju and other consumers can build depend upon.
  
  There is an expectation that new versions of juju will be made available
  in trusty-updates. trusty was released with version 1.2 of Go, which is
  almost indescribably ancient in Go terms. The Go team maintains at most
  two versions of Go, so 1.4 and 1.5 at the time of writing but this will
  be 1.5 and 1.6 in a few weeks, which means that trusty will soon be 3
  versions behind a supported version.
  
  In particular, authors of third-party packages that juju depends upon
  are mostly no longer supporting go 1.2. Specific examples of packages
  this affects:
  
  * lxd client code requires Go 1.3+ (currently not built on trusty)
-   the new Azure provider requires Go 1.3+ (needed for centos and windows   
-   workloads in azure)
- * vmware provider requires Go 1.3+ (currently vendored and hacked to work 
-   with 1.2)
+   the new Azure provider requires Go 1.3+ (needed for centos and windows
+   workloads in azure)
+ * vmware provider requires Go 1.3+ (currently vendored and hacked to work
+   with 1.2)
  * the systemd go bindings require Go 1.3+ (currently vendored and hacked
-   to work with 1.2)
+   to work with 1.2)
  
- In addition, Go 1.5 is available for all supported architectures in
+ In addition, Go 1.6 is available for all supported architectures in
  trusty, which means the Juju developers and release managers do not have
  to worry about bugs and different behaviours in gccgo (such as the
  rather alarming https://bugs.launchpad.net/bugs/1517611 ) as well as the
  gc compiler.
  
  [Test Case]
  
- None as such. Just that the golang1.5-go package is installable.
+ None as such. Just that the golang1.6-go package is installable (and
+ properly conflicts with golang-go).
  
  [Regression Potential]
  
  This is to be a new package, so none.
  
  [Building the packages]
  
- A wrinkle is that Go 1.5 requires Go 1.4 to bootstrap, which is not
+ A wrinkle is that Go 1.5+ require Go 1.4 to bootstrap, which is not
  available in trusty. Also there is no version of the 1.4 gc compiler for
  arm64 or ppc64le, which means that the only option is to build with
  gccgo 5. While it presumably would be possible to create temporary gccgo
  5 packages for trusty that could be used to build the package, this is
- an almighty lot of work compared to building the package once in wily or
- xenial, binary copying this to trusty and then rebuilding it with the
- copied package there.
+ an almighty lot of work compared to building the package once in xenial,
+ binary copying this to trusty and then rebuilding it with the copied
+ package there.
  
- I have built packages for this here
+ I have built packages for Go 1.5 here
  http://people.canonical.com/~mwh/go15trusty/ -- the plan would be to
  upload 1.5.3-0ubuntu1~bootstrap to xenial in a devirted all arch PPA,
  binary copy the result to trusty, upload 1.5.3-0ubuntu1 to trusty in the
  ppa and then binary copy this to the archive.
  
  I have done these steps in a ppa:
  https://launchpad.net/~mwhudson/+archive/ubuntu/go15-trusty/+packages
  but unfortunately made some stupid mistakes which means the version
- numbers are not quite what I'd want, so the packages will need to be
- built again if this process is approved.
+ numbers are not quite what I'd want.
  
  There is some more thinking about this on
  https://wiki.ubuntu.com/MichaelHudsonDoyle/Go15InTrusty

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

Title:
  upload golang1.6 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1543648] [NEW] nonexisting directory referenced in fileserver.conf

2016-02-09 Thread Michael Moll
Public bug reported:

please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782325 for
further information and a patch. As there's nothing happening on the
Debian side, it would be very ncie if that could get fixed in Ubuntu.

** Affects: puppet
 Importance: Unknown
 Status: Unknown

** Affects: puppet (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: Debian Bug tracker #782325
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782325

** Also affects: puppet via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782325
   Importance: Unknown
   Status: Unknown

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

Title:
  nonexisting directory referenced in fileserver.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/puppet/+bug/1543648/+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 1536882] Re: upload golang1.5 package for trusty

2016-02-09 Thread Michael Hudson-Doyle
For a few reasons (same version as LTS, support for external linking on
ppc64el), it's now looking like a better idea will be to get Go 1.6 into
trusty instead. But it still makes sense to talk about approving the
general idea and the tricks required for building the package.

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

Title:
  upload golang1.5 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1541014] Re: 'go vet' falls over on expressions like C.f(*p(**q))

2016-02-08 Thread Michael Hudson-Doyle
I think this should be fixed in the golang 1.6~rc2 package, can you
confirm?

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

Title:
  'go vet' falls over on expressions like C.f(*p(**q))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1541014/+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 1537080] Re: [MIR] python-openvswitch

2016-02-08 Thread Michael Terry
Corey, oh man I missed that detail.  I had blinders one, forgot to check
for that.

So this is fine then.  Would be nice to see a python3 version too, but
obviously not a blocker.

** Changed in: openvswitch (Ubuntu)
   Status: New => Fix Committed

** Changed in: openvswitch (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) => (unassigned)

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

Title:
  [MIR] python-openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1537080/+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 1541660] Re: please upload go 1.6 rc2

2016-02-04 Thread Michael Hudson-Doyle
Fixed, and uploaded to same location.

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

Title:
  please upload go 1.6 rc2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1541660/+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 1015819] Re: sb_sasl_generic_pkt_length: received illegal packet length when using ldapsearch and sasl with ssl or tls

2016-02-03 Thread Michael Osipov
Leif, the commit is perfectly fine because  minssf=0 is illegal and
violates the RFC. I have described this in my previous comment.

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

Title:
  sb_sasl_generic_pkt_length: received illegal packet length when using
  ldapsearch and sasl with ssl or tls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1015819/+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 1541660] [NEW] please upload go 1.6 rc2

2016-02-03 Thread Michael Hudson-Doyle
Public bug reported:

Highlight of this update is that IBM have implemented -buildmode=shared
support for s390x.

http://people.canonical.com/~mwh/golang-1.6/

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  please upload go 1.6 rc2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1541660/+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 1541660] Re: please upload go 1.6 rc2

2016-02-03 Thread Michael Hudson-Doyle
Actually this fails to build (fails the api check at the end). Will
investigate later.

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

Title:
  please upload go 1.6 rc2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1541660/+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 1537080] Re: [MIR] python-openvswitch

2016-02-03 Thread Michael Terry
Phew, this is definitely out of my normal domain of experience.  Plus
it's networking and daemons and all that.  So will need a security
check.  Passing to Jamie.

** Changed in: openvswitch (Ubuntu)
 Assignee: (unassigned) => Jamie Strandboge (jdstrand)

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

Title:
  [MIR] python-openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1537080/+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 1541014] Re: 'go vet' falls over on expressions like C.f(*p(**q))

2016-02-02 Thread Michael Hudson-Doyle
Reproduced. Filed upstream: https://github.com/golang/go/issues/14201. I
guess it's very late to get fixed for 1.6 but we'll see...

** Changed in: golang (Ubuntu)
   Status: New => Confirmed

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

Title:
  'go vet' falls over on expressions like C.f(*p(**q))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1541014/+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 1539279] Re: please upload 1.6rc1 package

2016-02-01 Thread Michael Hudson-Doyle
xnox did this but i forgot to put the bug number in the changelog

** Changed in: golang (Ubuntu)
   Status: New => Fix Released

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

Title:
  please upload 1.6rc1 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1539279/+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 1508122] Re: please transition to shared libraries

2016-01-31 Thread Michael Hudson-Doyle
** Patch added: "golang-bug-1508122.diff"
   
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+attachment/4560911/+files/golang-bug-1508122.diff

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

Title:
  please transition to shared libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+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 1508122] Re: please transition to shared libraries

2016-01-31 Thread Michael Hudson-Doyle
I'm attaching a debdiff for the golang package that builds the go
standard library into a shared library, which is part 1 of this.

** Changed in: golang (Ubuntu)
   Status: New => In Progress

** Patch added: "bug-1508122.diff"
   
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1508122/+attachment/4560908/+files/bug-1508122.diff

** Also affects: dh-golang (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: dh-golang (Ubuntu)
 Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson)

** Changed in: dh-golang (Ubuntu)
   Status: New => In Progress

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

Title:
  please transition to shared libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+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 1508122] Re: please transition to shared libraries

2016-01-31 Thread Michael Hudson-Doyle
And here's a patch for dh-golang. I'll mail this one upstream too.

** Patch added: "dh-golang-bug-1508122.diff"
   
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+attachment/4560909/+files/dh-golang-bug-1508122.diff

** Patch removed: "bug-1508122.diff"
   
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+attachment/4560908/+files/bug-1508122.diff

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

Title:
  please transition to shared libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1508122/+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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Michael Tsikerdekis
Same issue here. Proposed downgrade (#4) solved the problem.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1539279] [NEW] please upload 1.6rc1 package

2016-01-28 Thread Michael Hudson-Doyle
Public bug reported:

It's at http://people.canonical.com/~mwh/golang-1.6/

Only change beyond new upstream version is to grab a new patch from
IBM's port.

I've test built it on amd64 and s390x.

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  please upload 1.6rc1 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1539279/+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 1478087] Re: Add libaudit support

2016-01-25 Thread Michael Hohnbaum
Mathieu, any outlook for this SRU?

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

Title:
  Add libaudit support

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1478087/+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 1536882] [NEW] upload golang1.5 package for trusty

2016-01-21 Thread Michael Hudson-Doyle
Public bug reported:

[coming soon]

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  upload golang1.5 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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 1536882] Re: upload golang1.5 package for trusty

2016-01-21 Thread Michael Hudson-Doyle
** Description changed:

- [coming soon]
+ There is a need to provide a version of Go 1.5 in trusty-updates. We
+ can't upgrade the golang package itself in trusty because that will
+ cause other packages to ftbfs so the best place seems to be providing a
+ golang1.5 package that juju and other consumers can build depend upon.
+ 
+ There is an expectation that new versions of juju will be made available
+ in trusty-updates. trusty was released with version 1.2 of Go, which is
+ almost indescribably ancient in Go terms. The Go team maintains at most
+ two versions of Go, so 1.4 and 1.5 at the time of writing but this will
+ be 1.5 and 1.6 in a few weeks, which means that trusty will soon be 3
+ versions behind a supported version.
+ 
+ In particular, authors of third-party packages that juju depends upon
+ are mostly no longer supporting go 1.2. Specific examples of packages
+ this affects:
+ 
+ * lxd client code requires Go 1.3+ (currently not built on trusty)
+   the new Azure provider requires Go 1.3+ (needed for centos and windows   
+   workloads in azure)
+ * vmware provider requires Go 1.3+ (currently vendored and hacked to work 
+   with 1.2)
+ * the systemd go bindings require Go 1.3+ (currently vendored and hacked
+   to work with 1.2)
+ 
+ In addition, Go 1.5 is available for all supported architectures in
+ trusty, which means the Juju developers and release managers do not have
+ to worry about bugs and different behaviours in gccgo (such as the
+ rather alarming https://bugs.launchpad.net/bugs/1517611 ) as well as the
+ gc compiler.
+ 
+ [Test Case]
+ 
+ None as such. Just that the golang1.5-go package is installable.
+ 
+ [Regression Potential]
+ 
+ This is to be a new package, so none.
+ 
+ [Building the packages]
+ 
+ A wrinkle is that Go 1.5 requires Go 1.4 to bootstrap, which is not
+ available in trusty. Also there is no version of the 1.4 gc compiler for
+ arm64 or ppc64le, which means that the only option is to build with
+ gccgo 5. While it presumably would be possible to create temporary gccgo
+ 5 packages for trusty that could be used to build the package, this is
+ an almighty lot of work compared to building the package once in wily or
+ xenial, binary copying this to trusty and then rebuilding it with the
+ copied package there.
+ 
+ I have built packages for this here
+ http://people.canonical.com/~mwh/go15trusty/ -- the plan would be to
+ upload 1.5.3-0ubuntu1~bootstrap to xenial in a devirted all arch PPA,
+ binary copy the result to trusty, upload 1.5.3-0ubuntu1 to trusty in the
+ ppa and then binary copy this to the archive.
+ 
+ I have done these steps in a ppa:
+ https://launchpad.net/~mwhudson/+archive/ubuntu/go15-trusty/+packages
+ but unfortunately made some stupid mistakes which means the version
+ numbers are not quite what I'd want, so the packages will need to be
+ built again if this process is approved.
+ 
+ There is some more thinking about this on
+ https://wiki.ubuntu.com/MichaelHudsonDoyle/Go15InTrusty

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

Title:
  upload golang1.5 package for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882/+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


Re: [Bug 1530233] Re: Please update to puppet major version 4

2016-01-20 Thread Michael Stahnke
Puppet 3 will also go end of life from upstream during the support cycle of
16.04, if that helps inform any decisions.
On Jan 20, 2016 08:25, "Robie Basak" <1530...@bugs.launchpad.net> wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> It looks like there are major changes involved in packaging puppet 4,
> which makes me think that this is unlikely to happen in time for
> Xenial's release.
>
> In Debian, Stig has invited volunteers with Java packaging experience to
> help.
>
> ** Summary changed:
>
> - puppet outdated
> + Please update to puppet major version 4
>
> ** Changed in: puppet (Ubuntu)
>Status: New => Triaged
>
> ** Changed in: puppet (Ubuntu)
>Importance: Undecided => Wishlist
>
> --
> You received this bug notification because you are subscribed to puppet
> in Ubuntu.
> Matching subscriptions: puppet ubuntu
> https://bugs.launchpad.net/bugs/1530233
>
> Title:
>   Please update to puppet major version 4
>
> Status in puppet package in Ubuntu:
>   Triaged
> Status in puppet package in Debian:
>   New
>
> Bug description:
>   Hi,
>
>   the current alpha  of xenial 16.04 still comes with a puppet 3.8.4,
>   but the current version of puppet is 4.3. Since 16.04 is supposed to
>   be a LTS release, would be good to have a recent major version.
>
>   regards
>   Hadmut
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1530233/+subscriptions
>

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

Title:
  Please update to puppet major version 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1530233/+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 1532020] Re: fails to build with PIE enabled by default

2016-01-20 Thread Michael Hudson-Doyle
And 1.6 is in xenial now. So this shouldn't be a problem any more.

** Changed in: golang (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  fails to build with PIE enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1532020/+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


Re: [Bug 1524165] Re: merge with debian

2016-01-14 Thread Michael Hudson-Doyle
Hi Steve,

Thanks for the very thorough review!

On 15 January 2016 at 16:47, Steve Langasek
<steve.langa...@canonical.com> wrote:
> Hi Michael,
>
> The debdiff for 1.5.2-1ubuntu1 largely looks correct to me.  I have a
> few small corrections:
>
> - the changes to debian/copyright should be retained, these fix a real bug 
> and should be upstreamed to Debian.

Already done: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807304
(so I guess this bug number should be added to d/copyright?)

> - the changes to debian/source/lintian-overrides should be retained,
for the same reason.

OK.

> - the debian/control contents have diverged from Debian quite a bit in
matters of field ordering, whitespace, etc.  we can lose much of this
delta with no change in semantics, so I think it's best to do this now
when merging.

Thanks.

> - Debian has added versioned Conflicts against golang-golang-x-tools,
and golang-go.tools.  This is incorrect, these should be versioned
Breaks/Replaces to ensure smooth upgrades with apt.  Since the Ubuntu
package already had Breaks/Replaces, I restored this usage with updated
version numbers.

I did wonder about this and assumed Debian was more likely to be
correct than me. Apparently not!

> - The golang-src package in Ubuntu Breaks/Replaces ancient versions of
golang-go, but this has been dropped in Debian.  Unfortunately, these
versions are not so ancient that they aren't newer than the version
present in the trusty release pocket, so we should hang on to this until
xenial is released.

Er, yes they are? The versions being broke/replaced is 2:1-3~ and
trusty has 2:1.2.1-2ubuntu1 (which has the breaks/replaces of 2:1-3~
already). So I think this really can be dropped (it even seems
*precise* has a newer version than 1-3 :-)).

Of course it's pretty harmless to keep too.

> - the changelog should document those changes that have been dropped
and why (e.g., patches that are upstream and no longer needed here).

OK. Thanks.

> - Debian has added ppc64 to their list of archs where they build
golang; so we should extend our list of "go archs" to include this one
for better upstreamability to Debian.

Good spotting.

> Please let me know whether you agree with these changes (in the attached
> debdiff) or whether you think further revision is needed before upload.

I guess I'd ask you to:

1) re-delete the breaks of golang-src
2) remove mention of same from changelog
3) add the bug number for the copyright changes to changelog

and upload away! And then we can do the 1.5.3 merge, but m-o-m should
get that right.

Cheers,
mwh

> ** Patch added: "golang-1524164-mergier-slangasek.diff"
>
> https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+attachment/4550305/+files/golang-1524164-mergier-slangasek.diff
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1524165
>
> Title:
>   merge with debian
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+subscriptions

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

Title:
  merge with debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+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 1524165] Re: merge with debian

2016-01-14 Thread Michael Hudson-Doyle
** Bug watch added: Debian Bug tracker #807304
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807304

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

Title:
  merge with debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+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 1271770] Re: apply test fixes and run c++ unit tests

2016-01-13 Thread Michael Hudson-Doyle
** Changed in: juju-mongodb (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  apply test fixes and run c++ unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-mongodb/+bug/1271770/+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 1527020] Re: cannot build trusty ppc64el juju without forcing GOARCH

2016-01-12 Thread Michael Hudson-Doyle
** Changed in: gccgo-go (Ubuntu)
   Status: New => 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/1527020

Title:
  cannot build trusty ppc64el juju without forcing GOARCH

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1527020/+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 1532020] Re: fails to build with PIE enabled by default

2016-01-11 Thread Michael Hudson-Doyle
The fix landed, so this won't be a problem for 1.6+

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

Title:
  fails to build with PIE enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1532020/+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 882825] Re: Does not save the configuration file under ~/.config/

2016-01-10 Thread Michael Schumacher
** Bug watch added: GNOME Bug Tracker #166643
   https://bugzilla.gnome.org/show_bug.cgi?id=166643

** Also affects: gimp via
   https://bugzilla.gnome.org/show_bug.cgi?id=166643
   Importance: Unknown
   Status: Unknown

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

Title:
  Does not save the configuration file under ~/.config/

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/882825/+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 1532020] [NEW] fails to build with PIE enabled by default

2016-01-07 Thread Michael Hudson-Doyle
Public bug reported:

If you build go on a system with PIE enabled by default (currently only
xenial/s390x) the build fails because go invokes gcc with -Wl,-r and ld
complains about mixing -r and -pie. The fix is to pass -no-pie as well,
but aggravatingly this flag is only supported on xenial: we can't just
patch go to always pass it. This could be fixed in a xenial-only distro
patch but I'd much rather fix it upstream so that people can just
install go from source -- but I don't see how to do that.

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  fails to build with PIE enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1532020/+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 1532020] Re: fails to build with PIE enabled by default

2016-01-07 Thread Michael Hudson-Doyle
I've sent a fix upstream https://go-review.googlesource.com/#/c/18359/,
we'll see how that is received.

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

Title:
  fails to build with PIE enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1532020/+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 1506990] Re: please drop architecture list in debian/control

2016-01-07 Thread Michael Hudson-Doyle
yay, thanks :-)

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

Title:
  please drop architecture list in debian/control

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-mongodb/+bug/1506990/+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 1524165] Re: merge with debian

2016-01-06 Thread Michael Hudson-Doyle
Debian uploaded 1.5.2 at last, here's the diff from Debian to an updated
merge (it's kinda big of course, I'll uploaded the diff from Debian to
this as well).

** Patch added: "golang_1.5.1-0ubuntu4-1_1.5.2-1ubuntu1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+attachment/4545173/+files/golang_1.5.1-0ubuntu4-1_1.5.2-1ubuntu1.diff

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

Title:
  merge with debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+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 1524165] Re: merge with debian

2016-01-06 Thread Michael Hudson-Doyle
Diff from Debian's 1.5.2-1 to my package.

** Patch added: "golang_1.5.2-1_1.5.2-1ubuntu1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+attachment/4545174/+files/golang_1.5.2-1_1.5.2-1ubuntu1.diff

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

Title:
  merge with debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+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


  1   2   3   4   5   6   7   8   9   10   >