Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

How compile under Slackware64 14.2? #534

@inukaze

Description

@inukaze

Hi there i try to compile bomi under Slackware64 14.2 but when i use configure never find "chardet"

git clone https://github.com/xylosper/bomi bomi-git
cd bomi-git
./configure --prefix=/usr
configure for Linux...
Checking for ffmpeg >= 2.4 ... yes
Checking for libass >= 0.12.1 ... yes
Checking for dvdread ... yes
Checking for dvdnav ... yes
Checking for libbluray ... yes
Checking for chardet ... no
'chardet' package was not found.

#echo well i try searching chardet
[bomi-git]$ slpkg -F chardet

Packages with name matching [ chardet ]

+==============================================================================
| Repository Package                                                       Size
+==============================================================================
  sbo         cchardet-1.0.0                                                0 K
  sbo         libuchardet-0.0.6                                             0 K
  sbo         python-chardet-3.0.4                                          0 K
  slonly      cchardet-1.0.0-x86_64-1_slonly.txz                           72 K
  slonly      libuchardet-0.0.6-x86_64-1_slonly.txz                        92 K
  slonly      python-chardet-3.0.4-x86_64-1_slonly.txz                    148 K

Found summary
===============================================================================
Total found 6 packages in 2 repositories.

slpkg -s slonly cchardet libuchardet python-chardet
Reading package lists... Done
Resolving dependencies... Done

The following packages will be automatically installed or upgraded 
with new version:

+==============================================================================
| Package                 New Version        Arch    Build  Repos          Size
+==============================================================================
Installing:
  python-chardet          3.0.4              x86_64  1      slonly        148 K
  libuchardet             0.0.6              x86_64  1      slonly         92 K
  cchardet                1.0.0              x86_64  1      slonly         72 K
['148', '92', '72'] ['990', '540', '230']
Kb Mb 312 1.72

Installing summary
===============================================================================
Total 3 packages.
3 packages will be installed, 0 will be upgraded and 0 will be reinstalled.
Need to get 312 Kb of archives.
After this process, 1.72 Mb of additional disk space will be used.

Would you like to continue [y/N]? y

[1/1][ Download ] --> python-chardet-3.0.4-x86_64-1_slonly.txz

--2020-02-12 03:21:25--  https://slackonly.com/pub/packages/14.2-x86_64/python/python-chardet/python-chardet-3.0.4-x86_64-1_slonly.txz
Resolviendo slackonly.com... 45.58.49.216, 2602:ffc5::ffc6:f752
Conectando con slackonly.com[45.58.49.216]:443... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 150132 (147K)
Grabando a: “/tmp/slpkg/packages/python-chardet-3.0.4-x86_64-1_slonly.txz”

python-chardet-3.0.4-x86_64 100%[===========================================>] 146,61K   183KB/s    en 0,8s    

2020-02-12 03:21:27 (183 KB/s) - “/tmp/slpkg/packages/python-chardet-3.0.4-x86_64-1_slonly.txz” guardado [150132/150132]


[1/1][ Download ] --> libuchardet-0.0.6-x86_64-1_slonly.txz

--2020-02-12 03:21:27--  https://slackonly.com/pub/packages/14.2-x86_64/libraries/libuchardet/libuchardet-0.0.6-x86_64-1_slonly.txz
Resolviendo slackonly.com... 45.58.49.216, 2602:ffc5::ffc6:f752
Conectando con slackonly.com[45.58.49.216]:443... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 92328 (90K)
Grabando a: “/tmp/slpkg/packages/libuchardet-0.0.6-x86_64-1_slonly.txz”

libuchardet-0.0.6-x86_64-1_ 100%[===========================================>]  90,16K   179KB/s    en 0,5s    

2020-02-12 03:21:28 (179 KB/s) - “/tmp/slpkg/packages/libuchardet-0.0.6-x86_64-1_slonly.txz” guardado [92328/92328]


[1/1][ Download ] --> cchardet-1.0.0-x86_64-1_slonly.txz

