Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/08/2010, à 16:48

loreleil.747

[ Résolu ] (wine1.2):source.winehq.org errno=Connection timed ?

Bonjour tout le monde,


> Installation en cours de wine 1.2 ! hmm

****************************************************************************************************************************
1) Résumer de l'installation en "standbye".

2) Questions :

Mes erreurs (*)   sad

Selon vous, est il possible de rattraper le coup ?

Que me conseillez vous ?

*****************************************************************************************************************************

sam. 07 août 2010 22:47:41 CEST

ici : http://wiki.winehq.org/WineOn64bit#head-f6a7d1b561fe7ce26bb3a061d96d16380d90d618

Building Wine on Ubuntu / Kubuntu 10.04 (Lucid Lynx)

Most of the Lucid ia32-libs come with .so links, except for libGL.so, which additionally is located in a "non-standard" directory where the 'configure' script does not look for.

To compile the 32-bit wine on a 64-bit Lucid, you need to do a

sudo apt-get build-dep wine

followed by a

mkdir -p ./lib32
ln -s /usr/lib32/mesa/libGL.so.1 ./lib32/libGL.so

Attention: Lucid also has another libGL.so that comes with the proprietary nvidia driver package (if you have an nvidia card). This is located under /usr/lib32/nvidia-current/. You may want to use this library instead if you feel less confident about the mesa driver that comes with the ia32-libs.

Then, run configure, build and install with:

CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v
make
sudo make install

There is no need to specify the -m32 or an explicit gcc version in Lucid.
traduction google ici : http://translate.google.ch/translate?u=http%3A%2F%2Fwiki.winehq.org%2FWineOn64bit&sl=en&tl=fr&hl=&ie=UTF-8

Vin S'appuyant sur Ubuntu / Kubuntu 10.04 (Lynx Lucide)
La plupart des ia32-libs Lucid viennent avec. Liens, à l'exception des libGL.so, qui est en outre situé dans un «non-standard" répertoire où le script 'configure' ne cherche pas.
Pour compiler le vin 32-bit sur un Lucid 64-bit, vous avez besoin de faire un sudo apt-get build-dep wine  suivie d'une

mkdir -p ./lib32 mkdir-p ./lib32
ln -s /usr/lib32/mesa/libGL.so.1 ./lib32/libGL.so ln-s / usr/lib32/mesa/libGL.so.1 ./lib32/libGL.so

Attention: Lucid a aussi un autre libGL.so qui est fourni avec le package de pilote nvidia propriétaire (si vous avez une carte nvidia). Il est situé dans / usr/lib32/nvidia-current /. Vous pouvez utiliser cette bibliothèque plutôt si vous vous sentez moins confiants sur le pilote Mesa qui vient avec le ia32-libs.
Ensuite, exécutez configurer, compiler et installer avec:

CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v CC = "ccache gcc" LDFLAGS = "-L./lib32". / Configure-v
make faire
sudo make install sudo make install
Il n'est pas nécessaire de préciser les-m32 ou une version explicite du CCG dans Lucid.
[b]1)

sudo gedit /etc/apt/sources.list

"Ajouter" :

deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse

"en fin de fichier "
loreleil@loreleil-desktop:~$ sudo gedit /etc/apt/sources.list
[sudo] password for loreleil: 

# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)]/ lucid main restricted
deb-src http://archive.ubuntu.com/ubuntu lucid main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid main restricted universe
deb-src http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-updates main restricted universe
deb-src http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-updates restricted main multiverse universe #Added by software-properties

## 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.

## 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://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid multiverse
deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-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.

## 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 lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-security main restricted universe
deb-src http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-security restricted main multiverse universe #Added by software-properties
deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-security multiverse
deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-proposed restricted main multiverse universe
deb-src http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-proposed restricted main multiverse universe #Added by software-properties
deb http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-backports restricted main multiverse universe
deb-src http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid-backports restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse #Added by software-properties
loreleil@loreleil-desktop:~$  sudo apt-get update
loreleil@loreleil-desktop:~$ sudo apt-get build-dep wine
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
  bison build-essential comerr-dev cpp-4.1 cvs debhelper diffstat docbook docbook-dsssl docbook-to-man docbook-utils docbook-xsl
  docbook-xsl-doc-html dpkg-dev flex fontforge g++-4.1 gcc-4.1 gcc-4.1-base gcc-4.4-multilib gcc-multilib gettext html2text
  intltool-debian jadetex krb5-multidev lacheck latex-beamer latex-xcolor lib32asound2-dev lib32gomp1 lib32ncurses5-dev lib32v4l-dev
  lib32z1-dev libasound2-dev libaudio-dev libaudiofile-dev libavahi-client-dev libavahi-common-dev libc6-dev-i386 libcapi20-3
  libcapi20-dev libcups2-dev libdbus-1-dev libesd0-dev libexif-dev libexpat1-dev libfontconfig1-dev libfontforge1 libfreetype6-dev
  libgcrypt11-dev libgdraw4 libgif-dev libgnutls-dev libgpg-error-dev libgphoto2-2-dev libgsm1-dev libgssrpc4 libhal-dev
  libhal-storage-dev libice-dev libieee1284-3-dev libjack-dev libjpeg62-dev libkadm5clnt-mit7 libkadm5srv-mit7 libkdb5-4 libkrb5-dev
  liblcms1-dev libldap2-dev libmail-sendmail-perl libmpg123-0 libmpg123-dev libncurses5-dev libopenal-dev libopenal1 libosp5
  libostyle1c2 libpng12-dev libsane-dev libsgmls-perl libsm-dev libsp1c2 libspiro0 libssl-dev libstdc++6-4.1-dev libtasn1-3-dev
  libtiff4-dev libtiffxx0c2 libuninameslist0 libusb-dev libv4l-dev libxcomposite-dev libxcursor-dev libxext-dev libxfixes-dev
  libxi-dev libxinerama-dev libxml2-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libxxf86vm-dev lmodern luatex m4 openjade
  pgf po-debconf prosper ps2eps quilt sgmlspl sharutils sp tex-common texlive-base texlive-binaries texlive-common texlive-doc-base
  texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended
  texlive-latex-base texlive-latex-base-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-luatex texlive-pstricks
  texlive-pstricks-doc tipa x11proto-composite-dev x11proto-fixes-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
  x11proto-xf86vidmode-dev x11proto-xinerama-dev xz-utils zlib1g-dev
