Page 1 of 1

SBO SlackBuild

Posted: 30. Jun 2015, 23:38
by slack631
hello

I didn't know where to put this topic, please move it if necessary.

I tried to install wireshark, but at the point when the source package download begins, it has failed,

Code: Select all

http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2...Failed
Just to report this.
Also a request, please if is possible to upgrade the package Inkscape.

thanks

Re: SBO SlackBuild

Posted: 1. Jul 2015, 03:44
by icaroperseo
slack631 wrote:hello

I didn't know where to put this topic, please move it if necessary.

I tried to install wireshark, but at the point when the source package download begins, it has failed,

Code: Select all

http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2...Failed
Just to report this.
I took the liberty to report this in the mailing list of SBo (SlackBuilds.org), thanks!
slack631 wrote: Also a request, please if is possible to upgrade the package Inkscape.

thanks
In this case, I think that you would need to make your request in the forum section: "Package requests", as a new thread (or something like that).

Best regards.

Re: SBO SlackBuild

Posted: 1. Jul 2015, 10:45
by laprjns
I don't think this is a SBO issue. Downloading the source tarball is done by slapt-src. SBO expects you to download the source files manually. Trying to download the source tarball using wget i get a certification error:

Code: Select all

rich[~]$ wget http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2
--2015-07-01 06:34:10--  http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2
Resolving wiresharkdownloads.riverbed.com (wiresharkdownloads.riverbed.com)... 45.55.185.126
Connecting to wiresharkdownloads.riverbed.com (wiresharkdownloads.riverbed.com)|45.55.185.126|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://1.na.dl.wireshark.org/src/all-versions/wireshark-1.12.2.tar.bz2 [following]
--2015-07-01 06:34:10--  https://1.na.dl.wireshark.org/src/all-versions/wireshark-1.12.2.tar.bz2
Resolving 1.na.dl.wireshark.org (1.na.dl.wireshark.org)... 45.55.185.126, 2604:a880:800:10::6df:1001
Connecting to 1.na.dl.wireshark.org (1.na.dl.wireshark.org)|45.55.185.126|:443... connected.
ERROR: cannot verify 1.na.dl.wireshark.org's certificate, issued by ‘/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA’:
  Unable to locally verify the issuer's authority.
To connect to 1.na.dl.wireshark.org insecurely, use `--no-check-certificate'.
However the tarball can be manually downloaded from the Slackbuild wireshark page by just pointing and clicking on the source link:
http://wiresharkdownloads.riverbed.com/ ... .2.tar.bz2

So if you still want to install wirehark, just manually download the tarball and move it to the /usr/src/slapt-src/network/wireshark/ directory then retry installing wireshark.

Re: SBO SlackBuild

Posted: 1. Jul 2015, 15:53
by slack631
Ok, thanks. I downloaded manualy and installation works.
I was using command "spi -i wireshak".

Thanks