dépôts ubuntu

Bugs

Modérateur : xcasadmin

netsabes
Messages : 10
Inscription : lun. août 22, 2011 9:02 pm

dépôts ubuntu

Message par netsabes » mar. sept. 13, 2011 8:02 pm

Bonjour,

j'ai ajouté les dépôts conformément à ce qui est prescrit sur le site de xcas, et la commande :
sudo apt-get update
me renvoie :
W: Impossible de récupérer http://www-fourier.ujf-grenoble.fr/~par ... Sources.gz 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.

Puis une impossibilité de mettre à jour quoi que ce soit d'autre, les dépôts n'étant pas authentifiés.

Par conséquent, je suis obligé de supprimer ce dépôt de mon sources.list, et ne bénéficie donc pas des mises à jours.

Je vais voir si je peux installer la 0.9.3 depuis un .deb.

D'autres ont le même problème ?

Séb.
Linux Ubuntu 10.10
xcas 0.8.6

netsabes
Messages : 10
Inscription : lun. août 22, 2011 9:02 pm

Re: dépôts ubuntu

Message par netsabes » mar. sept. 13, 2011 8:03 pm

c'est parti mon kiki pour le .deb
Tant pis pour les mises à jour automatiques.
Linux Ubuntu 10.10
xcas 0.8.6

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: dépôts ubuntu

Message par parisse » mar. sept. 13, 2011 8:29 pm

c'est bizarre car votre lien semble etre la recherche des sources du paquet et pas du paquet lui-meme (un deb-src plutot qu'un deb), pour un paquet binaire il devrait y avoir mention de l'architecture (i386 par exemple) dans le lien.

netsabes
Messages : 10
Inscription : lun. août 22, 2011 9:02 pm

Re: dépôts ubuntu

Message par netsabes » mar. sept. 13, 2011 8:39 pm

en effet.

Je suis sur le serveur national, et sous ubuntu 10.10.

Et j'ai le même problème depuis tous mes postes au lycée sous ubuntu.

Mais bon, l'install de la 0.9.3 est maintenant faite (il me restera à la faire au lycée).
Linux Ubuntu 10.10
xcas 0.8.6

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: dépôts ubuntu

Message par parisse » mer. sept. 14, 2011 5:50 am

Vous pouvez envoyer la partie de votre fichier sources.list repertoire etc, sous-repertoire apt qui contient du ujf-grenoble?

netsabes
Messages : 10
Inscription : lun. août 22, 2011 9:02 pm

Re: dépôts ubuntu

Message par netsabes » mer. sept. 14, 2011 7:46 am

En totalité, ça donne :
(c'est tout à la fin)

Code : Tout sélectionner

# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)]/ maverick main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://fr.archive.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ maverick universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick universe
deb http://fr.archive.ubuntu.com/ubuntu/ maverick-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ maverick multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu maverick main
deb-src http://extras.ubuntu.com/ubuntu maverick main

deb http://security.ubuntu.com/ubuntu maverick-security main restricted
deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
deb http://security.ubuntu.com/ubuntu maverick-security universe
deb-src http://security.ubuntu.com/ubuntu maverick-security universe
deb http://security.ubuntu.com/ubuntu maverick-security multiverse
deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse
deb http://download.virtualbox.org/virtualbox/debian maverick contrib
# deb-src http://download.virtualbox.org/virtualbox/debian maverick contrib
deb http://www-fourier.ujf-grenoble.fr/~parisse/debian/ stable main
deb-src http://www-fourier.ujf-grenoble.fr/~parisse/debian/ stable main
Linux Ubuntu 10.10
xcas 0.8.6

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: dépôts ubuntu

Message par parisse » mer. sept. 14, 2011 8:19 am

Ok, il faut supprimer la derniere ligne (qui commence par deb-src) et ne garder que l'avant-derniere.

netsabes
Messages : 10
Inscription : lun. août 22, 2011 9:02 pm

Re: dépôts ubuntu

Message par netsabes » mer. sept. 14, 2011 11:25 am

Ah, ok, merci.

Mais Xcas est bien libre, non ?
Linux Ubuntu 10.10
xcas 0.8.6

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: dépôts ubuntu

Message par parisse » jeu. sept. 15, 2011 6:31 am

Oui, bien sur, le source est dispo sur ma page web, mais je n'ai pas fait de paquet du source (en fait le source est "natif" debian, il n'y a pas besoin de paquet source modifie pour pouvoir le packager en debian)

Répondre