Package: qink
Version: 0.3.5-2
Severity: serious
Justification: no longer builds from source

Hi,

I've just reported this failure upstream 
(http://code.google.com/p/qink/issues/detail?id=9#c0), but as I'm not confident 
it will be solved, I also report it here.

Hi,

When build qink in Ubuntu Karmic, we are getting the following error when
building qink with libinklevel 0.8:
Checking for libinklevel >= 0.7.0 ...libinklevel version too low!
 no

Error: need libinklevel >= 0.7.0!

make: *** [configure-stamp] Error 1

This is because the version string of libinklevel changed to "libinklevel
0.8.0", and the configure script is looking for "libinklevel v0.8.0".

I think you should update qconf/libinklevel070.qcm to take that new format
into account, like this:
sscanf(get_version_string(), \"libinklevel %i.%i.%i\", &major, &minor,
&revision);\n

instead of:
sscanf(get_version_string(), \"libinklevel v%i.%i.%i\", &major, &minor,
&revision);\n

Thanks,
Fabrice

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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

Reply via email to