Page MenuHomeSolus

GtkD
Closed, ResolvedPublic

Description

Name: GtkD
Homepage: http://gtkd.org
Open Source: yes
Link to source tarball/zip file: http://gtkd.org/Downloads/sources/GtkD-3.5.1.zip

Revisions and Commits

Event Timeline

Right now it does not compile, because it needs libphobos2.so.0, which is not provided.

So for me it doesn't compile due to LDFLAGS bits

Yes, you are right, it must be unset.
It compiles with something like:

make > ../gtkd.log


In abi_used_libs you can see

ld-linux-x86-64.so.2
libc.so.6
libdl.so.2
libgcc_s.so.1
libphobos2.so.0.
libpthread.so.0

I think that there is something wrong with phobos soname versioning.

DataDrake triaged this task as Normal priority.Feb 22 2017, 10:45 PM
DataDrake moved this task from Backlog to Accepted For Inclusion on the Package Requests board.
curantes added subscribers: tristan957, curantes.

Assigning this to @tristan957 since he beat me to package this and he have already submitted it in D1534