[Bug 264772] Colorize stopped coloring logs.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264772] Colorize stopped coloring logs."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jun 2022 19:42:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264772 Matthew Kern <mkern@alconconstruction.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkern@alconconstruction.com --- Comment #2 from Matthew Kern <mkern@alconconstruction.com> --- I'm not OP, but I'm fairly certain this is in reference to sysutils/colorize, as of 0.3.4_2. The new version cannot find /usr/local/etc/colorizerc as a valid configuration file, so prints "Can't read any configuration!" and does not colorize anything. This is due to the new "patch-colorize" line "++@config_files = ("%%PREFIX%%/etc/colorizerc");". I'm not sure if the maintainer expected %%PREFIX%% to be replaced before applying the patch, but it is applying as-is (that %%PREFIX%% is not expanding to anything). Temporary workaround is to copy your colorizerc to ~/.colorizerc for any user who is using the program, as it is still able to find and read this. Permanent fix will be to correct that patch and bump versions. -- You are receiving this mail because: You are the assignee for the bug.