Your message dated Thu, 05 Sep 2013 11:33:37 +0200
with message-id <[email protected]>
and subject line Re: Bug#721774: avis-client-c: FTBFS on kFreeBSD: undefined
reference to `ceil'
has caused the Debian Bug report #721774,
regarding avis-client-c: FTBFS on kFreeBSD: undefined reference to `ceil'
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 [email protected]
immediately.)
--
721774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721774
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: avis-client-c
Version: 1.2.4-5
Severity: serious
Justification: fails to build from source
The kfreebsd-* builds of avis-client-c failed with undefined
references to ceil and ceilf. Please take care to link against -lm on
all architectures (also including the Hurd, in which avis-client-c is
still in the Needs-Build queue), not just Linux.
libtool: link: gcc -Wall -pedantic -pthread -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro
-Wl,-z -Wl,now -o .libs/basic_test basic_test.o ../../src/lib/.libs/libavis.so
-pthread
../../src/lib/.libs/libavis.so: undefined reference to `ceilf'
collect2: error: ld returned 1 exit status
Thanks!
--- End Message ---
--- Begin Message ---
fixed 1.2.4-6
stop
Upstream configure.ac sets LDFLAGS on a per-platform basis
I've added kfreebsd with freebsd settings with a patch
On 04/09/13 00:59, Aaron M. Ucko wrote:
> Source: avis-client-c
> Version: 1.2.4-5
> Severity: serious
> Justification: fails to build from source
>
> The kfreebsd-* builds of avis-client-c failed with undefined
> references to ceil and ceilf. Please take care to link against -lm on
> all architectures (also including the Hurd, in which avis-client-c is
> still in the Needs-Build queue), not just Linux.
>
> libtool: link: gcc -Wall -pedantic -pthread -g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-z -Wl,relro
> -Wl,-z -Wl,now -o .libs/basic_test basic_test.o
> ../../src/lib/.libs/libavis.so -pthread
> ../../src/lib/.libs/libavis.so: undefined reference to `ceilf'
> collect2: error: ld returned 1 exit status
>
> Thanks!
--- End Message ---