Bug 293463 - net/guacamole-server: Build broken after FreeRDP 2.11.8 Update
Summary: net/guacamole-server: Build broken after FreeRDP 2.11.8 Update
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: 2026-02-26 12:10 UTC by Dean E. Weimer
Modified: 2026-02-26 17:01 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ultima)
vvd: merge-quarterly+


Attachments
Full Poudriere Build Log (61.07 KB, text/plain)
2026-02-26 12:10 UTC, Dean E. Weimer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean E. Weimer 2026-02-26 12:10:38 UTC
Created attachment 268376 [details]
Full Poudriere Build Log

checking whether FreeRDPConvertColor is declared... yes
checking whether FreeRDP appears to be a development version... checking how to run the C preprocessor... cpp
checking for egrep -e... (cached) /usr/bin/egrep
yes
configure: error: 
  --------------------------------------------
   You are building against a development version of FreeRDP. Non-release
   versions of FreeRDP may have differences in behavior that are impossible to
   check for at build time. This may result in memory leaks or other strange
   behavior.

   *** PLEASE USE A RELEASED VERSION OF FREERDP IF POSSIBLE ***

   If you are ABSOLUTELY CERTAIN that building against this version of FreeRDP
   is OK, rerun configure with the --enable-allow-freerdp-snapshots
  --------------------------------------------
===>  Script "configure" failed unexpectedly.
Please report the problem to ultima@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/net/guacamole-server/work/guacamole-server-1.6.0/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped making "configure" in /usr/ports/net/guacamole-server
=>> Cleaning up wrkdir
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 15:00:36 UTC
Upstream of the FreeRDP forgot to update version strings for release 2.11.8.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 15:40:10 UTC
2.11.7 => 2.11.8-dev
https://github.com/FreeRDP/FreeRDP/commit/a383740a2f85fa93f390181e5ea4bd1458b34051

2.11.8-dev => 2.11.8
https://github.com/FreeRDP/FreeRDP/commit/9b678b6d5a40ce01607d8c3b1b1416437c8416c4
Not updated CMakeLists.txt.
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-02-26 15:47:43 UTC
A commit in branch main references this bug:

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

commit a6dcbfacc1ad377897545bdbf6e8968b9ec1afc4
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-02-26 15:44:39 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-26 15:44:39 +0000

    net/freerdp: Fix version

    Upstream forgot to update version string for release 2.11.8.
    net/guacamole-server broken:
    configure: error:
      --------------------------------------------
       You are building against a development version of FreeRDP. Non-release
       versions of FreeRDP may have differences in behavior that are impossible to
       check for at build time. This may result in memory leaks or other strange
       behavior.

       *** PLEASE USE A RELEASED VERSION OF FREERDP IF POSSIBLE ***

       If you are ABSOLUTELY CERTAIN that building against this version of FreeRDP
       is OK, rerun configure with the --enable-allow-freerdp-snapshots
      --------------------------------------------

    2.11.7 => 2.11.8-dev
    https://github.com/FreeRDP/FreeRDP/commit/a383740a2f85fa93f390181e5ea4bd1458b34051

    2.11.8-dev => 2.11.8
    https://github.com/FreeRDP/FreeRDP/commit/9b678b6d5a40ce01607d8c3b1b1416437c8416c4
    Not updated CMakeLists.txt.

    PR:     293463
    MFH:    2026Q1

 net/freerdp/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-02-26 15:49:45 UTC
A commit in branch 2026Q1 references this bug:

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

commit 022af7068eab08c171017f150259e6945baca30e
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-02-26 15:44:39 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-26 15:48:57 +0000

    net/freerdp: Fix version

    Upstream forgot to update version string for release 2.11.8.
    net/guacamole-server broken:
    configure: error:
      --------------------------------------------
       You are building against a development version of FreeRDP. Non-release
       versions of FreeRDP may have differences in behavior that are impossible to
       check for at build time. This may result in memory leaks or other strange
       behavior.

       *** PLEASE USE A RELEASED VERSION OF FREERDP IF POSSIBLE ***

       If you are ABSOLUTELY CERTAIN that building against this version of FreeRDP
       is OK, rerun configure with the --enable-allow-freerdp-snapshots
      --------------------------------------------

    2.11.7 => 2.11.8-dev
    https://github.com/FreeRDP/FreeRDP/commit/a383740a2f85fa93f390181e5ea4bd1458b34051

    2.11.8-dev => 2.11.8
    https://github.com/FreeRDP/FreeRDP/commit/9b678b6d5a40ce01607d8c3b1b1416437c8416c4
    Not updated CMakeLists.txt.

    PR:     293463
    MFH:    2026Q1
    (cherry picked from commit a6dcbfacc1ad377897545bdbf6e8968b9ec1afc4)

 net/freerdp/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 15:50:22 UTC
Please test this update.
Comment 6 Dean E. Weimer 2026-02-26 15:54:56 UTC
(In reply to Vladimir Druzenko from comment #5)

Just re-ran build, completed fine. Will let you know after I complete an install and verify functionality.
Comment 7 Dean E. Weimer 2026-02-26 16:23:19 UTC
(In reply to Dean E. Weimer from comment #6)

Everything appears to be running fine after installing updates.
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 17:01:33 UTC
Thanks.