Re: Ubuntu 12.10 - 404 Not found

126 views
Skip to first unread message

Jan Groenewald

unread,
Nov 12, 2012, 9:42:58 AM11/12/12
to sulliwane, sage-...@googlegroups.com
Dear Silliwane,

The Sage PPA has not yet been updated for 12.10.
It currently only has 12.04 support. I hope to work
on this soon, but that might mean early next year;
I am not sure yet. In the meantime, try this:

sudo sed -ie 's/quantal/precise/g' /etc/apt/sources.list.d/aims-sagemath-quantal.list

And continue from apt-get update again. Please let me know whether it works (I expect it will).

Regards,
Jan






On 12 November 2012 16:34, sulliwane <victor....@gmail.com> wrote:
Hello,

I'm trying to install Sage 5.4 on my ubuntu 12.10. I added your sage
PPA, and then "apt-get update"

But i got this error :

W: Impossible de récupérer
http://ppa.launchpad.net/aims/sagemath/ubuntu/dists/quantal/main/source/Sources
404  Not Found

W: Impossible de récupérer
http://ppa.launchpad.net/aims/sagemath/ubuntu/dists/quantal/main/binary-
amd64/Packages
 404  Not Found

W: Impossible de récupérer
http://ppa.launchpad.net/aims/sagemath/ubuntu/dists/quantal/main/binary-i386/Packages
404  Not Found

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été
ignorés, ou les anciens ont été utilisés à la place.

It seems specifically related to my ubuntu version...

