Skip to content

[v18.x] broken build with ./configure --shared #47638

@bnoordhuis

Description

@bnoordhuis

v18.16.0 from tarball:

$ ./configure --shared && make -j12
# <snip>
In file included from ../deps/base64/base64/lib/codec_choose.c:7:
../deps/base64/base64/lib/codecs.h:5:10: fatal error: config.h: No such file or directory
    5 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/lib.c:9:
../deps/base64/base64/lib/codecs.h:5:10: fatal error: config.h: No such file or directory
    5 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/generic/codec.c:7:
../deps/base64/base64/lib/arch/generic/../../codecs.h:5:10: fatal error: config.h: No such file or directory
    5 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/neon32/codec.c:7:
../deps/base64/base64/lib/arch/neon32/../../codecs.h:5:10: fatal error: config.h: No such file or directory
    5 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/neon64/codec.c:7:
../deps/base64/base64/lib/arch/neon64/../../codecs.h:5:10: fatal error: config.h: No such file or directory
    5 | #include "config.h"
      |          ^~~~~~~~~~
compilation terminated.

cc @richardlau - #45589 looks to be responsible

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.v18.xIssues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions