Installation of glade fails

You think you have found a bug? Let us know about it.
Post Reply
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

Installation of glade fails

Post 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"
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Installation of glade fails

Post 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)?
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Installation of glade fails

Post 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.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

Re: Installation of glade fails

Post by ibka »

Sorry, the version is 14.0 on this computer :oops:
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Installation of glade fails

Post 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.
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Installation of glade fails

Post 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.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

Re: Installation of glade fails

Post 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
Image
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Installation of glade fails

Post 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.
Image
Image
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Installation of glade fails

Post 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.
Image
Image
Post Reply