Journal Compiler pear fileinfo

Posté par  .
Étiquettes :
0
6
mar.
2005
Bonjour,

Je rencontre un souci avec la compilation de fileinfo qui est un package de PEAR.
Or j'ai besoin de ce package pour l'utilisation de HORDE3.

Voici la sortie de la commande:

# pear install fileinfo
downloading Fileinfo-0.2.tgz ...
Starting to download Fileinfo-0.2.tgz (5,491 bytes)
.....done: 5,491 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20021010
building in /var/tmp/pear-build-root/Fileinfo-0.2
running: /tmp/tmpUC5Y7t/Fileinfo-0.2/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM
checking for PHP extension directory... /usr/lib/php4/20020429-zts
checking for re2c... exit 0;
checking for gawk... gawk
checking for fileinfo support... yes, shared
checking for magic files in default path... found in /usr
checking for magic_open in -lmagic... yes
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /var/tmp/pear-build-root/Fileinfo-0.2/libtool --mode=compile gcc -I. -I/tmp/tmpUC5Y7t/Fileinfo-0.2 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/Fileinfo-0.2/include -I/var/tmp/pear-build-root/Fileinfo-0.2/main -I/tmp/tmpUC5Y7t/Fileinfo-0.2 -I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM -DHAVE_CONFIG_H -g -O2 -c /tmp/tmpUC5Y7t/Fileinfo-0.2/fileinfo.c -o fileinfo.lo
mkdir .libs
gcc -I. -I/tmp/tmpUC5Y7t/Fileinfo-0.2 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/Fileinfo-0.2/include -I/var/tmp/pear-build-root/Fileinfo-0.2/main -I/tmp/tmpUC5Y7t/Fileinfo-0.2 -I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM -DHAVE_CONFIG_H -g -O2 -c /tmp/tmpUC5Y7t/Fileinfo-0.2/fileinfo.c -fPIC -DPIC -o .libs/fileinfo.o
/tmp/tmpUC5Y7t/Fileinfo-0.2/fileinfo.c: In function `_php_finfo_get_type':
/tmp/tmpUC5Y7t/Fileinfo-0.2/fileinfo.c:360: error: parse error before "void"
make: *** [fileinfo.lo] Erreur 1
`make' failed

Comme je ne suis pas développeur, j'avoue ne pas savoir quoi faire.

Merci d'avance

Pascal
  • # Pas une vraie réponse ...

    Posté par  . Évalué à 1.

    Je sais qu'un collègue a rencontré le même problème.

    Je n'ai pas la réponse sous la main, mais pour info, le seul interêt de ce package PEAR est l'affichage de la météo dans la page d'accueil ... donc à moins que ce ne soit l'usage principal auquel tu destines HORDE, rien de bien génant à le zapper pour le moment.

    Un vrai truc indispensable avec lui, serait plutôt l'excellent http://eaccelerator.net/HomeFr?lg=fr(...) pour gagner en vélocité :)

    M
    • [^] # Re: Pas une vraie réponse ...

      Posté par  . Évalué à 1.

      Bon. Et bien merci de cette réponse.

      En fait, je rencontre un problème avec Trean (qui permet d'avoir son bookmarks sous horde) et que je souhaite vraiment installer.
      Mais je n'arrive pas à faire afficher le bouton de download du bookmark dans Trean.
      Et je n'ai aucune réponse sur le site de Horde et/ou Trean.
      Dans les archives il est dit que ça doit marcher !

      Meme réponse pour l'affichage des alarmes des évènements (RDV dans kronolith) qui ne s'affichent pas.

      Donc, comme de telles réponses ne font pas franchement avancer le shmilblick, j'ai repris toute mon installation de horde et de toutes mes applis à zéro.

      Et la seule chose qui plante c'est l'installation de fileinfo et je souhaitais m'assurer que mes deux seuls problèmes (trean + alarmes dans kronolith) ne venaient pas de fileinfo.

      Maintenant, je sais.

      Si quelqu'un sait comment faire fonctionner Trean et les alarmes de Kronolith, je veux bien de ses solutions.

      Merci encore,
      Bonne journée,

      Pascal

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.