Re: Processed: raising severity of GCC-13 ftbfs issues, preparing for the GCC defaults change

2023-07-05 Thread Sven Eckelmann
On Wednesday, 5 July 2023 14:59:14 CEST Debian Bug Tracking System wrote: > Processing commands for cont...@bugs.debian.org: [...] > > severity 1037638 important > Bug #1037638 [src:ecdsautils] ecdsautils: ftbfs with GCC-13 > Severity set to 'important' from 'normal' [...] > Please contact me if

Bug#679775: [exactimage] JPEG DCT functionality fails with libjpeg8

2012-07-01 Thread Sven Eckelmann
Package: exactimage Version: 0.8.5-4 Severity: normal Tags: patch Exactimage has different optimizations that allows to preserve the DCT or at least rearrange it without additional loss of precision during the operations. These optimizations depend on the major version of libjpeg. Result of an

Bug#679772: [optimize2bw] segmentation fault when using denoise on amd64

2012-07-01 Thread Sven Eckelmann
Package: exactimage Version: 0.8.5-4 Severity: normal Tags: patch To reproduce: $ convert -size 100x100 xc:white white.jpg $ optimize2bw -n -i white.jpg -o test.tiff Backtrace #0 operator() (gross=optimized out, inner=false, it2=0x75faa4 \001, it=0x76f5d4

Bug#679775: [exactimage] JPEG DCT functionality fails with libjpeg8

2012-07-01 Thread Sven Eckelmann
On Sunday 01 July 2012 15:35:41 Sven Eckelmann wrote: A workaround is to build it against libjpeg62 Small correction: it doesn't work because exactimage also depends on libevas- dev that depends on libjpeg-dev (provided only by libjpeg8-dev). Here comes the problem: libjpeg8-dev conflicts

Bug#667159: exactimage: ftbfs with GCC-4.7

2012-04-04 Thread Sven Eckelmann
=21f8bb0e6f24209e336abe46c9ffaa8501f10fc3Description: Fix missing declaration of usleep with libstdc++6-4.7 Bug-Debian: http://bugs.debian.org/667159 Author: Sven Eckelmann s...@narfation.org --- diff --git a/edisplay/edisplay.cc b/edisplay/edisplay.cc index 26485735154fafddd8f27c06d13f5397254ae3a6

Bug#575324: exactimage: file format misdetection

2012-03-30 Thread Sven Eckelmann
to be that the TARGA codec is added too early to the codec datastructure. I worked around that problem using different strategies to insert the codec. Kind regards, SvenDescription: Add missing includes for std::vector Author: Sven Eckelmann s...@narfation.org --- diff --git a/codecs/pdf.hh