gnome-split-team team mailing list archive
-
gnome-split-team team
-
Mailing list archive
-
Message #00044
[Bug 626182] Re: Erreurs lors de l'installation
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 :
sudo aptitude install xgettext
./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java
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 :
https://launchpad.net/~gnome-split-team/+archive/ppa
ou alors le PPA officiel de java-gnome
https://launchpad.net/~java-gnome/+archive/ppa
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.
--
Erreurs lors de l'installation
https://bugs.launchpad.net/bugs/626182
You received this bug notification because you are a member of GNOME
Split developers, which is subscribed to GNOME Split.
Status in GNOME Split - File splitter for GNOME desktop: New
Bug description:
Bonjour,
Ci-joint la copie du terminal avec les messages d'erreur.
daniel@daniel-ubuntu:~$ cd /home/daniel/Bureau/gn*
daniel@daniel-ubuntu:~/Bureau/gnome-split-0.9$ ./configure
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@daniel-ubuntu:~/Bureau/gnome-split-0.9$ make
EXTRACT tmp/i18n/gnome-split.pot
make: xgettext : commande introuvable
make: *** [tmp/i18n/gnome-split.pot] Erreur 127
daniel@daniel-ubuntu:~/Bureau/gnome-split-0.9$ make install
EXTRACT tmp/i18n/gnome-split.pot
make: xgettext : commande introuvable
make: *** [tmp/i18n/gnome-split.pot] Erreur 127
daniel@daniel-ubuntu:~/Bureau/gnome-split-0.9$ ./configure prefix=/usr
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@daniel-ubuntu:~/Bureau/gnome-split-0.9$ ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java
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@daniel-ubuntu:~/Bureau/gnome-split-0.9$
References