Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

error loading module 'override.fiber'; luaopen_override_fiber: symbol not found #22

@rayman1104

Description

@rayman1104

It seems to be a regression after Tarantool 2.11.0. There is next error (but no such error with 2.10.7):

   • Running `cartridge.pre-build`
   • Running `tarantoolctl rocks make`
PANIC: unprotected error in call to Lua API (builtin/internal.loaders.lua:222: error loading module 'override.fiber' from file '/lib/libcarbonite.so':
 /lib/libcarbonite.so: undefined symbol: luaopen_override_fiber)

I've checked it with several tarantool-module versions (0.6.4, 1.1.0), it's same behavior for both of them.
We have a basic cartridge app and libcarbonite is our only module, built using tarantool-module as a dependency. Here is the rockspec:

package = 'flare'
version = 'scm-1'
source  = {
    url = '/dev/null',
}
dependencies = {
    'tarantool',
    'lua >= 5.1',
    'checks == 3.1.0-1',
    'cartridge == 2.7.4-1',
    'metrics == 0.13.0-1',
    'migrations == 0.4.2-1',
    'moonwalker',
    'cartridge-cli-extensions == 1.1.1-1',
    'expirationd == 1.4.0-1',
}
build = {
    type = 'none';
}

Also see output for nm libcarbonite.dylib here.

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