--2020-02-12 03:21:28--  https://slackonly.com/pub/packages/14.2-x86_64/libraries/cchardet/cchardet-1.0.0-x86_64-1_slonly.txz
Resolviendo slackonly.com... 45.58.49.216, 2602:ffc5::ffc6:f752
Conectando con slackonly.com[45.58.49.216]:443... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 70464 (69K)
Grabando a: “/tmp/slpkg/packages/cchardet-1.0.0-x86_64-1_slonly.txz”

cchardet-1.0.0-x86_64-1_slo 100%[===========================================>]  68,81K   173KB/s    en 0,4s    

2020-02-12 03:21:29 (173 KB/s) - “/tmp/slpkg/packages/cchardet-1.0.0-x86_64-1_slonly.txz” guardado [70464/70464]


+==============================================================================
| MD5SUM check for python-chardet-3.0.4-x86_64-1_slonly.txz [ PASSED ]
+==============================================================================

[ installing ] --> python-chardet-3.0.4-x86_64-1_slonly.txz

+==============================================================================
| Installing new package /tmp/slpkg/packages/python-chardet-3.0.4-x86_64-1_slonly.txz
+==============================================================================

Verifying package python-chardet-3.0.4-x86_64-1_slonly.txz.
Installing package python-chardet-3.0.4-x86_64-1_slonly.txz:
PACKAGE DESCRIPTION:
# python-chardet (autodetection of character encoding in python)
#
# Universal encoding detector for Python 2 and 3.
#
# Homepage: https://pypi.python.org/pypi/chardet
#
Package python-chardet-3.0.4-x86_64-1_slonly.txz installed.


Completed!


+==============================================================================
| MD5SUM check for libuchardet-0.0.6-x86_64-1_slonly.txz [ PASSED ]
+==============================================================================

[ installing ] --> libuchardet-0.0.6-x86_64-1_slonly.txz

+==============================================================================
| Installing new package /tmp/slpkg/packages/libuchardet-0.0.6-x86_64-1_slonly.txz
+==============================================================================

Verifying package libuchardet-0.0.6-x86_64-1_slonly.txz.
Installing package libuchardet-0.0.6-x86_64-1_slonly.txz:
PACKAGE DESCRIPTION:
# libuchardet (encoding detector library)
#
# uchardet uchardet is a C language binding of the original C++
# implementation of the universal charset detection library by Mozilla.
# uchardet is an encoding detector library, which takes a sequence of
# bytes in an unknown character encoding without any additional
# information, and attempts to determine the encoding of the text.
# Returned encoding names are iconv-compatible.
#
# Home page: https://www.freedesktop.org/wiki/Software/uchardet/
#
Executing install script for libuchardet-0.0.6-x86_64-1_slonly.txz.
Package libuchardet-0.0.6-x86_64-1_slonly.txz installed.


Completed!


+==============================================================================
| MD5SUM check for cchardet-1.0.0-x86_64-1_slonly.txz [ PASSED ]
+==============================================================================

[ installing ] --> cchardet-1.0.0-x86_64-1_slonly.txz

+==============================================================================
| Installing new package /tmp/slpkg/packages/cchardet-1.0.0-x86_64-1_slonly.txz
+==============================================================================

Verifying package cchardet-1.0.0-x86_64-1_slonly.txz.
Installing package cchardet-1.0.0-x86_64-1_slonly.txz:
PACKAGE DESCRIPTION:
# cchardet (Universal character encoding detector)
#
# This library is high speed universal character
# encoding detector.
#
# Homepage: https://github.com/PyYoshi/cChardet
#
Package cchardet-1.0.0-x86_64-1_slonly.txz installed.


Completed!

+==============================================================================
| Total 3 packages installed and 0 package upgraded
+==============================================================================
| Package python-chardet-3.0.4 installed successfully
| Package libuchardet-0.0.6 installed successfully
| Package cchardet-1.0.0 installed successfully
+==============================================================================

./configure --prefix=/usr
configure for Linux...
Checking for ffmpeg >= 2.4 ... yes
Checking for libass >= 0.12.1 ... yes
Checking for dvdread ... yes
Checking for dvdnav ... yes
Checking for libbluray ... yes
Checking for chardet ... no
'chardet' package was not found.

Well i not had the minimal idea what if searching called "chardet"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions