Opened 6 years ago

Closed 6 years ago

#10299 closed enhancement (fixed)

enchant issues

Reported by: bdubbs@… Owned by: thomas
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

See http://lists.linuxfromscratch.org/pipermail/blfs-support/2018-January/079812.html

There is a mention of dbus-glib in configure and providers/enchant_zemberek.cpp so that is still an optional depedency, but we do not have a symlink enchant2 -> /usr/bin/enchant.

Change History (4)

comment:1 by thomas, 6 years ago

Owner: changed from blfs-book@… to thomas
Status: newassigned

comment:2 by thomas, 6 years ago

New dot version (2.2.3)

comment:3 by thomas, 6 years ago

dbus-glib is suggested as an optional dependency, but there is no sign of this in the configure script.

As Bruce said, dbus-glib is mentioned. Reference to it seems to be brought in if Zemberek provider is enabled (--with-zemberek) but default is NO at this switch. If you add --with-zemberek and have no dbus-glib installed, configure will stop with

...
checking for ZEMBEREK... no
configure: error: in `/home/lfs/enchant-2.2.3':
configure: error: --with-zemberek was given, but test(s) for zemberek failed
See `config.log' for more details

Even here is no reference to dbus-glib shown to user, but you find it in configure script as well as in the config.log file. So dbus-glib is required when enabling zemberek but this is turned off by default (and mentioned that it should not be used as it causes crashes)

It says " If you wish to use the Aspell-0.60.6.1 backend, create a symlink, as the root user: ln -svfn ../../lib/aspell /usr/share/enchant/aspell" ..but enchant will work with aspell without this symlink.

Looks like, yes. will remove symlink

The test at the bottom of the page should read as follows: enchant-2 -d en_GB -l /tmp/test-enchant.txt && enchant-2 -d en_GB -a /tmp/test-enchant.txt i.e. enchant-2, not enchant

Either symlink to enchant (I'd prefer) or modify test instructions to use enchant-2. Would do symlink for potential compatibility.

comment:4 by thomas, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r19756

Note: See TracTickets for help on using tickets.