[Bug 199439] textproc/tidyp: Assertion failure when running tidyp

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 14 03:37:25 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199439

            Bug ID: 199439
           Summary: textproc/tidyp: Assertion failure when running tidyp
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: eserte12 at yahoo.de
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Calling "tidyp" gives an assertion failure:

$ tidyp
Assertion failed: (ixVal == (uint) option->id), function
prvTidyResetConfigToDefault, file config.c, line 508.
[1]    55774 abort      tidyp

Consequently, the perl module HTML::Tidy (which is probably the reason why the
tidyp port exists) also does not work:

$ perl -MHTML::Tidy -e 'HTML::Tidy->new->parse("foo.html", "contents")'    
Assertion failed: (ixVal == (uint) option->id), function
prvTidyResetConfigToDefault, file config.c, line 508.
[1]    8983 abort      perl -MHTML::Tidy -e 'HTML::Tidy->new->parse("foo.html",
"contents")'

Problem seen on freebsd 10.1 and freebsd 9.2
Installed is:
* tidyp-1.04_1
* p5-HTML-Tidy-1.56_1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list