Opened 10 years ago

Closed 10 years ago

#4712 closed enhancement (fixed)

libass-0.11.1

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (6)

comment:1 by Fernando de Oliveira, 10 years ago

Milestone: current7.6

comment:2 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:3 by Fernando de Oliveira, 10 years ago

Problem: cannot download with wget.

Tried:

[wget -c http://libass.googlecode.com/files/libass-0.11.1.tar.xz]

and the one in the description.

Needed to use firefox.

Bruce, I believe I do not need to upload for you, but I am in doubt what address in anduin or higgs to include in the book.

in reply to:  3 comment:4 by Pierre Labastie, 10 years ago

Replying to fo:

Problem: cannot download with wget.

Tried:

[wget -c http://libass.googlecode.com/files/libass-0.11.1.tar.xz]

and the one in the description.

Needed to use firefox.

I could download with:

wget  https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz

Regards Pierre

comment:5 by Fernando de Oliveira, 10 years ago

Thanks, Pierre. Now solved.

In BLFS-7.5 it was working, but not in my host (7.1):

$ env LC_ALL=C wget -c https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz
--2014-03-08 17:21:31--  https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz
Resolving github.com (github.com)... 192.30.252.129
Connecting to github.com (github.com)|192.30.252.129|:443... connected.
GnuTLS: ASN1 parser: Error in DER parsing.
Unable to establish SSL connection.

Then, discovered that gnutls was installed wrong:

--with-default-trust-store-file=/etc/ssl/ca-bundle.cr

instead of

--with-default-trust-store-file=/etc/ssl/ca-bundle.crt

Even after, reinstalling it, wget refused to work. Reinstalled and it is working fine now.

Thanks for the reply. Solved two or thre problems.!!!

comment:6 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r12840.

Note: See TracTickets for help on using tickets.