Package Details: tidyp 1.04-2

Git Clone URL: https://aur.archlinux.org/tidyp.git (read-only, click to copy)
Package Base: tidyp
Description: Validates and outputs cleaned-up HTML.
Upstream URL: http://tidyp.com
Licenses: custom
Submitter: int
Maintainer: int
Last Packager: int
Votes: 0
Popularity: 0.000000
First Submitted: 2017-10-12 17:09 (UTC)
Last Updated: 2023-02-11 16:21 (UTC)

Latest Comments

bence98 commented on 2023-02-09 19:24 (UTC)

This package no longer builds, since about 2 years ago, /ect/makepkg.conf includes -Werror=format-security in the default $CFLAGS.

localize.c: In function 'prvTidyReportAccessWarning':
localize.c:1354:5: error: format not a string literal and no format arguments [-Werror=format-security]
 1354 |     messageNode( doc, TidyAccess, node, fmt );
      |     ^~~~~~~~~~~
localize.c: In function 'prvTidyReportAccessError':
localize.c:1361:5: error: format not a string literal and no format arguments [-Werror=format-security]
 1361 |     messageNode( doc, TidyAccess, node, fmt );
      |     ^~~~~~~~~~~
localize.c: In function 'prvTidyReportWarning':
localize.c:1380:9: error: format not a string literal and no format arguments [-Werror=format-security]
 1380 |         messageNode(doc, TidyWarning, rpt, fmt);
      |         ^~~~~~~~~~~
localize.c: In function 'prvTidyReportError':
localize.c:1461:9: error: format not a string literal and no format arguments [-Werror=format-security]
 1461 |         messageNode(doc, TidyWarning, rpt, fmt);
      |         ^~~~~~~~~~~
localize.c:1480:9: error: format not a string literal and no format arguments [-Werror=format-security]
 1480 |         messageNode(doc, TidyWarning, node, fmt);
      |         ^~~~~~~~~~~
localize.c: In function 'prvTidyReportFatal':
localize.c:1529:9: error: format not a string literal and no format arguments [-Werror=format-security]
 1529 |         messageNode(doc, TidyError, rpt, fmt);
      |         ^~~~~~~~~~~
cc1: some warnings being treated as errors
make[1]: *** [Makefile:368: localize.lo] Error 1