Package: fcoe-utils
Version: 1.0.31+git20160622.5dfd3e4-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu cosmic ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/fix-gcc-warnings.patch: One more gcc warning fix for PPC.

It seems that your previous round of fixes[1] got everything except one spot
that gets caught (for some reason) only on ppc64el.  Applying the same logic
to that function with this patch, it now builds fine[2] there too:

[1] https://launchpad.net/ubuntu/+source/fcoe-utils/1.0.31+git20160622.5dfd3e4-4
[2] 
https://launchpad.net/ubuntu/+source/fcoe-utils/1.0.31+git20160622.5dfd3e4-4ubuntu2

-- System Information:
Debian Release: buster/sid
  APT prefers cosmic
  APT policy: (500, 'cosmic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-7-lowlatency (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/control 
fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/control
--- fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/control        2018-08-27 
15:36:15.000000000 -0600
+++ fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/control        2018-08-28 
13:05:14.000000000 -0600
@@ -1,8 +1,7 @@
 Source: fcoe-utils
 Section: misc
 Priority: optional
-Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian FCoE Team <team+f...@tracker.debian.org>
+Maintainer: Debian FCoE Team <team+f...@tracker.debian.org>
 Uploaders: Liang Guo <bluestonech...@gmail.com>,
  Jacob Luna Lundberg <ja...@gnifty.net>,
  Valentin Vidic <valentin.vi...@carnet.hr>,
diff -Nru 
fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/patches/fix-gcc-warnings.patch 
fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/patches/fix-gcc-warnings.patch
--- fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/patches/fix-gcc-warnings.patch 
2018-07-18 22:01:35.000000000 -0600
+++ fcoe-utils-1.0.31+git20160622.5dfd3e4/debian/patches/fix-gcc-warnings.patch 
2018-08-28 13:05:08.000000000 -0600
@@ -58,6 +58,15 @@
                        if (rc < 0)
 --- a/fcoeadm_display.c
 +++ b/fcoeadm_display.c
+@@ -187,7 +187,7 @@
+       DIR *dir;
+       struct dirent *dp;
+       void (*f)(char *dirname, enum disp_style style);
+-      char path[1024];
++      char path[2048];
+ 
+       f = func;
+ 
 @@ -249,7 +249,7 @@
        uint64_t lba = 0;
        uint32_t blksize = 0;

Reply via email to