[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-01-05 Thread Nish Aravamudan
Right, that is because "you" (slash the default) have specified in the
openmpi configuration file (/etc/default/openmpi) that IPMI_SI is needed
on your system. Thus, when it fails to load successfully, it is still
flagged as:

# no bits set = no errors
# bit 0 set = minimum modules aren't loaded
# bit 1 set = requested feature module isn't loaded
# bit 2 set = /dev/ipmi0 (or /dev/imb if using that instead) doesn't exist
# bit 3 set = /dev/watchdog doesn't exist
# bit 4 set = lockfile doesn't exist
# bit 5 set = modules are loaded even when asked to be unloaded

bit 0 being set (RETVAL | 1).

I guess we could change the logic in a different way such that bit 1
should be set in this case, rather than bit 0. But that would redefine
what the "minimum" modules are in OpenIPMI, which per the init-script
are ipmi_msghandler and ipmi_{si,smb} if those options are set in the
config file.

So I think what I provided is probably the best combination for the
configuration by default -- Robie did point out that my patch has a
logical issue in that the last added line is really a no-op. So I'll
spin up a new version and push it to my PPA. If you can test that one as
well, just to be sure it's functionally the same, then we'll work on
getting that into -proposed (once I learn how to do that :)

I'll provide another update once the new packages are present.

Thanks, Jeremy!

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1076461] Re: unmatched entries for smartd

2016-01-06 Thread Nish Aravamudan
These appear to be missing entries from the upstream codebase, can you
file an issue with them?

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

Title:
  unmatched entries for smartd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1076461/+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 1076464] Re: unmatched entries for gnome-screensaver

2016-01-06 Thread Nish Aravamudan
Does this still happen? It does seem like this line is missing from the
upstream logwatch code, can you file an issue with them?

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

Title:
  unmatched entries for gnome-screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1076464/+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 1060238] Re: unmatched entries for sshd

2016-01-06 Thread Nish Aravamudan
Hrm, looking upstream /usr/share/logwatch/scripts/services/sshd (which
is the same in Xenial):

($ThisLine =~ m/^pam_sss\(sshd:.*\)/) or
 -- {
  # Ignore these 
   }

Can you confirm that still happens with the latest code?

But, the pam_krb5 and pam_ldap ones reported seem to be genuine issues
upstream, can you file issues there?

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

Title:
  unmatched entries for sshd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1060238/+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 1170458] Re: iptables service not functionnal - Solution included

2016-01-06 Thread Nish Aravamudan
The regex upstream and in Xenial is:

   $ThisLine =~ s/^... .. ..:..:.. ([^ ]*) (kernel: )?(\[\s*\d+\.\d+\]
)?//;

which should account for whatever whitespace might be in the log. Can
you confirm, if possible?

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

Title:
  iptables service not functionnal - Solution included

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1170458/+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 1058760] Re: unmatched entries for dovecot login

2016-01-06 Thread Nish Aravamudan
Has any issue been filed with the upstream logwatch?

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

Title:
  unmatched entries for dovecot login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1058760/+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 1173595] Re: Unmatched dovecot lines in logwatch

2016-01-06 Thread Nish Aravamudan
Detail = Low is the default, I believe. So it sounds like a feature
request as opposed to a bug at this point?

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

Title:
  Unmatched dovecot lines in logwatch

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-01-07 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [raharper] strongswan merge and cleanup (=4days): INPROGRESS
- [nacc] logwatch merge and cleanup: TODO
+ [nacc] logwatch merge and cleanup: INPROGRESS
  [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: INPROGRESS
  [kick-d] freeipmi merge and cleanup (=3days): INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
  Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge (=4days): INPROGRESS
  dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
- [stgraber] unbound merge: TODO
+ unbound merge: TODO
  [nacc] Consider php7.0 for Xenial: TODO
  HTTP/2 related work (=5days): TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-01-08 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [raharper] strongswan merge and cleanup (=4days): INPROGRESS
  [nacc] logwatch merge and cleanup: INPROGRESS
  [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: INPROGRESS
  [kick-d] freeipmi merge and cleanup (=3days): INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
  Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge (=4days): INPROGRESS
- dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
+ dovecot merge: TODO
  [louis-bouchard] nut merge: INPROGRESS
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO
- [nacc] Consider php7.0 for Xenial: TODO
+ [nacc] Consider php7.0 for Xenial: INPROGRESS
  HTTP/2 related work (=5days): TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
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 1531262] [NEW] Please merge logwatch 7.4.1+svn20150731rev294 from Debian

2016-01-05 Thread Nish Aravamudan
Public bug reported:

Please update/merge logwatch to the latest version from Debian unstable.

** Affects: logwatch (Ubuntu)
 Importance: Undecided
 Assignee: Nish Aravamudan (nacc)
 Status: New


** Tags: upgrade-software-version

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

Title:
  Please merge logwatch 7.4.1+svn20150731rev294 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1531262/+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 1318317] Re: openipmi startup script removes kernel modules

2016-01-06 Thread Nish Aravamudan
I've uploaded an alternative change to my PPA, builds are going now,
which only does not unload all modules in the error path.

The difference is, to minimize the impact to people that might be
depending on the error path *not* loading more modules, I've put the
return lines back in. So I'd like a re-test, if possible, Jeremy, to see
if this still works for your case.

For Trusty use 2.0.18-0ubunt7.3 and for Xenial use 2.0.18-0ubuntu10 from
my PPA. I'll fix the versions properly once we've agreed on the fix.

-Nish

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1199511] Re: smartd service LogFile configuration points to messages instead of syslog

2016-01-06 Thread Nish Aravamudan
Note that Debian fixed this in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=295234 to look at daemon.log instead of messages
(in 2005?)

That fix has been in Ubuntu for a long time, it seems too (I think since
Hardy, but I might be misreading the changelog). I just spun up a Trusty
VM and smartd.conf contains:

LogFile =
LogFile = daemon

So I think this bug can be closed?

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

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

Title:
  smartd service LogFile configuration points to messages instead of
  syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1199511/+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 1000266] Re: unmatched entries for dovecot deliver

2016-01-06 Thread Nish Aravamudan
I believe this was fixed in Raring. Can be closed out?

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

Title:
  unmatched entries for dovecot deliver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1000266/+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 1010625] Re: named logs are not being reported in logwatch

2016-01-06 Thread Nish Aravamudan
At least in Trusty, it seems like named.conf refers to daemon.log and
not messages/syslog anymore.

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

Title:
  named logs are not being reported in logwatch

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-01-08 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: TODO
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [raharper] strongswan merge and cleanup (=4days): INPROGRESS
  [nacc] logwatch merge and cleanup: INPROGRESS
  [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: INPROGRESS
  [kick-d] freeipmi merge and cleanup (=3days): INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [racb] MySQL cleanup and move to 5.7 (=14days): TODO
  NTP merge, cleanup and PPS support: TODO
  Tomcat updates and cleanup (=14days): TODO
  mail-stack-delivery deprecation plan: TODO
  [tdaitx] squid3 merge (=4days): INPROGRESS
- dovecot merge: TODO
+ dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  [louis-bouchard] nut merge: INPROGRESS
  [arges] libvirt merge (bug 1519433) : INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  unbound merge: TODO
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  HTTP/2 related work (=5days): TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
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 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
I've setup a PPA for x86 at:
https://launchpad.net/~nacc/+archive/ubuntu/lp1318317, with some
packages for testing on trusty & xenial. Still figuring out how to setup
the PPA for ppc6el.

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
** Changed in: openipmi (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Nish Aravamudan (nacc)

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
Jeremy,

Does this patch have any effect on your OpenPower system?

Thanks,
Nish

** Patch added: "lp1318317.v1.patch"
   
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+attachment/4537144/+files/lp1318317.v1.patch

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Sorry, had some issues with that PPA, there is a new one at:
https://launchpad.net/~nacc/+archive/ubuntu/lp1318317-1

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Nevermind, my apologies -- I was just impatient. Please use the original
PPA (described at https://launchpad.net/~nacc/+archive/ubuntu/lp1318317)

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1318317] Re: openipmi startup script removes kernel modules

2015-12-17 Thread Nish Aravamudan
Oliver, Tore & Jeremy, I'm taking a look at this issue now, and just
wanted to confirm that you've not modified /etc/default/openipmi in your
setups (except as the noted workaround by Jeremy)?

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1522422] Re: Update to php 7.0

2016-01-15 Thread Nish Aravamudan
php7.0-fpm is in Xenial/universe.

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1318317] Re: openipmi startup script removes kernel modules

2016-01-13 Thread Nish Aravamudan
Jeremy, have you had a chance to test the updated version(s)?

Thanks,
Nish

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
Bug # 1543856 filed - php-doctrine-inflector: add nocheck and stage 1
build profiles [typo above!]

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
Bug # 1544276 filed - twig: update and bootstrap for PHP7.0 support
Bug # 1544279 filed - symfony: update and bootstrap for PHP7.0 support

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1541736] Re: Sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main)

2016-02-10 Thread Nish Aravamudan
Ok, I will work with the team to do that. I apologize, I didn't know the
process for demotion (but it was a team decision to do so).

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

Title:
  Sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1541736/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
Bug # 1544302 filed - php-codecoverage: update and add nocheck and stage1 build 
profiles
Bug # 1544303 filed - php-codecoverage: update and add nocheck and stage1 build 
profiles
Bug # 1544304 filed - php-codecoverage: update and add nocheck and stage1 build 
profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
err, sorry, c error, the last two above are:
Bug # 1544303 filed - phpunit-comparator: update and add nocheck and stage1 
build profiles
Bug # 1544304 filed - phpunit-mock-object: update and add nocheck and stage1 
build profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-05 Thread Nish Aravamudan
tl;dr: We are aiming to go forward with plans to push PHP 7.0 only in
main for Xenial (16.04), thus dropping PHP 5. We have until 18 February,
Xenial's Feature Freeze data, to vet this out as best we can. I would
like to ask the community to help us see what is broken, what works,
etc. Specifically, we need folks to test the actual use of PHP 7.0 :)

Before, I list examples of what we've immediately thought of to cover,
if you do choose to help out, please provide:
  * Details of what versions used (before & after)
  * What your exact usage was
  * How you determined success
Note that you must be using the Ubuntu packages for PHP and any
PEAR/PECL/external modules. That is, we can only "support" a fully
Ubuntu-version based PHP installation. I must stress, that simply
providing a "Yes it works" response will be insufficient to be sure we
have done things correctly.

Here is our current shortlist of obvious & large things that need
testing:
  - Upgrade success (both of the PHP core and any packages you use).
  - Install success (fresh PHP7.0 installs)
  - Horde
  - Symfony
  - SWIG (*)
  - Wordpress
  - phpmyadmin
  - Drupal
Are there any other frameworks or large Ubuntu-packaged programs,
frameworks or PHP-things we have forgotten?

(*) SWIG: I know it's broken right now, but once it's available...

How to test:
  - Do not do this in production!
  - Spin up a test VM/deployment with Xenial.
  - Add the PPA at https://launchpad.net/~php-ubuntu/+archive/ubuntu/php7.0
  - Ideally, simply an apt-get update; apt-get upgrade will pick up the
new versions under Xenial.
  - Packages are going to be changed and updated as we go forward.
  - Most of main/universe PHP-dependent packages have been rebuilt.

Please provide your experience in a bug update. We want to both negative
and positive reports!

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
Bug #1543399 filed - php-directory-scanner: add nocheck and stage1 build
profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
On Mon, Feb 8, 2016 at 3:07 AM, bhat3  wrote:
> @Nish Can you explain the changes or diff to Ondřej's packages? I run
> them in production with Typo3 7 and Drupal 8 but on trusty.

There is no alteration to Ondřej's debian packages (note, that may or
may not be the same as his PPA, but I think it is the same). The core
PHP7 packages are all autosyncing from Debian currently (and will
until feature freeze, aiui).

The difference in ~php-ubuntu relative to Ondřej's PPA should be close
to 0 for packages that are in both, as I believe Ondřej and I are
building from effectively the same source. But the remaining packages
that are only in ~php-ubuntu have been rebuilt so as to only pull in
PHP7.0 dependencies. That in turn required some bootstrapping for some
circular build dependencies. But, generally speaking, source-wise, the
packages in the Xenial archive and the PPA are identical, just with
different deps.

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

Title:
  Update to php 7.0

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-02-05 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
- [nacc] logwatch cleanup ((waiting for release upstream): BLOCKED
+ [nacc] logwatch cleanup (waiting for release upstream): BLOCKED
  [nacc] Tomcat updates and cleanup (=14days): TODO
  [nacc] Java-related work (=10days): TODO
  [nacc] puppet merge and cleanup: TODO
  [rharper] docker.io 1.9 or greater: INPROGRESS
  [louis-bouchard] clamav merge: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-02-05 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
- [nacc] logwatch cleanup: BLOCKED
+ [nacc] logwatch cleanup ((waiting for release upstream): BLOCKED
  [nacc] Tomcat updates and cleanup (=14days): TODO
  [nacc] Java-related work (=10days): TODO
  [nacc] puppet merge and cleanup: TODO
  [rharper] docker.io 1.9 or greater: INPROGRESS
  [louis-bouchard] clamav merge: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
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 1522422] Re: Update to php 7.0

2016-02-09 Thread Nish Aravamudan
Bug # 1543710 filed - php-codesniffer: add nocheck and stage1 build profiles
Bug # 1543721 filed - php-email-validator: add nocheck and stage1 build profiles
Bug # 1543723 filed - libphp-swiftmailer: move to generic PHP dependencies
Bug # 1543740 filed - [needs-packaging] php-proxy-manager 2.0.0
Bug # 1543803 filed - sync aws-sdk-for-php from Debian experimental
Bug # 1543807 filed - [needs-packaging] php-opencloud 2.0.0
Bug # 1543808 filed - Please consider dropping php-guzzle from Ubuntu Xenial

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-09 Thread Nish Aravamudan
Bug # 1543693 filed - sync libbson from Debian experimental
Bug # 1543696 filed - sync libmongoc from Debian experimental
Bug # 1543703 filed - [needs-packaging] php-mongodb

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-09 Thread Nish Aravamudan
Bug # 1543817 filed - php-guzzlehttp-psr7: add nocheck and stage1 build profiles
Bug # 1543820 filed - jmespath.php: add nocheck and stage1 build profiles
Bug # 1543826 filed - php-monolog: bootstrap for PHP7.0
Bug # 1543846 filed - phpunit-recursion-context: add nocheck and stage1 build 
profiles
Bug # 1543847 filed - phpunit-diff: add nocheck and stage1 build profiles
Bug # 1543848 filed - phpunit-environment: add nocheck and stage1 build profiles
Bug # 1543849 filed - phpunit-exporter: add nocheck and stage1 build profiles
Bug # 1543850 filed - phpunit-global-state: add nocheck and stage1 build 
profiles
Bug # 1543851 filed - php-token-stream: add nocheck and stage1 build profiles
Bug # 1543852 filed - php-timer: add nocheck and stage1 build profiles
Bug # 1543853 filed - php-doctrine-instantiator: add nocheck and stage1 build 
profiles
Bug # 1543855 filed - php-doctrine-collections: add nocheck and stage1 build 
profiles
Bug # 1534856 filed - php-doctrine-inflector: add nocheck and stage1 build 
profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-09 Thread Nish Aravamudan
Bug # 1543867 filed - php-xdebug: ensure segmentation fault fix is in Xenial
Bug # 1543868 filed - php-doctrine-cache: add nocheck and stage1 build profiles
Bug # 1543869 filed - php-doctrine-common: add nocheck and stage1 build profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-11 Thread Nish Aravamudan
These are the instructions for the archive admin to bootstrap
symfony/phpunit/doctrine in the archive (to solve build-dependency loops
with staged builds).

** Attachment added: "php7-archive-admins.howtov2"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4569477/+files/php7-archive-admins.howtov2

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-11 Thread Nish Aravamudan
Updated the instructions and fixed a few typos.

** Attachment removed: "php7-archive-admins.howtov2"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4569477/+files/php7-archive-admins.howtov2

** Attachment added: "Updated instructions (v3)"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4569719/+files/php7-archive-admins.howtov3

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-11 Thread Nish Aravamudan
Argh, you're right, Steve! I'm sorry, when I built the pkg-php-tools in
the side PPA, it used the php-pear from the referenced bug as built in
that PPA (https://launchpadlibrarian.net/234638050/buildlog_ubuntu-
xenial-amd64.pkg-php-tools_1.32~exp1~ppa_BUILDING.txt.gz). So yeah, it
probably needs a versioned dependency to require specifically that level
of php-pear. I will note that with that version installed, it does pass
the tests in my testing. Do you want me to post an updated debdiff?

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

Title:
  upgrade to pkg-php-tools 1.32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+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 1543324] Re: [needs-packaging] php-pear

