Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 03:37:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199439] textproc/tidyp: Assertion failure when running tidyp
Message-ID:  <bug-199439-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: eserte12@yahoo.de
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199439-13>