instalacion 4.1.15 linux 64-bit RPM problemas con autoconf

Problemas de configuración / instalación / corrector ortográfico / paquete de Idioma...
VrSvl0
Mensajes: 1
Registrado: Vie Mar 07, 2025 7:38 am

instalacion 4.1.15 linux 64-bit RPM problemas con autoconf

Mensaje por VrSvl0 »

Hola compañeros, llevo un rato intentando instalar la versión 4.1.15 y me devuelve varios errores en configure, en primer lugar tiene problemas para detectar ant, he tenido que introducir manualmente las variables de entorno y aún así ha seguido dando problemas y tras aplicar un autoreconf -fvi ,ahora lo que le duele es freetype 😂 me vais a disculpar, pero me lo voy a tomar con humor, ChatGPT estaba calificando a ant hace un momento como un boos level 😂 al menos intento tomármelo con humor; por cierto, ahora es ChatGPT el que me está confirmando que está de acuerdo conmigo en que el problema parece estar en que autoconf no está realizando correctamente el trabajo, o al menos, no se está ejecutando correctamente en Arch... a continuación comparto con vosotros la apreciación que me comenta y confirma ChatGPT y el final del ./configure donde se aprecia el error. Agradezco de antemano encarecidamente cualquier ayuda que me puedan prestar

checking whether to add custom build version... no
checking whether to build with Java support... no
configure: WARNING: building without java will mean some features will not be available
checking whether to enable EPM for packing... yes
checking for epm... /usr/local/bin/epm
checking whether the found EPM is the right EPM... yes
checking EPM version... OK, >= 5.0
checking which package format to use... rpm
checking for rpm... /usr/bin/rpmbuild
checking for gperf... /usr/bin/gperf
checking for gperf... (cached) /usr/bin/gperf
checking gperf version... OK
checking whether to build the stax... yes
checking whether to build the ODK... yes
checking whether to provide libstdc++/libgcc_s in the installset... yes
checking which zlib to use... internal
checking which jpeg to use... internal
checking which expat to use... internal
./configure: line 13977: syntax error near unexpected token `FREETYPE,'
./configure: line 13977: ` PKG_CHECK_MODULES( FREETYPE, freetype2 >= 2.0 )'
[Helena@hV61n main]$ pkg-config --modversion freetype2
26.2.20
[Helena@hV61n main]$ ls /usr/lib/pkgconfig/ | grep freetype
freetype2.pc
[Helena@hV61n main]$ ls /usr/share/aclocal/ | grep pkg
coin_chk_pkg.m4
pkg.m4
[Helena@hV61n main]$

Todo indica que pkg-config detecta correctamente freetype2, ya que:

pkg-config --modversion freetype2 devuelve 26.2.20, lo que significa que la versión de freetype2 está disponible.
ls /usr/lib/pkgconfig/ | grep freetype muestra freetype2.pc, lo que confirma que el archivo de configuración está en la ubicación correcta.
🔎 Posibles causas del error y soluciones
El error syntax error near unexpected token 'FREETYPE,' sugiere que autoconf o autoreconf no está procesando correctamente la macro PKG_CHECK_MODULES.
Apache OpenOffice 4.1.15 en Linux 64-bit
Responder