Some CI errors #13794

Closed
opened 2025-11-02 10:53:26 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @hiifong on GitHub (Dec 6, 2024).

Description

https://github.com/go-gitea/gitea/actions/runs/12200550333/job/34036940168

/usr/bin/ld: /tmp/go-link-1843865383/000012.o: in function `unixDlOpen':
/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.24/sqlite3-binding.c:45109:(.text+0x7b5d): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Compiling for linux/386...
# runtime/cgo
In file included from _cgo_export.c:3:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Gitea Version

main

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

not related

Database

None

Originally created by @hiifong on GitHub (Dec 6, 2024). ### Description https://github.com/go-gitea/gitea/actions/runs/12200550333/job/34036940168 ```text /usr/bin/ld: /tmp/go-link-1843865383/000012.o: in function `unixDlOpen': /go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.24/sqlite3-binding.c:45109:(.text+0x7b5d): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking Compiling for linux/386... # runtime/cgo In file included from _cgo_export.c:3: /usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory 26 | #include <bits/libc-header-start.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ``` ### Gitea Version main ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? not related ### Database None
GiteaMirror added the issue/confirmedtype/bugtype/upstream labels 2025-11-02 10:53:26 -06:00
Author
Owner

@techknowlogick commented on GitHub (Dec 6, 2024):

This is related to the changes with xgo. I'm working on adding 32bit back in.

@techknowlogick commented on GitHub (Dec 6, 2024): This is related to the changes with xgo. I'm working on adding 32bit back in.
Author
Owner

@techknowlogick commented on GitHub (Dec 13, 2024):

closing as I fixed the issue in xgo

@techknowlogick commented on GitHub (Dec 13, 2024): closing as I fixed the issue in xgo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13794