Your message dated Sun, 27 Sep 2009 16:38:05 +0200
with message-id <4abf78cd.5050...@le-vert.net>
and subject line #546126:  qink FTBFS with libinklevel 0.8.0
has caused the Debian Bug report #546126,
regarding qink FTBFS with libinklevel 0.8.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Hello,

I really do not see the issue anywhere.
I just rebuilt, once again, qink with latest libinklevel in a clean
unstable pbuilder and it worked like a charm.

I guess the issue comes from your system, or maybe it's related to qmake
or something else.
Anyway, it doesn't occur on Debian.

Regards, Adam.


--- End Message ---

Reply via email to