Hello, people! Can someone help me?
I am trying to package TDE for NixOS [1], but I'm stuck in tdelibs [2]. It complains about a "general.entities" file not being updated. I googled the error but there is no pages about that issue. I have almost no idea what I can do here.
Here is a pastebin : http://termbin.com/4tnd
Notes:
1 - Main tree: https://github.com/AndersonTorres/nixpkgs/tree/TDE-WIP
2 - The code can be found here: https://github.com/AndersonTorres/nixpkgs/tree/TDE-WIP/pkgs/desktops/tde/R14
On Sun, 10 Sep 2017 06:47:28 -0300 Anderson Torres torres.anderson.85@gmail.com wrote:
Hello, people! Can someone help me?
I am trying to package TDE for NixOS [1], but I'm stuck in tdelibs [2]. It complains about a "general.entities" file not being updated. I googled the error but there is no pages about that issue. I have almost no idea what I can do here.
Here is a pastebin : http://termbin.com/4tnd
Did you check the CMake error logs listed at the end of that fragment? Whatever's going wrong here is happening inside CMake's configuration process.
Based on the information available, I'd suspect a permissions problem.
E. Liddell