[Bug 289046] games/alephone: Fails to build with FFmpeg 8.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289046] games/alephone: Fails to build with FFmpeg 8.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Aug 2025 18:23:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289046
Nuno Teixeira <eduardo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ports-bugs@FreeBSD.org |eduardo@FreeBSD.org
CC| |eduardo@FreeBSD.org
Status|New |Open
--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
I did try build latest release 20250829 and error is unrelated to ffmpeg(?).
Clues?
Should we open an upstream PR?
```
ld: error: undefined symbol: pthread_condattr_init
>>> referenced by NetworkInterface.cpp
>>> NetworkInterface.o:(asio::detail::posix_event::posix_event()) in archive Network/libnetwork.a
ld: error: undefined symbol: pthread_condattr_setclock
>>> referenced by NetworkInterface.cpp
>>> NetworkInterface.o:(asio::detail::posix_event::posix_event()) in archive Network/libnetwork.a
ld: error: undefined symbol: pthread_condattr_destroy
>>> referenced by NetworkInterface.cpp
>>> NetworkInterface.o:(asio::detail::posix_event::posix_event()) in archive Network/libnetwork.a
ld: error: undefined symbol: pthread_create
>>> referenced by NetworkInterface.cpp
>>> NetworkInterface.o:(asio::detail::posix_thread::start_thread(asio::detail::posix_thread::func_base*)) in archive Network/libnetwork.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:568: alephone] Error 1
gmake[3]: Leaving directory
'/wrkdirs/overlays/overlay/games/alephone/work/AlephOne-20250829/Source_Files'
gmake[2]: *** [Makefile:644: all-recursive] Error 1
gmake[2]: Leaving directory
'/wrkdirs/overlays/overlay/games/alephone/work/AlephOne-20250829/Source_Files'
gmake[1]: *** [Makefile:567: all-recursive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/overlays/overlay/games/alephone/work/AlephOne-20250829'
gmake: *** [Makefile:461: all] Error 2
```
--
You are receiving this mail because:
You are the assignee for the bug.