Bug#891582: Dependency missing in vulkan-utils

2018-02-26 Thread Brett Johnson
Package: vulkan Version: 1.0.65.2+dfsg1-1 Severity: serious Justification: 1 The utility "vulkan-smoketest" in the vulkan-utils package depends on layers in the libvulkan-dev package, but there is no dependency. This can be easily verified by running it with the "--validate" option: $ vulkan-sm

Bug#778180: xemacs21: ftbfs with GCC-5

2015-08-13 Thread Brett Johnson
On 08/13/2015 09:51 AM, Mark Brown wrote: > Who would I submit a patch for the packaging to?! Lol. Sorry, I didn't notice you were the maintainer ;) -- Brett Johnson

Bug#778180: xemacs21: ftbfs with GCC-5

2015-08-13 Thread Brett Johnson
On 08/13/2015 05:51 AM, Mark Brown wrote: > On Fri, Jul 10, 2015 at 03:57:40PM -0600, Brett Johnson wrote: > >> gcc5 changes the semantics of inline function declarations, causing some >> inline functions in xemacs to be considered "extern", and thus cause > &

Bug#778109: s51dude: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
-23 21:54:24.921516269 + +++ s51dude-0.3.1/debian/rules 2015-07-23 21:59:29.696824595 + @@ -2,5 +2,8 @@ %: dh $@ +override_dh_auto_build: + dh_auto_build -- CFLAGS="-std=gnu89 $(CFLAGS)" + override_dh_compress: dh_compress --exclude=hex -- Brett Johnson --

Bug#778109: s51dude: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
0.3.1/s51dude.h @@ -153,7 +153,7 @@ void print_params(void); void check_open_file(void); -inline void print_error(char *msg); +extern inline void print_error(char *msg); int usbtiny_open (void); -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with

Bug#778114: screader: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
ts through to TTS if necessary. * \***/ -inline void Auto_TTS () +extern void Auto_TTS () { int p, hlp; -- Brett Johnson "Information technology and manure have a symbiotic relationship" ~~Chandrakant D. Patel, HP Labs director. -- To UNSUBSCRIBE, email to debian-bugs-rc

Bug#778115: sflphone: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
roject-2.2.1/pjlib/include/pj/compat/ctype.h @@ -41,9 +41,11 @@ # define toupper(c) (((c) >= 'a' && (c) <= 'z') ? (c)-('a'-'A') : (c)) #endif -#ifndef isblank +#ifndef __USE_ISOC99 +# ifndef isblank # define isblank(c) (c==' '

Bug#778116: shell-fm: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
+= (1L << (MAD_F_FRACBITS - 16)); if(sample >= MAD_F_ONE) -- Brett Johnson "Rudeness is the weak man's imitation of strength." ~~ Eric Hoffer -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778119: simulavr: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
-std=gnu89 LDFLAGS= -Wl,-z,defs ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778120: sipsak: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
9 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778121: sks-ecc: ftbfs with GCC-5

2015-07-17 Thread Brett Johnson
-s CFLAGS += -DVERSION='"$(VER)"' +# Revert back to gnu89 standard for gcc 5 +CFLAGS += -std=gnu89 + #INST = /usr/local/bin #INST = $(HOME)/bin INST = $(DESTDIR)/usr/bin -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of &

Bug#778129: squeak-plugins-scratch: ftbfs with GCC-5

2015-07-16 Thread Brett Johnson
-23 20:12:46.0 + +++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules 2015-07-16 18:47:41.684780247 + @@ -3,6 +3,7 @@ export DH_ALWAYS_EXCLUDE=.svn LDFLAGS=-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined +CFLAGS=-std=gnu89 config: config-stamp config-stamp: -- Brett Johnson

Bug#778134: synaptic: ftbfs with GCC-5

2015-07-16 Thread Brett Johnson
a gcc5 bug, nor a synaptic bug, and it builds fine now with a ABI warning, even with libxapian being compiled using GCC 4.9.2. My build log is at: http://people.linux.hp.com/~brett/logs/synaptic-0.81.4/buildlog.txt -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Bug#778165: vxl: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
On 07/15/2015 01:48 PM, Andreas Tille wrote: > The gcc5 build is now successful - I just created a package using gcc5. > Thus the upload closed both RC bugs - basically thanks to your patch. w00t! Good job! Glad I could help a little bit :). -- Brett Johnson -- To UNSUBSCRIBE, em

Bug#778135: syrthes: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
/mpi-default-dev/debian_defaults -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778157: user-mode-linux: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
As was reported in [1], this package needs to be updated for kernel 4.0 or 4.1 before it can be built with any compiler in sid. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787979 -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#778165: vxl: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
d #788559 as a block on this bug, as this one probably shouldn't be closed until there is a successful gcc5 build. -- Brett Johnson "There are 10 kinds of people in this world, those that can read binary, and those that can't" ~~ Unknown -- To UNSUBSCRIBE, email

Bug#778152: uaputl: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
@@ CFLAGS := $(filter-out -D__%, $(EXTRA_CF #CFLAGS += -DAP22 -fshort-enums -CFLAGS += -Wall +CFLAGS += -Wall -std=gnu89 #ECHO = @ LIBS = -lrt -- Brett Johnson "In C++ you can see your friends' privates" ~~ Unknown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.deb

Bug#778156: unionfs-fuse: ftbfs with GCC-5

2015-07-14 Thread Brett Johnson
} @@ -45,6 +45,7 @@ hashtable_iterator_key(struct hashtable_ void * hashtable_iterator_value(struct hashtable_itr *i) { return i->e->v; } +#endif /*/ /* advance - advance the iterator to the next element -- B

Bug#778165: vxl: ftbfs with GCC-5

2015-07-14 Thread Brett Johnson
upstream fixes this.. +# define VCL_GCC_4 +# define VCL_GCC_41 # else # error "Dunno about this gcc" # endif -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778183: xiphos: ftbfs with GCC-5

2015-07-10 Thread Brett Johnson
250'] + env['CXXFLAGS_ULTRADEBUG'] = ['-g3', '-O0', '-DDEBUG', '-ftemplate-depth=250'] if env['IS_WIN32']: ## setup for Winsock on Windows (required for read-aloud) -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#777783: xemacs21: ftbfs with GCC-5

2015-07-02 Thread Brett Johnson
dangit, my apologies, wrong bug #. Please ignore previous patch :(. -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778180: xemacs21: ftbfs with GCC-5

2015-07-02 Thread Brett Johnson
mp; (__GNUC__ >= 2) -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#777783: xemacs21: ftbfs with GCC-5

2015-07-02 Thread Brett Johnson
mp; (__GNUC__ >= 2) -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778179: xbmc: ftbfs with GCC-5

2015-07-01 Thread Brett Johnson
Master. -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#355252: [Fwd: PATCH: Fix gnu-efi-3.0b-041222 for ia32]

2006-03-17 Thread Brett Johnson
worth patching gnu-efi and trying it for someone that has easy access to a ia32/EFI machine. -- Brett Johnson <[EMAIL PROTECTED]> --- Begin Message --- I don't know where I should report gnu-efi bug. The ia32 support in gnu-efi-3.0b-041222 doesn't work with newer gcc and binutils.

Bug#355252: [Fwd: Bug#355252: elilo: fails to work on ia32]

2006-03-04 Thread Brett Johnson
ested the ia32 side (but it apparently works ok, since the gentoo build works, and some people have been booting their intelmac machines with it ;) I suspect a mismatch between gnu-efi versions and gcc versions... -- Brett Johnson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [E