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
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
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
>
&
-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
--
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
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
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==' '
+= (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
-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
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
-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 &
-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
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
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
/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
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
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
@@ 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
}
@@ -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
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
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
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
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
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
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
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.
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
27 matches
Mail list logo