[Ubuntu-ha] [Bug 1869751] Re: [focal] pacemaker FTBFS because of deprecated ftime()

2020-04-06 Thread Matthias Klose
pacemaker was uploaded for the riscv64 bootstrap. now builds

** Changed in: pacemaker (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1869751

Title:
  [focal] pacemaker FTBFS because of deprecated ftime()

Status in pacemaker package in Ubuntu:
  Fix Committed

Bug description:
  https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20200327
  -focal-focal.html

  shows that pacemaker started to be FTBFS because of:

  """
  gcc -DHAVE_CONFIG_H -I. -I../../include  -DSUPPORT_REMOTE -I../../include 
-I../../include -I../../libltdl -I../../libltdl -DPCMK_TIME_EMERGENCY_CGT 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/heartbeat -I/usr/include/dbus-1.0 
-I/usr/lib/i386-linux-gnu/dbus-1.0/include -fPIE -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security   -ggdb  -fgnu89-inline -Wall -Waggregate-return 
-Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels 
-Wfloat-equal -Wformat-security -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith 
-Wwrite-strings -Wunused-but-set-variable -Wformat=2 -Wformat-nonliteral 
-fstack-protector-strong -Werror -c -o pacemaker_remoted-pacemaker-execd.o 
`test -f 'pacemaker-execd.c' || echo './'`pacemaker-execd.c
  execd_commands.c: In function ‘stonith_recurring_op_helper’:
  execd_commands.c:257:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
257 | ftime(>t_queue);
| ^
  In file included from execd_commands.c:23:
  /usr/include/i386-linux-gnu/sys/timeb.h:39:12: note: declared here
 39 | extern int ftime (struct timeb *__timebuf)
|^
  execd_commands.c: In function ‘schedule_lrmd_cmd’:
  execd_commands.c:389:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
389 | ftime(>t_queue);
| ^
  """

  And man page shows:

  
  SYNOPSIS
 #include 

 int ftime(struct timeb *tp);

  DESCRIPTION
 NOTE: This function is deprecated, and will be removed in a future 
version of the GNU C library.  Use clock_gettime(2) instead.

  
  I'll fix this together with other fixes, opening this bug to track the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1869751/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1870069] [NEW] pacemaker ftbfs in focal

2020-04-01 Thread Matthias Klose
Public bug reported:

seen in the second focal test rebuild
https://launchpadlibrarian.net/471775801/buildlog_ubuntu-focal-amd64.pacemaker_2.0.3-3ubuntu1_BUILDING.txt.gz

execd_commands.c: In function ‘stonith_recurring_op_helper’:
execd_commands.c:257:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
  257 | ftime(>t_queue);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^
execd_commands.c: In function ‘schedule_lrmd_cmd’:
execd_commands.c:389:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
  389 | ftime(>t_queue);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^
execd_commands.c: In function ‘time_diff_ms’:
execd_commands.c:480:9: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
  480 | ftime(_now);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^
execd_commands.c: In function ‘action_complete’:
execd_commands.c:896:9: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
  896 | ftime(>t_rcchange);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^
execd_commands.c: In function ‘lrmd_rsc_execute’:
execd_commands.c:1428:13: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
 1428 | ftime(>t_first_run);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^
execd_commands.c:1430:9: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
 1430 | ftime(>t_run);
  | ^
In file included from execd_commands.c:23:
/usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
   39 | extern int ftime (struct timeb *__timebuf)
  |^

** Affects: pacemaker (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs rls-ff-incoming

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

** Changed in: pacemaker (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs rls-ff-incoming

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1870069

Title:
  pacemaker ftbfs in focal

Status in pacemaker package in Ubuntu:
  Confirmed

Bug description:
  seen in the second focal test rebuild
  
https://launchpadlibrarian.net/471775801/buildlog_ubuntu-focal-amd64.pacemaker_2.0.3-3ubuntu1_BUILDING.txt.gz

  execd_commands.c: In function ‘stonith_recurring_op_helper’:
  execd_commands.c:257:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
257 | ftime(>t_queue);
| ^
  In file included from execd_commands.c:23:
  /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
 39 | extern int ftime (struct timeb *__timebuf)
|^
  execd_commands.c: In function ‘schedule_lrmd_cmd’:
  execd_commands.c:389:5: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
389 | ftime(>t_queue);
| ^
  In file included from execd_commands.c:23:
  /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
 39 | extern int ftime (struct timeb *__timebuf)
|^
  execd_commands.c: In function ‘time_diff_ms’:
  execd_commands.c:480:9: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
480 | ftime(_now);
| ^
  In file included from execd_commands.c:23:
  /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
 39 | extern int ftime (struct timeb *__timebuf)
|^
  execd_commands.c: In function ‘action_complete’:
  execd_commands.c:896:9: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
896 | ftime(>t_rcchange);
| ^
  In file included from execd_commands.c:23:
  /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
 39 | extern int ftime (struct timeb *__timebuf)
|^
  execd_commands.c: In function ‘lrmd_rsc_execute’:
  execd_commands.c:1428:13: error: ‘ftime’ is deprecated 
[-Werror=deprecated-declarations]
   1428 | ftime(>t_first_run);
| ^
  In file included from execd_commands.c:23:
  

[Ubuntu-ha] [Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-18 Thread Matthias Klose
** Changed in: libselinux (Ubuntu)
   Status: New => Triaged

** Changed in: haproxy (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in Ubuntu.
https://bugs.launchpad.net/bugs/1792544

Title:
  demotion of pcre3 in favor of pcre2

Status in aide package in Ubuntu:
  Incomplete
Status in apache2 package in Ubuntu:
  New
Status in apr-util package in Ubuntu:
  New
Status in clamav package in Ubuntu:
  Triaged
Status in exim4 package in Ubuntu:
  Incomplete
Status in freeradius package in Ubuntu:
  Incomplete
Status in git package in Ubuntu:
  Triaged
Status in glib2.0 package in Ubuntu:
  Incomplete
Status in grep package in Ubuntu:
  Incomplete
Status in haproxy package in Ubuntu:
  Triaged
Status in libpam-mount package in Ubuntu:
  Incomplete
Status in libselinux package in Ubuntu:
  Triaged
Status in nginx package in Ubuntu:
  Incomplete
Status in nmap package in Ubuntu:
  Incomplete
Status in pcre3 package in Ubuntu:
  Confirmed
Status in php7.2 package in Ubuntu:
  Triaged
Status in postfix package in Ubuntu:
  Incomplete
Status in python-pyscss package in Ubuntu:
  Incomplete
Status in quagga package in Ubuntu:
  Incomplete
Status in rasqal package in Ubuntu:
  Incomplete
Status in slang2 package in Ubuntu:
  Incomplete
Status in sssd package in Ubuntu:
  Incomplete
Status in wget package in Ubuntu:
  Incomplete
Status in zsh package in Ubuntu:
  Incomplete

Bug description:
  demotion of pcre3 in favor of pcre2. These packages need analysis what
  needs to be done for the demotion of pcre3:

  Packages which are ready to build with pcre2 should be marked as
  'Triaged', packages which are not ready should be marked as
  'Incomplete'.

  aide
  apache2
  apr-util
  clamav
  exim4
  freeradius
  git
  glib2.0
  grep
  haproxy
  libpam-mount
  libselinux
  nginx
  nmap
  php7.2
  postfix
  python-pyscss
  quagga
  rasqal
  slang2
  sssd
  wget
  zsh

  --

  For clarification: pcre2 is actually newer than pcre3.  pcre3 is just
  poorly named (according to jbicha).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aide/+bug/1792544/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-18 Thread Matthias Klose
apr-util: filed a Debian bug.

** Changed in: wget (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in Ubuntu.
https://bugs.launchpad.net/bugs/1792544

Title:
  demotion of pcre3 in favor of pcre2

Status in aide package in Ubuntu:
  Incomplete
Status in apache2 package in Ubuntu:
  New
Status in apr-util package in Ubuntu:
  New
Status in clamav package in Ubuntu:
  Triaged
Status in exim4 package in Ubuntu:
  Incomplete
Status in freeradius package in Ubuntu:
  Incomplete
Status in git package in Ubuntu:
  Triaged
Status in glib2.0 package in Ubuntu:
  Incomplete
Status in grep package in Ubuntu:
  Incomplete
Status in haproxy package in Ubuntu:
  New
Status in libpam-mount package in Ubuntu:
  New
Status in libselinux package in Ubuntu:
  New
Status in nginx package in Ubuntu:
  Triaged
Status in nmap package in Ubuntu:
  New
Status in pcre3 package in Ubuntu:
  Confirmed
Status in php7.2 package in Ubuntu:
  Triaged
Status in postfix package in Ubuntu:
  New
Status in python-pyscss package in Ubuntu:
  New
Status in quagga package in Ubuntu:
  New
Status in rasqal package in Ubuntu:
  New
Status in slang2 package in Ubuntu:
  New
Status in sssd package in Ubuntu:
  Triaged
Status in wget package in Ubuntu:
  Incomplete
Status in zsh package in Ubuntu:
  Triaged

Bug description:
  demotion of pcre3 in favor of pcre2. These packages need analysis what
  needs to be done for the demotion of pcre3:

  Packages which are ready to build with pcre2 should be marked as
  'Triaged', packages which are not ready should be marked as
  'Incomplete'.

  aide
  apache2
  apr-util
  clamav
  exim4
  freeradius
  git
  glib2.0
  grep
  haproxy
  libpam-mount
  libselinux
  nginx
  nmap
  php7.2
  postfix
  python-pyscss
  quagga
  rasqal
  slang2
  sssd
  wget
  zsh

  --

  For clarification: pcre2 is actually newer than pcre3.  pcre3 is just
  poorly named (according to jbicha).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aide/+bug/1792544/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1792544] [NEW] demotion of pcre3 in favor of pcre2

2018-09-14 Thread Matthias Klose
Public bug reported:

demotion of pcre3 in favor of pcre2. These packages need analysis what
needs to be done for the demotion of pcre3:

Packages which are ready to build with pcre2 should be marked as
'Triaged', packages which are not ready should be marked as
'Incomplete'.

aide
apache2
apr-util
clamav
exim4
freeradius
git
glib2.0
grep
haproxy
libpam-mount
libselinux
nginx
nmap
php7.2
postfix
python-pyscss
quagga
rasqal
slang2
sssd
wget
zsh

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

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

** Affects: apr-util (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

** Affects: libpam-mount (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

** Affects: pcre3 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

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

** Affects: python-pyscss (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

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

** Also affects: apr-util (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

** Also affects: libpam-mount (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

** Also affects: python-pyscss (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

** Description changed:

  demotion of pcre3 in favor of pcre2. These packages need analysis what
  needs to be done for the demotion of pcre3:
+ 
+ Packages which are ready to build with pcre2 should be marked as
+ 'Triaged', packages which are not ready should be marked as
+ 'Incomplete'.
  
  aide
  apache2
  apr-util
  clamav
  exim4
  freeradius
  git
  glib2.0
  grep
  haproxy
  libpam-mount
  libselinux
  nginx
  nmap
  php7.2
  postfix
  python-pyscss
  quagga
  rasqal
  slang2
  sssd
  wget
  zsh

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

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in Ubuntu.
https://bugs.launchpad.net/bugs/1792544

Title:
  demotion of pcre3 in favor of pcre2

Status in aide package in Ubuntu:
  New
Status in apache2 package in Ubuntu:
  New

[Ubuntu-ha] [Bug 1735354] Re: cluster-glue: port to Python3 needed

2017-12-05 Thread Matthias Klose
fixed in bionic

** Changed in: cluster-glue (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to cluster-glue in Ubuntu.
https://bugs.launchpad.net/bugs/1735354

Title:
  cluster-glue: port to Python3 needed

Status in cluster-glue package in Ubuntu:
  Fix Released
Status in cluster-glue package in Debian:
  Fix Released

Bug description:
  cluster-glue: port to Python3 needed. Some scripts only, no
  dependencies on third party Python modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1735354/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1735355] Re: heartbeat: port to Python3

2017-11-30 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #883150
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883150

** Also affects: heartbeat (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883150
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to heartbeat in Ubuntu.
https://bugs.launchpad.net/bugs/1735355

Title:
  heartbeat: port to Python3

Status in heartbeat package in Ubuntu:
  New
Status in heartbeat package in Debian:
  Unknown

Bug description:
  heartbeat: port to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heartbeat/+bug/1735355/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1735354] Re: cluster-glue: port to Python3 needed

2017-11-30 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #883149
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883149

** Also affects: cluster-glue (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883149
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to cluster-glue in Ubuntu.
https://bugs.launchpad.net/bugs/1735354

Title:
  cluster-glue: port to Python3 needed

Status in cluster-glue package in Ubuntu:
  New
Status in cluster-glue package in Debian:
  Unknown

Bug description:
  cluster-glue: port to Python3 needed. Some scripts only, no
  dependencies on third party Python modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1735354/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1735355] [NEW] heartbeat: port to Python3

2017-11-30 Thread Matthias Klose
Public bug reported:

heartbeat: port to Python3

** Affects: heartbeat (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Server Team (ubuntu-server)
 Status: New


** Tags: py2-demotion py2-removal

** Tags added: py2-demotion py2-removal

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

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to heartbeat in Ubuntu.
https://bugs.launchpad.net/bugs/1735355

Title:
  heartbeat: port to Python3

Status in heartbeat package in Ubuntu:
  New

Bug description:
  heartbeat: port to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heartbeat/+bug/1735355/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1735354] [NEW] cluster-glue: port to Python3 needed

2017-11-30 Thread Matthias Klose
Public bug reported:

cluster-glue: port to Python3 needed. Some scripts only, no dependencies
on third party Python modules.

** Affects: cluster-glue (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: cluster-glue (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: py2-demotion py2-removal

** Tags added: py2-demotion py2-removal

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to cluster-glue in Ubuntu.
https://bugs.launchpad.net/bugs/1735354

Title:
  cluster-glue: port to Python3 needed

Status in cluster-glue package in Ubuntu:
  New
Status in cluster-glue package in Debian:
  Unknown

Bug description:
  cluster-glue: port to Python3 needed. Some scripts only, no
  dependencies on third party Python modules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1735354/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1353421] [NEW] haproxy: component mismatch (depends on twitter-bootstrap and friends)

2014-08-06 Thread Matthias Klose
Public bug reported:

haproxy: component mismatch (depends on twitter-bootstrap and friends)

see
http://people.canonical.com/~ubuntu-archive/component-mismatches.svg

either file MIR's for the twitter-bootstrap tree, or avoid the
dependency.

** Affects: haproxy (Ubuntu)
 Importance: Critical
 Assignee: Canonical Server Team (canonical-server)
 Status: Confirmed

** Affects: haproxy (Ubuntu Utopic)
 Importance: Critical
 Assignee: Canonical Server Team (canonical-server)
 Status: Confirmed

** Changed in: haproxy (Ubuntu)
   Importance: Undecided = High

** Changed in: haproxy (Ubuntu)
   Status: New = Confirmed

** Changed in: haproxy (Ubuntu)
   Importance: High = Critical

** Changed in: haproxy (Ubuntu)
 Assignee: (unassigned) = Canonical Server Team (canonical-server)

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in Ubuntu.
https://bugs.launchpad.net/bugs/1353421

Title:
  haproxy: component mismatch (depends on twitter-bootstrap and friends)

Status in “haproxy” package in Ubuntu:
  Confirmed
Status in “haproxy” source package in Utopic:
  Confirmed

Bug description:
  haproxy: component mismatch (depends on twitter-bootstrap and friends)

  see
  http://people.canonical.com/~ubuntu-archive/component-mismatches.svg

  either file MIR's for the twitter-bootstrap tree, or avoid the
  dependency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1353421/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 1353421] Re: haproxy: component mismatch (depends on twitter-bootstrap and friends)

2014-08-06 Thread Matthias Klose
excluded haproxy in the seeds, and demoted.

** Changed in: haproxy (Ubuntu Utopic)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in Ubuntu.
https://bugs.launchpad.net/bugs/1353421

Title:
  haproxy: component mismatch (depends on twitter-bootstrap and friends)

Status in “haproxy” package in Ubuntu:
  Fix Released
Status in “haproxy” source package in Utopic:
  Fix Released

Bug description:
  haproxy: component mismatch (depends on twitter-bootstrap and friends)

  see
  http://people.canonical.com/~ubuntu-archive/component-mismatches.svg

  either file MIR's for the twitter-bootstrap tree, or avoid the
  dependency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1353421/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 935538] Re: pacemaker version 1.1.6-2 FTBFS on i386 in precise

2012-02-22 Thread Matthias Klose
** Also affects: pacemaker (Ubuntu Precise)
   Importance: High
   Status: Confirmed

** Changed in: pacemaker (Ubuntu Precise)
Milestone: None = ubuntu-12.04-beta-1

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/935538

Title:
  pacemaker version 1.1.6-2 FTBFS on i386 in precise

Status in “pacemaker” package in Ubuntu:
  Confirmed
Status in “pacemaker” source package in Precise:
  Confirmed

Bug description:
  
  This is a semi-automatic report based on the latest archive rebuild results 
[1].
  Apologies if it reaches you in error.

  Excerpt from the buildlog:

  chown hacluster:haclient 
/build/buildd/pacemaker-1.1.6/debian/tmp//var/lib/heartbeat/crm
   /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.LIB 
'/build/buildd/pacemaker-1.1.6/debian/tmp/usr/share/doc/pacemaker'
  chown: invalid user: `hacluster:haclient'
  make[3]: [install-exec-local] Error 1 (ignored)
  chown hacluster:haclient /build/buildd/pacemaker-1.1.6/debian/tmp//var/run/crm
  chown: invalid user: `hacluster:haclient'
  make[3]: [install-exec-local] Error 1 (ignored)
  make[3]: Leaving directory `/build/buildd/pacemaker-1.1.6'
  make[2]: Leaving directory `/build/buildd/pacemaker-1.1.6'
  make[1]: Leaving directory `/build/buildd/pacemaker-1.1.6'
  for file in `find debian/tmp -name '*.la'`; do \
sed -i /dependency_libs/ s/'.*'/''/ $file ; \
done
  dh_testdir -a
  dh_testroot -a
  rm -rf `pwd`/debian/tmp/usr/lib/service_crm.so
  rm -rf `pwd`/debian/tmp/usr/lib/service_crm.la
  rm -rf `pwd`/debian/tmp/usr/lib/service_crm.a
  dh_install --sourcedir=debian/tmp --list-missing
  cp: cannot stat `debian/tmp/usr/lib/lcrso/pacemaker.lcrso': No such file or 
directory
  dh_install: cp -a debian/tmp/usr/lib/lcrso/pacemaker.lcrso 
debian/pacemaker//usr/lib/lcrso/ returned exit code 1
  make: *** [binary-arch] Error 2
  dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave error 
exit status 2
  **
  Build finished at 20120202-2247
  FAILED [dpkg-buildpackage died]

  
  The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3165217/+files/buildlog_ubuntu-precise-i386.pacemaker_1.1.6-2_FAILEDTOBUILD.txt.gz.

  
  [1] 
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20120201-precise.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/935538/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 527155] Re: [MIR] cluster-agents

2010-12-13 Thread Matthias Klose
promoted. the outstanding issues are handled in bug #689944

2010-12-13 23:31:06 INFOOverride Component to: 'main'
2010-12-13 23:31:15 INFO'cluster-agents - 1:1.0.3-3.1/universe/admin' 
source overridden
2010-12-13 23:31:15 INFO
'cluster-agents-1:1.0.3-3.1/universe/admin/OPTIONAL' binary overridden in 
natty/amd64
2010-12-13 23:31:15 INFO
'cluster-agents-1:1.0.3-3.1/universe/admin/OPTIONAL' binary overridden in 
natty/armel
2010-12-13 23:31:15 INFO
'cluster-agents-1:1.0.3-3.1/universe/admin/OPTIONAL' binary overridden in 
natty/i386
2010-12-13 23:31:15 INFO
'cluster-agents-1:1.0.3-3.1/universe/admin/OPTIONAL' binary overridden in 
natty/powerpc
2010-12-13 23:31:16 INFO'ldirectord-1:1.0.3-3.1/universe/admin/OPTIONAL' 
binary overridden in natty/amd64
2010-12-13 23:31:16 INFO'ldirectord-1:1.0.3-3.1/universe/admin/OPTIONAL' 
binary overridden in natty/armel
2010-12-13 23:31:16 INFO'ldirectord-1:1.0.3-3.1/universe/admin/OPTIONAL' 
binary overridden in natty/i386
2010-12-13 23:31:16 INFO'ldirectord-1:1.0.3-3.1/universe/admin/OPTIONAL' 
binary overridden in natty/powerpc


** Changed in: cluster-agents (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: cluster-agents (Ubuntu)
 Assignee: Kees Cook (kees) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to cluster-agents in ubuntu.
https://bugs.launchpad.net/bugs/527155

Title:
  [MIR] cluster-agents

Status in “cluster-agents” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: cluster-agents

1. Availability: all

2. Rationale: The package helps meet 
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-clusterstack 
blueprint goal. Needed binary packages are cluster-agents.

3. Security: No CVEs

4. QA: Ubuntu contains latest version from debian. Upstream is very active 
(http://hg.linux-ha.org/agents/). No Ubuntu bugs, 11 open bugs in Debian.

5. UI standards: none

6. Dependencies: most in main. MIRs for Universe packages:

https://bugs.edge.launchpad.net/ubuntu/+source/cluster-glue/+bug/527142

7. Standards: Lintian warnings:

W binary-without-manpage
 usr/sbin/ocf-tester
 usr/sbin/ocft
 usr/sbin/sfex_init
W copyright-refers-to-versionless-license-file
usr/share/common-licenses/GPL
W dh-make-template-in-source
 debian/ldirectord.cf.ex
 ldirectord
W copyright-refers-to-versionless-license-file
 usr/share/common-licenses/GPL

Package is packaged with debhelper, and has no patching system. Source format 
is 3.0

8. Maintenance: easy

9. Background information: this package is one of dependencies for new cluster 
stack in Ubuntu. This package, cluster-glue and heartbeat together form what 
was known as heartbeat 2.99.





___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 527142] Re: [MIR] cluster-glue

2010-12-13 Thread Matthias Klose
promoted


** Changed in: cluster-glue (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to heartbeat in ubuntu.
https://bugs.launchpad.net/bugs/527142

Title:
  [MIR] cluster-glue

Status in “cluster-glue” package in Ubuntu:
  Fix Released
Status in “heartbeat” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: cluster-glue

1. Availability: all

2. Rationale: The package helps meet 
https://blueprints.launchpad.net/ubuntu/+spec/packageselection-server-n-cluster-stack
 blueprint goal. Needed binary packages are cluster-glue and cluster-glue-dev

3. Security: No CVEs

4. QA: Package is on Debian and Ubuntu has latest release. Upstream is very 
active (http://hg.linux-ha.org/glue/). 1 bugs reported in Debian, 1 bug report 
in Ubuntu.

5. UI standards: none

6. Dependencies: most in main. MIRs for Universe packages:

https://bugs.edge.launchpad.net/ubuntu/+source/libnet/+bug/515973
https://bugs.edge.launchpad.net/ubuntu/+source/openhpi/+bug/515976
https://bugs.edge.launchpad.net/ubuntu/+source/libesmtp/+bug/515996

7. Standards: Lintian warnings:

W: cluster-glue: binary-without-manpage usr/sbin/lrmadmin
W: cluster-glue: binary-without-manpage usr/sbin/sbd

Package is packaged with debhelper and has no patching system. Source format is 
3.0.

8. Maintenance: easy

9. Background information: this package is one of dependencies for new cluster 
stack in Ubuntu. This package, cluster-agents and heartbeat together form what 
was known as heartbeat 2.99.





___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 527142] Re: [MIR] cluster-glue

2010-09-24 Thread Matthias Klose
** Also affects: heartbeat (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[MIR] cluster-glue
https://bugs.launchpad.net/bugs/527142
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to heartbeat in ubuntu.

Status in “cluster-glue” package in Ubuntu: Incomplete
Status in “heartbeat” package in Ubuntu: New

Bug description:
Binary package hint: cluster-glue

1. Availability: all

2. Rationale: The package helps meet 
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-clusterstack 
blueprint goal. Needed binary packages are cluster-glue and cluster-glue-dev

3. Security: No CVEs

4. QA: Package is on Debian and Ubuntu has latest release. Upstream is very 
active (http://hg.linux-ha.org/glue/). 0 bugs reported in Debian, 1 bug report 
in Ubuntu.

5. UI standards: none

6. Dependencies: most in main. MIRs for Universe packages:

https://bugs.edge.launchpad.net/ubuntu/+source/libnet/+bug/515973
https://bugs.edge.launchpad.net/ubuntu/+source/openhpi/+bug/515976
https://bugs.edge.launchpad.net/ubuntu/+source/libesmtp/+bug/515996

7. Standards: Lintian warnings:

W: cluster-glue: binary-without-manpage usr/sbin/lrmadmin
W: cluster-glue: binary-without-manpage usr/sbin/sbd

Package is packaged with debhelper and has no patching system. Source format is 
3.0.

8. Maintenance: easy

9. Background information: this package is one of dependencies for new cluster 
stack in Ubuntu. This package, cluster-agents and heartbeat together form what 
was known as heartbeat 2.99.





___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 527142] Re: [MIR] cluster-glue

2010-09-24 Thread Matthias Klose
seeding heartbeat in supported-misc-servers for maverick; this seed
changed should be reverted once cluster-glue is in main in natty.

-- 
[MIR] cluster-glue
https://bugs.launchpad.net/bugs/527142
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to heartbeat in ubuntu.

Status in “cluster-glue” package in Ubuntu: Incomplete
Status in “heartbeat” package in Ubuntu: New

Bug description:
Binary package hint: cluster-glue

1. Availability: all

2. Rationale: The package helps meet 
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-clusterstack 
blueprint goal. Needed binary packages are cluster-glue and cluster-glue-dev

3. Security: No CVEs

4. QA: Package is on Debian and Ubuntu has latest release. Upstream is very 
active (http://hg.linux-ha.org/glue/). 0 bugs reported in Debian, 1 bug report 
in Ubuntu.

5. UI standards: none

6. Dependencies: most in main. MIRs for Universe packages:

https://bugs.edge.launchpad.net/ubuntu/+source/libnet/+bug/515973
https://bugs.edge.launchpad.net/ubuntu/+source/openhpi/+bug/515976
https://bugs.edge.launchpad.net/ubuntu/+source/libesmtp/+bug/515996

7. Standards: Lintian warnings:

W: cluster-glue: binary-without-manpage usr/sbin/lrmadmin
W: cluster-glue: binary-without-manpage usr/sbin/sbd

Package is packaged with debhelper and has no patching system. Source format is 
3.0.

8. Maintenance: easy

9. Background information: this package is one of dependencies for new cluster 
stack in Ubuntu. This package, cluster-agents and heartbeat together form what 
was known as heartbeat 2.99.





___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 591006] Re: [MIR] haproxy

2010-09-20 Thread Matthias Klose
confirmed with kees to promote

2010-09-20 20:36:08 INFOOverride Component to: 'main'
2010-09-20 20:36:17 INFO'haproxy - 1.4.8-1/universe/net' source overridden
2010-09-20 20:36:17 INFO'haproxy-1.4.8-1/universe/net/OPTIONAL' binary 
overridden in maverick/amd64
2010-09-20 20:36:17 INFO'haproxy-1.4.8-1/universe/net/OPTIONAL' binary 
overridden in maverick/armel
2010-09-20 20:36:17 INFO'haproxy-1.4.8-1/universe/net/OPTIONAL' binary 
overridden in maverick/i386
2010-09-20 20:36:17 INFO'haproxy-1.4.8-1/universe/net/OPTIONAL' binary 
overridden in maverick/powerpc


** Changed in: haproxy (Ubuntu Maverick)
   Status: In Progress = Fix Released

-- 
[MIR] haproxy
https://bugs.launchpad.net/bugs/591006
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to haproxy in ubuntu.

Status in “haproxy” package in Ubuntu: Fix Released
Status in “haproxy” source package in Maverick: Fix Released

Bug description:
Binary package hint: haproxy

Availability: 

 Package has been in universe since Hardy.

Rationale: 

 * HAProxy is considered to be one of the best app level load balancers 
available.
 * MIR is marked as a requirement for maverick alpha2 in 
https://blueprints.launchpad.net/ubuntu/+spec/server-maverick-uds-cloud-loadbalancing

Security: 

 * No CVE's or vulnerabilities listed in the usual place. Further searches turn 
up no previous security problems.
 * Disabled by default, must be enabled by editing /etc/default/haproxy.
 * The ports opened in the default configuration are 10001 thru 10005, and 
8443. On connecting to those ports, these attempt to connect to non-routable 
IP's of backend servers that may or may not exist, so this config file may need 
to be moved to an examples directory.

Quality assurance:

 * There are no important bug reports against haproxy in Debian or Ubuntu
 * The debian package has been well maintained and has stayed quite close to 
upstream.

UI standards: (generally only for user-facing applications)

 N/A

Dependencies:

 * All are in main.

Standards compliance: 

 * Packaging is very straight forward and package appears to comply with policy 
upon cursory examination.

Maintenance:

 * Package produces a single binary package, that includes a single binary, a 
daemon that uses a single config file.

Background information:
 
 HAProxy is quite mature, as is its debian package.



___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-ha] [Bug 635884] [NEW] redhat-cluster fails to build from source in maverick

2010-09-11 Thread Matthias Klose
Public bug reported:

build-depends at least on cluster-glue, which is in universe. didn't
check the b-d's of cluster-glue

** Affects: cluster-glue (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: redhat-cluster (Ubuntu)
 Importance: High
 Assignee: Thierry Carrez (ttx)
 Status: Confirmed

** Affects: cluster-glue (Ubuntu Maverick)
 Importance: High
 Status: Confirmed

** Affects: redhat-cluster (Ubuntu Maverick)
 Importance: High
 Assignee: Thierry Carrez (ttx)
 Status: Confirmed

** Changed in: redhat-cluster (Ubuntu)
   Importance: Undecided = High

** Changed in: redhat-cluster (Ubuntu)
   Status: New = Confirmed

** Changed in: redhat-cluster (Ubuntu)
Milestone: None = ubuntu-10.10

** Changed in: redhat-cluster (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Also affects: redhat-cluster (Ubuntu Maverick)
   Importance: High
 Assignee: Thierry Carrez (ttx)
   Status: Confirmed

** Also affects: cluster-glue (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: cluster-glue (Ubuntu Maverick)
   Importance: Undecided = High

** Changed in: cluster-glue (Ubuntu Maverick)
   Status: New = Confirmed

** Changed in: cluster-glue (Ubuntu Maverick)
Milestone: None = ubuntu-10.10

-- 
redhat-cluster fails to build from source in maverick
https://bugs.launchpad.net/bugs/635884
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to redhat-cluster in ubuntu.

Status in “cluster-glue” package in Ubuntu: Confirmed
Status in “redhat-cluster” package in Ubuntu: Confirmed
Status in “cluster-glue” source package in Maverick: Confirmed
Status in “redhat-cluster” source package in Maverick: Confirmed

Bug description:
build-depends at least on cluster-glue, which is in universe. didn't check the 
b-d's of cluster-glue



___
Mailing list: https://launchpad.net/~ubuntu-ha
Post to : ubuntu-ha@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp