'; }
Bug 289876 - astro/openuniverse: Fix build on 13.5-RELEASE
Summary: astro/openuniverse: Fix build on 13.5-RELEASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-28 08:38 UTC by Kousuke Kannagi
Modified: 2025-09-28 14:32 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
Fix build on 13.5-RELEASE (759 bytes, patch)
2025-09-28 08:38 UTC, Kousuke Kannagi
mce: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kousuke Kannagi freebsd_committerfreebsd_triage 2025-09-28 08:38:24 UTC
Created attachment 264123 [details]
Fix build on 13.5-RELEASE
Comment 1 commit-hook freebsd_committerfreebsd_triage 2025-09-28 14:30:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b59069e2331755ac47a9a0c7129ea529b46afa9

commit 5b59069e2331755ac47a9a0c7129ea529b46afa9
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-09-28 14:26:33 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-28 14:29:26 +0000

    astro/openuniverse: Fix build on 13

    ld: error: undefined symbol: ftime
    >>> referenced by ou.cpp
    >>>               ou.o:(Idle())
    >>> did you mean: ctime
    >>> defined in: /lib/libc.so.7

    PR:     289876
    Fixes:  c5f57c13a292 (Fix freeglut runtime error)
    MFH:    2025Q3

 astro/openuniverse/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committerfreebsd_triage 2025-09-28 14:31:47 UTC
A commit in branch 2025Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c0b0a6b9d3856e702cd64caa57991d1663bdbdba

commit c0b0a6b9d3856e702cd64caa57991d1663bdbdba
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-09-28 14:26:33 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-28 14:31:04 +0000

    astro/openuniverse: Fix build on 13

    ld: error: undefined symbol: ftime
    >>> referenced by ou.cpp
    >>>               ou.o:(Idle())
    >>> did you mean: ctime
    >>> defined in: /lib/libc.so.7

    PR:     289876
    Fixes:  c5f57c13a292 (Fix freeglut runtime error)
    MFH:    2025Q3
    (cherry picked from commit 5b59069e2331755ac47a9a0c7129ea529b46afa9)

 astro/openuniverse/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
Comment 3 Vladimir Druzenko freebsd_committerfreebsd_triage 2025-09-28 14:32:14 UTC
Thanks.