Package Details: libitl 0.8.0-2

Git Clone URL: https://aur.archlinux.org/libitl.git (read-only, click to copy)
Package Base: libitl
Description: Islamic Tools and Libraries (ITL)
Upstream URL: https://github.com/arabeyes-org/
Licenses: LGPL
Submitter: linuxSEAT
Maintainer: linuxSEAT
Last Packager: linuxSEAT
Votes: 13
Popularity: 0.000000
First Submitted: 2008-10-24 09:10 (UTC)
Last Updated: 2022-04-10 11:40 (UTC)

Latest Comments

1 2 Next › Last »

0xAhmad commented on 2026-01-01 09:53 (UTC) (edited on 2026-01-01 09:58 (UTC) by 0xAhmad)

When I tried to install this pacakge from the AUR directly via yay, this error occured:

==> Making package: libitl 0.8.0-2 (Thu 01 Jan 2026 11:44:52 AM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: libitl-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
libitl - exit status 4

I downloaded the PKGBUILD and edited the cmake line to this (thanks to this reddit comment):

cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_INSTALL_PREFIX=$pkgdir/usr

and this worked alhamdulillah.

However I hope the package maintainer fixes this issue.

linuxSEAT commented on 2022-04-10 11:42 (UTC)

Updated PKGBUILD to fix the include path.

msoulier commented on 2022-04-02 00:58 (UTC)

This package puts its headers into /usr/include, but itools, which depends on it, expects to find them in /usr/include/itl. Which should it be?

Asad3ainJalout commented on 2016-12-30 21:46 (UTC)

This package appears to be broken, I do not know enough how to troubleshoot it beyond it wont compile.

linuxSEAT commented on 2015-02-06 12:05 (UTC)

updated PKGBUILD - still using the old link which seems working. I will look into the github version later.

tajidinabd commented on 2015-02-02 11:26 (UTC)

here is the new link to the github repo for cloning https://github.com/arabeyes-org/ITL

tajidinabd commented on 2015-02-01 23:09 (UTC)

could you update PKGBUILD i think there is a newer version cant download the source currently.

aecepoglu commented on 2013-06-27 08:43 (UTC)

I couldn't dynamically link my program to your lib, so I had to do this: - echo "/usr/lib/itl" > /etc/ld.so.conf.d/libitl.conf -

kozaki commented on 2013-03-27 03:03 (UTC)

Hi, I waited till i can update and check both architectures. Now compile on both and your other package itools, work fine too. It looks like a good job, may you be thanked.