0 mis à jour, 143 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 273Mo dans les archives.
Après cette opération, 589Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? O
Réception de : 1 http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid/main m4 1.4.13-3 [286kB]
loreleil@loreleil-desktop:~$  sudo apt-get update
sam. 07 août 2010 21:34:41 CEST 

loreleil@loreleil-desktop:~$ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
[sudo] password for loreleil: 
OK
loreleil@loreleil-desktop:~$  git clone git://source.winehq.org/git/wine.git ~/wine-git
Le programme « git » n'est pas installé.  Vous pouvez l'installer en saisissant :
sudo apt-get install git-core
loreleil@loreleil-desktop:~$ sudo apt-get install git-core
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libparted0 lib32nss-mdns ttf-symbol-replacement cabextract ttf-mscorefonts-installer winbind
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Paquets suggérés :
  git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb
Les NOUVEAUX paquets suivants seront installés :
  git-core
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 6 122ko dans les archives.
Après cette opération, 12,7Mo d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://ubuntu-archive.mirrors.proxad.net/ubuntu/ lucid/main git-core 1:1.7.0.4-1 [6 122kB]
6 122ko réceptionnés en 5s (1 024ko/s)
Sélection du paquet git-core précédemment désélectionné.
(Lecture de la base de données... 227400 fichiers et répertoires déjà installés.)
Dépaquetage de git-core (à partir de .../git-core_1%3a1.7.0.4-1_amd64.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de git-core (1:1.7.0.4-1) ...

(*)

loreleil@loreleil-desktop:~$ git clone git://source.winehq.org/git/wine.git ~/wine-git
Initialized empty Git repository in /home/loreleil/wine-git/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
loreleil@loreleil-desktop:~$ mkdir -p ./lib32
loreleil@loreleil-desktop:~$
loreleil@loreleil-desktop:~$ln -s /usr/lib32/nvidia-current/libGL.so.1 ./lib32/libGL.so
loreleil@loreleil-desktop:~$

(*)

loreleil@loreleil-desktop:~$ CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v
bash: ./configure: Aucun fichier ou dossier de ce type
loreleil@loreleil-desktop:~$

(*)

dim. 08 août 2010 09:56:45 CEST 

loreleil@loreleil-desktop:~$ wget -c http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
--2010-08-08 09:56:08--  http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
Résolution de winezeug.googlecode.com... 72.14.235.82
Connexion vers winezeug.googlecode.com|72.14.235.82|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 7475 (7,3K) [text/plain]
Sauvegarde en : «install-wine-deps.sh»

100%[===================================================================================================================>] 7 475       --.-K/s   ds 0,07s   

2010-08-08 09:56:08 (110 KB/s) - «install-wine-deps.sh» sauvegardé [7475/7475]

loreleil@loreleil-desktop:~$

je l'ai rendu exécutable, puis lancer.
(*)

dim. 08 août 2010 14:51:28 CEST 

loreleil@loreleil-desktop:~$ git clone git://source.winehq.org/git/wine.git ~/wine-git
Initialized empty Git repository in /home/loreleil/wine-git/.git/
source.winehq.org[0: 209.46.25.134]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
loreleil@loreleil-desktop:~$

Une idée !  ........ >      1281394039.png     wink   !

Dernière modification par loreleil.747 (Le 10/08/2010, à 20:02)

Hors ligne

#2 Le 10/08/2010, à 01:04

loreleil.747

Re : [ Résolu ] (wine1.2):source.winehq.org errno=Connection timed ?

Bonsoir tout le monde !

J'ai régler se problème.   1281394039.png

Pour rappel : Le but étant l'installation de : [ Xrelais (Schèma indus.) et Reverso Pro (traductueur) ... entre autre  ( logiciels propriétaires) ] , et pour se faire, installer wine 1.2.
D'ou :

1) un second pc à ma disposition. Petit pc, petit écran. Sda 20 Gio.
2) un cd debian lenny v. 5.0.5 i386
3) configurations (sécurité)  cool
4) installation wine 1.2
5) installation Xrelais
6) Reverso ... demain !
Le tout les doigts dans le nez !
Quelles screen ... hein ?

Allons ! roll    1281394039.png

1281393417.png  1281393496.png  1281393581.png    1281393738.png  roll  1281394039.png

1281393982.png

Une p'tite dernière ......... hein ?  roll

Ouais !


1281393832.png

Voilà, ....  voilà !   Amicalement, loreleil. wink  !

Dernière modification par loreleil.747 (Le 10/08/2010, à 19:53)

Hors ligne