-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

dean gaudet escribió:
> if you "apt-get remove bc" you get this error during configure of rtorrent 
> source package:
> 
> checking for curl >= 7.12.0... ./configure: line 13046: bc: command not 
> found 7.15.5
> 
> now look at the code in scripts/checks.m4:
> 
>       ver=`curl-config --version | sed -e "s/libcurl //g"`
>       hex_ver=`curl-config --vernum | tr 'a-f' 'A-F'`
>       ok=`echo "ibase=16; if($hex_ver>=$check_hex) $hex_ver else 0" | bc`
> 
>       if test x$ok != x0; then
>         my_cv_curl_vers="$ver"
>         AC_MSG_RESULT([$my_cv_curl_vers])
> 
>         CURL_CFLAGS=`curl-config --cflags`
>         CURL_LIBS=`curl-config --libs`
>       else
>         AC_MSG_RESULT(FAILED)
>         AC_MSG_ERROR([$ver is too old. Need version $check or higher.])
>       fi
> 
> 
> if bc isn't found then ok="" and the if test x$ok != x0 will pass... (this 
> is an upstream bug)
> 
> regardless of the libcurl version installed...
> 
> it seems best to just build-depend on bc... (or build-depend on a recent 
> enough libcurl and force the results of these tests).
> 
> -dean
> 
> p.s. bc is not installed on minimal systems, which is why i ran into this.
> 

I'm sorry but I doesn't see this error:

<split>
paty:/home/ghostbar/dev/debian/rtorrent# apt-get remove bc
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Los siguientes paquetes se ELIMINARÁN:
  bc
0 actualizados, 0 se instalarán, 1 para eliminar y 0 no actualizados.
Necesito descargar 0B de archivos.
Se liberarán 193kB después de desempaquetar.
¿Desea continuar [S/n]? S
(Leyendo la base de datos ...
223600 ficheros y directorios instalados actualmente.)
Desinstalando bc ...
paty:/home/ghostbar/dev/debian/rtorrent# dpkg -i rtorrent
rtorrent-0.6.2/                rtorrent_0.6.2-1_i386.changes
rtorrent_0.6.2-1.diff.gz       rtorrent_0.6.2-1_i386.deb
rtorrent_0.6.2-1.dsc           rtorrent_0.6.2.orig.tar.gz
rtorrent_0.6.2-1_i386.build
paty:/home/ghostbar/dev/debian/rtorrent# dpkg -i rtorrent_0.6.2-1_i386.deb
Seleccionando el paquete rtorrent previamente no seleccionado.
(Leyendo la base de datos ...
223586 ficheros y directorios instalados actualmente.)
Desempaquetando rtorrent (de rtorrent_0.6.2-1_i386.deb) ...
Configurando rtorrent (0.6.2-1) ...
paty:/home/ghostbar/dev/debian/rtorrent#
</split>

I think you have troubles is with curl and rtorrent doesn't depends on
curl, but does on: libcurl3-openssl-dev.

Tell me something, you have this problem on installation? Cause if it's
on installation then doesn't is Build-Depends, but simple Depends.

Thanks for your answer.

- --

~ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFEdXkOKCtW8rKsRgRAiB7AKC2uFflzdnFf8d++GzRxHY4A8xs/wCgxZv8
AhK0s7elcP0SPvEaZwCMxdU=
=c5WU
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to