Can't install cairo-dock Salix 13.37 XFCE

General talk about packaging procedures and packages.

Can't install cairo-dock Salix 13.37 XFCE

Postby loukingjr » 25. Oct 2011, 11:47

I tried installing cairo-dock using Sourcery but it fails with this message...

ERROR: Package extension .0~2-i486-1_SBotxz is not supported.

is there anything I can do to fix it? I also tried installing AWN and it is apparently missing some dependencies.

thanks.
there are three kinds of people in the world. those that can count, and those that can't.
iMac 2.8Ghz i7
User avatar
loukingjr
 
Posts: 233
Joined: 8. Aug 2010, 13:10
Location: Pittsburgh,Pa

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby gapan » 25. Oct 2011, 15:26

This is a case of a bad slackbuild. I've notified the maintainer, he will have to fix it for it to work properly.

In the mean time, to get it to work, edit /etc/slapt-get/slapt-srcsrc and change
Code: Select all
PKGEXT=txz

to
Code: Select all
PKGEXT=.txz

(add the ".")

then run slapt-src from a root terminal to build the package:
Code: Select all
slapt-src -b cairo-dock

the package will be built in /usr/src/slapt-src/desktop/cairo-dock. You can then install it with:
Code: Select all
spkg -i /usr/src/slapt-src/desktop/cairo-dock/_packagenamehere_

("slapt-src -i" won't work, because it has a bad version name too, with the tilde in there)

Make sure you edit the PKGEXT in slapt-srcrc back to its original setting, or else all other slackbuilds will fail.
Image
User avatar
gapan
Salix Wizard
 
Posts: 3509
Joined: 6. Jun 2009, 17:40

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby loukingjr » 25. Oct 2011, 15:29

gapan wrote:This is a case of a bad slackbuild. I've notified the maintainer, he will have to fix it for it to work properly.


Make sure you edit the PKGEXT in slapt-srcrc back to its original setting, or else all other slackbuilds will fail.


thanks. I will try that. :)
there are three kinds of people in the world. those that can count, and those that can't.
iMac 2.8Ghz i7
User avatar
loukingjr
 
Posts: 233
Joined: 8. Aug 2010, 13:10
Location: Pittsburgh,Pa

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby ghostdawg » 25. Oct 2011, 21:39

gapan wrote:This is a case of a bad slackbuild. I've notified the maintainer, he will have to fix it for it to work properly.

In the mean time, to get it to work, edit /etc/slapt-get/slapt-srcsrc and change
Code: Select all
PKGEXT=txz

to
Code: Select all
PKGEXT=.txz

(add the ".")

then run slapt-src from a root terminal to build the package:
Code: Select all
slapt-src -b cairo-dock

the package will be built in /usr/src/slapt-src/desktop/cairo-dock. You can then install it with:
Code: Select all
spkg -i /usr/src/slapt-src/desktop/cairo-dock/_packagenamehere_

("slapt-src -i" won't work, because it has a bad version name too, with the tilde in there)

Make sure you edit the PKGEXT in slapt-srcrc back to its original setting, or else all other slackbuilds will fail.

I just tried it and get this error message:

Code: Select all
cairo-dock-2.3.0~2/data/default-class-indicator.svg
cairo-dock-2.3.0~2/LGPL-2
cairo-dock-2.3.0~2/compile-all.sh
cairo-dock.SlackBuild: line 70: cmake: command not found
fakeroot -- sh cairo-dock.SlackBuild Failed

Any ideas what may be wrong?

Thnx.
HP DX5150 AMD64 | 1.5gb | 40gb | SalixOS - Xfce4
User avatar
ghostdawg
 
Posts: 43
Joined: 21. Sep 2011, 02:56
Location: STLMO

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby Shador » 25. Oct 2011, 21:55

This is wrong:
ghostdawg wrote:cairo-dock.SlackBuild: line 70: cmake: command not found


I think you can guess by yourself how you get a command onto your system. Otherwise have a look at the SlackBuilds readme or do anyway just in case.
Image
Shador
Salix Warrior
 
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby ghostdawg » 26. Oct 2011, 04:13

I do have cmake installed. I'm new with slackbuilds, so I'm not quite understanding this error. What do you mean by
do anyway just in case.


Thnx.
HP DX5150 AMD64 | 1.5gb | 40gb | SalixOS - Xfce4
User avatar
ghostdawg
 
Posts: 43
Joined: 21. Sep 2011, 02:56
Location: STLMO

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby gapan » 26. Oct 2011, 07:58

No, you can't possibly have cmake installed if you're having this error.
Image
User avatar
gapan
Salix Wizard
 
Posts: 3509
Joined: 6. Jun 2009, 17:40

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby Shador » 26. Oct 2011, 10:41

Please post the output of these commands:
Code: Select all
# ls -1 /var/log/packages/cmake-*
# echo $PATH
Image
Shador
Salix Warrior
 
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby loukingjr » 26. Oct 2011, 12:00

gapan wrote:This is a case of a bad slackbuild. I've notified the maintainer, he will have to fix it for it to work properly.
(code)

worked for me. thanks :D
there are three kinds of people in the world. those that can count, and those that can't.
iMac 2.8Ghz i7
User avatar
loukingjr
 
Posts: 233
Joined: 8. Aug 2010, 13:10
Location: Pittsburgh,Pa

Re: Can't install cairo-dock Salix 13.37 XFCE

Postby ghostdawg » 26. Oct 2011, 13:37

gapan wrote:No, you can't possibly have cmake installed if you're having this error.

You are correct, it wasn't installed. I saw /usr/share/cmake or something similar and thought it was /usr/bin/cmake. I also had to install gtkglext. Now all is well.

Thnx.
HP DX5150 AMD64 | 1.5gb | 40gb | SalixOS - Xfce4
User avatar
ghostdawg
 
Posts: 43
Joined: 21. Sep 2011, 02:56
Location: STLMO

Next

Return to General