trying to build single package with kde.SlackBuild for plasma (AlienBob script)
by nobodino from LinuxQuestions.org on (#4WEV8)
I'm trying to build single package for plasma (kde5), with AlienBob kde.SlackBuild, and for some package I've no result, no package built, no errors. My system is a pure x86_64 multilib system with kde4 replaced with plasma, and every package has been installed.
Here are 2 examples of rebuilding with log results: akonadi and baloo.
I executed the following command for baloo:
./kde.SlackBuild frameworks:baloo 2>&1 | tee build-baloo-log.txt
and for akonadi:
./kde.SlackBuild applications:akonadi 2>&1 | tee build-baloo-log.txt
nota: I modified the SlackBuild with 'set -x' option to see every line of the executing script, and I don't understand the results of the logs.
Attached Files


Here are 2 examples of rebuilding with log results: akonadi and baloo.
I executed the following command for baloo:
./kde.SlackBuild frameworks:baloo 2>&1 | tee build-baloo-log.txt
and for akonadi:
./kde.SlackBuild applications:akonadi 2>&1 | tee build-baloo-log.txt
nota: I modified the SlackBuild with 'set -x' option to see every line of the executing script, and I don't understand the results of the logs.
Attached Files
![]() | build-baloo-log.txt (55.7 KB) |
![]() | build-akonadi-log.txt (95.2 KB) |
