Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
@ 2020-03-14 21:50 ` avoidr
  2020-03-14 22:00 ` avoidr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: avoidr @ 2020-03-14 21:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by avoidr on void-packages repository

https://github.com/void-linux/void-packages/pull/20093#issuecomment-599139143

Comment:
musl builds need `sys/queue.h`, which I managed to satisfy with `musl-legacy-compat`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
  2020-03-14 21:50 ` WIP: Slant avoidr
@ 2020-03-14 22:00 ` avoidr
  2020-03-14 22:01 ` avoidr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: avoidr @ 2020-03-14 22:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

New comment by avoidr on void-packages repository

https://github.com/void-linux/void-packages/pull/20093#issuecomment-599140269

Comment:
If I am glancing correctly, sqlbox doesn't build a shared library, so linking dynamically fails. I'd try to link that library into slant statically.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
  2020-03-14 21:50 ` WIP: Slant avoidr
  2020-03-14 22:00 ` avoidr
@ 2020-03-14 22:01 ` avoidr
  2021-01-07 12:57 ` Anachron
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: avoidr @ 2020-03-14 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by avoidr on void-packages repository

https://github.com/void-linux/void-packages/pull/20093#issuecomment-599140269

Comment:
If I am glancing correctly, sqlbox doesn't build a shared object library, so linking dynamically fails. I'd try to link that library into slant statically.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-14 22:01 ` avoidr
@ 2021-01-07 12:57 ` Anachron
  2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2021-01-07 12:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/20093#issuecomment-756100419

Comment:
I'm working on this (again) but I have trouble figuring out where to put the `-ldl` flag because I've seen a lot of different approaches all inside the void-packages tree.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2021-01-07 12:57 ` Anachron
@ 2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-04-16  2:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/20093#issuecomment-1100506512

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: WIP: Slant
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2022-04-16  2:02 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  5 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]

There's a closed pull request on the void-packages repository

WIP: Slant
https://github.com/void-linux/void-packages/pull/20093

Description:
Closes #4376

Fails for now with

```
/usr/bin/ld: db.o: in function `db_trans_open':
/builddir/slant-0.0.21/db.c:175: undefined reference to `sqlbox_trans_deferred'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:173: undefined reference to `sqlbox_trans_immediate'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:171: undefined reference to `sqlbox_trans_exclusive'
/usr/bin/ld: db.o: in function `db_trans_rollback':
/builddir/slant-0.0.21/db.c:185: undefined reference to `sqlbox_trans_rollback'
/usr/bin/ld: db.o: in function `db_trans_commit':
/builddir/slant-0.0.21/db.c:194: undefined reference to `sqlbox_trans_commit'
/usr/bin/ld: db.o: in function `db_logging_data':
/builddir/slant-0.0.21/db.c:202: undefined reference to `sqlbox_msg_set_dat'
/usr/bin/ld: db.o: in function `db_open_logging':
/builddir/slant-0.0.21/db.c:245: undefined reference to `sqlbox_role_hier_alloc'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:251: undefined reference to `sqlbox_role_hier_sink'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:253: undefined reference to `sqlbox_role_hier_start'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:255: undefined reference to `sqlbox_role_hier_src'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:260: undefined reference to `sqlbox_role_hier_stmt'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:262: undefined reference to `sqlbox_role_hier_stmt'
/usr/bin/ld: /builddir/slant-0.0.21/db.c:264: undefined reference to `sqlbox_role_hier_stmt'
...
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20093@inbox.vuxu.org>
2020-03-14 21:50 ` WIP: Slant avoidr
2020-03-14 22:00 ` avoidr
2020-03-14 22:01 ` avoidr
2021-01-07 12:57 ` Anachron
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).