Bug#346003: FTBFS (alpha): -mieee kludge in debian/rules broken

2006-01-04 Thread Falk Hueffner
Package: gsl
Severity: serious
Justification: no longer builds from source

gsl 1.7-3 does not build on Alpha:

[...]
mv libtool-2 libtool
chmod 755 libtool
touch configure-stamp
dh_testdir
/usr/bin/make   CFLAGS=-g -O2 -D_REENTRANT  -mieee  
make[1]: Entering directory `/build/buildd/gsl-1.7'
make[1]: *** No rule to make target ` -mieee'.  Stop.
make[1]: Leaving directory `/build/buildd/gsl-1.7'
make: *** [build-stamp] Error 2

(http://buildd.debian.org/fetch.php?pkg=gslarch=alphaver=1.7-3stamp=1136325772file=log)

You need this:

--- debian/rules~   2006-01-04 20:50:55.0 +0100
+++ debian/rules2006-01-04 20:52:32.0 +0100
@@ -20,13 +20,13 @@
 endif
 
 # edd 12 Mar 2002   m68k barks when using -O2
-compilerflags  = -g -O2 -D_REENTRANT
+compilerflags  = -g -O2 -D_REENTRANT
 ifeq ($(arch),m68k)
-compilerflags  = -g -O0 -D_REENTRANT
+compilerflags  = -g -O0 -D_REENTRANT
 endif
 # edd 29 Sep 2005   alpha needs -mieee with gcc 4.0
 ifeq ($(arch),alpha)
-compilerflags  +=  -mieee
+compilerflags  += -mieee
 endif
 
 #export DH_VERBOSE=1


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#346003: FTBFS (alpha): -mieee kludge in debian/rules broken

2006-01-04 Thread Falk Hueffner
Sorry, you also need

$(MAKE) CFLAGS=$(compilerflags)


-- 
Falk


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



Bug#346003: FTBFS (alpha): -mieee kludge in debian/rules broken

2006-01-04 Thread Dirk Eddelbuettel

On 4 January 2006 at 21:21, Falk Hueffner wrote:
| Sorry, you also need
| 
| $(MAKE) CFLAGS=$(compilerflags)

Thanks for the bug report, and the detailed patch. A fixed version will be
available shortly.

Tschoe,  Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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