Skip to content

Compilation failure with Julia master #260

@maleadt

Description

@maleadt

PkgEval has been recently running into the following compilation failure when building julia#master:

│     LINK src/flisp/flisp
│ /usr/local/bin/../lib/gcc/x86_64-linux-gnu/9.1.0/../../../../x86_64-linux-gnu/bin/ld: /source/usr/lib/libuv.a(libuv_la-udp.o): in function `uv__udp_sendmsg':
│ /workspace/srcdir/libuv/src/unix/udp.c:322: undefined reference to `sendmmsg'
│ collect2: error: ld returned 1 exit status
│ make[3]: *** [Makefile:109: /source/src/flisp/flisp] Error 1
│ make[3]: Leaving directory '/source/src/flisp'
│ make[2]: *** [Makefile:366: flisp/libflisp.a] Error 2
│ make[2]: Leaving directory '/source/src'
│ make[1]: *** [/source/Makefile:62: julia_flisp.boot.inc.phony] Error 2
│ make[1]: Leaving directory '/source'
│ make: *** [Makefile:507: binary-dist] Error 2
└ @ PkgEval /srv/nanosoldier/pkg/PkgEval/src/julia.jl:260

I presume this is caused by JuliaLang/julia#49937, but I haven't bisected.

It's weird that Base CI isn't running into this, as PkgEval uses the package_linux v6.00 rootfs image from https://github.com/JuliaCI/rootfs-images.

cc @staticfloat @vtjnash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions