SliTaz SliTaz Forum

You are not logged in.

#1 2017-03-24 11:28:12

I-Jurij
Member
Registered: 2015-10-10
Posts: 148

hunspell - library is missing

/usr/lib/libhunspell-1.3.so link to missing libhunspell-1.3.so.0.0.0

Offline

#2 2017-03-24 14:31:43

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: hunspell - library is missing

Fixed : http://hg.slitaz.org/wok/rev/eeaaeada151a#l1.8

You can retry with http://cook.slitaz.org/?download=hunspell-1.3.3.tazpkg

or add http://cook.slitaz.org/?download=../wok/hunspell/taz/hunspell-1.3.3/fs/usr/lib/libhunspell-1.3.so.0.0.0

Offline

#3 2017-03-24 14:40:51

I-Jurij
Member
Registered: 2015-10-10
Posts: 148

Re: hunspell - library is missing

Bellard оперативно сделал.

Я только нашел в чем дело, правда, зашел издалека - сделал 1.6.0

receipt:

[c]# SliTaz package receipt.
PACKED_SIZE="48.0K"
UNPACKED_SIZE="168.0K"
PACKAGE="hunspell"
VERSION="1.6.0"
CATEGORY="system-tools"
SHORT_DESC="A spell checker."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2 LGPL2.1 MPL"
TARBALL="v$VERSION.tar.gz"
WEB_SITE="http://hunspell.sourceforge.net/"
WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL"

#DEPENDS="python"
BUILD_DEPENDS="libtool buildroot automake autoconf"

# Rules to configure and make the package.
compile_rules()
{
    aclocal
    autoheader
    automake --force-missing --add-missing
    autoreconf -vfi
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --mandir=/usr/share/man \
    $CONFIGURE_ARGS &&
    make &&
    make -j 1 DESTDIR=$DESTDIR install
    ldconfig
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*.so* $fs/usr/lib
    cp -a $install/usr/bin $fs/usr
}[/c]
Вроде работает.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]