Processed: Re: Bug#340852: gpsd: FTBFS: undefined reference to `floor'

2005-12-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 340081 340852
Bug#340081: gpsd: ftbfs [sparc] undefined reference to `floor'
Bug#340852: gpsd: FTBFS: undefined reference to `floor'
Merged 340081 340852.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340852: gpsd: FTBFS: undefined reference to `floor'

2005-12-11 Thread Tilman Koschnick
On Sun, 2005-12-11 at 13:32 +0800, Zak B. Elep wrote:
> package gpsd
> tags 340852 patch
> thanks control ;)
> 
> I've fixed this in my merge of gpsd for Ubuntu.  Attached is the
> (rather trivial) fix, though I suspect that a better solution would be
> to notify upstream of this problem and modify ./Makefile.am and update
> the autotools infrastructure accordingly.
> 
> Cheers,
> 
> Zakame


Hi Zakame,

thanks for your report. The bug report you replied to is actually a
duplicate, merging bugs right now (#340081, #340852). The patch I used
is attached, you might want to use this for the Ubuntu vesion as well.

Just out of curiosity - is it customary to close Debian bugs in Ubuntu
changelogs? I think this is slightly misleading to Ubuntu users - a) the
bug doesn't actually get closed by the upload, b) as an Ubuntu user I'd
look in the Ubuntu BTS for the bug number.

Cheers, Til


15_link_lm_fix.dpatch
Description: application/shellscript


Bug#340852: gpsd: FTBFS: undefined reference to `floor'

2005-12-11 Thread Tilman Koschnick
merge 340081 340852
thanks

On Sat, 2005-11-26 at 13:17 +0100, Kurt Roeckx wrote:
> Package: gpsd
> Version: 2.30-1
> Severity: serious
> 
> Hi,
> 
> Your package is failing to build with the following error:
> gpxlogger.o: In function 
> `signal_handler':/build/buildd/gpsd-2.30/gpxlogger.c:6
> 7: undefined reference to `floor'
> collect2: ld returned 1 exit status
> make[2]: *** [gpxlogger] Error 1
> 
> You will need to link with -lm

Hi Kurt,

thanks for the report. This bug was already reported before and is
tagged pending.

Cheers, Til



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340852: gpsd: FTBFS: undefined reference to `floor'

2005-12-10 Thread Zak B. Elep
package gpsd
tags 340852 patch
thanks control ;)

I've fixed this in my merge of gpsd for Ubuntu.  Attached is the
(rather trivial) fix, though I suspect that a better solution would be
to notify upstream of this problem and modify ./Makefile.am and update
the autotools infrastructure accordingly.

Cheers,

Zakame

--
Zak B. Elep  ||  http://zakame.spunge.org
[EMAIL PROTECTED]  ||  [EMAIL PROTECTED]
1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D
diff -u gpsd-2.30/debian/rules gpsd-2.30/debian/rules
--- gpsd-2.30/debian/rules
+++ gpsd-2.30/debian/rules
@@ -51,7 +51,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	$(MAKE) LDFLAGS="$(LDFLAGS) -lm"
 
 	touch build-stamp




Bug#340852: gpsd: FTBFS: undefined reference to `floor'

2005-11-26 Thread Kurt Roeckx
Package: gpsd
Version: 2.30-1
Severity: serious

Hi,

Your package is failing to build with the following error:
gpxlogger.o: In function `signal_handler':/build/buildd/gpsd-2.30/gpxlogger.c:6
7: undefined reference to `floor'
collect2: ld returned 1 exit status
make[2]: *** [gpxlogger] Error 1

You will need to link with -lm


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]