Skip to content

building for linux throws llvm error #332

Description

I have been using sqlite3: ^2.9.3 for quite some time. Locally I develop with linux and therefore test and compile a linux app. Everything worked fine.

Today I upgraded to sqlite3: ^3.0.1 which works great in the web version of my app. But it does not compile as linux app.
I dropped the sqlite3_flutter_libs dependency as suggested so my pubspec.yaml cuurently only has two sqlite3 dependencies:

  sqlite3: ^3.0.1
  sqlite3_web: ^0.5.0

When I compile as linux app I get the following error (it is gone, when I revert the sqlite3 Version back to^2.9.3):

ERROR: Target dart_build failed: Error: Failed to find any of [ld.lld, ld] in LocalDirectory: '/usr/lib/llvm-20/bin' Error: Build process failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions