Your message dated Tue, 7 Aug 2012 01:46:45 +0200
with message-id <[email protected]>
and subject line Re: Bug#684023: unblock: octave-odepkg/0.8.2-2
has caused the Debian Bug report #684023,
regarding unblock: octave-odepkg/0.8.2-2
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.)
--
684023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package octave-odepkg
This version fixes the RC Bug#664797 by adding a thin patch to the
upstream Makefile, that fixes the setting of a gfortran option. This was
causing one the the unit testings to crash.
The patch has been accepted upstream. [1] [2]
The debdiff is attached below.
Thanks,
Rafael
unblock octave-odepkg/0.8.2-2
[1] http://permalink.gmane.org/gmane.comp.gnu.octave.devel/8053
[2]
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/odepkg/src/Makefile?r1=10624&r2=10830&pathrev=10830
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (550, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru octave-odepkg-0.8.2/debian/changelog
octave-odepkg-0.8.2/debian/changelog
--- octave-odepkg-0.8.2/debian/changelog 2012-04-20 20:50:08.000000000
+0200
+++ octave-odepkg-0.8.2/debian/changelog 2012-08-05 23:36:13.000000000
+0200
@@ -1,3 +1,10 @@
+octave-odepkg (0.8.2-2) unstable; urgency=low
+
+ * Ensure that the "-fno-automatic" flag is passed to gfortran
+ (Closes: #664797)
+
+ -- Thomas Weber <[email protected]> Sun, 05 Aug 2012 21:39:05 +0200
+
octave-odepkg (0.8.2-1) unstable; urgency=low
[ Rafael Laboissiere ]
diff -Nru octave-odepkg-0.8.2/debian/patches/pass_options_to_gfortran
octave-odepkg-0.8.2/debian/patches/pass_options_to_gfortran
--- octave-odepkg-0.8.2/debian/patches/pass_options_to_gfortran 1970-01-01
01:00:00.000000000 +0100
+++ octave-odepkg-0.8.2/debian/patches/pass_options_to_gfortran 2012-08-05
23:36:13.000000000 +0200
@@ -0,0 +1,27 @@
+Description: Ensure that gfortran is called with the '-fno-automatic' option
+Author: Thomas Weber <[email protected]>
+Last-Update: 2012-08-05
+Bug-Debian: http://bugs.debian.org/664797
+Forwarded:
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/odepkg/src/Makefile?r1=10624&r2=10830&pathrev=10830
+Applied-Upstream: rev 10830
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -11,14 +11,12 @@
+ # MKMEXFILE = $(MKOCTFILE) --mex
+ MKOCTFILE = mkoctfile
+ ifeq (gfortran,$(findstring gfortran,$(F77)))
+- MKF77FILE = FFLAGS="-fno-automatic $(FFLAGS)" $(MKOCTFILE)
++ FFLAGS := "-fno-automatic $(FFLAGS)"
+ endif
+ ifeq (g95,$(findstring g95,$(F77)))
+- MKF77FILE = FFLAGS="-fstatic $(FFLAGS)" $(MKOCTFILE)
+-else
+- # eg. the combination f2c with fort77
+- MKF77FILE = FFLAGS="$(FFLAGS)" $(MKOCTFILE)
++ FFLAGS := "-fstatic $(FFLAGS)"
+ endif
++MKF77FILE = FFLAGS=$(FFLAGS) $(MKOCTFILE)
+
+ LAPACK_LIBS := $(shell mkoctfile -p BLAS_LIBS LAPACK_LIBS)
+ FLIBS := $(shell mkoctfile -p FLIBS)
diff -Nru octave-odepkg-0.8.2/debian/patches/series
octave-odepkg-0.8.2/debian/patches/series
--- octave-odepkg-0.8.2/debian/patches/series 2012-04-20 20:30:43.000000000
+0200
+++ octave-odepkg-0.8.2/debian/patches/series 2012-08-05 23:36:13.000000000
+0200
@@ -1 +1,2 @@
+pass_options_to_gfortran
info-dir-section.diff
--- End Message ---
--- Begin Message ---
Hello Rafael,
Rafael Laboissiere <[email protected]> (06/08/2012):
> This version fixes the RC Bug#664797 by adding a thin patch to the
> upstream Makefile, that fixes the setting of a gfortran option. This
> was causing one the the unit testings to crash.
>
> The patch has been accepted upstream. [1] [2]
>
> The debdiff is attached below.
thanks for the detailed report; unblocked.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---