[notes] 01/01: issues += bin_sh_is_bash; tag monkeysign,open-build-service with it
Daniel Shahaf
danielsh at apache.org
Fri Oct 21 00:30:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
danielsh-guest pushed a commit to branch master
in repository notes.
commit ece60f7d27cf1aa1a084b53a082b523ec49e0b33
Author: Daniel Shahaf <danielsh at apache.org>
Date: Fri Oct 21 00:28:02 2016 +0000
issues += bin_sh_is_bash; tag monkeysign,open-build-service with it
---
issues.yml | 3 +++
packages.yml | 12 ++++++++++++
2 files changed, 15 insertions(+)
diff --git a/issues.yml b/issues.yml
index 8834ba4..0f8634b 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1441,3 +1441,6 @@ graphviz_nondeterminstic_output:
notes optimally. This can appear in class hierarchy documention, etc. Can
presumably affect images of all complexity but, obviously, more likely to
affect images with lots of nodes.
+bin_sh_is_bash:
+ description: |
+ Various issues that are caused from whether /bin/sh is dash or bash.
diff --git a/packages.yml b/packages.yml
index 2370c41..2d8d677 100644
--- a/packages.yml
+++ b/packages.yml
@@ -16883,6 +16883,16 @@ monkeystudio:
2. The octal literal being present might be a separate bug in its own right. (E.g.,
if other strings besides the copyright notice are also processed by the code that generated
the octal escape.)
+ .
+ Upon further investigation, found
+ config.pri:57:QMAKE_TARGET_COPYRIGHT = "\\251 2005 - 2012 Filipe AZEVEDO and $$QMAKE_TARGET_COMPANY"
+ so I'm thinking this is a bash/sh difference:
+ % sh -c 'echo \\251' | xxd
+ 0000000: a90a ..
+ % bash -c 'echo \\251' | xxd
+ 0000000: 5c32 3531 0a \251.
+ issues:
+ - bin_sh_is_bash
mono:
version: 4.2.1.102+dfsg2-5
comments: |
@@ -19021,6 +19031,8 @@ open-build-service:
due to brace expansion in a Makefile (works in bash but not in dash):
.
src/api/Makefile:17: $(INSTALL) -m 0755 -d $(DESTDIR)$(OBS_API_PREFIX)/db/sphinx{,/production}
+ issues:
+ - bin_sh_is_bash
open-coarrays:
version: 1.6.2-2
issues:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git
More information about the Reproducible-commits
mailing list