Displaying 20 results from an estimated 800 matches similar to: "Bug#690630: blktap-utils: bashism in /bin/sh script"
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:
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#690612: xcp-xapi-debug: bashism in /bin/sh script
Package: xcp-xapi-debug
Version: 1.3.2-11
Severity: normal
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
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 Jun 22
0
blktap_2.0.90-2_amd64.changes ACCEPTED into unstable
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 23 Oct 2012 10:23:57 +0000
Source: blktap
Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0
Architecture: source amd64
Version: 2.0.90-2
Distribution: unstable
Urgency: low
Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org>
Changed-By: Thomas Goirand <zigo at
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
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:
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
2014 Feb 12
1
Bug#738720: blktap-dev should depend on uuid-dev
Package: blktap-dev
Version: 2.0.90-2
Severity: normal
blktap-dev does not pull in uuid-dev which results in the following
error when including vhd/libvhd.h:
/usr/include/vhd/libvhd.h:37:23: fatal error: uuid/uuid.h: No such file
or directory
#include <uuid/uuid.h>
^
compilation terminated.
Installing uuid-dev fixes the problem, but it seems that blktap-dev
should
2015 Feb 12
1
Bug#777801: blktap: ftbfs with GCC-5
Package: src:blktap
Version: 2.0.90-3
Severity: normal
Tags: sid stretch
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-5
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built
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
2013 Feb 23
2
Bug#701248: blktap: ftbfs with GCC-4.8
Package: src:blktap
Version: 2.0.90-1
Severity: important
Tags: sid jessie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-4.8
The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.
tapdisk-logfile.c:166:23: error: argument to 'sizeof'
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
Package: blktap
Version: 2.0.90-4
Severity: important
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-unused-const-variable
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in
2012 Aug 10
1
want to write a difference copy program to sync two VHDs in blktap
Hello List,
I''m using blktap on XCP 1.1 and developing a difference copy program for
easy backup and remote archival.
The idea is to read the BAT of VHD1 and sync it to BAT of VHD2 with BITMAP
and the data blocks.
Other way would be by adding a sha1 signature in each data block and
comparing it with remote VHD.
I tried to get some info from below programs but could not get required
2011 Nov 28
0
blktap-dkms_2.0.90-1_amd64.changes is NEW
(new) blktap-dkms_2.0.90-1.debian.tar.gz optional kernel
(new) blktap-dkms_2.0.90-1.dsc optional kernel
(new) blktap-dkms_2.0.90-1_amd64.deb optional kernel
Xen API blktap kernel component DKMS package
The Xen Cloud Platform (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, delivering the Xen Hypervisor
with support for a range of guest operating
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
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
2013 Mar 02
7
libxl device_disk_add orphans blktap devices on transaction error
I''m using the CentOS 6 bundle of xen from
http://dev.centos.org/centos/6/xen-c6/ and ran into an issue when
creating domains with multiple VHD tap disks. Comparing unstable to
the 4.2.1 code I''m using, it seems this issue still applies. I''m
using a configuration line that looks something like
disk = [