Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.5.4
Description
cc: warning: -Wl,-z,relro,-z,now: 'linker' input unused [-Wunused-command-line-argument]
|
/root/mariadb-10.5.4/storage/maria/libmarias3/src/marias3.c:172:24: error: variable has incomplete type 'struct sockaddr_in'
|
struct sockaddr_in sa;
|
^
|
/root/mariadb-10.5.4/storage/maria/libmarias3/src/marias3.c:172:12: note: forward declaration of 'struct sockaddr_in'
|
struct sockaddr_in sa;
|
^
|
1 error generated.
|
gmake[2]: *** [storage/maria/CMakeFiles/aria_s3_copy.dir/build.make:135: storage/maria/CMakeFiles/aria_s3_copy.dir/libmarias3/src/marias3.c.o] Error 1
|
gmake[1]: *** [CMakeFiles/Makefile2:5565: storage/maria/CMakeFiles/aria_s3_copy.dir/all] Error 2
|
gmake: *** [Makefile:183: all] Error 2
|
cmake params
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Daniel Black [ danblack ] |
Assignee | Daniel Black [ danblack ] | Michael Widenius [ monty ] |
Component/s | Storage Engine - S3 [ 15100 ] |
Labels | freebsd |
Summary | Build Failed on FreeBSD | s3 storage engine Build Failed on FreeBSD |
Assignee | Michael Widenius [ monty ] | Sergei Golubchik [ serg ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Assignee | Sergei Golubchik [ serg ] | Vicențiu Ciorbaru [ cvicentiu ] |
Fix Version/s | 10.5.5 [ 24423 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 111243 ] | MariaDB v4 [ 158091 ] |
A fix for this has been submitted https://github.com/mariadb-corporation/libmarias3/pull/87 in addition to https://github.com/MariaDB/server/pull/1627
Note on outstanding FreeBSD fixes there is also
MDEV-22975andMDEV-22621