Bug#1068164: bart: please add support for loong64

2024-04-01 Thread Martin Uecker
Thanks wuruilong! this will be fixed with the next upload. Best, Martin Am Montag, dem 01.04.2024 um 07:19 +0200 schrieb Andreas Tille: > Hi Martin, > > can you please comment on this? > > Kind regards > Andreas. > > Am Mon, Apr 01, 2024 at 01:22:03AM + schrieb wuruilong: > >

Bug#1058276: bart-view: FTBFS: (.text+0xa4e): undefined reference to `shared_obj_destroy'

2024-01-10 Thread Martin Uecker
Am Mittwoch, dem 10.01.2024 um 08:16 +0100 schrieb Andreas Tille: > Hi Martin, > > I tried to open an issue upstream but it seems the repository does not > feature submitting issues. Can you have a look please? > > Kind regards > Andreas. > Hi Andreas, I just tagged a new upstream

Bug#1058276: bart-view: FTBFS: (.text+0xa4e): undefined reference to `shared_obj_destroy'

2024-01-10 Thread Martin Uecker
Hi Andreas, thanks. I missed this. I will look at this tomorrow. Martin Am Mittwoch, dem 10.01.2024 um 08:16 +0100 schrieb Andreas Tille: > Hi Martin, > > I tried to open an issue upstream but it seems the repository does not > feature submitting issues. Can you have a look please? > >

Bug#918914: add -fstack-clash-protection to default buildflags

2023-08-04 Thread Martin Uecker
On Wed, 21 Jun 2023 17:57:41 +0200 =?UTF-8?Q?Moritz_M=C3=BChlenhoff?= wrote: > Am Fri, May 27, 2022 at 09:48:05AM +0200 schrieb Guillem Jover: > > I don't think the issues presented by Florian were ever resolved, so > > my concerns in https://bugs.debian.org/918914#15 would still apply, > > even

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-25 Thread Martin Uecker
Am Mittwoch, den 24.08.2022, 00:10 +0530 schrieb Nilesh Patra: > Control: reassign -1 nvidia-cuda-toolkit/11.4.3-4 > Control: retitle -1 Please update nvidia-cuda-toolkit to 11.5.1 or later > > > On 8/23/22 23:58, Martin Uecker wrote: > > Am Dienstag, den 23.08.2022, 23:45

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-23 Thread Martin Uecker
Am Dienstag, den 23.08.2022, 23:45 +0530 schrieb Nilesh Patra: > On Tue, Aug 23, 2022 at 07:00:44PM +0200, Martin Uecker wrote: > > I think I fixed this. At least it compiles locally in > > a sid pbuilder environment, but I needed to build-depend > > on gcc-10. > >

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-23 Thread Martin Uecker
I think I fixed this. At least it compiles locally in a sid pbuilder environment, but I needed to build-depend on gcc-10. Martin Am Sonntag, den 07.08.2022, 13:06 +0530 schrieb Nilesh Patra: > Hi Martin, > > [CC'ing both your email addresses since I don't know which one you use] > > Since

Bug#1017849: gcc-11: ICE with LTO: internal compiler error: tree code ‘c_maybe_const_expr’ is not supported in LTO streams

2022-08-21 Thread Martin Uecker
Package: gcc-11 Version: 11.3.0-5 Severity: important Tags: upstream X-Debbugs-Cc: ma.uec...@gmail.com When investigating why BART fails to build with LTO because GCC crashed, I reduced this to the following test case. Upstream bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106702 $

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-07 Thread Martin Uecker
I will look at this in a couple of days. I think it only needs a std=c++14 or something aded to the nvcc flags. Martin Am Sonntag, den 07.08.2022, 13:06 +0530 schrieb Nilesh Patra: > Hi Martin, > > [CC'ing both your email addresses since I don't know which one you use] > > Since this is

Bug#1001916: Info received (Bug#1001916: Info received (missing builds are due to compiler bugs))

2021-12-29 Thread Martin Uecker
GCC bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002505

Bug#1002505: Bug#1001916: Info received (missing builds are due to compiler bugs)

2021-12-29 Thread Martin Uecker
Minimal test case for armel: # cat BUG.c extern _Complex float g(int N, int dims[N]); void f(void) { int dims[1]; _Complex float val = g(1, dims); } # arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Debian 11.2.0-9) 11.2.0 Copyright (C) 2021 Free Software Foundation,

Bug#1001916: Info received (missing builds are due to compiler bugs)

2021-12-29 Thread Martin Uecker
Minimal test case for armel: # cat BUG.c extern _Complex float g(int N, int dims[N]); void f(void) { int dims[1]; _Complex float val = g(1, dims); } # arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Debian 11.2.0-9) 11.2.0 Copyright (C) 2021 Free Software Foundation,

Bug#1002505: gcc internal compiler error related to VLAs

2021-12-23 Thread Martin Uecker
Package: gcc-11 Version: 11.2.0-12 GCC 11 crashes on armel und s390x for certain code involving VLAs. Same code builds with older GCC: https://buildd.debian.org/status/package.php?p=bart-view This may also be related to a build failure on i386 for a different package:

Bug#1001916: missing builds are due to compiler bugs

2021-12-19 Thread Martin Uecker
For armel as s390x the compiler crashes due to an internal compiler error with gcc 11. Note, that the same souce code compiles fine on other architectures and did compile also on armel s390x with gcc 10. Martin

Bug#888581: tk8.6: crashes when used as untrusted X client (e.g. ssh -X)

2018-01-27 Thread Martin Uecker
Package: tk8.6 Version: 8.6.6-1+b1 Severity: important Tags: upstream Dear Maintainer, gitk (but affects all tk based programs) crashes when used over untrusted X connenctions. The root cause is a missing error handler for Xlib errors. I submitted an upstream bug with proposed patch 4 years

Bug#851431: ITP: bart-view -- Image viewer for multi-dimensional data (add-on to BART)

2017-01-14 Thread Martin Uecker
Package: wnpp Severity: wishlist Owner: Martin Uecker <martin.uec...@med.uni-goettingen.de> * Package name: bart-view Version : 0.0.01 Upstream Author : Martin Uecker <martin.uec...@med.uni-goettingen.de> * URL : https://github.com/mrirecon/vie

Bug#762839: bash without importing shell functions from the environment

2014-09-25 Thread Martin Uecker
Samuel Thibault: Matthias Urlichs, le Thu 25 Sep 2014 21:17:58 +0200, a écrit : Samuel Thibault: Sounds crazy to me. Definitely. This is now out in the wild; exploits which simply replace echo or cat-without-/bin are going to happen. :-/ That's not so easy to exploit. You have to

Bug#440539: miredo seems to send malformed packages on arm

2007-09-02 Thread Martin Uecker
Package: miredo Version: 1.0.4-2 Severity: important I experimented with miredo on a my nslu2 (embedded arm) machine, but do not get an ipv6 address: [EMAIL PROTECTED]:~/src/miredo-1.0.4# miredo -f miredo[14322]: Starting... miredo[14329]: No reply from Teredo server This works perfectly on