[solved] slapt-src log and remove package.

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

[solved] slapt-src log and remove package.

Post by ink3 »

I can't find where slapt-src have log from builds package (sometimes I need see something interesting).
Next problem:
How delete package installed with slapt-src? I use removepkg, but may have the option of slapt-src?
Last edited by ink3 on 18. Mar 2012, 19:57, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6368
Joined: 6. Jun 2009, 17:40

Re: slapt-src log and remove package.

Post by gapan »

ink3 wrote:I can't find where slapt-src have log from builds package (sometimes I need see something interesting).
It doesn't. If you want logs when using slapt-src you should make sure they are created yourself. Something like:

Code: Select all

slapt-src -i foo 2>&1 | tee build.log
If you use Sourcery, it will keep logs for you anyway though.
ink3 wrote:How delete package installed with slapt-src? I use removepkg, but may have the option of slapt-src?
No, slapt-src is not a package manager, so it doesn't need that option. You should use "spkg -d" or "removepkg" (the former is better).
Image
Image
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: [solved] slapt-src log and remove package.

Post by ink3 »

ok. thanks :)
Post Reply