Page 1 of 1
Sourcery slapt-src
Posted: 07 May 2017 22:58
by linocaetani
Sourcery slapt-src doesn't start
Re: Sourcery slapt-src
Posted: 08 May 2017 05:56
by djemos
sudo slapt-get -u
sudo slapt-get -i vte
then run sourcery
also update lxterminal
sudo slapt-get -i lxterminal
Re: Sourcery slapt-src
Posted: 21 May 2017 01:06
by linocaetani
Now starts, but there is a error on cache updating
Re: Sourcery slapt-src
Posted: 21 May 2017 06:40
by djemos
The host salix.hostingxtreme.com, is not working anymore.
Run
or from menus and choose another host. (download.salixos.org) for example
This also will update slapt-src as well.
If you like edit slapt-src and add in the end this line also, SOURCE=
https://slackbuilds.org/slackbuilds/14.2/
Change it to look like this.
sudo geany /etc/slapt-get/slapt-srcrc
Code: Select all
BUILDDIR=/usr/src/slapt-src
PKGEXT=txz
SOURCE=http://download.salixos.org/slkbuild/14.2/
SOURCE=http://download.salixos.org/sbo/14.2/
SOURCE=https://slackbuilds.org/slackbuilds/14.2/
Then
Code: Select all
sudo slapt-src --clean
sudo slapt-src -u
Re: Sourcery slapt-src
Posted: 21 May 2017 11:56
by linocaetani
Now it works, thank you very much!
Re: Sourcery slapt-src
Posted: 04 Sep 2018 12:44
by linocaetani
I have some problems with the sourcery again. I tried to download various programs, mainly some dock bars like plank or cairo dock or corebird client twitter, but I did not succeed because the installation process always stops for some reason. I do not know how to proceed, are there alternative ways with other repositories to be added in some way? Thanks in advance for suggestions
Re: Sourcery slapt-src
Posted: 04 Sep 2018 17:18
by djemos
Update slapt-src if you have not update it. It has been rebuild, it is slapt-src-0.3.2i-x86_64-4dj.txz
I installed gst-libav first with gslapt then i run sourcery and installed corebird. when i tried to run it from terminal i got
corebird: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
It needs an old icu package.
Also in /etc/slapt-get/slapt-srcrc i have
Code: Select all
SOURCE=http://download.salixos.org/slkbuild/14.2/
SOURCE=http://download.salixos.org/sbo/14.2/
SOURCE=https://www.slackbuilds.org/slackbuilds/14.2/
Re: Sourcery slapt-src
Posted: 04 Sep 2018 17:24
by linocaetani
Great, thank you!