Package: bb
Severity: important
Tags: patch
Usertags: origin-ubuntu natty ubuntu-patch


Hello dear maintainer

your package ftbfs on ubuntu due to indirect linking with
binutils-gold which is also present in wheezy

see

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/bb_1.3rc1-8_lubuntu32.buildlog

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/bb_1.3rc1-8_lubuntu64.buildlog

The patch below should fix build failure

--- bb-1.3rc1.orig/Makefile.am
+++ bb-1.3rc1/Makefile.am
@@ -4,3 +4,4 @@
 pkgdata_DATA = @SOUNDFILES@
 EXTRA_DIST = README.LZO bb.s3m bb2.s3m bb3.s3m acconfig.h bb.lsm
acconfig.h autopilo.h bb.h complex.h config.h ctrl87.h formulas.h
image.h minilzo.h mylzo.h patnik.h tex.h timers.h torus.h ui.h zoom.h
bb.1
 man_MANS = bb.1
+bb_LDADD = @LDADD@ -lm
--- bb-1.3rc1.orig/Makefile.in
+++ bb-1.3rc1/Makefile.in
@@ -94,7 +94,7 @@
 ms3.o ms4.o print.o scene1.o scene2.o scene3.o scene4.o scene5.o \
 scene7.o scene8.o scene9.o tex.o textform.o timers.o uncompfn.o zeb.o \
 zoom.o
-bb_LDADD = $(LDADD)
+bb_LDADD = $(LDADD) -lm
 bb_DEPENDENCIES =
 bb_LDFLAGS =
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
$(AM_CFLAGS) $(CFLAGS)

kind regards



-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!



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

Reply via email to