[Bug 461170] [NEW] FTBFS due to bashism
Michael Terry
michael.terry at canonical.com
Mon Oct 26 15:08:57 UTC 2009
Public bug reported:
In debian/build_all.sh, there's a bashism that causes a FTBFS. The
following patch (from the debian bug) fixes it. Will fix shortly.
--- mseide-msegui-1.8/debian/build_all.sh
+++ mseide-msegui-1.8/debian/build_all.sh
@@ -5,7 +5,7 @@
BUILD_ARGS="-l -Mobjfpc -Sh -CX -OG2p3 -Xs -Fulib/common/* -Fulib/common/kernel/${CPU}-${OS} -Fi/lib/common/kernel"
-function compile_dir() {
+compile_dir() {
local f
for f in `ls -A1 $1/*.pas`; do
ppc386 $f $BUILD_ARGS
** Affects: mseide-msegui (Ubuntu)
Importance: Undecided
Status: New
** Affects: mseide-msegui (Debian)
Importance: Unknown
Status: Unknown
** Tags: ftbfs
** Bug watch added: Debian Bug tracker #507215
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507215
** Also affects: mseide-msegui (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507215
Importance: Unknown
Status: Unknown
--
FTBFS due to bashism
https://bugs.launchpad.net/bugs/461170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list