Your message dated Thu, 18 Aug 2016 11:08:39 +0100
with message-id <5f1777e8-9a22-36dc-866e-6e081a210...@ichec.ie>
and subject line fixed in 6.3.0-10
has caused the Debian Bug report #834640,
regarding ncl: FTBFS (sed: -e expression #5, char 39: unknown option to `s')
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 ow...@bugs.debian.org
immediately.)


-- 
834640: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ncl
Version: 6.3.0-9
Severity: serious
Tags: patch
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

In preparation of the upcoming transition to PROJ.4 4.9.3 ncl has been
rebuilt, but unfortunately it FTBFS due to changes in FFLAGS:

 sed -e 's/@CC@/cc/' \
     -e 's/@FC@/gfortran/' \
     -e 's/@LD@/cc/' \
     -e 's:@CFLAGS@:-g -O2 -fdebug-prefix-map=/build/ncl-6.3.0=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-I/usr/include/hdf5/serial:' \
     -e 's/@FFLAGS@/-g -O2 -fdebug-prefix-map=/build/ncl-6.3.0=. 
-fstack-protector-strong/' \
     -e 's/@CPPFLAGS@/-Wdate-time -D_FORTIFY_SOURCE=2/' \
     -e 's/@LDFLAGS@//' \
     -e 's%@DESTDIR@%/build/ncl-6.3.0/debian/tmp/%' \
 < debian/Site.local.shared.in > config/Site.local.shared
 sed: -e expression #5, char 39: unknown option to `s'
 debian/rules:47: recipe for target 'override_dh_auto_configure' failed

The attached patch fixes the issue by using the colon in the sed
expression like CFLAGS.

Kind Regards,

Bas
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@
            -e 's/@FC@/${FC}/' \
            -e 's/@LD@/${CC}/' \
            -e 's:@CFLAGS@:${CFLAGS}:' \
-           -e 's/@FFLAGS@/${FFLAGS}/' \
+           -e 's:@FFLAGS@:${FFLAGS}:' \
            -e 's/@CPPFLAGS@/${CPPFLAGS}/' \
            -e 's/@LDFLAGS@/${LDFLAGS}/' \
            -e 's%@DESTDIR@%${DESTDIR}%' \
@@ -61,7 +61,7 @@
            -e 's/@FC@/${FC}/' \
            -e 's/@LD@/${CC}/' \
            -e 's:@CFLAGS@:${CFLAGS}:' \
-           -e 's/@FFLAGS@/${FFLAGS}/' \
+           -e 's:@FFLAGS@:${FFLAGS}:' \
            -e 's/@CPPFLAGS@/${CPPFLAGS}/' \
            -e 's/@LDFLAGS@/${LDFLAGS}/' \
            -e 's%@DESTDIR@%${DESTDIR}%' \

--- End Message ---
--- Begin Message ---
fixed 6.3.0-10

thanks


regards
Alastair



-- 
Alastair McKinstry, <alastair.mckins...@ichec.ie>, t: +353 91 495343 
Environmental Sciences Activity Leader, ICHEC, IT 301, NUI Galway, Ireland 

--- End Message ---

Reply via email to