[Bug 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
Worst case scenario:

I can apply those 3 patches to our source package and get rid of FTBFS
issue, at least until upstream fixes cloud-print-connector for newer
cups versions (and/or we get rid of issues from those 2 golang
libraries).

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-codegangsta-cli/+bug/1859685/+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 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
New CUPSs do not provide _IPP_PRIVATE_STRUCTURES feature. Missing IPP
internal data should be acquired by using the proper new functions
provided by CUPS.


Fix FTBFS with urfave/cli BoolFlag DefaultText variable

Without this, the code FTBFS with the following error:


src/github.com/google/cloud-print-connector/gcp-connector-util/gcp-cups-connector-util.go:112:5:
unknown field 'DefaultText' in struct l eral of type cli.BoolFlag

src/github.com/google/cloud-print-connector/gcp-connector-util/main_unix.go:61:3:
unknown field 'DefaultText' in struct literal of type cli.BoolFlag

src/github.com/google/cloud-print-connector/gcp-connector-util/main_unix.go:66:3:
unknown field 'DefaultText' in struct literal of type cli.BoolFlag

src/github.com/google/cloud-print-connector/gcp-connector-util/main_unix.go:71:3:
unknown field 'DefaultText' in struct literal of type cli.BoolFlag


For some reason, cloud-print-connection was FTBFS because of 
golang-github-codegangsta-cli-dev, complaining about types. 
(codegangsta-cli-dev hasn't changed from previous working version in Ubuntu).


Fix types for cli.Command assignments

Without this, code FTBFS with the following error:

google/cloud-print-connector/gcp-connector-util/main_unix.go:106:15:
cannot use append(unixCommands, commonCommands...) (type []*cli.Command)
as type []cli.Command in assignment


Also, for some reason, golang-github-urfave-cli-dev is having problems with 
BoolFlag DefaultText field. We have moved from previous working version 
1.20.0-1 to 1.22.2-1 in recent Ubuntu.

Workaround for no _IPP_PRIVATE_STRUCTURES in newer CUPS versions

Added hardcoded ipp-private.h as workaround for the lack of the
_IPP_PRIVATE_STRUCTURES feature, dropped in CUPS v2.3b4. Without this
feature, all the IPP private structures, needed by cups/core.go, to get
the IPP Request Status Code, will not exist making code FTBFS.

Correct fix for this is to rely on new functions, provided by CUPS, in
order to obtain internal structure data access (C or go).


** Changed in: golang-github-urfave-cli (Ubuntu)
   Status: New => Confirmed

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

** Changed in: golang-codegangsta-cli (Ubuntu)
   Importance: Undecided => Medium

** Changed in: golang-github-urfave-cli (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-codegangsta-cli/+bug/1859685/+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 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
I have suggested 3 patches to fix the FTBFS at:

https://github.com/google/cloud-print-connector/pull/477

Waiting upstream maintainer to give a look and provide feedback.

Patches are "workarounds" for new features introduced in new CUPs
version AND some build issues with golang-github-codegangsta-cli-dev and
golang-github-urfave-cli-dev.

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

** Also affects: golang-github-urfave-cli (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-codegangsta-cli/+bug/1859685/+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 1856211] Re: bind9utils: drop hardcoded dependency on python3

2020-01-14 Thread Andreas Hasenack
** Merge proposal unlinked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/377604

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

Title:
  bind9utils: drop hardcoded dependency on python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1856211/+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 1827923] Re: Constant sockmgr 0x7fa0b8b0a010: maximum number of FD events (64) received

2020-01-14 Thread Andreas Hasenack
I'm updating bind9 to 9.14, which was mentioned in the upstream bug
report in the phrase "With 9.14 the problem should be much less
prominent", for which I asked for clarification.

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

Title:
  Constant sockmgr 0x7fa0b8b0a010: maximum number of FD events (64)
  received

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1827923/+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 1843551] Re: dnssec-signzone: error when CAA record exists

2020-01-14 Thread Andreas Hasenack
Hello,

I believe your record has an incorrect syntax. It should be:

@ IN CAA  issue 

where  is a number. Hence the complain from the tool that
character position 14 is not a valid number.

The line you used gives an error already when reloading the zone, with
the same message.

Can you please try the following:

@ IN CAA 0 issue "letsencrypt.org"


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

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

Title:
  dnssec-signzone: error when CAA record exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1843551/+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 1856367] Re: systemd-resolvd breaks dig + trace

