Cmake e Chroot
Inviato: sab 3 giu 2017, 11:17
Sto compilando i pacchetti in ambiente chroot, creato all'interno di /opt/slack-chroot con un slackware64-current full. Per ora tutto ok, ma oggi ho avuto un problema con httraqt, in pratica termina così
Come se secondo lui il cmake fosse stato creato senza chroot (naturalmente è tutto fatto tramite .SlackBuild)
Come mai succede così? Come posso evitarlo?
Codice: Seleziona tutto
CMake Error: The current CMakeCache.txt directory /tmp/pkg/httraqt/build/CMakeCache.txt is different than the directory /opt/slack-chroot/tmp/pkg/httraqt/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txtCome mai succede così? Come posso evitarlo?