2016-02-08 Thread Nish Aravamudan
** Tags added: needs-packaging

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

Title:
  [needs-packaging] php-pear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1543324/+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 1543324] [NEW] [needs-packaging] php-pear

2016-02-08 Thread Nish Aravamudan
Public bug reported:

Upstream (Debian), the php-pear package is no longer built from
src:php5, but now from its own src:php-pear package.

URL: http://anonscm.debian.org/cgit/pkg-php/php-pear.git (debian/sid branch)
License: PHP (I believe)
Notes: Currently, src:php5 provides php-pear 5.6.16+dfsg-1{,ubuntu1}.
This is a request to provide 1:1.10.1+submodules+notgz-3. I am unsure if this 
will break versioned dependencies that might already exist against php-pear.

This is in anticipation of migrationg PHP7.0 to main, which requires the
updated version of php-pear to support PHP7.0.

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

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

Title:
  [needs-packaging] php-pear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1543324/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
Bug #1543376 filed - phpab: add nocheck and stage1 build profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1543334] [NEW] [needs-packaging] pkg-php-tools

2016-02-08 Thread Nish Aravamudan
Public bug reported:

An updated pkg-php-tools is needed to bootstrap PHP7.0 dependencies
throught the archive (i.e., the dh_phppear and dh_phpcomposer tools).

URL: http://anonscm.debian.org/cgit/pkg-php/pkg-php-tools.git/log/?h=master-7.0
License: LGPL
Notes: This should result in version 1.32 being packaged. It is not yet 
packaged for Debian (but I expect it will be at some point).

** Affects: pkg-php-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Package changed: php5 (Ubuntu) => pkg-php-tools (Ubuntu)

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

Title:
  [needs-packaging] pkg-php-tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
Bug #1543324 filed - [needs-packaging] php-pear
Bug #1543334 filed - [needs-packagin] pkg-php-tools

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1543349] [NEW] [needs-packaging] php-memcache

2016-02-08 Thread Nish Aravamudan
Public bug reported:

The current version of src:php-memcache produces php5-memcache. As we
look to transition to PHP7.0, we need to update to the latest version.

URL: https://github.com/websupport-sk/pecl-memcache
License: PHP 3.0
Notes: This external version of php-memcache has not yet been packaged in 
Debian.

For the purposes of bootstrapping in a PPA, I modified the existing src
:php-memcache directly to the version from the above URL, and made the
following alterations:

d/c: s/php5/php/
d/c: s/PHP5/PHP/
d/php5* -> d/php*
d/r: s/php5/php/

** Affects: php-memcache (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  [needs-packaging] php-memcache

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-memcache/+bug/1543349/+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 1543349] Re: [needs-packaging] php-memcache

2016-02-08 Thread Nish Aravamudan
** Description changed:

  The current version of src:php-memcache produces php5-memcache. As we
  look to transition to PHP7.0, we need to update to the latest version.
  
  URL: https://github.com/websupport-sk/pecl-memcache
  License: PHP 3.0
  Notes: This external version of php-memcache has not yet been packaged in 
Debian.
+ 
+ For the purposes of bootstrapping in a PPA, I modified the existing src
+ :php-memcache directly to the version from the above URL, and made the
+ following alterations:
+ 
+ d/c: s/php5/php/
+ d/c: s/PHP5/PHP/
+ d/php5* -> d/php*
+ d/r: s/php5/php/

** Package changed: pkg-php-tools (Ubuntu) => php-memcache (Ubuntu)

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

Title:
  [needs-packaging] php-memcache

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-memcache/+bug/1543349/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
Bug #1543349 filed - [needs-packaging] php-memcache

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-08 Thread Nish Aravamudan
Bug #1543361 filed - Rebuild packages for bootstrapping PHP7.0 in
archive

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-12 Thread Nish Aravamudan
Clarify the sync points in the boostrap process to maximize parallel
builds in the archive.

** Attachment removed: "Updated instructions (v3)"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4569719/+files/php7-archive-admins.howtov3

** Attachment added: "Updated instructions (v4)"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4570466/+files/php7-archive-admins.howtov4

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-01-26 Thread Nish Aravamudan
> Will Redis be supported if PHP 7 becomes reality?

Do you mean the PHP Redis module? If so, that is already present in
Xenial/universe (php-redis).

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-01-29 Thread Nish Aravamudan
So, nothing "official" to provide yet, but I wanted to keep everyone
updated.

Based upon feedback from various teams (including security and the
archive administrators), it is not tenable for two versions of PHP to
live in main.

Given the positive feedback received here for PHP7.0 being available at
all, I'm working hard to get a PPA going that would allow PHP7.0 to
transition to main, which would also remove PHP5 from main (if/when we
go down that path). Primarily, this is verifying all the various
reverse-depends on php5* packages are migrated, etc. Also, many many
packages in universe must be rebuilt, to pull in the new php* packages
for PHP7 support.

The PPA is at https://launchpad.net/~php-ubuntu/+archive/ubuntu/php7.0,
but please do not use it for any production-like systems! It is
undergoing fairly heavy churn and is intended to be a holding place as I
go through and rebuild/bootstrap packages.

Our current state is that phpunit is now installable, but there are
several unit tests failing in two stacks, doctrine & symfony.
Unfortunately, they form a build-depends cycle and I'm working to
bootstrap them up to fully functional versions.

Once we have this base layer of common build-depends packages done, I'm
hopeful that we can automate most of the remaining package rebuilds.
Then it's just a matter of triaging the failed rebuilds, which I will
hopefully get some assistance from our awesome community with!

I'll send out another update once symfony & doctrine have been
bootstrapped and the automation has been kicked off.

And then finally, once we do have this "live" somewhere, we'll need to
seriously test and consider all the upgrade paths to ensure the
transition is as seamless as possible.

Again, no official decision has been made, but I'm working hard that
whatever decision is reached, it won't be due to some technical
limitations of the packaging wrt. PHP7.0.

-Nish

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1541736] [NEW] Sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main)

2016-02-04 Thread Nish Aravamudan
Public bug reported:

Please sync bacula 7.0.5+dfsg-4 (main) from Debian unstable (main) and
demote to universe

Explanation of the Ubuntu delta and why it can be dropped:
  * Switch build-depends back to postgresql-server-dev-all as it is now in
main, to fix FTBFS with 9.1 that has been removed from Utopic.
  Explanation: Since we are moving back to universe, this isn't needed
  logically.  Also the code in Debian has been updated to have this
  build-dep.
  * Update "libtool" harder.
  Explanation: Updated upstream, debian/master#a008d47b.
  * Merge from Debian unstable.  Remaining changes:
- d/control: Drop mt-st to suggests so that bacula goes back to main.
Explanation: Not needed since we are moving back to universe.
- d/control: Make mysql the default, install bacula-[director|sd]-mysql
  instead of sqlite3 versions.
