Page 1 of 1

Installation of glade fails

Posted: 12. Aug 2014, 18:22
by ibka
I was trying to install glade with

Code: Select all

spi -i glade
but it don't work.
Version of Salix: XFCE 14.1 edition

The error message was:

Code: Select all

No such package or SlackBuild: b420c92543b591e63c1353628f838850
In the file http://salix.enialis.net/sbo/14.0/SLACKBUILDS.TXT it looks like this:

Code: Select all

SLACKBUILD NAME: glade
SLACKBUILD LOCATION: ./development/glade
SLACKBUILD FILES: README doinst.sh glade.SlackBuild glade.info slack-desc
SLACKBUILD VERSION: 3.12.2
SLACKBUILD DOWNLOAD: http://ftp.gnome.org/pub/GNOME/sources/glade/3.12/glade-3.12.2.tar.xz
SLACKBUILD DOWNLOAD_x86_64: 
SLACKBUILD MD5SUM: 
SLACKBUILD MD5SUM_x86_64: 
SLACKBUILD REQUIRES: b420c92543b591e63c1353628f838850
SLACKBUILD SHORT DESCRIPTION:  Glade (GTK+ User Interface Builder)
The "SLACKBUILD REQUIRES:" line is wrong, that is probably the "MD5SUM"

Re: Installation of glade fails

Posted: 12. Aug 2014, 21:48
by mimosa
Hmm it seems to work here. Which architecture are you using? and does /etc/slapt-get/slapt-srcrc point at the right version (14.1)?

Re: Installation of glade fails

Posted: 12. Aug 2014, 23:12
by laprjns
ibka wrote:The error message was:

Code: Select all

No such package or SlackBuild: b420c92543b591e63c1353628f838850
That checksum (b420c92543b591e63c1353628f838850) is for the glade slackbuild in Slackbuild's 14.0 repository. You should check your slapt-src configuration file, /etc/slapt-get/slapt-srcrc, for the correct 14.1 slackbuild repo links, They should be:

Code: Select all

SOURCE=http://salix.enialis.net/slkbuild/14.1/
SOURCE=http://salix.enialis.net/sbo/14.1/ 

Then update both slapt-get and slapt-src cache by doing

Code: Select all

$sudo spi --update
Once updated try installing glade again.

Re: Installation of glade fails

Posted: 13. Aug 2014, 07:40
by ibka
Sorry, the version is 14.0 on this computer :oops:

Re: Installation of glade fails

Posted: 13. Aug 2014, 08:27
by mimosa
It may also be worth checking your slapt-getrc configuration to ensure it too points correctly to 14.1; if not, just change every 14.0 to 14.1.

EDIT

Although on reflection, if there is a problem like that, putting things right might be a bit trickier than that. It also seems unlikely if as you say you have 14.1 installed.

Re: Installation of glade fails

Posted: 13. Aug 2014, 09:33
by laprjns
ibka wrote:Sorry, the version is 14.0 on this computer :oops:
So I'm really confused now, spi is not available in 14.0.

Re: Installation of glade fails

Posted: 13. Aug 2014, 10:05
by ibka
laprjns wrote:
ibka wrote:Sorry, the version is 14.0 on this computer :oops:
So I'm really confused now, spi is not available in 14.0.
No its not aviable as default, but i have installed it on 14.0.
The problem is the same for slapt-src when i try to install glade
Salix version is 14.0 on this computer.
This is a computer i use for testing things.

EDIT
I have tested it on a computer which is a normal installation with XFCE 14.0 and it has the same problem with slapt-src

Re: Installation of glade fails

Posted: 13. Aug 2014, 12:05
by gapan
This may be a bug with slapt-src, but I'll have to look into it. In the mean time, a glade package is available in 14.0 from slapt-get. The package is named glade3.

Re: Installation of glade fails

Posted: 13. Aug 2014, 22:14
by gapan
I failed to see this the first time around, but this is the problem and it's definitely not a bug with slapt-src:

Code: Select all

SLACKBUILD REQUIRES: b420c92543b591e63c1353628f838850
The SlackBuild actually references the md5sum as a required package (and has a blank md5sum line). One of the usual problems with slackbuilds.org I guess. I have now removed glade from our own sbo mirror, since it is already packaged as "glade3" as I mentioned above.