similar to: Bug#690612: xcp-xapi-debug: bashism in /bin/sh script

Displaying 20 results from an estimated 600 matches similar to: "Bug#690612: xcp-xapi-debug: bashism in /bin/sh script"

2012 Oct 16
1
Bug#690710: xcp-xapi: bashism in /bin/sh script
Package: xcp-xapi Version: 1.3.2-11 Severity: important User: debian-release at lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: >possible bashism in
2013 Feb 24
1
Bug#701554: xcp-xapi: bashism in /bin/sh script
Package: xcp-xapi Version: 1.3.2-14 Severity: important User: debian-release at lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: >possible bashism in ./usr/lib/xcp/lib/host-restore line
2012 Oct 16
1
Bug#690630: blktap-utils: bashism in /bin/sh script
Package: blktap-utils Version: 2.0.90-1 Severity: important User: debian-release at lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: >possible bashism in ./usr/sbin/vhdpartx line 40
2012 Oct 24
0
Bug#690612: Fixes bashism in xen-api
Hi, Here's a patch fixing bashism in !/bin/sh scripts in xen-api. Please apply this upstream as well. Cheers, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fixes-2-bashism.patch Type: text/x-diff Size: 3639 bytes Desc: not available URL:
2020 Nov 05
1
Some packages have non-POSIX-compliant shell scripts. Implement a CRAN check for bashisms?
Dear R-devel, Recently I ran into trouble installing two separate packages, nloptr and ncdf4, both due to the same issue: they have scripts that have the shebang `#! /bin/sh', but have bashisms in them, i.e. non-POSIX-compliant bash scripts. I use dash [1] as my shell environment, since it's about 4x as fast as bash. It looks like it's recently also become the default shell for
2012 Oct 24
1
Upload of fixes for xen-api
Dear release team, I would like update the Wheezy package of xen-api with numerous small fixes. These aren't RC bugs, but I believe they are all worth fixing. I believe that the most important one to fix is #682202. Here's the changelog: * Fixes bashism in install-debian-pv.sh (Closes: #690612). * Fixes bashism in interface-visualise (Closes: #690710). * The /etc/init.d/xcp-squeezed
2012 Oct 23
0
Bug#690630: Fixe for bashism in part/vhdpartx (see http://bugs.debian.org/690630)
Hi Mike and Jon, I have made a patch for blktap's vhdpartx script which is full of bashism. I also uploaded that to the git on alioth. Please apply it upstream. I'll see with the release team if it's worth uploading a fix for Wheezy. Cheers, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name:
2012 May 18
1
[Bug 2010] New: bashism in configure seccomp_filter check
https://bugzilla.mindrot.org/show_bug.cgi?id=2010 Bug #: 2010 Summary: bashism in configure seccomp_filter check Classification: Unclassified Product: Portable OpenSSH Version: 6.0p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system
2008 Oct 04
3
Bug#501087: nut: support for a tripplite avr750u
Hi Raphael, btw, are you 2 bugs today a simple coincidence with my linkedIn invitation yesterday? ;-) 2008/10/4 Raphael Geissert <atomo64 at gmail.com>: > Package: nut > Version: 2.2.2-8 > Severity: wishlist > Tags: patch > > Attached is a patch adding "support" for tripplite's avr750u UPS. > Issues: > * productid still needs to be specified in
2015 Jun 08
2
Re: Recommended change for the networking page in wiki
On 06/08/2015 02:43 PM, Laine Stump wrote: >> However, if I changed the destination address from "anywhere" to the >> IP of the host machine, the problem resolved. So I change the script >> to as follows. (Changes are highlighted. For some reason the original >> script didn't work using /bin/sh, but it did with /bin/bash, so I >> changed that too). >
2006 Sep 04
2
Bug#379721: xen-3.0: FTBFS: bashisms
Patch attached. Steve -- --- Makefile-orig 2006-09-04 14:37:18.000000000 +0100 +++ Makefile 2006-09-04 14:37:34.000000000 +0100 @@ -57,7 +57,7 @@ .PHONY: ioemu ioemuinstall ioemuclean ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: - [ -f ioemu/config-host.h ] || \ + ( test -f ioemu/config-host.h ) || \ (cd ioemu; ./configure --prefix=usr) $(MAKE) -C
2004 May 28
2
Bug#251364: logcheck: preinst has bashism, fails with dash and LANG != C
Package: logcheck Version: 1.2.20a Severity: serious Tags: patch On a system where sh points to dash and LANG=es_ES, I get this: # apt-get -y --reinstall install logcheck Leyendo lista de paquetes... 0% Leyendo lista de paquetes... 0% Leyendo lista de paquetes... 23% Leyendo lista de paquetes... Hecho Creando ?rbol de dependencias... 0% Creando ?rbol de dependencias... 0% Creando ?rbol de
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
Hi, I've been toying around with the testsuite for a bit, and after recompiling llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually got it to run and pass most tests. When running, I noticed a very long runtime on the lemon test. At first I suspected an infinite loop, but it turned out the test simply needed around 1000 seconds to run. Some investigation turned out that the
2016 Apr 27
1
Bourne shell deprecated?
Scott Robbins wrote: > On Tue, Apr 26, 2016 at 07:27:26PM -0700, Alice Wonder wrote: >> >> Some of the BSDs use to have a bourne shell and maybe some do, I don't know. >> > Yup. > >> bash is mostly compatible with bourne (can run most bourne scripts) which is why /bin/sh is a symlink to /bin/bash on GNU and most other *nix systems. > > Bash can run
2006 May 03
1
[PATCH] Fix bashism in scripts/Makefile.xen
Hi: The following patch replaces a bash-specific substitution with equivalent POSIX /bin/sh substitutions. This allows a Xen-patched Linux to build when /bin/sh is a POSIX shell other than bash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page:
2013 Dec 08
0
[PATCH] configure.ac: fix bashism in ARM optimization handling
From: Peter Korsgaard <peter at korsgaard.com> Breaks configure when /bin/sh isn't bash with: configure: Trying to force-enable ARMv6 media instructions... checking if assembler supports ARMv6 media instructions on ARM... yes configure: Trying to force-enable NEON instructions... checking if assembler supports NEON instructions on ARM... yes ./configure.lineno: 12799: Bad substitution
2015 Aug 11
0
[Bug 2010] bashism in configure seccomp_filter check
https://bugzilla.mindrot.org/show_bug.cgi?id=2010 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with release
2018 Sep 11
1
Re: [PATCH nbdkit 3/4] tests: Move common code for testing every plugin to tests/functions.sh.
On 9/11/18 1:47 PM, Richard W.M. Jones wrote: > This resurrects the unused tests/functions.sh file (although now we > need to generate it from tests/functions.sh.in). Put the common code > for running a test against every plugin here. > > Because of the previous commits we can now use the plugins list > directly from configure.ac instead of needing to use weird shell >
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
On May 21, 2008, at 6:09 AM, Matthijs Kooijman wrote: > Hi, > > I've been toying around with the testsuite for a bit, and after > recompiling > llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually > got it to > run and pass most tests. > > When running, I noticed a very long runtime on the lemon test. At > first I > suspected an infinite
2012 Nov 04
2
Last round of XCP bug squashing in Debian Wheezy, before the release
Hi, I've been trying to fix several bugs in XCP, before the Debian 7 release. It's not bug free yet, but it's going into that direction. I would need some help to fix the remaining! 1/ The new 1.3.2-12 release The Debian release team has already accepted an unblock for this new version that I uploaded in Debian SID. Here's the debian/changelog: * Fixes bashism in