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: $

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 br...@hp.com

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 In what way does it change the semantics

Bug#778109: s51dude: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
+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 br...@hp.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#778109: s51dude: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
-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 br...@hp.com -- To UNSUBSCRIBE, email to debian

Bug#778114: screader: ftbfs with GCC-5

2015-07-23 Thread Brett Johnson
. * \***/ -inline void Auto_TTS () +extern void Auto_TTS () { int p, hlp; -- Brett Johnson br...@hp.com Information technology and manure have a symbiotic relationship ~~Chandrakant D. Patel, HP Labs director. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#778120: sipsak: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
(,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- Brett Johnson br...@hp.com -- 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
LDFLAGS= -Wl,-z,defs ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- Brett Johnson br...@hp.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

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

2015-07-20 Thread Brett Johnson
)); if(sample = MAD_F_ONE) -- Brett Johnson br...@hp.com 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#778115: sflphone: ftbfs with GCC-5

2015-07-20 Thread Brett Johnson
toupper(c) (((c) = 'a' (c) = 'z') ? (c)-('a'-'A') : (c)) #endif -#ifndef isblank +#ifndef __USE_ISOC99 +# ifndef isblank # define isblank(c) (c==' ' || c=='\t') -#endif +# endif +#endif /* __USE_ISOC99 */ #endif /* __PJ_COMPAT_CTYPE_H__ */ -- Brett Johnson br...@hp.com

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

2015-07-17 Thread Brett Johnson
+= -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 br...@hp.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble

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 br...@hp.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

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

2015-07-16 Thread Brett Johnson
: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 br...@hp.com

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 br...@hp.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#778165: vxl: ftbfs with GCC-5

2015-07-15 Thread Brett Johnson
shouldn't be closed until there is a successful gcc5 build. -- Brett Johnson br...@hp.com There are 10 kinds of people in this world, those that can read binary, and those that can't ~~ Unknown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe

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 br...@hp.com -- To UNSUBSCRIBE

Bug#778135: syrthes: ftbfs with GCC-5

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

Bug#778152: uaputl: ftbfs with GCC-5

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

Bug#778165: vxl: ftbfs with GCC-5

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

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

2015-07-14 Thread Brett Johnson
@@ 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 -- Brett Johnson br...@hp.com

Bug#778183: xiphos: ftbfs with GCC-5

2015-07-10 Thread Brett Johnson
for read-aloud) -- Brett Johnson br...@hp.com -- 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 br...@hp.com -- 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
) -- Brett Johnson br...@hp.com -- 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
) -- Brett Johnson br...@hp.com -- 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 br...@hp.com -- 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
patching gnu-efi and trying it for someone that has easy access to a ia32/EFI machine. -- Brett Johnson [EMAIL PROTECTED] ---BeginMessage--- 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. The problem is in the linker

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

2006-03-04 Thread Brett Johnson
(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 [EMAIL PROTECTED] with a subject of unsubscribe