Skip to content

ci: get upstream sqlite-head job green #623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

flavorjones
Copy link
Member

It's been failing for the past few weeks with linker errors like:

/usr/bin/ld: tclsqlite-shell.o: in function `DbProfileHandler':
tclsqlite.c:(.text+0x458): undefined reference to `sqlite3_snprintf'
/usr/bin/ld: tclsqlite-shell.o: in function `tclSqlFunc':
tclsqlite.c:(.text+0x60c): undefined reference to `sqlite3_user_data'
/usr/bin/ld: tclsqlite.c:(.text+0x6f2): undefined reference to `sqlite3_result_text64'
/usr/bin/ld: tclsqlite.c:(.text+0x75e): undefined reference to `sqlite3_value_double'
/usr/bin/ld: tclsqlite.c:(.text+0x78e): undefined reference to `sqlite3_value_type'
/usr/bin/ld: tclsqlite.c:(.text+0x7f9): undefined reference to `sqlite3_result_error'
/usr/bin/ld: tclsqlite.c:(.text+0x824): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x830): undefined reference to `sqlite3_value_blob'
/usr/bin/ld: tclsqlite.c:(.text+0x854): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x860): undefined reference to `sqlite3_value_text'
/usr/bin/ld: tclsqlite.c:(.text+0x884): undefined reference to `sqlite3_value_int64'
/usr/bin/ld: tclsqlite.c:(.text+0x959): undefined reference to `sqlite3_result_double'
/usr/bin/ld: tclsqlite.c:(.text+0xa1f): undefined reference to `sqlite3_result_blob'
/usr/bin/ld: tclsqlite.c:(.text+0xa79): undefined reference to `sqlite3_result_int64'

It's been failing for the past few weeks with linker errors like:

```
/usr/bin/ld: tclsqlite-shell.o: in function `DbProfileHandler':
tclsqlite.c:(.text+0x458): undefined reference to `sqlite3_snprintf'
/usr/bin/ld: tclsqlite-shell.o: in function `tclSqlFunc':
tclsqlite.c:(.text+0x60c): undefined reference to `sqlite3_user_data'
/usr/bin/ld: tclsqlite.c:(.text+0x6f2): undefined reference to `sqlite3_result_text64'
/usr/bin/ld: tclsqlite.c:(.text+0x75e): undefined reference to `sqlite3_value_double'
/usr/bin/ld: tclsqlite.c:(.text+0x78e): undefined reference to `sqlite3_value_type'
/usr/bin/ld: tclsqlite.c:(.text+0x7f9): undefined reference to `sqlite3_result_error'
/usr/bin/ld: tclsqlite.c:(.text+0x824): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x830): undefined reference to `sqlite3_value_blob'
/usr/bin/ld: tclsqlite.c:(.text+0x854): undefined reference to `sqlite3_value_bytes'
/usr/bin/ld: tclsqlite.c:(.text+0x860): undefined reference to `sqlite3_value_text'
/usr/bin/ld: tclsqlite.c:(.text+0x884): undefined reference to `sqlite3_value_int64'
/usr/bin/ld: tclsqlite.c:(.text+0x959): undefined reference to `sqlite3_result_double'
/usr/bin/ld: tclsqlite.c:(.text+0xa1f): undefined reference to `sqlite3_result_blob'
/usr/bin/ld: tclsqlite.c:(.text+0xa79): undefined reference to `sqlite3_result_int64'
```
@flavorjones
Copy link
Member Author

Upstream went green, merging.

@flavorjones flavorjones merged commit d7163c3 into main Mar 23, 2025
53 checks passed
@flavorjones flavorjones deleted the flavorjones-try-to-fix-upstream-build-failure branch March 23, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant