Erreurs lors de l'installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Split |
Confirmed
|
Low
|
Guillaume Mazoyer |
Bug Description
Bonjour,
Ci-joint la copie du terminal avec les messages d'erreur.
daniel@
daniel@
equivalence, v0.2
...configuring Java projects to build and run on Linux & Unix
Identify operating system: Debian
Check for required jar files:
- java-gnome library found
- dbus-java library found
- matthew-debug disable library found
- matthew-debug enable library found
- matthew-debug hexdump library found
- Unix socket library found
Check Java compilers:
- System javac works
- System jar works
- System javadoc found
Check Java virtual machines:
- System java VM works
Select compiler: javac
Select runtime: java
Write .config file: ok
Write launcher files: ok
daniel@
EXTRACT tmp/i18n/
make: xgettext : commande introuvable
make: *** [tmp/i18n/
daniel@
EXTRACT tmp/i18n/
make: xgettext : commande introuvable
make: *** [tmp/i18n/
daniel@
equivalence, v0.2
...configuring Java projects to build and run on Linux & Unix
Identify operating system: Debian
Check for required jar files:
- java-gnome library found
- dbus-java library found
- matthew-debug disable library found
- matthew-debug enable library found
- matthew-debug hexdump library found
- Unix socket library found
Check Java compilers:
- System javac works
- System jar works
- System javadoc found
Check Java virtual machines:
- System java VM works
Select compiler: javac
Select runtime: java
Write .config file: ok
Write launcher files: ok
daniel@
equivalence, v0.2
...configuring Java projects to build and run on Linux & Unix
Identify operating system: Debian
Check for required jar files:
- java-gnome library found
- dbus-java library found
- matthew-debug disable library found
- matthew-debug enable library found
- matthew-debug hexdump library found
- Unix socket library found
Check Java compilers:
- System javac works
- System jar works
- System javadoc found
Check Java virtual machines:
- System java VM works
Select compiler: javac
Select runtime: java
Write .config file: ok
Write launcher files: ok
daniel@
Bonjour,
Le paquet "xgettext" n'a pas l'air d'être installé sur le système. Il faudrait donc l'installer puis retenter une compilation. Ce paquet permet d'extraire les chaînes de caractères du code source afin de pouvoir les traduire.
Donc : /usr/share/ java
sudo aptitude install xgettext
./configure prefix=/usr libdir=/usr/lib/jni jardir=
make
sudo make install
Pensez également à bien vérifiez que java-gnome est en version 4.0.16 sur le système. Pour cela, il faut soit le compiler soit utiliser le PPA ici : /launchpad. net/~gnome- split-team/ +archive/ ppa /launchpad. net/~java- gnome/+ archive/ ppa
https:/
ou alors le PPA officiel de java-gnome
https:/
Je suis le mainteneur des 2 PPAS. Si java-gnome est bien en version 4.0.16, vous devriez pouvoir installer GNOME Split en le compilant sans problème.