Explanation: Not needed as upgrade path will ensure that
bacula-director (provided by bacula-director-mysql) is installed. No
technical reason (beyond preference?) to change the default from
Debian, while in Universe.
- d/rules: Upgrade databases from 12->14 at 5.2.5-0ubuntu6.1 instead
  of 5.2.0 as this was missed in Ubuntu.
Explanation: Trusty ships 5.2.6+dfsg-9.1ubuntu3 so we can drop this delta.
- d/control: Add libncurses-dev to build-depends, as the console client
  insists on its presence to enable readline support, despite not using it.
Explanation: Fixed in upstream 5.2.8.
- d/rules: Disable fortify source since it was causing
  bacula-director to segfault.
Explanation: Debian src (since c325d924) #undefs _FORTIFY_SOURCE.
- d/control: Switch build-depends postgresql-server-dev-all ->
  postgresql-server-dev-9.1 as -all is not in main.
Explanation: Not needed since we are moving back to universe. We
have bumped to version 9.3 regardless, and Trusty and onwards have
at least 9.3.
- d/control: Add liblzo2-dev to build-depends to enable LZO support.
Explanation: Merged upstream.
- Updated debconf templates for bacula-common to be translatable.
Explanation: Not needed since the prior delta for "Store
sd|fd|director passwords in debconf" has been dropped.

Changelog entries since current xenial version 5.2.6+dfsg-9.1ubuntu4:

bacula (7.0.5+dfsg-4) unstable; urgency=medium

  * Improve debian/rules and fix it to allow architecture dependent and
independent builds. (Closes: #806605).
  * Change most doc directories to symlinks to bacula-common
  * Added note in README.Debian about usage of hostnames in Address
directives. (Closes: #522372).

 -- Carsten Leonhardt   Wed, 02 Dec 2015 00:38:33 +0100

bacula (7.0.5+dfsg-3) unstable; urgency=low

  * Corrected logrotate configuration. (Closes: #694046, #71)
  * Stop daemon in bacula-director-*.prerm unconditionally to fix issue on
kfreebsd where the old daemon would keep running
  * Bump debhelper compat level to 9 and enable hardening for bat
(Closes: #736461)
  * No longer install menu file, as per tech-ctte decision on #741573

 -- Carsten Leonhardt   Sun, 15 Nov 2015 23:28:52 +0100

bacula (7.0.5+dfsg-2) unstable; urgency=medium

  * Removed inactive uploaders, added myself
  * Added Suggests for perl/python where appropriate for scripts in
/etc/bacula/scripts
  * debian/patches/fix-manpage-bconsole8.patch: fix typo in manpage
(upstream bug 2182)

 -- Carsten Leonhardt   Tue, 10 Nov 2015 19:44:43 +0100

bacula (7.0.5+dfsg-1) UNRELEASED; urgency=medium

  * New upstream release (Closes: #680714, #793794)
- bsmtp can be called with "-a" or "-6" flag for IPv6-only hosts
  (Closes: #742914)
  * bacula-traymonitor, wx-console and python support have been removed
upstream (Closes: #592843)
  * Updated debian/patches/fix-default-config
  * Updated debian/patches/ppc64el-libtoolize.patch
  * Refreshed several patches
  * debian/NEWS: document major changes
  * systemd tmpfiles.d location was fixed in unreleased 5.2.13+dfsg-1
(Closes: #698978)
  * Enable support for LZO compression (Closes: #734361)
  * delete bacula-dir.conf during purge of bacula-director-common
instead of bacula-director-*sql* (Closes: #755089)
  * set scripts/delete_catalog_backup as executable
(Closes: #714161, #718641)
  * debian/patches/add-basic-kfreebsd-support.patch:
+ better support for GNU/kFreeBSD ("onefs=no" works) (upstream 2156)
  * don't install systemd related files on non-linux ports
  * Added note to README.Debian about usage of hostnames for listening
addresses (Closes: #679479)
  * Better documentation of password handling on installation. Thanks to
Alberto Fuentes. (Closes: #742228)
  * Fixed typo in sqlite3 database update script. (Closes: #714141)
  * Update Standards-Version to 3.9.6. No changes required.
  * Change linking the docs from bacula to bacula-server. Because these
are both "Architecture: all" it avoids breakage 

[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-23 Thread Nish Aravamudan
Please merge with Debian bb557427 ("Prepare pkg-php-tools (1.32)")_ in
order to pass the autopkgtests:

pkg-php-tools (1.32ubuntu1) xenial; urgency=medium

  * tests/PhpcomposerSourceTest.php: update php-json error message
(Debian #814858).
  * LP: #1543324.

 -- Nishanth Aravamudan   Tue, 23 Feb
2016 14:31:06 -0800

I have sent the same fix to Debian in the above bug, and hopefully it
also gets picked up in time for 1.32, in which case we can sync.

** Patch added: "pkg-php-tools.1.32ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+attachment/4579476/+files/pkg-php-tools.1.32ubuntu1.debdiff

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

Title:
  upgrade to pkg-php-tools 1.32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+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 1549407] [NEW] Please merge with Debian unstable php7.0 7.0.3-9

2016-02-24 Thread Nish Aravamudan
Public bug reported:

php7.0 (7.0.3-9ubuntu1) xenial; urgency=medium

  * Merge with Debian unstable. Remaining changes:
- Drop support for firebird, c-client, mcrypt, onig, qdbm and zip as
  they are in universe (LP #1547245):
  + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev.
  + d/control: drop binary packages php7.0-imap, php7.0-interbase,
php7.0-mcrypt and php7.0-zip and their reverse dependencies.
  + d/rules.d: drop makefile snippets for imap, interbase, mcrypt
and zip extensions.
- d/control: switch Build-Depends of netcat-traditional to
  netcat-openbsd as only the latter is in main.

 -- Nishanth Aravamudan   Wed, 24 Feb
2016 09:02:55 -0800

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "php7.0_7.0.3-9ubuntu1.debdiff"
   
https://bugs.launchpad.net/bugs/1549407/+attachment/4580157/+files/php7.0_7.0.3-9ubuntu1.debdiff

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

Title:
  Please merge with Debian unstable php7.0 7.0.3-9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1549407/+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 1549407] Re: Please merge with Debian unstable php7.0 7.0.3-9

2016-02-24 Thread Nish Aravamudan
** Patch removed: "php7.0_7.0.3-9ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1549407/+attachment/4580157/+files/php7.0_7.0.3-9ubuntu1.debdiff

** Patch added: "Add bug reference."
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1549407/+attachment/4580161/+files/php7.0_7.0.3-9ubuntu1.debdiff

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

Title:
  Please merge with Debian unstable php7.0 7.0.3-9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1549407/+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 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-24 Thread Nish Aravamudan
** Changed in: php7.0 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+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 1535052] Re: xdebug and pecl are absolutely needed to make PHP7 usable

2016-02-23 Thread Nish Aravamudan
** Also affects: xdebug (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: php-pear (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: php7.0 (Ubuntu)

** Changed in: php-pear (Ubuntu)
   Status: New => Fix Committed

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

** Changed in: php-pear (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: xdebug (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

Title:
  xdebug and pecl are absolutely needed to make PHP7 usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-pear/+bug/1535052/+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 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-23 Thread Nish Aravamudan
php7.0 (7.0.3-7ubuntu1) xenial; urgency=medium

  * Merge with Debian unstable. Remaining changes:
- Drop support for firebird, c-client, mcrypt, onig, qdbm and zip as
  they are in universe (LP #1547245):
  + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
libmcrypt-dev, libonig-dev, libqdbm-dev, libxmlrpc-epi and
libzip-dev.
  + d/control: drop binary packages php7.0-imap, php7.0-interbase,
php7.0-mcrypt and php7.0-xmlrpc and their reverse dependencies.
  + d/rules.d: drop makefile snippets for imap, interbase, mcrypt
and xmlrpc extensions.
- d/control: switch Build-Depends of netcat-traditional to
  netcat-openbsd as only the latter is in main.
  * Dropped changes:
- Drop support for xmlrpc as it is in universe (LP #1547700):
  + d/control: drop Build-Depends on libxmlrpc-epi
  + d/control: drop binary package php7.0-xmlrpc and its reverse
dependencies.
  + d/rules.d: drop makefile snippet for xmlrpc extension.
- d/rules: drop configuration of qdgm and zip.
  + dropped in Debian.
  * Drop support for zip as it is in universe (LP: #1547245).
- d/control: drop binary package php7.0-zip.
- d/rules.d: drop makefile snippet for zip extension.

 -- Nishanth Aravamudan   Tue, 23 Feb
2016 15:02:28 -0800

** Patch added: "php7.0.7.0.3-7ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+attachment/4579528/+files/php7.0.7.0.3-7ubuntu1.debdiff

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

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+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 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-24 Thread Nish Aravamudan
** Patch removed: "pkg-php-tools.1.32ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+attachment/4579476/+files/pkg-php-tools.1.32ubuntu1.debdiff

** Patch added: "pkg-php-tools_1.32_1.32ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+attachment/4580502/+files/pkg-php-tools_1.32_1.32ubuntu2.debdiff

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

Title:
  upgrade to pkg-php-tools 1.32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-php-tools/+bug/1543334/+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 1318317] Re: openipmi startup script removes kernel modules

2016-02-29 Thread Nish Aravamudan
@Breno, yes, I think that's correct.

@Jeremy, were you able to test in both 16.04 and 14.04?

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 1549441] Re: Please sync php-defaults 32 from Debian unstable

2016-02-26 Thread Nish Aravamudan
Thank you for the upload! However, I realized that while we were fine to
sync, migration will be held up because we've trimmed some binary
packages out of src:php7.0. I think we, for now, have to do the same to
php-defaults to allow php-* to migrate.

** Patch added: "php-defaults_32.32ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1549441/+attachment/4582178/+files/php-defaults_32.32ubuntu1.debdiff

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

Title:
  Please sync php-defaults 32 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1549441/+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 1549441] [NEW] Please sync php-defaults 32 from Debian unstable

2016-02-24 Thread Nish Aravamudan
Public bug reported:

As we update PHP7.0 (to 7.0.3-9 in coordination with Debian), some new
binary packages have been created, e.g., php7.0-xml. The current level
of php-defaults, though, does not know about the "generic" php-xml, and
we need to keep src:php-defaults up to date with Debian.

I do not currently consider this a FFe, as we are broken wrt. the
availability of some expected packages (with php-* names), but can
provide FFe justification if need be.

** Affects: php-defaults (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Please sync php-defaults 32 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1549441/+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 1548442] Re: php7.0: segmentation fault running twig test suite

2016-02-22 Thread Nish Aravamudan
The testcase that is sementation fauilting is 'split_utf8.test'.

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

Title:
  php7.0: segmentation fault running twig test suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1548442/+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 1548442] [NEW] php7.0: segmentation fault running twig test suite

2016-02-22 Thread Nish Aravamudan
Public bug reported:

While running the twig test suite during build, with php 7.0.3-5, we
see:

PHPUnit 5.1.3 by Sebastian Bergmann and contributors.

FF..   60 / 1172 (  
5%)
  120 / 1172 ( 
10%)
  180 / 1172 ( 
15%)
  240 / 1172 ( 
20%)
  300 / 1172 ( 
25%)

Program received signal SIGSEGV, Segmentation fault.
__memcpy_avx_unaligned ()
at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:273
273 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file
or directory.
(gdb) bt
 #0  __memcpy_avx_unaligned ()
at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:273
 #1  0x004ad578 in memcpy (__len=18446744073709551614,
__src=0x714500bc, __dest=0x7179c390)
at /usr/include/x86_64-linux-gnu/bits/string3.h:53
 #2  zend_string_init (persistent=0, len=18446744073709551614,
str=0x714500bc "\303\237\343\201\224a")
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_string.h:159
 #3  php_pcre_split_impl (pce=pce@entry=0x11055f0,
subject=0x714500b8 "\303\251\303\204\303\237\343\201\224a",
subject_len=10, return_value=return_value@entry=0x7361b240,
limit_val=-1, flags=)
at /build/php7.0-JvcPYe/php7.0-7.0.3/ext/pcre/php_pcre.c:1808
 #4  0x004ade8b in zif_preg_split (execute_data=,
return_value=0x7361b240)
at /build/php7.0-JvcPYe/php7.0-7.0.3/ext/pcre/php_pcre.c:1721
 #5  0x00706f2a in dtrace_execute_internal (
execute_data=, return_value=)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:107
 #6  0x0079af90 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:844
 #7  0x0075687b in execute_ex (ex=ex@entry=0x7361b070)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #8  0x00706dc1 in dtrace_execute_ex
(execute_data=0x7361b070)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #9  0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #10 0x0075687b in execute_ex (ex=ex@entry=0x73619ff0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #11 0x00706dc1 in dtrace_execute_ex
(execute_data=0x73619ff0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #12 0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #13 0x0075687b in execute_ex (ex=ex@entry=0x73619e80)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #14 0x00706dc1 in dtrace_execute_ex
(execute_data=0x73619e80)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #15 0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #16 0x0075687b in execute_ex (ex=ex@entry=0x73619db0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #17 0x00706dc1 in dtrace_execute_ex
(execute_data=0x73619db0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #18 0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #19 0x0075687b in execute_ex (ex=ex@entry=0x73619ca0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #20 0x00706dc1 in dtrace_execute_ex
(execute_data=0x73619ca0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #21 0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #22 0x0075687b in execute_ex (ex=ex@entry=0x736192e0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #23 0x00706dc1 in dtrace_execute_ex
(execute_data=0x736192e0)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #24 0x0079b0cd in ZEND_DO_FCALL_SPEC_HANDLER ()
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:800
 #25 0x0075687b in execute_ex (ex=ex@entry=0x73619210)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_vm_execute.h:414
 #26 0x00706dc1 in dtrace_execute_ex
(execute_data=0x73619210)
at /build/php7.0-JvcPYe/php7.0-7.0.3/Zend/zend_dtrace.c:83
 #27 0x007089dc 

[Bug 1522422] Re: Update to php 7.0

2016-01-26 Thread Nish Aravamudan
Hello everyone!

Thank you for the various comments and updates. And, of course, a
special thank you to Ondřej for his work and his PPA.

Brief intro: My name is Nish and I'm looking into the PHP options for
Canonical's Ubuntu Server team.

tl;dr (although, please read it!): Our most reasonable options for
Xenial are either *only* PHP5.6 in main or PHP7.0 in main (with no PHP
release in universe).

A couple of disclaimers up front:
  - My thoughts are not exhaustive, so I may have forgotten something. Please 
do not hesitate to ask as we go. And rbasak, ondrej and others, feel free to 
correct me as needed!
  - While these thoughts are wholly my own opinion, I have discussed them with 
rbasak and others, so they are considered.
  - No official decision has been reached. I would like to hear from community 
members on my thoughts, and have a reasonable discussion of what is best.

Our current status quo:
  - PHP5.6 is in the main component in Xenial
  - PHP7.0 is in the universe component in Xenial

To level-set, per https://help.ubuntu.com/community/Repositories/Ubuntu,
that means that PHP5.6 is "Officially supported software" while PHP7.0
is "Community maintained software, i.e. not officially supported
software".

Going forward, there "are" (some are far less realistic than others, but
included for completeness) the following options, as I see it. Note that
all options only apply to Xenial, the upcoming 16.04 LTS release.

1) Drop PHP5.6 and PHP7.0 from the Ubuntu repositories
  Pros:
- No maintenance cost/formal support cost
  Cons:
- No form of PHP in the official repositories
- Potentially massive churn of repositories
- No official upgrade path for PHP 5 users in Wily or Trusty.
- Users who do wish to have PHP, must use a PPA (Ondřej's or otherwise).
  Conclusion: Not a viable option, end-users expect some release of PHP to be 
present (and "worst-case", continuity with the version present in 15.10/Wily.)

2) Promote PHP7.0 to main
  Pros:
- Users are able to install either PHP5.6 or PHP7.0 in Xenial, as they see 
fit.
- Users receive support for both PHP5.6 and PHP7.0.
- Upgrade path is clear for the expected common cases:
  * Update to PHP5.6 during LTS upgrade (Trusty -> Xenial) [minimize 
likelihood of disruption on LTS]
  * Keep PHP5.6 during Wily -> Xenial [minimize likelihood of disruption on 
latest release]
  * Upgrade to PHP7.0 during Wily -> Xenial [provide latest version of PHP 
on latest release]
  Cons:
- Cost of official support is significant, in terms of bugs and ensuring 
appropriate security updates occur to the "main" packages.
- Active support for PHP5.6 upstream ends Dec. 31, 2016. Security support 
for PHP5.6 upstream ends Dec. 31, 2018. Xenial EOLs  in April 2021. So that 
implies at least several years of PHP5.6 security fixes, at least, needing to 
be maintained. [http://php.net/supported-versions.php].
- Active support for PHP7.0 upstream ends Dec. 3, 2017. Security support 
for PHP7.0 upstream ends Dec. 3, 2018. Xenial EOLs  in April 2021. So that 
implies at least several years of PHP7.0 security fixes, at least, needing to 
be maintained. [http://php.net/supported-versions.php].
  Conclusion: Probably not tenable due to the support implications.

3) Keep PHP7.0 in universe [maintain status quo]
  Pros:
- Minimize the maintenance cost while allowing either version to be 
installable. [only one supported release, PHP 5.6]
  Cons:
- PHP7.0 will not be officially supported (meaning there can be some 
latency for security fixes, e.g.)
- Not all end-users will consider the implications of main vs. universe, 
but will only see PHP7.0 available in the repositories and assume it is 
"supported"
  * Per rbasak something similar was experienced with MySQL and Trusty.
- Active support for PHP5.6 upstream ends Dec. 31, 2016. Security support 
for PHP5.6 upstream ends Dec. 31, 2018. Xenial EOLs  in April 2021. So that 
implies at least several years of PHP5.6 security fixes, at least, needing to 
be maintained. [http://php.net/supported-versions.php].
  Conclusion: This option seems the nicest, but leads to confusion for 
end-users.

4) Drop PHP7.0 from universe
  Pros: No new maintenance cost in Xenial wrt. PHP. [only one supported 
release, PHP 5.6]
  Cons:
- No PHP7.0 in a LTS release until 18.04.
- Users who do wish to have PHP 7.0, must use a PPA (Ondřej's or otherwise).
- Active support for PHP5.6 upstream ends Dec. 31, 2016. Security support 
for PHP5.6 upstream ends Dec. 31, 2018. Xenial EOLs  in April 2021. So that 
implies at least several years of PHP5.6 security fixes, at least, needing to 
be maintained. [http://php.net/supported-versions.php].
   Conclusion: Might be the safest option.

5) Drop PHP5.6 from main, promote PHP7.0 to main
  Pros:
- Minimize long-term maintenance cost in Xenial wrt. PHP [only one 
supported release, PHP 7.0]
- Get PHP 7.0 "early" in the a supported 

[Bug 1522422] Re: Update to php 7.0

2016-01-26 Thread Nish Aravamudan
> > Re: xdebug segfaults
> 
> I just updated xdebug to rc4 today - retry with that. I had some users 
> reporting the segfaults in rc3 but fixed in git.

Yeah, I actually built RC4 myself last night to test and it didn't seem
to make any difference. Note that I'm using the pkg-php-tools from
http://anonscm.debian.org/cgit/pkg-php/pkg-php-
tools.git/log/?h=master-7.0, but I don't think the issue should be
there, but in xdebug itself.

Here's the debug I've gotten so far. The segfault is line 1150 in
xdebug_stack.c:

} else if (edata && edata->prev_execute_data &&
edata->prev_execute_data->opline &&
edata->prev_execute_data->opline->opcode == ZEND_INCLUDE_OR_EVAL) {

I added some manual debugging (as I learn how to build non-optimized
versions of packages) and got:

edata = 0x7f5b23214030
edata = 0x7f5b23214220
edata->prev_execute_data = 0x7f5b232141b0
edata = 0x7f5b23214380
edata->prev_execute_data = 0x7f5b23214310
edata = 0x7f5b23214850
edata->prev_execute_data = 0x7f5b232147e0
edata->prev_execute_data->opline = 0x7f5b2328d500
Usage:
pkgtools COMMAND

Options:
--help: print help
-h: print help
--verbose: increase verbosity
-v: increase verbosity
--sourcedirectory: set source directory
-D: set source directory

Commands:
  : Without arguments: print help
edata = 0x7f5b23215000
edata->prev_execute_data = 0x7f5b23214f90
edata->prev_execute_data->opline = 0x3
Segmentation fault (core dumped)

Seems like prev_execute_data is corrupt?

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-01-26 Thread Nish Aravamudan
On 26.01.2016 [19:57:31 -], Richard J. Turner wrote:
> On 26 Jan 2016 5:25 p.m., "Nish Aravamudan" <nish.aravamu...@canonical.com>
> wrote:
> > - Users who do wish to have PHP 5, must use a PPA (Ondřej's or
> > otherwise).
> 
> Or stick with the current LTS until they're in a position to adopt PHP
> 7.

Absolutely, sorry -- I should have called this out explicitly as an
option.

> At work we won't upgrade to Xenial until all our code is compatible with
> PHP 7, and then if Xenial doesn't ship a supported PHP 7 I'll recommend we
> switch to a distro that does, or install a supported 3rd party package like
> Zend Server. I imagine there are many PHP houses that will do the same. (I
> don't mean that to sound like an ultimatum, just illustrating a real world
> use case.)

This is excellent to understand, thank you for providing your input!

> PHP Mapscript is important to me, is there anything I can do to help with
> that?

I think once/if swig is updated, mapscript will too. If you can take a
look at the swig issue and help out there, that'd be great! Otherwise,
it's on my own todo list.

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-01-26 Thread Nish Aravamudan
On 26.01.2016 [19:53:20 -], Nish Aravamudan wrote:
> > > Re: xdebug segfaults
> > 
> > I just updated xdebug to rc4 today - retry with that. I had some users 
> > reporting the segfaults in rc3 but fixed in git.
> 
> Yeah, I actually built RC4 myself last night to test and it didn't seem
> to make any difference. Note that I'm using the pkg-php-tools from
> http://anonscm.debian.org/cgit/pkg-php/pkg-php-
> tools.git/log/?h=master-7.0, but I don't think the issue should be
> there, but in xdebug itself.
> 
> Here's the debug I've gotten so far. The segfault is line 1150 in
> xdebug_stack.c:
> 
> } else if (edata && edata->prev_execute_data &&
> edata->prev_execute_data->opline &&
> edata->prev_execute_data->opline->opcode == ZEND_INCLUDE_OR_EVAL) {
> 
> I added some manual debugging (as I learn how to build non-optimized
> versions of packages) and got:

Figured it out and got:

(gdb) print *edata->prev_execute_data
$7 = {opline = 0x3, call = 0x4, return_value = 0x0, func = 0xfbcd80, This = {
value = {lval = 0, dval = 0, counted = 0x0, str = 0x0, arr = 0x0, 
  obj = 0x0, res = 0x0, ref = 0x0, ast = 0x0, zv = 0x0, ptr = 0x0, 
  ce = 0x0, func = 0x0, ww = {w1 = 0, w2 = 0}}, u1 = {v = {type = 8 '\b', 
type_flags = 12 '\f', const_flags = 0 '\000', reserved = 2 '\002'}, 
  type_info = 33557512}, u2 = {var_flags = 1, next = 1, cache_slot = 1, 
  lineno = 1, num_args = 1, fe_pos = 1, fe_iter_idx = 1}}, 
  called_scope = 0x73203018, prev_execute_data = 0x73213f20, 
  symbol_table = 0x7327d090, run_time_cache = 0x4c08, 
  literals = 0x1069c20}

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1546637] [NEW] Sync jakarta-taglibs-standard 1.1.2-4 (main) from Debian unstable (main)

2016-02-17 Thread Nish Aravamudan
Public bug reported:

Please sync jakarta-taglibs-standard 1.1.2-4 (main) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Merge from Debian unstable. (LP: #1433365) Remaining changes:
- debian/ant.properties, debian/control, debian/rules:
  + Transition from servlet 2.5 -> 3.0. (Closes: #780701)
Debian has transitioned to servlet 3.1 in 1.1.2-4, which means we can
drop this delta.

Additionally, with LP #1539903, servlet 3.1 will also be in main, and
there will be no component-mismatch.

Changelog entries since current xenial version 1.1.2-3ubuntu1:

jakarta-taglibs-standard (1.1.2-4) unstable; urgency=medium

  * Team upload.
  * Removed the Servlet, JSP and EL API jars from the classpath specified
in the manifest (Closes: #806905)
  * Transition to the Servlet API 3.1 (Closes: #780701, #801012)
  * debian/control:
- Removed the deprecated DM-Upload-Allowed field
- Standards-Version updated to 3.9.6 (no changes)
- Use canonical URLs for the Vcs-* fields
  * Switch to debhelper level 9
  * debian/rules: Improved the clean target

 -- Emmanuel Bourg   Wed, 02 Dec 2015 23:29:51 +0100

** Affects: jakarta-taglibs-standard (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: jakarta-taglibs-standard (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync jakarta-taglibs-standard 1.1.2-4 (main) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jakarta-taglibs-standard/+bug/1546637/+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 1546717] [NEW] Merge with Debian version 2.0-7

2016-02-17 Thread Nish Aravamudan
Public bug reported:

Merge & update the Ubuntu delta to the latest Debian version.

** Affects: commons-vfs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Merge with Debian version 2.0-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/commons-vfs/+bug/1546717/+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 1546717] Re: Merge with Debian version 2.0-7

2016-02-17 Thread Nish Aravamudan
Merge proposal for Ubuntu merge at:

https://code.launchpad.net/~nacc/ubuntu/+source/commons-vfs/+git
/commons-vfs/+merge/286404

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

Title:
  Merge with Debian version 2.0-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/commons-vfs/+bug/1546717/+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 1522422] Re: Update to php 7.0

2016-02-17 Thread Nish Aravamudan
Bug # 1546823 filed - swig: disable PHP bindings until PHP7 support
exists

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-17 Thread Nish Aravamudan
This list of packages all successfully built and passed testing with a
relatively automatic `find debian -type f -print0 | xargs -0 sed -i
's/php5/php/g'`.

** Attachment added: "successfully_autotested"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+attachment/4574016/+files/successfully_autotested

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-18 Thread Nish Aravamudan
So a few points, feature freeze is today, but we have an exception
(effectively) for PHP7, while we wait on resources being available to
help me out (as I don't have appropriate rights yet -- and even if I did
the bootstrap of phpunit/symphony/doctrine would need an admin to
assist).

I have provided those bootstrap instructions in this bug, as well, as
listed out packages that can be automatically rebuilt, as well as those
that need a simple sed to rebuild. That covers *most* of the packages
that rely on php in the archive. My goal by the end of today is to have
this bug updated with the remaining ~150 packages that either failed to
build or failed to test, so every PHP package is mentioned somewhere in
relation to this bug.

So, the short answer is PHP 7.0 is still planned on transitioning to
main and PHP 5 will be out of the archive, but it will happen after the
feature freeze most likely.

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1547183] Re: Remove php5 specific packages from the archive

2016-02-18 Thread Nish Aravamudan
src:dh-php5 has been replaced by src:dh-php
src:php-json is now included in src:php7.0

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-php5/+bug/1547183/+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 1547183] [NEW] Remove php5 specific packages from the archive

2016-02-18 Thread Nish Aravamudan
Public bug reported:

As we migrate to PHP7, we can remove certain source packages from the
archive that only apply to PHP5.

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

** Affects: php-json (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: ubuntu => dh-php5 (Ubuntu)

** Also affects: php-json (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-php5/+bug/1547183/+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 1547183] Re: Remove php5 specific packages from the archive

2016-02-18 Thread Nish Aravamudan
src:php5 will be the last removal from the archive.

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

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-php5/+bug/1547183/+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 1522422] Re: Update to php 7.0

2016-02-18 Thread Nish Aravamudan
Bug # 1547183 filed - Remove php5 specific packages from the archive

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-18 Thread Nish Aravamudan
** Branch linked: lp:~nacc/ubuntu-seeds/ubuntu.xenial

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1547183] Re: Remove php5 specific packages from the archive

2016-02-18 Thread Nish Aravamudan
libkohana2-php only supports PHP 5.

** Also affects: libkohana2-php (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-php5/+bug/1547183/+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 1547245] Re: [MIR] php7.0

2016-02-18 Thread Nish Aravamudan
** No longer affects: dh-php (Ubuntu)

** Summary changed:

- [MIR] php7.0
+ php7.0: remove dependencies that come from universe

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

Title:
  php7.0: remove dependencies that come from universe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547245/+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 1547245] Re: php7.0: remove dependencies that come from universe

2016-02-18 Thread Nish Aravamudan
** Description changed:

- [Availability]
+ In order to promote php7.0 to main, we need to drop the same universe
+ dependencies, roughly, as we did with php5.
  
- php7.0 is available currently in Xenial/universe.
- 
- [Rationale]
- 
- [Security]
- 
- [Quality assurance]
- 
- [Dependencies]
- 
- [Standards compliance]
- 
- [Maintenance]
- 
- [Background information]
+ With this change, and the promotion of dh-php to main, I believe the
+ component-mismatches for php7.0 will be resolved.

** Patch added: "php7.0.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547245/+attachment/4575093/+files/php7.0.debdiff

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

Title:
  php7.0: remove dependencies that come from universe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547245/+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 1522422] Re: Update to php 7.0

2016-02-18 Thread Nish Aravamudan
Bug # 1547245 filed - php7.0: remove dependencies that come from
universe

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1547700] [NEW] [MIR] xmlrpc-epi

2016-02-19 Thread Nish Aravamudan
Public bug reported:

[Availability]

Available in universe in all currently supported releases.

[Rationale]

src:php7.0 is currently patched to not build php-xmlrpc due to
component-mismatch. Previously, php5-xmlrpc was in main and built from
src:php5. The PHP 5 version of the xmlrpc extension did not have a build
dependency on xmlrpc-epi, but Debian's PHP 7.0 has added it. End-users
will expect to find, generally, the same extensions available in Xenial
as on Trusty (accounting for the version change) in the same components.

[Security]

php7.0 has been promoted to main, and php7.0-xmlrpc re-enablement would
result in that package also being in main. php-xmlrpc is included with
and supported as part of the core PHP release in all currently supported
versions. It therefore has security support from the core PHP team. It
also has security support from upstream Debian.

xmlrpc-epi itself shows no results from CVEs or NVD. There is one
mention of a php-xmlrpc CVE that may be relevant: http://cve.mitre.org
/cgi-bin/cvename.cgi?name=CVE-2014-8626, but it only affects older
version of PHP.

The xmlrpc-epi package does not install any executables or services.

[Quality assurance]

There is nothing to start upon installation of xmlrpc-epi. The binary
packages produced provide shared libraries.

There are no debconf questions asked during installation.

Upstream xlmrpc-epi bugs: https://sourceforge.net/p/xmlrpc-epi/bugs
 - None seem significant.
Debian bugs: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=xmlrpc-epi
 - The only bug affects mips only.
Ubuntu bugs: https://launchpad.net/ubuntu/+source/xmlrpc-epi/+bugs
 - No bugs found.

In Debian, there are a few lintian errors, but it is otherwise clean
(https://packages.qa.debian.org/x/xmlrpc-epi.html).

This xmlrpc-epi package does not deal with hardware.

The xmlrpc-epi package does not ship a test suite.

The xmlrpc-epi package has a debian/watch file, although PTS indicates
it might be invalid currently.

[Dependencies]

All build and binary dependencies are satisfiable in main.

[Standards compliance]

The current package meets Debian Policy 3.9.2 (current is 3.9.6).

[Maintenance]

The php7.0 source package is already maintained by Ubuntu Developers,
who are responsible for providing security updates for several other
binary packages from php7.0 source. Bugs and security issues that affect
php-xmlrpc will typically affect core as well and require updates.
Security issues which affect xmlrpc-epi are rare so the extra workload
required should hopefully be minimal.

[Background information]

To be clear, php5-xmlrpc was in main before we demoted php5 to universe
(with the intention of removing it from the archive). It makes sense to
keep php7.0-xmlrpc in main, correspondingly, and this is the only build
dependency needed to do so.

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xmlrpc-epi (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: php7.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [MIR] xmlrpc-epi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547700/+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 1535052] Re: xdebug and pecl are absolutely needed to make PHP7 usable

2016-02-19 Thread Nish Aravamudan
Both packages are in xenial-proposed now.

** Changed in: php7.0 (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: php7.0 (Ubuntu)
Milestone: None => ubuntu-16.02

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

Title:
  xdebug and pecl are absolutely needed to make PHP7 usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1535052/+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 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Nish Aravamudan
** Changed in: php7.0 (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
Bug # 1544307 filed - phpunit: update to PHP7.0 dependencies
Bug # 1544312 filed - Sync php-zend-code 3.0.1-1 (universe) from Debian 
experimental (main)
Bug # 1544316 filed - doctrine: update to PHP 7.0 dependencies
Bug # 1544318 filed - php-doctrine-data-fixtures: update to PHP7.0 dependencies
Bug # 1544338 filed - php-doctrine-cache-bundle: update and add nocheck and 
stage1 build profiles
Bug # 1544341 filed - php-doctrine-bundle: update and add nocheck and stage1 
build profiles

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1522422] Re: Update to php 7.0

2016-02-10 Thread Nish Aravamudan
Bug # 1544352 filed - [PHP7] After bootstrapping, these PHP packages can
automatically be rebuilt

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

Title:
  Update to php 7.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1522422/+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 1318317] Re: openipmi startup script removes kernel modules

2016-03-09 Thread Nish Aravamudan
On Mar 9, 2016 19:15, "Jeremy Kerr"  wrote:
>
> @Nish: I tested against 14.04. We can take a look at 16.04 too, if you
> like.

That'd be great, as we need to get it into 16.04 before we can get it into
14.04.

-- 
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/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+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 997927] Re: NM reports "VPN service 'openvpn' disappeared"

2016-03-10 Thread Nish Aravamudan
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

There isn't really enough information here to know if there is a bug in
openvpn itself, or in NetworManager. So I am marking this bug Incomplete
for now for openvpn.

If you can provide exact steps so that a developer can reproduce the
original problem using only openvpn, then please add them to this bug
and change the status back to New.

** Changed in: openvpn (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  NM reports "VPN service 'openvpn' disappeared"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/997927/+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 1555843] [NEW] php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
Public bug reported:

php7.0 (7.0.3-9ubuntu2) xenial; urgency=medium

  * Add support for independent source packages php7.0 and
php7.0-universe-source.
+ php7.0-imap, php7.0-interbase, php7.0-mcrypt and php7.0-zip will
  be provided by the latter, which will reside in universe.
  * Drop:
- Drop support for firebird, c-client, mcrypt, onig, qdbm and zip as
  they are in universe (LP #1547245):
  + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev.
  + d/control: drop binary packages php7.0-imap, php7.0-interbase,
php7.0-mcrypt and php7.0-zip and their reverse dependencies.
  + d/rules.d: drop makefile snippets for imap, interbase, mcrypt
and zip extensions.

 -- Nishanth Aravamudan   Tue, 08 Mar
2016 16:41:13 -0800

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
Also, I'm not sure if the new package will need a FFe, as while it's
adding new features, it's doing so in order to replace features that
were lost in the previous php7.0 builds, with the understanding we would
add them back. I can file a FFe, though, with that reasoning, if
desired.

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
** Description changed:

  php7.0 (7.0.3-9ubuntu2) xenial; urgency=medium
  
-   * Add support for independent source packages php7.0 and
- php7.0-universe-source.
- + php7.0-imap, php7.0-interbase, php7.0-mcrypt and php7.0-zip will
-   be provided by the latter, which will reside in universe.
* Drop:
  - Drop support for firebird, c-client, mcrypt, onig, qdbm and zip as
they are in universe (LP #1547245):
-   + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
- libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev.
+ d/control: drop binary packages php7.0-imap, php7.0-interbase,
  php7.0-mcrypt and php7.0-zip and their reverse dependencies.
+ d/rules.d: drop makefile snippets for imap, interbase, mcrypt
  and zip extensions.
+   * Add support for independent source packages php7.0 and
+ php7.0-universe-source:
+ - php7.0-imap, php7.0-interbase, php7.0-mcrypt and php7.0-zip will
+   be provided by the latter, which will reside in universe.
+ - d/control.in: drop Build-Depends on firebird-dev, libc-client-dev,
+   libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev.
+ - d/rules: use grep{,-dctrl} to filter out makefile snippets and
+   binary packages that require universe.
+ - d/rules.d/ext-interbase.mk: add pdo config to interbase's config,
+   as php7.0-universe-common will not use ext-common.mk.
+   * d/control.in: switch Build-Depends of netcat-traditional to
+ netcat-openbsd as only the latter is in main.
  
-  -- Nishanth Aravamudan   Tue, 08 Mar
- 2016 16:41:13 -0800
+  -- Nishanth Aravamudan   Thu, 10 Mar
+ 2016 15:40:59 -0800

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
** Attachment added: "php-universe-source7.0_7.0.3-9ubuntu2.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595535/+files/php-universe-source7.0_7.0.3-9ubuntu2.debian.tar.xz

** Attachment removed: "php-universe-source7.0_7.0.3-9ubuntu2.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595531/+files/php-universe-source7.0_7.0.3-9ubuntu2.dsc

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
** Patch removed: "php7.0_7.0.3-9ubuntu1.7.0.3-9ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595530/+files/php7.0_7.0.3-9ubuntu1.7.0.3-9ubuntu2.debdiff

** Patch added: "php7.0_7.0.3-9ubuntu1.7.0.3-9ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595534/+files/php7.0_7.0.3-9ubuntu1.7.0.3-9ubuntu2.debdiff

** Attachment removed: "php-universe-source7.0_7.0.3-9ubuntu2.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595533/+files/php-universe-source7.0_7.0.3-9ubuntu2.debian.tar.xz

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
Sorry for the churn, I had forgotten to fold up a changelog entry
properly.

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
** Attachment added: "php-universe-source7.0_7.0.3-9ubuntu2.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595536/+files/php-universe-source7.0_7.0.3-9ubuntu2.dsc

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
** Attachment added: "php-universe-source7.0_7.0.3-9ubuntu2.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4595531/+files/php-universe-source7.0_7.0.3-9ubuntu2.dsc

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

Title:
  php7.0: re-add binary packages with universe dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+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 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-10 Thread Nish Aravamudan
Steve,

With php7.0:7.0.3-9ubuntu2 in main and php-universe-
source7.0:7.0.3-9ubuntu2 in universe, all the Debian php7.0 binary
packages are now buildable in Ubuntu. I am not sure if the naming is
great and I tried to minimize the Makefile-fu used, but it does make the
creation of the php-universe-source packages trivial (really just a
twiddle of a flag, plus the added deps and renames).

Note also that the orig.tar.xz is identical between the two sources,
just the Debian naming rules require it to be copied.

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

Title:
  php7.0: re-add binary packages with universe dependencies

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