Ticket #44069

Msys2 / Makefile.meson built win32 client can't find port for server

오픈 날짜: 2022-03-11 05:39 마지막 업데이트: 2022-06-23 04:48

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
2

Details

win32 version of the msys2 Makefile.meson built gtk3.22-client can't fork the server, but says that it does not find a free port for that. This is with the 220309 msys2 environment (currently in testing, not yet in use). Gtk3.22-client is the only installer that can currently be built by the Makefile.meson.

Ticket History (3/9 Histories)

2022-03-11 05:39 Updated by: cazfi
  • New Ticket "Msys2 / Makefile.meson built win32 client can't find port for server" created
2022-03-11 10:26 Updated by: cazfi
댓글 올리기

This happens also with 211115 msys2 environment, so not a regression with the new environment.

2022-06-10 04:20 Updated by: cazfi
댓글 올리기

There seems to be two parts to this:

1) Configure step does not find 'getaddrinfo()'
2) Currently our meson build has FREECIV_IPV6_SUPPORT hardcoded, even though it can't be built without getaddrinfo()

2022-06-11 15:15 Updated by: cazfi
댓글 올리기

Reply To cazfi

1) Configure step does not find 'getaddrinfo()'

-> #44794

2) Currently our meson build has FREECIV_IPV6_SUPPORT hardcoded, even though it can't be built without getaddrinfo()

Handling that part in this ticket. Should be quick way to enable win32 builds (albeit without IPv6 support)

2022-06-17 20:02 Updated by: cazfi
  • 소유자 Update from (None) to cazfi
  • Resolution Update from None to Accepted
2022-06-18 21:40 Updated by: cazfi
댓글 올리기

- Minor style improvement

2022-06-23 04:48 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login