zorba-processor / zorba

Zorba - the NoSQL processor
http://zorba.io
Apache License 2.0
42 stars 16 forks source link

PPA fail with UBUNTU 16 LTS, does not have a Release file #10

Open ppKrauss opened 7 years ago

ppKrauss commented 7 years ago

I am using Debian instructions of http://www.zorba.io/download after success with sudo add-apt-repository ppa:juan457/zorba the command sudo apt-get update fineshes with

W: The repository 'http://ppa.launchpad.net/juan457/zorba/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: ... http://ppa.launchpad.net/juan457/zorba/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found

PPA auth:

gpg: chaveiro `/tmp/tmpscjfpx54/secring.gpg' criado
gpg: chaveiro `/tmp/tmpscjfpx54/pubring.gpg' criado
gpg: requisitando chave 680C821A de servidor hkp - keyserver.ubuntu.com
gpg: /tmp/tmpscjfpx54/trustdb.gpg: banco de dados de confiabilidade criado
gpg: chave 680C821A: chave pública "Launchpad PPA for Juan Zacarias" importada
gpg: Número total processado: 1
gpg:               importados: 1  (RSA: 1)
cezarfx commented 7 years ago

Peter,

The last packages are built for Ubuntu Trusty 14.04. Looks like you have a newer version of Ubuntu. For this we recommend doing a build from sources. See doc page: http://www.zorba.io/documentation/latest/zorba/build

Or you might try to directly install from deb files:

Use this command for installing the deb file: sudo apt install ./name.deb (or /path/to/package/name.deb)

Cezar

On Fri, Aug 25, 2017 at 9:35 AM, Peter notifications@github.com wrote:

I am using Debian instructions of http://www.zorba.io/download after success with sudo add-apt-repository ppa:juan457/zorba the command sudo apt-get update fineshes with

W: The repository 'http://ppa.launchpad.net/juan457/zorba/ubuntu xenial Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) manpage for repository creation and user configuration details. E: ... http://ppa.launchpad.net/juan457/zorba/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zorba-processor/zorba/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AApPXo17tIL-1At97U_cFNEjRMR6iBbXks5sbtu9gaJpZM4PCvsb .

ppKrauss commented 7 years ago

Thanks @cezarfx . Let's try....

wget -c https://launchpad.net/~juan457/+archive/ubuntu/zorba/+files/zorba_3.0.0-1~ubuntu14.04.1_amd64.deb

sudo apt install ./zorba_3.0.0-1~ubuntu14.04.1_amd64.deb

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'zorba' instead of './zorba_3.0.0-1~ubuntu14.04.1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 zorba : Depends: libicu48 (>= 4.8-1) but it is not installable
E: Unable to correct problems, you have held broken packages.
cezarfx commented 7 years ago

Peter, Thanks for trying it. There is always the option of building from sources.

Cezar

On Fri, Aug 25, 2017 at 5:09 PM, Peter notifications@github.com wrote:

Thanks @cezarfx https://github.com/cezarfx . Let's try....

wget -c https://launchpad.net/~juan457/+archive/ubuntu/zorba/+files/zorba_3.0.0-1~ubuntu14.04.1_amd64.deb

sudo apt install ./zorba_3.0.0-1~ubuntu14.04.1_amd64.deb

Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'zorba' instead of './zorba_3.0.0-1~ubuntu14.04.1_amd64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: zorba : Depends: libicu48 (>= 4.8-1) but it is not installable E: Unable to correct problems, you have held broken packages.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zorba-processor/zorba/issues/10#issuecomment-325045227, or mute the thread https://github.com/notifications/unsubscribe-auth/AApPXjYZZxDTgxWtDioh9uWbfaosQovaks5sb0Y2gaJpZM4PCvsb .

ppKrauss commented 7 years ago

... The instruction pages not works, not navigate (using chrome)... There are a simple TXT summary, README or script for it?

cezarfx commented 7 years ago

The links in the overview page are missing the href, apparently the generating script has a bug. There might be others link having this problem.

Use this page to navigate directly to the instruction pages. http://www.zorba.io/documentation/latest/zorba/build

Cezar

On Fri, Aug 25, 2017 at 5:36 PM, Peter notifications@github.com wrote:

... The instruction pages http://www.zorba.io/documentation/latest/zorba/build/build not works, not navigate (using chrome)... There are a simple TXT summary, README or script for it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zorba-processor/zorba/issues/10#issuecomment-325049085, or mute the thread https://github.com/notifications/unsubscribe-auth/AApPXnWQ8PgZiCLwSt9Eyb4FMbp0TTiaks5sb0xwgaJpZM4PCvsb .