2020-01-14 Thread Andreas Hasenack
Confirmed fixed in the new version I'm preparing, I'll include a mention
of this bug in its d/changelog.

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

Title:
  systemd-resolvd breaks dig + trace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1856367/+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 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
doing a quick research it looks like we're missing the "internal" (to
cups) structures definitions. This is usually enabled compilation time
using -D_IPP_PRIVATE_STRUCTURES=1.

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-cloud-print-connector/+bug/1859685/+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 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
https://github.com/google/cloud-print-
connector/issues/476#issuecomment-574354522

" This might happen because, at least from cups README.md file, from
CUPS v2.3b4: Removed support for -D_IPP_PRIVATE_STRUCTURES=1 developer
cheat - the IPP accessor functions should be used instead. "

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-cloud-print-connector/+bug/1859685/+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 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-14 Thread Rafael David Tinoco
Reported issue upstream, as it also happens with latest source:

https://github.com/google/cloud-print-connector/issues/476

** Bug watch added: github.com/google/cloud-print-connector/issues #476
   https://github.com/google/cloud-print-connector/issues/476

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

Title:
  google-cloud-print-connector FTBFS (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-cloud-print-connector/+bug/1859685/+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 1851695] Re: DEP8 failure/regression in nspr on arm64 and armhf

2020-01-14 Thread Andreas Hasenack
It's a force-badtest across the board:

ubuntu-release:force-badtest notary/0.6.1~ds1-4


revno: 4077
committer: Steve Langasek 
branch nick: hints-ubuntu
timestamp: Wed 2019-11-13 15:35:28 -0800
message:
  badtest notary

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

Title:
  DEP8 failure/regression in nspr on arm64 and armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notary/+bug/1851695/+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 1859432] Re: xen needs to depend on python2 instead of python (or better python3)

2020-01-14 Thread Andreas Hasenack
This was fixed in 4.9.2-0ubuntu6:

xen (4.9.2-0ubuntu6) focal; urgency=medium

  * Build-depend on python2-dev.
  * Depend on python2.
  * Build using python2.
  * Build-depend on lmodern.

 -- Matthias Klose   Mon, 13 Jan 2020 14:51:35 +0100


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

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

Title:
  xen needs to depend on python2 instead of python (or better python3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1859432/+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 1859395] Re: libxen-4.9: missing libxenstat

2020-01-14 Thread Andreas Hasenack
Hi,

libxen-4.9 is used at runtime, and contains the dynamic library. libxen-
dev is used for development and contains the header files (*.h), the
dynamic library .so link, and the static library. That's how it is
supposed to be. Just adding /usr/includexenstat.h to libxen-4.9 wouldn't
work, as other header files are also likely needed, and the dynamic
library .so link is also needed. The static library might not, depending
on your compile options, but it goes together with the dev package per
policy. See https://www.debian.org/doc/debian-policy/ch-sharedlibs.html
#static-libraries for the details.

I'm going to close this bug as invalid, but if I misunderstood your
point, please feel free to reopen it and clarify.

Thanks!


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

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

Title:
  libxen-4.9: missing libxenstat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1859395/+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 1859318] Re: UA enabled for 14.04 esm-infra but 401 error when apt upgrade

2020-01-14 Thread Andreas Hasenack
Hello,

After ua attach and after esm is enabled, the esm credentials are stored
in /etc/apt/auth.conf.d/90ubuntu-advantage. You need apt 1.0.1ubuntu2.23
or higher in order to make use of this file, and the ubuntu-advantage-
tools package's Depends field has that correctly set.


a) which version of libapt-pkg4.12 do you have installed?

b) is "sudo apt-get -f install" "happy", without errors?

c) does the credential file look like this:
machine esm.ubuntu.com/ login bearer password  # 
ubuntu-advantage-tools



** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1859318

Title:
  UA enabled for 14.04 esm-infra but 401 error when apt upgrade

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