Bug 271697 - www/rt50 fails to build - GRAPHVIZ maybe?
Summary: www/rt50 fails to build - GRAPHVIZ maybe?
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-28 17:55 UTC by Marko Cupać
Modified: 2023-05-30 06:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Cupać 2023-05-28 17:55:04 UTC
Hi,

I can't build rt50-5.0.4 in my poudriere.

I have some non-default options, such as disabled DOCS and enabled GRAPHVIZ:

---Begin OPTIONS List---
===> The following configuration options are available for rt50-5.0.4:
     DEVELOPER=off: Configure for Developers
     DOCS=off: Build and/or install documentation
     EXTERNALAUTH=on: Extension to authenticate users against an external source
     GD=on: Enable GD Graphs and Charts
     GPG=on: Enable GnuPG support
     GRAPHVIZ=on: Graphviz graph drawing support
     SMIME=off: Enable Secure MIME support
====> Options available for the single DB: you have to select exactly one of them
     MYSQL=on: MySQL database support
     PGSQL=off: PostgreSQL database support
     SQLITE=off: SQLite database support
====> Options available for the radio WEB: you can only select none or one of them
     AP_MODFASTCGI=on: Deploy with apache and mod_fastcgi
     AP_MODPERL=off: Deploy with apache and mod_perl
     LIGHTTPD=off: Deploy with lighttpd and mod_fastcgi
     SPAWN_FCGI=off: Deploy with spawn_fcgi
===> Use 'make config' to modify these settings
---End OPTIONS List---

Here's excerpt from poudriere log:

[pkg.kappastar.com] Extracting p5-GraphViz2-2.67: .......... done
(...)
===>   rt50-5.0.4 depends on package: p5-GraphViz>0 - not found
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-05-29 06:51:09 UTC
A commit in branch main references this bug:

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

commit 7c67bfaca608e241bc9dc2e3412f31f27095393b
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-05-29 06:42:14 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-05-29 06:42:14 +0000

    www/rt50: Fix graphviz dependency.

    PR:             271697
    Reported by:    David Siebörger, Marko Cupać

 www/rt50/Makefile.cpan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)