[Issue 20380] std.net.curl: misbehaviour on arch 'arm32v7 gnueabihf' (Raspberry/Raspbian/Buster)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 1 07:53:42 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20380

--- Comment #6 from Carsten Schlote <schlote at vahanus.net> ---
It(In reply to Carsten Schlote from comment #5)
> The problem still exists on 'focal fossa' ARM64 running on a raspberry4b.

The problem exists with gdc from the standard Ubuntu repository.

$ gdc --version
gdc (Ubuntu 10-20200411-0ubuntu1) 10.0.1 20200411 (experimental) [master
revision bb87d5cc77d:75961caccb7:f883c46b4877f637e0fa5025b4d6b5c9040ec566]
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

However, with LDC2 compiled from sources directly (using gdc a D compiler for
build), it is working.

$ ldc2 --version
LDC - the LLVM D compiler (1.20.1):
  based on DMD v2.090.1 and LLVM 10.0.0
  built with LDC - the LLVM D compiler (1.20.1)
  Default target: aarch64-unknown-linux-gnu
  Host CPU: cortex-a72
  http://dlang.org - http://wiki.dlang.org/LDC

--


More information about the Digitalmars-d-bugs mailing list