Skip to content

[Bug]: Unable to build from source: missing _deps folder #14

Description

@Aisoipheo

Pre-submission Checklist

  • I have searched existing issues to ensure this bug hasn't been reported
  • I have read the documentation
  • I am using a supported platform (Linux x86_64)

Version

v0.1.0-alpha.0

Platform

Other Linux (specify below)

Bug Description

Extension did not build when downloading from source (git)

Steps to Reproduce

git clone https://github.com/agentflare-ai/sqlite-graph.git
cd sqlite-graph
make

Code Sample

Error Message / Stack Trace

make -C _deps CFLAGS="-I/home/user/Documents/Projects/sqlite-graph/include -I/home/user/Documents/Projects/sqlite-graph/src -I/home/user/Documents/Projects/sqlite-graph/_deps/sqlite-src -I/home/user/Documents/Projects/sqlite-graph/_deps/Unity-2.5.2/src -g -O0 -std=gnu99 -fPIC -DSQLITE_ENABLE_LOAD_EXTENSION=1 -I/home/user/Documents/Projects/sqlite-graph/_deps/sqlite-src"
make[1]: enter «/home/user/Documents/Projects/sqlite-graph»
make[1]: *** _deps: No file or dir.  Stop.
make[1]: exit «/home/user/Documents/Projects/sqlite-graph»
make: *** [Makefile:33: deps] Error 2

Expected Behavior

Extension builds from source

Actual Behavior

Error: missing _deps folder

Environment Details

  • make --version GNU Make 4.4.1 x86_64-redhat-linux-gnu
  • sqlite3 --version 3.50.2 2025-06-28 14:00:48 2af157d77fb1304a74176eaee7fbc7c7e932d946bf25325e9c26c91db19ealt1 (64-bit)
  • gcc --version gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
  • uname -a Linux workstation 6.17.8-300.fc43.x86_64 SMP PREEMPT_DYNAMIC Fri Nov 14 01:47:12 UTC 2025 x86_64 GNU/Linux
  • Fedora release 43

Additional Context

  • fails on main branch and latest (v0.1.0-alpha0) tag

Severity

  • This is a critical bug (crashes, data loss)
  • This is a major bug (significant functionality broken)
  • This is a minor bug (minor functionality affected)
  • This is a cosmetic issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions