Bug#979237: qalculate-gtk: Consider version update

2021-01-21 Thread Dun Hum
+1 from me, it seems that qalculate-gtk won't make it into the next Debian version

due to some packaging problems related to the use of gtk2 (but newer qalculate

versions do use gtk3) and unversioned python references.

 

The freeze is already in full force, but I really hope we're still in time to get

this package back into the main repo.

 

TIA,

AC



Bug#922731: closed by Sylvestre Ledru (Bug#922731: fixed in llvm-toolchain-7 1:7.0.1-7)

2019-02-27 Thread Dun Hum
What the hell? The attached patch doesn't solve anything!

> Sent: Wednesday, February 27, 2019 at 4:09 PM
> From: "Debian Bug Tracking System" 
> To: "A.C." 
> Subject: Bug#922731 closed by Sylvestre Ledru  
> (Bug#922731: fixed in llvm-toolchain-7 1:7.0.1-7)
>
> This is an automatic notification regarding your Bug report
> which was filed against the src:llvm-toolchain-7 package:
> 
> #922731: llvm-toolchain-7: Unjustified API breakage introduced by Debian patch
> 
> It has been closed by Sylvestre Ledru .
> 
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Sylvestre Ledru 
>  by
> replying to this email.
> 
> 
> -- 
> 922731: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922731
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>



Bug#922731: llvm-toolchain-7: Unjustified API breakage introduced by Debian patch

2019-02-20 Thread Dun Hum
> Would you have a testcase which shows the issue? This to make sure we 
> don't regress again
> in the future.

The simplest test case is the following one, it only checks that the enum value 
exist and has the correct
name.

```
#include 

int main()
{
(void)llvm::Triple::KFreeBSD;
return 0;
}
```

Compile with `g++ $(llvm-config --cflags) test.cpp` and make sure `$?` is zero.

Thank you for the prompt response.

Have a nice day,
A.C.



Bug#921246: llvm-toolchain breaks API for no reason

2019-02-17 Thread Dun Hum
The patch [1] that introduces support for KFreeBSD includes a silly rename of 
an enum
value from "KFreeBSD" to "kFreeBSD" and breaks the LLVM API for no reason at 
all.

I'd suggest to revert those renamings.

[1] 
https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/commit/de8350eea4269a1548bf4d73bc640d6e516841ce