Bug 267: OPEN
Need "make install" AND "make all" to install tazpkg from source
Date: 2025-07-01 - Creator: Frizzus - Priority standard - 2 messages
When installing tazpkg from source, the README file tell us to simply use the "make install\" command. However, using only the make install command is causing an error. --- $ make install install -m 0755 -d /usr/bin install -m 0755 build/tazpkg /usr/bin install: impossible d'évaluer 'build/tazpkg': Aucun fichier ou dossier de ce nom --- When cloning the mercurial repo, the build direcrory does not exist and is not populated with expected scripts. When executing "make all\" before \"make install\" everything goes right. I have this bug on the "default\" branch.
Affected package(s): tazpkg
Messages
By: Frizzus on 2025-07-01 21:36
This issue does not exists anymore on the changeset "f2975370bd27".
By: hgt on 2025-07-09 16:26
README files are not always up to date. For package creation, best have a look at the recipe in the official wok, for example: https://cook.slitaz.org/index.cgi?receipt=tazpkg When the mercurial repository is cloned, it just contains recipes and some stuff for package creation, not the source code of the packages. But it is suitable for creating packages with the cook command.