Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reproducible-notes
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
reproducible-notes
Commits
ece60f7d
Commit
ece60f7d
authored
8 years ago
by
Daniel Shahaf
Browse files
Options
Downloads
Patches
Plain Diff
issues += bin_sh_is_bash; tag monkeysign,open-build-service with it
parent
59f10175
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
issues.yml
+3
-0
3 additions, 0 deletions
issues.yml
packages.yml
+12
-0
12 additions, 0 deletions
packages.yml
with
15 additions
and
0 deletions
issues.yml
+
3
−
0
View file @
ece60f7d
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
packages.yml
+
12
−
0
View file @
ece60f7d
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment