Your message dated Sat, 26 Jul 2008 15:30:57 +1000
with message-id <[EMAIL PROTECTED]>
has caused the report #492427,
regarding heimdal: Library symbol version information is missing again
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(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 [EMAIL PROTECTED]
immediately.)
--
492427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492427
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Hello Heimdal-Bugs,
The check for version symbols in configure seems to be broken. Initially
I got:
configure:12363: checking for ld --version-script
configure:12384: /bin/sh libtool --tag=CC --mode=compile cc -c -g -O2
-g -Wall -O2 conftest.c
/bin/sh: libtool: No such file or directory
configure:12387: $? = 127
configure:12401: result: no
So I tried adding the path in the configure script, but it still doesn't
work:
configure:12363: checking for ld --version-script
configure:12384: /bin/sh ./libtool --tag=CC --mode=compile cc -c -g -O2
-g -Wall -O2 conftest.c
/bin/sh: libtool: No such file or directory
configure:12387: $? = 127
configure:12401: result: no
Hmmm. Come to think of it, using libtool here might have been a bad
idea. I have a suspicion the libtool script isn't created until after
configure finishes :-(.
Yes, that looks like the case. Chances are it worked when tested before
because libtool already existed from a previous run.
For the record the previous bug report on this is available here:
<http://bugs.debian.org/453241>
Brian May
--- End Message ---