D for microservices

Andrew Benton Andrew.Benton675 at gmail.com
Thu Mar 8 09:28:02 UTC 2018


On Thursday, 8 March 2018 at 08:07:23 UTC, Joakim wrote:
> On Thursday, 8 March 2018 at 06:49:07 UTC, Andrew Benton wrote:
>> On Monday, 5 March 2018 at 17:58:25 UTC, Joakim wrote:
>> [snip]
>
> What is the exact error? Maybe report it here:
>
> https://github.com/lindt/docker-dmd/issues/1

I built out LDC on Alpine using the v1.8.0 LDC release.  It's 
available now through Docker Hub and Github.

Docker: https://hub.docker.com/r/andrewbenton/alpine-ldc/
Github: https://github.com/andrewbenton/alpine-ldc/

I get errors like below when trying to compile dub-registry:

>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/dns.d(11,9): Error: module core.sys.posix.netdb import 'AI_ADDRCONFIG' not found
>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/dns.d(11,9): Error: module core.sys.posix.netdb import 'AI_V4MAPPED' not found
>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/sockets.d(13,9): Error: module core.sys.posix.netdb import 'AI_ADDRCONFIG' not found
>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/sockets.d(13,9): Error: module core.sys.posix.netdb import 'AI_V4MAPPED' not found
>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/sockets.d(47,10): Error: module core.sys.linux.netinet.in_ import 'IP_ADD_MEMBERSHIP' not found
>/root/.dub/packages/eventcore-0.8.28/eventcore/source/eventcore/drivers/posix/sockets.d(47,10): Error: module core.sys.linux.netinet.in_ import 'IP_MULTICAST_LOOP' not found, did you mean enum member 'IPV6_MULTICAST_LOOP'?
>ldc2 failed with exit code 1.


More information about the Digitalmars-d mailing list