OpenBSD DMD package

jfondren julian.fondren at gmail.com
Wed Oct 13 07:43:49 UTC 2021


On Wednesday, 13 October 2021 at 06:03:30 UTC, Brian wrote:
> On Wednesday, 13 October 2021 at 06:00:57 UTC, Brian wrote:
>>
>> It does.
>>
>> But you're going to have to further update your guide: I just 
>> posted ports of dub and gdmd to ports at . Please test and report 
>> back to ports at .
>>
>> Also, does dub+gdmd actually work for you at runtime? I am 
>> getting this issue: 
>> https://issues.dlang.org/show_bug.cgi?id=22381
>
> Also, all the segfaults with dub should be fixed. If not, 
> definitely let me know.
>
> A port of the D tools will be sent tomorrow once I clean it up.

A fresh build of dub (with gdc) is still segfaulting, and looks 
to be related to SDL:

```
$ dub -q init -n -f=json; dub -q run
Edit source/app.d to start your project.
$ rm -rf dub.{sdl,json} source
$ dub -q init -n -f=sdl; dub -q run
Segmentation fault (core dumped)
```

I'll check out the new ports when they're available. Thanks!


More information about the Digitalmars-d-announce mailing list