Bug#766329: gcc-4.4: Incorrectly escape sequences in a string with \xnn

2014-10-22 Thread Carlos Terrón
Package: gcc-4.4 Version: 4.4.5-8 Severity: normal If I compile and run the next program #include stdio.h #include stdlib.h int main (int argc, char **argv) { printf (\x65gg\n); } It's print correctly egg But if I try to compile the next program: #include stdio.h #include stdlib.h int

Bug#706964: Error installing using dmraid /sbin/dmraid-activate: line 209: awk: not found

2013-05-06 Thread Carlos Terrón
Package: installation-reports Boot method: Boot from the AMD64 CD which SHA256 is fdfd3f89c0805a711654912e7f7b33b850bbf550de5729420ad61024fb0caab2 Image version: From mirror of Debian 7.0.0 Date: 6/5/2013 10:00 UTC Machine: Custom built with Supermicro motherboard Processor: Xeon Memory: 8 Gb

Bug#597190: gda2-mysql: I can't use semicolons in querys (ej: INSERT into gamusino (id,text) VALUES (10,'; ; ; '); )

2010-09-17 Thread Carlos Terrón
Package: gda2-mysql Version: 1.2.4-1.2 Severity: grave Justification: renders package unusable I was using the gda-mysql providor for libgad2. I was trying to insert in a field text some text with semicolons ej: CREATE TABLE gamusino (id INT,texto TEXT); INSERT INTO gamusino (1,';');

Bug#597191: gda2-mysql: I can't use semicolons in querys (ej: INSERT into gamusino (id,text) VALUES (10,'; ; ; '); )

2010-09-17 Thread Carlos Terrón
Package: gda2-mysql Version: 1.2.4-1.2 Severity: grave Justification: renders package unusable I was using the gda-mysql providor for libgad2. I was trying to insert in a field text some text with semicolons ej: CREATE TABLE gamusino (id INT,texto TEXT); INSERT INTO gamusino (1,';');