[Kernel-packages] [Bug 1843742] Re: irda-utils ftbfs in eoan

2020-08-03 Thread Stefan Bader
Exact status in Debian:
irda-utils | 0.9.18-12 | oldoldstable | source, amd64, armel, armhf, i386
irda-utils | 0.9.18-15 | oldstable| source, amd64, arm64, armel, armhf, 
i386, mips, mips64el, mipsel, ppc64el, s390x

ircp-tray  | 0.7.6-1.1 | oldoldstable   | source, amd64, armel, armhf, i386
ircp-tray  | 0.7.6-1.2 | oldstable  | source
ircp-tray  | 0.7.6-1.2 | unstable   | source
ircp-tray  | 0.7.6-1.2 | unstable-debug | source
ircp-tray  | 0.7.6-1.2+b1  | oldstable  | amd64, arm64, armel, armhf, i386, 
mips, mips64el, mipsel, ppc64el, s390x
ircp-tray  | 0.7.6-1.2+b1  | unstable   | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x

For Ubuntu the proposal would be to remove both source and binaries of
irda-utils and ircp-tray from Groovy.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to irda-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1843742

Title:
  irda-utils ftbfs in eoan

Status in irda-utils package in Ubuntu:
  Confirmed

Bug description:
  https://launchpadlibrarian.net/441262268/buildlog_ubuntu-eoan-amd64
  .irda-utils_0.9.18-15ubuntu1_BUILDING.txt.gz

  gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fgnu89-inline 
-W -Wall -I. `pkg-config --cflags glib-2.0` -I/usr/include -I../include/ -c 
irdadump.c
  irdadump.c: In function ‘print_time’:
  irdadump.c:82:13: warning: g_string_append_printf
 82 |  g_string_sprintfa(str, "%02d:%02d:%02d.%06u ",
| ^~~~
  irdadump.c: In function ‘print_diff_time’:
  irdadump.c:108:13: warning: g_string_append_printf
108 |  g_string_sprintfa(str, "(%07.2f ms) ", diff);
| ^~~~
  irdadump.c: In function ‘parse_irda_frame’:
  irdadump.c:178:13: warning: g_string_append_printf
178 | g_string_sprintfa(str, "(%d) ", len);
| ^~~~
  irdadump.c:189:13: warning: g_string_append_printf
189 |g_string_sprintfa(str, "%02x", frame_buf->head[i]);
| ^~~~
  irdadump.c:196:13: warning: g_string_append_printf
196 |g_string_sprintfa(str, " %c", c);
| ^~~~
  irdadump.c:207:13: warning: g_string_append_printf
207 |g_string_sprintfa(str, "%02x ", frame_buf->head[i]);
| ^~~~
  irdadump.c: In function ‘irdadump_loop’:
  irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this 
function); did you mean ‘SIOCGARP’?
286 |  if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) {
|^~
|SIOCGARP
  irdadump.c:286:16: note: each undeclared identifier is reported only once for 
each function it appears in
  make[1]: *** [Makefile:48: irdadump.o] Error 1
  make[1]: Leaving directory '/<>/irdadump'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irda-utils/+bug/1843742/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1843742] Re: irda-utils ftbfs in eoan

2020-08-03 Thread Stefan Bader
There seems to be one package which depends on irda-utils (ircp-tray in
universe/misc). It was removed from testing in Debian due to the removal
of irda-utils there. Seems to make no sense to keep any tray icon around
which shows irda activity without userspace tools and kernel support
around.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to irda-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1843742

Title:
  irda-utils ftbfs in eoan

Status in irda-utils package in Ubuntu:
  Confirmed

Bug description:
  https://launchpadlibrarian.net/441262268/buildlog_ubuntu-eoan-amd64
  .irda-utils_0.9.18-15ubuntu1_BUILDING.txt.gz

  gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fgnu89-inline 
-W -Wall -I. `pkg-config --cflags glib-2.0` -I/usr/include -I../include/ -c 
irdadump.c
  irdadump.c: In function ‘print_time’:
  irdadump.c:82:13: warning: g_string_append_printf
 82 |  g_string_sprintfa(str, "%02d:%02d:%02d.%06u ",
| ^~~~
  irdadump.c: In function ‘print_diff_time’:
  irdadump.c:108:13: warning: g_string_append_printf
108 |  g_string_sprintfa(str, "(%07.2f ms) ", diff);
| ^~~~
  irdadump.c: In function ‘parse_irda_frame’:
  irdadump.c:178:13: warning: g_string_append_printf
178 | g_string_sprintfa(str, "(%d) ", len);
| ^~~~
  irdadump.c:189:13: warning: g_string_append_printf
189 |g_string_sprintfa(str, "%02x", frame_buf->head[i]);
| ^~~~
  irdadump.c:196:13: warning: g_string_append_printf
196 |g_string_sprintfa(str, " %c", c);
| ^~~~
  irdadump.c:207:13: warning: g_string_append_printf
207 |g_string_sprintfa(str, "%02x ", frame_buf->head[i]);
| ^~~~
  irdadump.c: In function ‘irdadump_loop’:
  irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this 
function); did you mean ‘SIOCGARP’?
286 |  if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) {
|^~
|SIOCGARP
  irdadump.c:286:16: note: each undeclared identifier is reported only once for 
each function it appears in
  make[1]: *** [Makefile:48: irdadump.o] Error 1
  make[1]: Leaving directory '/<>/irdadump'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irda-utils/+bug/1843742/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1843742] Re: irda-utils ftbfs in eoan

2020-08-03 Thread Stefan Bader
The irda-utils package was removed in Debian (https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=907453) mentioning the lack of kernel
support. Checking the upstream kernel repo, the following commit was
part of v4.17:

commit d64c2a76123f0300b08d0557ad56e9d599872a36
Author: Greg Kroah-Hartman 
Date:   Wed Mar 14 13:12:26 2018 +0100

staging: irda: remove the irda network stack and drivers

No one has publicly stepped up to maintain this broken codebase for
devices that no one uses anymore, so let's just drop the whole thing.

If someone really wants/needs it, we can revert this and they can fix
the code up to work properly.

Cc: David S. Miller 
Signed-off-by: Greg Kroah-Hartman 

This would mean that no Ubuntu kernel after 18.04/Bionic has kernel
support. Proposing to remove this package from Groovy onward.

** Changed in: irda-utils (Ubuntu)
 Assignee: (unassigned) => Stefan Bader (smb)

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to irda-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1843742

Title:
  irda-utils ftbfs in eoan

Status in irda-utils package in Ubuntu:
  Confirmed

Bug description:
  https://launchpadlibrarian.net/441262268/buildlog_ubuntu-eoan-amd64
  .irda-utils_0.9.18-15ubuntu1_BUILDING.txt.gz

  gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fgnu89-inline 
-W -Wall -I. `pkg-config --cflags glib-2.0` -I/usr/include -I../include/ -c 
irdadump.c
  irdadump.c: In function ‘print_time’:
  irdadump.c:82:13: warning: g_string_append_printf
 82 |  g_string_sprintfa(str, "%02d:%02d:%02d.%06u ",
| ^~~~
  irdadump.c: In function ‘print_diff_time’:
  irdadump.c:108:13: warning: g_string_append_printf
108 |  g_string_sprintfa(str, "(%07.2f ms) ", diff);
| ^~~~
  irdadump.c: In function ‘parse_irda_frame’:
  irdadump.c:178:13: warning: g_string_append_printf
178 | g_string_sprintfa(str, "(%d) ", len);
| ^~~~
  irdadump.c:189:13: warning: g_string_append_printf
189 |g_string_sprintfa(str, "%02x", frame_buf->head[i]);
| ^~~~
  irdadump.c:196:13: warning: g_string_append_printf
196 |g_string_sprintfa(str, " %c", c);
| ^~~~
  irdadump.c:207:13: warning: g_string_append_printf
207 |g_string_sprintfa(str, "%02x ", frame_buf->head[i]);
| ^~~~
  irdadump.c: In function ‘irdadump_loop’:
  irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this 
function); did you mean ‘SIOCGARP’?
286 |  if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) {
|^~
|SIOCGARP
  irdadump.c:286:16: note: each undeclared identifier is reported only once for 
each function it appears in
  make[1]: *** [Makefile:48: irdadump.o] Error 1
  make[1]: Leaving directory '/<>/irdadump'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irda-utils/+bug/1843742/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1843742] Re: irda-utils ftbfs in eoan

2020-04-01 Thread Matthias Klose
** Tags added: rls-ff-incoming

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to irda-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1843742

Title:
  irda-utils ftbfs in eoan

Status in irda-utils package in Ubuntu:
  Confirmed

Bug description:
  https://launchpadlibrarian.net/441262268/buildlog_ubuntu-eoan-amd64
  .irda-utils_0.9.18-15ubuntu1_BUILDING.txt.gz

  gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fgnu89-inline 
-W -Wall -I. `pkg-config --cflags glib-2.0` -I/usr/include -I../include/ -c 
irdadump.c
  irdadump.c: In function ‘print_time’:
  irdadump.c:82:13: warning: g_string_append_printf
 82 |  g_string_sprintfa(str, "%02d:%02d:%02d.%06u ",
| ^~~~
  irdadump.c: In function ‘print_diff_time’:
  irdadump.c:108:13: warning: g_string_append_printf
108 |  g_string_sprintfa(str, "(%07.2f ms) ", diff);
| ^~~~
  irdadump.c: In function ‘parse_irda_frame’:
  irdadump.c:178:13: warning: g_string_append_printf
178 | g_string_sprintfa(str, "(%d) ", len);
| ^~~~
  irdadump.c:189:13: warning: g_string_append_printf
189 |g_string_sprintfa(str, "%02x", frame_buf->head[i]);
| ^~~~
  irdadump.c:196:13: warning: g_string_append_printf
196 |g_string_sprintfa(str, " %c", c);
| ^~~~
  irdadump.c:207:13: warning: g_string_append_printf
207 |g_string_sprintfa(str, "%02x ", frame_buf->head[i]);
| ^~~~
  irdadump.c: In function ‘irdadump_loop’:
  irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this 
function); did you mean ‘SIOCGARP’?
286 |  if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) {
|^~
|SIOCGARP
  irdadump.c:286:16: note: each undeclared identifier is reported only once for 
each function it appears in
  make[1]: *** [Makefile:48: irdadump.o] Error 1
  make[1]: Leaving directory '/<>/irdadump'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irda-utils/+bug/1843742/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp