Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
libsa-Fix-build-warning-on-sparc.patch | [PATCH 4/4] libsa: Fix build warning on sparc Simply change the formatting string to resolve the below warning. tv_usec is a suseconds_t suseconds_t is a __kernel_suseconds_t __kernel_suseconds_t is a long I was unable to get PRId64 to work with printf. I am unsure if this fix will actually work on all archs. Testing will tell... make[1]: Entering directory `/«PKGBUILDDIR»' depbase=`echo lib/fcoe_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=\"fcoe-utils\" -DPACKAGE_TARNAME=\"fcoe-utils\" -DPACKAGE_VERSION=\"1.0.28\" -DPACKAGE_STRING=\"fcoe-utils\ 1.0.28\" -DPACKAGE_BUGREPORT=\"fcoe-devel@open-fcoe.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fcoe-utils\" -DVERSION=\"1.0.28\" -DPACKAGE=\"fcoe-utils\" -DVERSION=\"1.0.28\" -I. -I./include -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -Wall -Wformat=2 -Werror -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT lib/fcoe_utils.o -MD -MP -MF $depbase.Tpo -c -o lib/fcoe_utils.o lib/fcoe_utils.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo lib/sa_log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=\"fcoe-utils\" -DPACKAGE_TARNAME=\"fcoe-utils\" -DPACKAGE_VERSION=\"1.0.28\" -DPACKAGE_STRING=\"fcoe-utils\ 1.0.28\" -DPACKAGE_BUGREPORT=\"fcoe-devel@open-fcoe.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fcoe-utils\" -DVERSION=\"1.0.28\" -DPACKAGE=\"fcoe-utils\" -DVERSION=\"1.0.28\" -I. -I./include -I./include -DSYSCONFDIR="\"/etc\"" -D_FORTIFY_SOURCE=2 -Wall -Wformat=2 -Werror -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT lib/sa_log.o -MD -MP -MF $depbase.Tpo -c -o lib/sa_log.o lib/sa_log.c &&\ mv -f $depbase.Tpo $depbase.Po lib/sa_log.c: In function 'sa_log_timestamp': lib/sa_log.c:179:4: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Werror=format] lib/sa_log.c:189:5: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Werror=format] cc1: all warnings being treated as errors make[1]: *** [lib/sa_log.o] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' dh_auto_build: make -j1 returned exit code 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20130725-0957 Finished ──────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Build Architecture: sparc Host Architecture: sparc Machine Architecture: sparc |
Robert Love <robert.w.love@intel.com> | no | 2013-08-02 | ||
dont-ship-init.patch | We don't ship upstream's init that is fedora/suse specific | no | ||||
fix-systemd-service.patch | Fix systemd file to work with Debian Various warnings reported by lintian. | Valentin Vidic <Valentin.Vidic@CARNet.hr> | no | 2017-10-19 | ||
fix-spelling.patch | Fix spelling errors Various warnings reported by lintian. | Valentin Vidic <Valentin.Vidic@CARNet.hr> | no | 2018-07-18 |