Page 1 of 1

sorcery error (solved)

Posted: 24. Mar 2013, 12:09
by welan
Not sure what happened here. Was trying to install a pkg from sorcery and it error-ed out.
In the log generated by sorcery I found several "not found" lines, so I proceeded to check my system to see if they were or were not installed. Found all are installed. I'm sure the problem is obvious and I'm just not seeing it. A little help if anyone has time. Lines 728-810 seem to show the most pertinent info, but I could be wrong. http://pastebin.com/jQxYpCNA

Sorry, should mention I'm running salix xfce 14 64bit

Re: sorcery error

Posted: 24. Mar 2013, 12:36
by laprjns
Try installing the kernel-headers.

Code: Select all

slapt-get -i kernel-headers
The kernel-headers should have already been installed, but you seem to be missing files like errno,h that are include in the kernel-headers package.

Re: sorcery error

Posted: 24. Mar 2013, 12:44
by welan
will do so. Thanks for the fast reply. ;)