Your message dated Fri, 8 Sep 2006 12:58:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of glimpse 4.18.0-6.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: glimpse
Version: 4.18.0-6
Severity: serious
When building 'glimpse' on amd64/unstable, I get the following error:
gcc -O3 -fomit-frame-pointer -fPIC -DSHARED_OBJECT -c lex.yy.c
gcc -shared -o htuml2txt.so lex.yy.o -lfl
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/libfl.a(libyywrap.o):
relocation R_X86_64_32 against `a local symbol' can not be used when making a
shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/libfl.a: could not read
symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [htuml2txt.so] Error 1
make[2]: Leaving directory `/glimpse-4.18.0/dynfilters'
Regards
Andreas Jochens
--- End Message ---
--- Begin Message ---
Version: 4.18.0-6.1
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> glimpse (4.18.0-6.1) unstable; urgency=low
> .
> * Non-maintainer upload.
> * Link against -lfl_pic instead of -lfl; fixes FTBFS on several
> architectures (among them amd64) with gcc 4.1. (Closes: #384961)
> * Build-depend on flex (>= 2.5.33-6) to get -lfl_pic.
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---