On 2014-08-06 Kacper Gutowski <mwgam...@gmail.com> wrote:
> Source: autogen
> Version: 1:5.18.3-5
> Severity: minor

> Dear Maintainer,
> I tired to build autogen 1:5.18.3-5 from jessie sources on a wheezy machine
> and it failed due to empty GUILE_VERSION.

> Autogen's configure script detects Guile to be in version "2.0.5-deb+1-3"
> (that's what Guile reports although Debian package version is simply 
> 2.0.5+1-3)
> and after splitting that on dots it tires to set:

>   GUILE_VERSION=`expr ${1} \* 100000 + ${2} \* 1000 + ${i}`

> However i=5-deb+1-3, so expr complains about non-integer argument and
> GUILE_VERSION is set to empty string.

> The configure script could be more robust in parsing version numbers.
> When I added  i=`echo $i | sed 's/^[0-9]*$//'` before the line mentioned
> above, dpkg-buildpackage completed without any further problems.


Hello,

this is a known bug in older Debian packages of guile-2.0
<https://bugs.debian.org/701861>. I do not think autogen's ./configure
should need to carter for a since fixed Debian specific modification
of guile packages.

However the fact that autogen's build dependencies do not reflect this
issue is a bug that will fix.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to