Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2021 14:58:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255620] deskutils/calibre: crashes opening markdown file
Message-ID:  <bug-255620-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255620

            Bug ID: 255620
           Summary: deskutils/calibre: crashes opening markdown file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: madpilot@FreeBSD.org
          Reporter: waitman@waitman.net
          Assignee: madpilot@FreeBSD.org
             Flags: maintainer-feedback?(madpilot@FreeBSD.org)

Crashes with message complaining about missing cchardet module.


Port Makefile has runtime dependency of chardet, should also include cchard=
et

RUN_DEPENDS=3D
...

${PYTHON_PKGNAMEPREFIX}chardet>=3D0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cchardet>=3D0:textproc/py-cchardet@${PY_FLAVOR} \
...

py38-chardet Universal encoding detector for Python 2 and 3
py38-cchardet High speed universal character encoding detector

Installing cchardet resolves the issue.

--=20
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-255620-7788>