edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: "alf.siciliano@gmail.com" <alf.siciliano@gmail.com>
To: edbrowse-dev@edbrowse.org
Subject: Re: [edbrowse-dev] tidySetOptBool vs tidySetOptInt on debian
Date: Sat, 7 Dec 2019 22:45:43 +0100	[thread overview]
Message-ID: <20191207224543.ec830db69d404376505a33ea@gmail.com> (raw)
In-Reply-To: <20191207194928.GD194728@toaster>

On Sat, 7 Dec 2019 19:49:28 +0000
Adam Thompson <arthompson1990@gmail.com> wrote:

> Anyway:
> dpkg -l | grep tidy
> ii libtidy-dev:amd64 2:5.6.0-10 amd64 HTML/XML syntax checker and
> reformatter - development
> ii libtidy5deb1:amd64 2:5.6.0-10 amd64 HTML/XML syntax checker and
> reformatter - shared library
> 
> So no weird linkage on my side.  I wonder if tidySetOptInt also fixes the
> FreeBSD port as it's fixed my version (and yes I've compiled and tested this
> on Debian)? What I'm not sure about is if that causes other versions of the
> library to blow up (and unfortunately don't have any to hand right now to
> test).
> 

On debian we have the same version of libtidy, but debian sid hasn't the last
version of edbrowse, so I' m using the old 3.7.5.1-1, if you have compiled
the last version we are tring a different version.

Anyway, on FreeBSD, I have the last version release 3.7.6 (and git master), 
if I change 
from
tidyOptSetBool(tdoc, TidyStyleTags, no); 
to
tidyOptSetInt(tdoc, TidyStyleTags, no);

the runtime output is:

./edbrowse
.ebrc: unrecognized keyword linelength at line 49
edbrowse ready
b www.google.com
12613
Assertion failed: (option_defs[ optId ].type == TidyInteger), function prvTidySetOptionInt, file /usr/ports/www/tidy-html5/work/tidy-html5-5.7.28/src/config.c, line 487.
Abort (core dumped)

it seems freebsd current has a newer tidy-html6 (5.7.28) than
debian sid (5.6.0), too.

Alfonso

--- 
alf.siciliano@gmail.com <alf.siciliano@gmail.com>


  reply	other threads:[~2019-12-07 21:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07 17:15 Adam Thompson
2019-12-07 18:43 ` Dominique Martinet
2019-12-07 19:01   ` Alfonso S. Siciliano
2019-12-07 19:34     ` Dominique Martinet
2019-12-07 19:49       ` Adam Thompson
2019-12-07 21:45         ` alf.siciliano [this message]
2019-12-07 22:16           ` Dominique Martinet
2019-12-08  2:29             ` Geoff McLane
2019-12-08  3:56               ` Karl Dahlke
2019-12-08  8:08                 ` Alfonso Sabato Siciliano
2019-12-08  8:07               ` Dominique Martinet
2019-12-08 13:22               ` Adam Thompson
2019-12-08 21:22                 ` Geoff McLane
2019-12-07 19:44     ` Adam Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191207224543.ec830db69d404376505a33ea@gmail.com \
    --to=alf.siciliano@gmail.com \
    --cc=edbrowse-dev@edbrowse.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).