FS#44242 - [xdotool] compilation error
Attached to Project:
Community Packages
Opened by Neven Sajko (Neven) - Wednesday, 18 March 2015, 13:34 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 18 March 2015, 14:56 GMT
Opened by Neven Sajko (Neven) - Wednesday, 18 March 2015, 13:34 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 18 March 2015, 14:56 GMT
|
Details
Description:
ldconfig invoked during package() needs root. Error message: Running ldconfig to update library cache ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Failed running 'ldconfig'. Maybe you need to be root? |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Wednesday, 18 March 2015, 14:37 GMT
This error isn't fatal, and we don't care about the makefile
running ldconfig (it's done by pacman after the installaion). Is
there any actual problem here?
Comment by Neven Sajko (Neven) -
Wednesday, 18 March 2015, 14:53 GMT
Well, I guess there's no actual problem, but it was just a bit
unsettling because I didn't know what exactly ldconfig does.