Thanks for your support.
--
This message was sent from Launchpad by
sulliwane (https://launchpad.net/~victor-bonhomme)
using the "Contact this team's admins" link on the AIMS team page
(https://launchpad.net/~aims).
For more information see
https://help.launchpad.net/YourAccount/ContactingPeople



--
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^


Thierry Dumont

unread,
Nov 12, 2012, 10:58:46 AM11/12/12
to sage-...@googlegroups.com
Le 12/11/2012 15:42, Jan Groenewald a �crit :
> Dear Silliwane,
>
> The Sage PPA has not yet been updated for 12.10.
> It currently only has 12.04 support. I hope to work
> on this soon, but that might mean early next year;
> I am not sure yet. In the meantime, try this:
>
> sudo sed -ie 's/quantal/precise/g'
> /etc/apt/sources.list.d/aims-sagemath-quantal.list
>
> And continue from apt-get update again. Please let me know whether it
> works (I expect it will).
>
> Regards,
> Jan
>
>
Dear all,

*Yes* , it works!

Regards,
t.

tdumont.vcf

Jan Groenewald

unread,
Nov 12, 2012, 11:47:08 AM11/12/12
to victor bonhomme, sage-...@googlegroups.com
Hi

To sage:devel I got feedback that this works, at least superficially.

This is slightly incorrect (running a binary BUILT on 12.04 for RUNTIME USE on 12.10).
However the gcc and libc version differences between 12.04 and 12.10 are so small
you may experience no problems at all.

Last time we experienced a problem was the 10.04 binary that failed to run on 11.04.
This is why I provided the 12.04 buildbot slave. I intend to provide a 12.10 buildbot slave,
was just going to try and build an LXC machine (Linux containers, virtualisation on top
of one kernel, unlike KVM -- this saves on resources). Since some libraries like ATLAS
are CPU and/or kernel "sensitive", would it be OK to use containers rather than full
virtual guests for buildbot slaves?

Regards,
Jan



On 12 November 2012 18:39, victor bonhomme <victor....@gmail.com> wrote:
With your command, everything works just fine under ubuntu 12.10 64bits !

Thanks a lot, and keep on your awsome work on sagemath. The server/web interface is very smart.

Regards,
Victor.


2012/11/12 Jan Groenewald <j...@aims.ac.za>

Timo Kluck

unread,
Nov 13, 2012, 6:40:55 AM11/13/12
to sage-...@googlegroups.com, victor bonhomme
Hi Jan,

You're talking about building debian packages, right? Maybe it's helpful if you have a look at pbuilder and pbuilder-dist. Those tools allow you to build packages for other versions of Debian and Ubuntu than the machine you're building on. Then you don't need to have dedicated installs just for building.

Best, Timo

Op maandag 12 november 2012 17:47:34 UTC+1 schreef Jan Groenewald het volgende:

Jan Groenewald

unread,
Nov 13, 2012, 8:53:05 AM11/13/12
to sage-...@googlegroups.com
Hi

No, I am talking about buildbot slaves -- the upstream sage mechanism for testing and building binaries.

( I simply repackage these for Ubuntu packages, and can use pbuilder and launchpad for that )

Regards,
Jan


--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To post to this group, send email to sage-...@googlegroups.com.
To unsubscribe from this group, send email to sage-devel+...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
 
 

Jan Groenewald

unread,
Nov 17, 2012, 2:55:40 AM11/17/12
to sage-...@googlegroups.com, sulliwane, Waseem Elliot
Hi

The PPA can now be used to install on Ubuntu 12.10.

Sulliwane, you can revert your 12.10 system back to the way
it should be with this command (all on one line):
sudo sed -ie 's/precise/quantal/g' /etc/apt/sources.list.d/aims-
sagemath-quantal.list

I requested extra space so that I can start building for 12.10.
While I've not yet provided a 12.10 buildbot slave, so upstream
is not building 12.10 binaries, this is in the pipeline.
In the meantime I've copied the 12.04 binaries in the PPA directly
over to 12.10.

Regards,
Jan

Thierry Dumont

unread,
Nov 17, 2012, 2:13:57 PM11/17/12
to sage-...@googlegroups.com
Le 17/11/2012 08:55, Jan Groenewald a �crit :
> Hi
>
> The PPA can now be used to install on Ubuntu 12.10.
>
Yes,
This is ok!
Thanks!
t.d.
> Sulliwane, you can revert your 12.10 system back to the way
> it should be with this command (all on one line):
> sudo sed -ie 's/precise/quantal/g' /etc/apt/sources.list.d/aims-
> sagemath-quantal.list
>
> I requested extra space so that I can start building for 12.10.
> While I've not yet provided a 12.10 buildbot slave, so upstream
> is not building 12.10 binaries, this is in the pipeline.
> In the meantime I've copied the 12.04 binaries in the PPA directly
> over to 12.10.
>
> Regards,
> Jan
>
>
>
> On 13 November 2012 15:53, Jan Groenewald <j...@aims.ac.za
> <mailto:j...@aims.ac.za>> wrote:
>
> Hi
>
> No, I am talking about buildbot slaves -- the upstream sage
> mechanism for testing and building binaries.
>
> ( I simply repackage these for Ubuntu packages, and can use pbuilder
> and launchpad for that )
>
> Regards,
> Jan
>
>
>
> On 13 November 2012 13:40, Timo Kluck <tkl...@gmail.com
> /etc/apt/sources.list.d/aims-__sagemath-quantal.list
>
> And continue from apt-get update again. Please let
> me know whether it works (I expect it will).
>
> Regards,
> Jan
>
>
>
>
>
>
> On 12 November 2012 16:34, sulliwane
> <victor....@gmail.com> wrote:
>
> Hello,
>
> I'm trying to install Sage 5.4 on my ubuntu
> 12.10. I added your sage
> PPA, and then "apt-get update"
>
> But i got this error :
>
> W: Impossible de r�cup�rer
> http://ppa.launchpad.net/aims/__sagemath/ubuntu/dists/quantal/__main/source/Sources
> W: Impossible de r�cup�rer
> http://ppa.launchpad.net/aims/__sagemath/ubuntu/dists/quantal/__main/binary-
> amd64/Packages
> <http://ppa.launchpad.net/aims/sagemath/ubuntu/dists/quantal/main/binary-amd64/Packages>
> 404 Not Found
>
> W: Impossible de r�cup�rer
> http://ppa.launchpad.net/aims/__sagemath/ubuntu/dists/quantal/__main/binary-i386/Packages
> E: Le t�l�chargement de quelques fichiers
> d'index a �chou�, ils ont �t�
> ignor�s, ou les anciens ont �t� utilis�s � la place.
>
> It seems specifically related to my ubuntu
> version...
>
> Thanks for your support.
> --
> This message was sent from Launchpad by
> sulliwane
> (https://launchpad.net/~__victor-bonhomme
> <https://launchpad.net/~victor-bonhomme>)
> using the "Contact this team's admins" link on
> the AIMS team page
> (https://launchpad.net/~aims).
> For more information see
> https://help.launchpad.net/__YourAccount/ContactingPeople
> <https://help.launchpad.net/YourAccount/ContactingPeople>
>
>
>
>
> --
> .~.
> /V\ Jan Groenewald
> /( )\ www.aims.ac.za <http://www.aims.ac.za>
> ^^-^^
>
>
>
>
>
> --
> .~.
> /V\ Jan Groenewald
> /( )\ www.aims.ac.za <http://www.aims.ac.za>
> ^^-^^
>
> --
> You received this message because you are subscribed to the
> Google Groups "sage-devel" group.
> To post to this group, send email to sage-...@googlegroups.com
> <mailto:sage-...@googlegroups.com>.
> To unsubscribe from this group, send email to
> sage-devel+...@googlegroups.com
> <mailto:sage-devel%2Bunsu...@googlegroups.com>.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
>
>
>
>
>
> --
> .~.
> /V\ Jan Groenewald
> /( )\ www.aims.ac.za <http://www.aims.ac.za>
> ^^-^^
>
>
>
>
> --
> .~.
> /V\ Jan Groenewald
> /( )\ www.aims.ac.za <http://www.aims.ac.za>
tdumont.vcf
Reply all
Reply to author
Forward
0 new messages