Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 1 853 | labels stringlengths 4 898 | body stringlengths 2 262k | index stringclasses 13 values | text_combine stringlengths 96 262k | label stringclasses 2 values | text stringlengths 96 250k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
149,958 | 5,732,066,543 | IssuesEvent | 2017-04-21 14:01:16 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | closed | Make the header responsive | Priority: Medium Status: In Progress Type: Feature | The logo/menu should be responsive.
Currently looks like this:
<img width="399" alt="screen shot 2017-04-19 at 8 41 33 am" src="https://cloud.githubusercontent.com/assets/334550/25185989/0e75fe34-24dc-11e7-9817-86caeb29c9c0.png">
| 1.0 | Make the header responsive - The logo/menu should be responsive.
Currently looks like this:
<img width="399" alt="screen shot 2017-04-19 at 8 41 33 am" src="https://cloud.githubusercontent.com/assets/334550/25185989/0e75fe34-24dc-11e7-9817-86caeb29c9c0.png">
| non_build | make the header responsive the logo menu should be responsive currently looks like this img width alt screen shot at am src | 0 |
130,634 | 10,618,597,935 | IssuesEvent | 2019-10-13 06:08:59 | apache/skywalking | https://api.github.com/repos/apache/skywalking | opened | e2e for JDK 9/11/12 | test | @kezhenxu94 I think you said, JDK 9+(included) should be OK for OAP backend and UI. Let's add them into e2e and make it always available when you upgrade some libs. | 1.0 | e2e for JDK 9/11/12 - @kezhenxu94 I think you said, JDK 9+(included) should be OK for OAP backend and UI. Let's add them into e2e and make it always available when you upgrade some libs. | non_build | for jdk i think you said jdk included should be ok for oap backend and ui let s add them into and make it always available when you upgrade some libs | 0 |
195,397 | 6,911,454,712 | IssuesEvent | 2017-11-28 08:24:58 | ballerinalang/composer | https://api.github.com/repos/ballerinalang/composer | closed | Graphically representing the reuse of a connector which is defined at the package level | Priority/High Severity/Major Type/Bug |
There are use cases where we need to reuse the same connector multiple times. But, currently we can create a connector only inside a service or a function. So, one way we can expose this to other functions is by using global variables as follows.
```
string tweetId;
twitter:ClientConnector twitterConnector = init();
function init () (twitter:ClientConnector) {
string consumerKey = system:getEnv("CONSUMER_KEY");
string consumerSecret = system:getEnv("CONSUMER_SECRET");
string accessToken = system:getEnv("ACCESS_TOKEN");
string accessTokenSecret = system:getEnv("ACCESS_TOKEN_SECRET");
twitter:ClientConnector createTwitterConnector = create twitter:ClientConnector(consumerKey,consumerSecret,accessToken,accessTokenSecret);
return createTwitterConnector;
}
function testTweet () {
message response = twitter:ClientConnector.tweet(twitterConnector, "#ballerina");
json jsonResponse = messages:getJsonPayload(response);
int status = http:getStatusCode(response);
var value, _ = (string)jsonResponse.text;
tweetId, _ = (string)jsonResponse.id_str;
system:println("TweetID------- - " + tweetId);
system:println("===testTweet completed===");
}
```
In this case, the sequence diagram in the composer does not give a meaningful picture to the user.
| 1.0 | Graphically representing the reuse of a connector which is defined at the package level -
There are use cases where we need to reuse the same connector multiple times. But, currently we can create a connector only inside a service or a function. So, one way we can expose this to other functions is by using global variables as follows.
```
string tweetId;
twitter:ClientConnector twitterConnector = init();
function init () (twitter:ClientConnector) {
string consumerKey = system:getEnv("CONSUMER_KEY");
string consumerSecret = system:getEnv("CONSUMER_SECRET");
string accessToken = system:getEnv("ACCESS_TOKEN");
string accessTokenSecret = system:getEnv("ACCESS_TOKEN_SECRET");
twitter:ClientConnector createTwitterConnector = create twitter:ClientConnector(consumerKey,consumerSecret,accessToken,accessTokenSecret);
return createTwitterConnector;
}
function testTweet () {
message response = twitter:ClientConnector.tweet(twitterConnector, "#ballerina");
json jsonResponse = messages:getJsonPayload(response);
int status = http:getStatusCode(response);
var value, _ = (string)jsonResponse.text;
tweetId, _ = (string)jsonResponse.id_str;
system:println("TweetID------- - " + tweetId);
system:println("===testTweet completed===");
}
```
In this case, the sequence diagram in the composer does not give a meaningful picture to the user.
| non_build | graphically representing the reuse of a connector which is defined at the package level there are use cases where we need to reuse the same connector multiple times but currently we can create a connector only inside a service or a function so one way we can expose this to other functions is by using global variables as follows string tweetid twitter clientconnector twitterconnector init function init twitter clientconnector string consumerkey system getenv consumer key string consumersecret system getenv consumer secret string accesstoken system getenv access token string accesstokensecret system getenv access token secret twitter clientconnector createtwitterconnector create twitter clientconnector consumerkey consumersecret accesstoken accesstokensecret return createtwitterconnector function testtweet message response twitter clientconnector tweet twitterconnector ballerina json jsonresponse messages getjsonpayload response int status http getstatuscode response var value string jsonresponse text tweetid string jsonresponse id str system println tweetid tweetid system println testtweet completed in this case the sequence diagram in the composer does not give a meaningful picture to the user | 0 |
100,680 | 16,490,183,532 | IssuesEvent | 2021-05-25 01:47:33 | benchmarkdebricked/thimble.mozilla.org | https://api.github.com/repos/benchmarkdebricked/thimble.mozilla.org | opened | CVE-2021-23383 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-23383 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.2.tgz</b>, <b>handlebars-1.3.0.tgz</b>, <b>handlebars-2.0.0.tgz</b>, <b>handlebars-3.0.6.tgz</b></p></summary>
<p>
<details><summary><b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/login.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json,thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json,thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- istanbul-0.3.22.tgz (Root Library)
- :x: **handlebars-4.1.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-1.3.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/login.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/login.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- bower-1.3.8.tgz (Root Library)
- :x: **handlebars-1.3.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-2.0.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/id.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/id.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- lab-5.5.0.tgz (Root Library)
- :x: **handlebars-2.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-3.0.6.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-3.0.6.tgz">https://registry.npmjs.org/handlebars/-/handlebars-3.0.6.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/publish.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/publish.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- lout-6.2.3.tgz (Root Library)
- :x: **handlebars-3.0.6.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: handlebars - v4.7.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-23383 (High) detected in multiple libraries - ## CVE-2021-23383 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.2.tgz</b>, <b>handlebars-1.3.0.tgz</b>, <b>handlebars-2.0.0.tgz</b>, <b>handlebars-3.0.6.tgz</b></p></summary>
<p>
<details><summary><b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/login.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json,thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json,thimble.mozilla.org/services/login.webmaker.org/node_modules/lab/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- istanbul-0.3.22.tgz (Root Library)
- :x: **handlebars-4.1.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-1.3.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/login.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/login.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- bower-1.3.8.tgz (Root Library)
- :x: **handlebars-1.3.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-2.0.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/id.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/id.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- lab-5.5.0.tgz (Root Library)
- :x: **handlebars-2.0.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>handlebars-3.0.6.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-3.0.6.tgz">https://registry.npmjs.org/handlebars/-/handlebars-3.0.6.tgz</a></p>
<p>Path to dependency file: /thimble.mozilla.org/services/publish.webmaker.org/package.json</p>
<p>Path to vulnerable library: thimble.mozilla.org/services/publish.webmaker.org/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- lout-6.2.3.tgz (Root Library)
- :x: **handlebars-3.0.6.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: handlebars - v4.7.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries handlebars tgz handlebars tgz handlebars tgz handlebars tgz handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file thimble mozilla org services login webmaker org package json path to vulnerable library thimble mozilla org services login webmaker org node modules lab node modules handlebars package json thimble mozilla org services login webmaker org node modules lab node modules handlebars package json thimble mozilla org services login webmaker org node modules lab node modules handlebars package json dependency hierarchy istanbul tgz root library x handlebars tgz vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file thimble mozilla org services login webmaker org package json path to vulnerable library thimble mozilla org services login webmaker org node modules handlebars package json dependency hierarchy bower tgz root library x handlebars tgz vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file thimble mozilla org services id webmaker org package json path to vulnerable library thimble mozilla org services id webmaker org node modules handlebars package json dependency hierarchy lab tgz root library x handlebars tgz vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file thimble mozilla org services publish webmaker org package json path to vulnerable library thimble mozilla org services publish webmaker org node modules handlebars package json dependency hierarchy lout tgz root library x handlebars tgz vulnerable library vulnerability details the package handlebars before are vulnerable to prototype pollution when selecting certain compiling options to compile templates coming from an untrusted source publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource | 0 |
15,122 | 9,792,011,983 | IssuesEvent | 2019-06-10 16:19:47 | openstreetmap/iD | https://api.github.com/repos/openstreetmap/iD | closed | Add "Start Mapping" button to the welcome screen | usability | <img width="451" alt="Screen Shot 2019-06-06 at 5 07 12 PM" src="https://user-images.githubusercontent.com/2046746/59066670-9397cf00-887d-11e9-9b82-78dc8301cca3.png">
This screen automatically disappears when you edit something, but we should also have a way to manually dismiss it so you can see the location name and search features | True | Add "Start Mapping" button to the welcome screen - <img width="451" alt="Screen Shot 2019-06-06 at 5 07 12 PM" src="https://user-images.githubusercontent.com/2046746/59066670-9397cf00-887d-11e9-9b82-78dc8301cca3.png">
This screen automatically disappears when you edit something, but we should also have a way to manually dismiss it so you can see the location name and search features | non_build | add start mapping button to the welcome screen img width alt screen shot at pm src this screen automatically disappears when you edit something but we should also have a way to manually dismiss it so you can see the location name and search features | 0 |
40,990 | 10,601,001,953 | IssuesEvent | 2019-10-10 11:20:46 | kowainik/tomland | https://api.github.com/repos/kowainik/tomland | closed | Move benchmarks to separate repository | Hacktoberfest build library | We have benchmarks with other TOML packages. But all of them are not maintained and are becoming more obsolete and problematic each year. It becomes much harder to maintain `tomland` and support new GHC versions... So I propose to move benchmarks to a separate GitHub repository and maintain them separately so they won't slowdown main development process.
What do you think? | 1.0 | Move benchmarks to separate repository - We have benchmarks with other TOML packages. But all of them are not maintained and are becoming more obsolete and problematic each year. It becomes much harder to maintain `tomland` and support new GHC versions... So I propose to move benchmarks to a separate GitHub repository and maintain them separately so they won't slowdown main development process.
What do you think? | build | move benchmarks to separate repository we have benchmarks with other toml packages but all of them are not maintained and are becoming more obsolete and problematic each year it becomes much harder to maintain tomland and support new ghc versions so i propose to move benchmarks to a separate github repository and maintain them separately so they won t slowdown main development process what do you think | 1 |
263,850 | 28,068,131,417 | IssuesEvent | 2023-03-29 16:56:56 | MetaMask/snaps-registry | https://api.github.com/repos/MetaMask/snaps-registry | closed | Update the CI to verify the snap-registry published version | type-security | When publishing new snap-registry allowlist, the CI should check:
1. The structure of the allow list
2. That the private key signature of the published version is valid
It should block the release if those two are not satisfied. | True | Update the CI to verify the snap-registry published version - When publishing new snap-registry allowlist, the CI should check:
1. The structure of the allow list
2. That the private key signature of the published version is valid
It should block the release if those two are not satisfied. | non_build | update the ci to verify the snap registry published version when publishing new snap registry allowlist the ci should check the structure of the allow list that the private key signature of the published version is valid it should block the release if those two are not satisfied | 0 |
78,637 | 22,333,655,072 | IssuesEvent | 2022-06-14 16:28:49 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | `libtorch.a` is not in pytorch `static` zip archives | oncall: binaries module: build triaged | The diagnosis in the discussion item still applies to 1.10.1:
```
Checking existense of 'libtorch.a'
- libtorch-cxx11-abi-static-with-deps-1.9.1%2Bcu102.zip
- libtorch-cxx11-abi-static-with-deps-1.10.1%2Bcu102.zip
```
cc: @seemethere
# Discussion item
Interestingly enough, it appears as though we haven't regressed, we just never had a `libtorch.a` in our `static` zip archives:
Script used to test:
```bash
#!/usr/bin/env bash
set -eou pipefail
echo "Checking existense of 'libtorch.a'"
for version in "1.2.0" "1.3.1" "1.4.0" "1.5.1" "1.6.0"; do
filename="libtorch-cxx11-abi-static-with-deps-${version}%2Bcu92.zip"
if ! curl -fsSL -O "https://download.pytorch.org/libtorch/cu92/${filename}"; then
echo "https://download.pytorch.org/libtorch/cu92/${filename}" not found
exit 1
fi
if ! unzip -l "${filename}" | rev | cut -d' ' -f1 | rev | grep 'libtorch.a$' >/dev/null 2>/dev/null; then
echo -n '- '
else
echo -n '+ '
fi
echo "${filename}"
rm -f "${filename}"
done
```
Results:
```
❯ bash check_libtorch_static.sh
Checking existense of 'libtorch.a'
- libtorch-cxx11-abi-static-with-deps-1.2.0%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.3.1%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.4.0%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.5.1%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.6.0%2Bcu92.zip
```
_Originally posted by @seemethere in https://github.com/pytorch/pytorch/issues/25699#issuecomment-700064881_
cc @ezyang @seemethere @malfet | 1.0 | `libtorch.a` is not in pytorch `static` zip archives - The diagnosis in the discussion item still applies to 1.10.1:
```
Checking existense of 'libtorch.a'
- libtorch-cxx11-abi-static-with-deps-1.9.1%2Bcu102.zip
- libtorch-cxx11-abi-static-with-deps-1.10.1%2Bcu102.zip
```
cc: @seemethere
# Discussion item
Interestingly enough, it appears as though we haven't regressed, we just never had a `libtorch.a` in our `static` zip archives:
Script used to test:
```bash
#!/usr/bin/env bash
set -eou pipefail
echo "Checking existense of 'libtorch.a'"
for version in "1.2.0" "1.3.1" "1.4.0" "1.5.1" "1.6.0"; do
filename="libtorch-cxx11-abi-static-with-deps-${version}%2Bcu92.zip"
if ! curl -fsSL -O "https://download.pytorch.org/libtorch/cu92/${filename}"; then
echo "https://download.pytorch.org/libtorch/cu92/${filename}" not found
exit 1
fi
if ! unzip -l "${filename}" | rev | cut -d' ' -f1 | rev | grep 'libtorch.a$' >/dev/null 2>/dev/null; then
echo -n '- '
else
echo -n '+ '
fi
echo "${filename}"
rm -f "${filename}"
done
```
Results:
```
❯ bash check_libtorch_static.sh
Checking existense of 'libtorch.a'
- libtorch-cxx11-abi-static-with-deps-1.2.0%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.3.1%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.4.0%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.5.1%2Bcu92.zip
- libtorch-cxx11-abi-static-with-deps-1.6.0%2Bcu92.zip
```
_Originally posted by @seemethere in https://github.com/pytorch/pytorch/issues/25699#issuecomment-700064881_
cc @ezyang @seemethere @malfet | build | libtorch a is not in pytorch static zip archives the diagnosis in the discussion item still applies to checking existense of libtorch a libtorch abi static with deps zip libtorch abi static with deps zip cc seemethere discussion item interestingly enough it appears as though we haven t regressed we just never had a libtorch a in our static zip archives script used to test bash usr bin env bash set eou pipefail echo checking existense of libtorch a for version in do filename libtorch abi static with deps version zip if curl fssl o then echo not found exit fi if unzip l filename rev cut d rev grep libtorch a dev null dev null then echo n else echo n fi echo filename rm f filename done results ❯ bash check libtorch static sh checking existense of libtorch a libtorch abi static with deps zip libtorch abi static with deps zip libtorch abi static with deps zip libtorch abi static with deps zip libtorch abi static with deps zip originally posted by seemethere in cc ezyang seemethere malfet | 1 |
101,130 | 21,582,272,374 | IssuesEvent | 2022-05-02 20:06:34 | ArctosDB/arctos | https://api.github.com/repos/ArctosDB/arctos | closed | Code Table Request - New other identifier = MBDB: Meteoritical Bulletin Database | Priority-High (Needed for work) Function-CodeTables | **Goal**
Make use of "entity" identifier for meteorites
**Context**
UNM:MET has identifiers for named meteorites from MBDB and could use this functionality
**Table**
https://arctos.database.museum/info/ctDocumentation.cfm?table=ctcoll_other_id_type
**Proposed Value**
MBDB: Meteoritical Bulletin Database
**Proposed Definition**
Identifier assigned by the Meteoritical Bulletin Database (MBDB)
**Other ID BaseURL**
"Base URL" with which to prepend entered values, - https://www.lpi.usra.edu/meteor/metbull.php?code=
and
A functional example URL, which should consist of the base URL provided in (1) plus a relevant value. https://www.lpi.usra.edu/meteor/metbull.php?code=23166
**Available for Public View**
Yes
**Priority**
[ Please choose a priority-label to the right. ]
@ArctosDB/arctos-code-table-administrators
| 1.0 | Code Table Request - New other identifier = MBDB: Meteoritical Bulletin Database - **Goal**
Make use of "entity" identifier for meteorites
**Context**
UNM:MET has identifiers for named meteorites from MBDB and could use this functionality
**Table**
https://arctos.database.museum/info/ctDocumentation.cfm?table=ctcoll_other_id_type
**Proposed Value**
MBDB: Meteoritical Bulletin Database
**Proposed Definition**
Identifier assigned by the Meteoritical Bulletin Database (MBDB)
**Other ID BaseURL**
"Base URL" with which to prepend entered values, - https://www.lpi.usra.edu/meteor/metbull.php?code=
and
A functional example URL, which should consist of the base URL provided in (1) plus a relevant value. https://www.lpi.usra.edu/meteor/metbull.php?code=23166
**Available for Public View**
Yes
**Priority**
[ Please choose a priority-label to the right. ]
@ArctosDB/arctos-code-table-administrators
| non_build | code table request new other identifier mbdb meteoritical bulletin database goal make use of entity identifier for meteorites context unm met has identifiers for named meteorites from mbdb and could use this functionality table proposed value mbdb meteoritical bulletin database proposed definition identifier assigned by the meteoritical bulletin database mbdb other id baseurl base url with which to prepend entered values and a functional example url which should consist of the base url provided in plus a relevant value available for public view yes priority arctosdb arctos code table administrators | 0 |
198,926 | 22,674,191,541 | IssuesEvent | 2022-07-04 01:26:08 | Techini/WebGoat | https://api.github.com/repos/Techini/WebGoat | closed | CVE-2020-5398 (High) detected in spring-web-5.2.0.RELEASE.jar - autoclosed | security vulnerability | ## CVE-2020-5398 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.2.0.RELEASE.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.2.0.RELEASE/spring-web-5.2.0.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- webwolf-v8.0.0-SNAPSHOT.jar (Root Library)
- spring-boot-starter-web-2.2.0.RELEASE.jar
- :x: **spring-web-5.2.0.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Techini/WebGoat/commit/d33cc0e32a0d1b949ff1b85af16890cd452276f8">d33cc0e32a0d1b949ff1b85af16890cd452276f8</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a "Content-Disposition" header in the response where the filename attribute is derived from user supplied input.
<p>Publish Date: 2020-01-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5398>CVE-2020-5398</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://pivotal.io/security/cve-2020-5398">https://pivotal.io/security/cve-2020-5398</a></p>
<p>Release Date: 2020-01-17</p>
<p>Fix Resolution: org.springframework:spring-web:5.0.16.RELEASE,org.springframework:spring-web:5.1.13.RELEASE,org.springframework:spring-web:5.2.3.RELEASE</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-5398 (High) detected in spring-web-5.2.0.RELEASE.jar - autoclosed - ## CVE-2020-5398 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.2.0.RELEASE.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.2.0.RELEASE/spring-web-5.2.0.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- webwolf-v8.0.0-SNAPSHOT.jar (Root Library)
- spring-boot-starter-web-2.2.0.RELEASE.jar
- :x: **spring-web-5.2.0.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Techini/WebGoat/commit/d33cc0e32a0d1b949ff1b85af16890cd452276f8">d33cc0e32a0d1b949ff1b85af16890cd452276f8</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a "Content-Disposition" header in the response where the filename attribute is derived from user supplied input.
<p>Publish Date: 2020-01-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5398>CVE-2020-5398</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://pivotal.io/security/cve-2020-5398">https://pivotal.io/security/cve-2020-5398</a></p>
<p>Release Date: 2020-01-17</p>
<p>Fix Resolution: org.springframework:spring-web:5.0.16.RELEASE,org.springframework:spring-web:5.1.13.RELEASE,org.springframework:spring-web:5.2.3.RELEASE</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve high detected in spring web release jar autoclosed cve high severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository org springframework spring web release spring web release jar dependency hierarchy webwolf snapshot jar root library spring boot starter web release jar x spring web release jar vulnerable library found in head commit a href vulnerability details in spring framework versions x prior to versions x prior to and versions x prior to an application is vulnerable to a reflected file download rfd attack when it sets a content disposition header in the response where the filename attribute is derived from user supplied input publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring web release org springframework spring web release org springframework spring web release step up your open source security game with whitesource | 0 |
64,864 | 16,056,579,115 | IssuesEvent | 2021-04-23 06:25:57 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Feature] Confirmation before delete widget action | Enhancement Needs Design UI Building Pod Widgets | ## Summary
As a user, I should receive a confirmation intent (confirm modal) before a delete widget action can complete. Only if the user clicks continue/ok/yes the widget gets deleted.
## Motivation
When a user is working on a complex UI there are chances they might delete the wrong widget. Undo widget can solve this, but a proactive intent is always better.
| 1.0 | [Feature] Confirmation before delete widget action - ## Summary
As a user, I should receive a confirmation intent (confirm modal) before a delete widget action can complete. Only if the user clicks continue/ok/yes the widget gets deleted.
## Motivation
When a user is working on a complex UI there are chances they might delete the wrong widget. Undo widget can solve this, but a proactive intent is always better.
| build | confirmation before delete widget action summary as a user i should receive a confirmation intent confirm modal before a delete widget action can complete only if the user clicks continue ok yes the widget gets deleted motivation when a user is working on a complex ui there are chances they might delete the wrong widget undo widget can solve this but a proactive intent is always better | 1 |
58,718 | 14,345,199,221 | IssuesEvent | 2020-11-28 17:54:39 | uniquelyparticular/shipengine-request | https://api.github.com/repos/uniquelyparticular/shipengine-request | opened | CVE-2020-26226 (High) detected in semantic-release-15.13.15.tgz | security vulnerability | ## CVE-2020-26226 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semantic-release-15.13.15.tgz</b></p></summary>
<p>Automated semver compliant package publishing</p>
<p>Library home page: <a href="https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.15.tgz">https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.15.tgz</a></p>
<p>Path to dependency file: shipengine-request/package.json</p>
<p>Path to vulnerable library: shipengine-request/node_modules/semantic-release/package.json</p>
<p>
Dependency Hierarchy:
- :x: **semantic-release-15.13.15.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/shipengine-request/commit/1698b3b44e263ca17d76d79763f91d134663fd6d">1698b3b44e263ca17d76d79763f91d134663fd6d</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the npm package semantic-release before version 17.2.3, secrets that would normally be masked by `semantic-release` can be accidentally disclosed if they contain characters that become encoded when included in a URL. Secrets that do not contain characters that become encoded when included in a URL are already masked properly. The issue is fixed in version 17.2.3.
<p>Publish Date: 2020-11-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26226>CVE-2020-26226</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/semantic-release/semantic-release/security/advisories/GHSA-r2j6-p67h-q639">https://github.com/semantic-release/semantic-release/security/advisories/GHSA-r2j6-p67h-q639</a></p>
<p>Release Date: 2020-11-18</p>
<p>Fix Resolution: 17.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-26226 (High) detected in semantic-release-15.13.15.tgz - ## CVE-2020-26226 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semantic-release-15.13.15.tgz</b></p></summary>
<p>Automated semver compliant package publishing</p>
<p>Library home page: <a href="https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.15.tgz">https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.15.tgz</a></p>
<p>Path to dependency file: shipengine-request/package.json</p>
<p>Path to vulnerable library: shipengine-request/node_modules/semantic-release/package.json</p>
<p>
Dependency Hierarchy:
- :x: **semantic-release-15.13.15.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/shipengine-request/commit/1698b3b44e263ca17d76d79763f91d134663fd6d">1698b3b44e263ca17d76d79763f91d134663fd6d</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the npm package semantic-release before version 17.2.3, secrets that would normally be masked by `semantic-release` can be accidentally disclosed if they contain characters that become encoded when included in a URL. Secrets that do not contain characters that become encoded when included in a URL are already masked properly. The issue is fixed in version 17.2.3.
<p>Publish Date: 2020-11-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26226>CVE-2020-26226</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/semantic-release/semantic-release/security/advisories/GHSA-r2j6-p67h-q639">https://github.com/semantic-release/semantic-release/security/advisories/GHSA-r2j6-p67h-q639</a></p>
<p>Release Date: 2020-11-18</p>
<p>Fix Resolution: 17.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve high detected in semantic release tgz cve high severity vulnerability vulnerable library semantic release tgz automated semver compliant package publishing library home page a href path to dependency file shipengine request package json path to vulnerable library shipengine request node modules semantic release package json dependency hierarchy x semantic release tgz vulnerable library found in head commit a href vulnerability details in the npm package semantic release before version secrets that would normally be masked by semantic release can be accidentally disclosed if they contain characters that become encoded when included in a url secrets that do not contain characters that become encoded when included in a url are already masked properly the issue is fixed in version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
382,143 | 11,301,368,610 | IssuesEvent | 2020-01-17 15:27:36 | ChainSafe/gossamer | https://api.github.com/repos/ChainSafe/gossamer | opened | Cleanup common Package | Priority: 4 - Low Type: Maintenance | - Rename hash.go to hasher.go
- Move the hash function(s) from common.go to (a new) hash.go
`common/codec`
- This appears to be unused, please confirm. If unused, please remove, otherwise move to `common` instead of its own package.
`common/transaction`
- Make this a root level package. | 1.0 | Cleanup common Package - - Rename hash.go to hasher.go
- Move the hash function(s) from common.go to (a new) hash.go
`common/codec`
- This appears to be unused, please confirm. If unused, please remove, otherwise move to `common` instead of its own package.
`common/transaction`
- Make this a root level package. | non_build | cleanup common package rename hash go to hasher go move the hash function s from common go to a new hash go common codec this appears to be unused please confirm if unused please remove otherwise move to common instead of its own package common transaction make this a root level package | 0 |
67,042 | 7,033,485,806 | IssuesEvent | 2017-12-27 11:05:08 | duranserkan/Fall2017Swe573 | https://api.github.com/repos/duranserkan/Fall2017Swe573 | closed | Resarch on WCAG compatibility tests | low research test | To determine whether wcag criterias are satisfied or not, research on tools that tests and reports wcag criterias.
**Estimated Time: 1 h** | 1.0 | Resarch on WCAG compatibility tests - To determine whether wcag criterias are satisfied or not, research on tools that tests and reports wcag criterias.
**Estimated Time: 1 h** | non_build | resarch on wcag compatibility tests to determine whether wcag criterias are satisfied or not research on tools that tests and reports wcag criterias estimated time h | 0 |
47,795 | 12,123,290,754 | IssuesEvent | 2020-04-22 12:29:17 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | opened | Custom Profile with Startup Tracing fails deployment on Visual Studio for Mac | Area: App+Library Build | This issue is a continuation of #4566
### Steps to Reproduce
Could not isolate the problem in a small application. Problem occurs unfortunlatly only with my (big)project.
1. In VS for Mac, I open my solution, I select release mode, enable startup tracing, check that my custom.aprof is attached to the project.
2. Hit "Start debugging"
### Expected Behavior
My app is deployed on my device.
### Actual Behavior
My app is not deployed on my device.
VS shows an error.
### Version Information
=== Visual Studio Community 2019 for Mac ===
Version 8.5.4 (build 12)
Installation UUID: 1d2919a4-549f-4c46-811b-dbc22b18911a
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 6.14.1.39 (d16-5 / 30e8706b4)
Package version: 608000123
=== Mono Framework MDK ===
Runtime:
Mono 6.8.0.123 (2019-10/1d0d939dc30) (64-bit)
Package version: 608000123
=== Roslyn (Language Service) ===
3.5.0-beta4-20125-04+1baa0b3063238ed752ad1f0368b1df6b6901373e
=== NuGet ===
Version: 5.4.0.6315
=== .NET Core SDK ===
SDK: /usr/local/share/dotnet/sdk/3.1.200/Sdks
SDK Versions:
3.1.200
3.1.102
3.1.101
3.0.101
3.0.100
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/6.8.0/lib/mono/msbuild/Current/bin/Sdks
=== .NET Core Runtime ===
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
3.1.2
3.1.1
3.0.1
3.0.0
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
=== Xamarin.Profiler ===
Version: 1.6.12.29
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler
=== Updater ===
Version: 11
=== Apple Developer Tools ===
Xcode 11.4.1 (16137)
Build 11E503a
=== Xamarin.Mac ===
Version: 6.16.0.13 (Visual Studio Community)
Hash: b75deaf82
Branch: d16-5-xcode11.4
Build date: 2020-04-01 21:33:18-0400
=== Xamarin.iOS ===
Version: 13.16.0.13 (Visual Studio Community)
Hash: b75deaf82
Branch: d16-5-xcode11.4
Build date: 2020-04-01 21:33:19-0400
=== Xamarin Designer ===
Version: 16.5.0.471
Hash: 35aa4889d
Branch: remotes/origin/d16-5
Build date: 2020-02-25 00:52:08 UTC
=== Xamarin.Android ===
Version: 10.2.0.100 (Visual Studio Community)
Commit: xamarin-android/d16-5/988c811
Android SDK: /Users/yadusurf/Library/Developer/Xamarin/android-sdk-macosx
Supported Android versions:
7.0 (API level 24)
7.1 (API level 25)
8.1 (API level 27)
SDK Tools Version: 26.1.1
SDK Platform Tools Version: 28.0.2
SDK Build Tools Version: 28.0.3
Build Information:
Mono: c0c5c78
Java.Interop: xamarin/java.interop/d16-5@fc18c54
ProGuard: xamarin/proguard/master@905836d
SQLite: xamarin/sqlite/3.28.0@46204c4
Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-5@9f4ed4b
=== Microsoft Mobile OpenJDK ===
Java SDK: /Users/yadusurf/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.25
1.8.0-25
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL
=== Android SDK Manager ===
Version: 16.5.0.39
Hash: 6fb4c79
Branch: remotes/origin/d16-5
Build date: 2020-04-15 20:49:08 UTC
=== Android Device Manager ===
Version: 16.5.0.71
Hash: 49194e8
Branch: remotes/origin/d16-5~1
Build date: 2020-04-15 20:49:28 UTC
=== Xamarin Inspector ===
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1
=== Build Information ===
Release ID: 805040012
Git revision: 7642369422103e19b0b8d29ddc211abf2fd32607
Build date: 2020-04-16 08:55:15-04
Build branch: release-8.5
Xamarin extensions: 7642369422103e19b0b8d29ddc211abf2fd32607
=== Operating System ===
Mac OS X 10.15.4
Darwin 19.4.0 Darwin Kernel Version 19.4.0
Wed Mar 4 22:28:40 PST 2020
root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
### Log File
Logs generated with "diagnostic" mode.
[Logs.zip](https://github.com/xamarin/xamarin-android/files/4516071/Logs.zip)
| 1.0 | Custom Profile with Startup Tracing fails deployment on Visual Studio for Mac - This issue is a continuation of #4566
### Steps to Reproduce
Could not isolate the problem in a small application. Problem occurs unfortunlatly only with my (big)project.
1. In VS for Mac, I open my solution, I select release mode, enable startup tracing, check that my custom.aprof is attached to the project.
2. Hit "Start debugging"
### Expected Behavior
My app is deployed on my device.
### Actual Behavior
My app is not deployed on my device.
VS shows an error.
### Version Information
=== Visual Studio Community 2019 for Mac ===
Version 8.5.4 (build 12)
Installation UUID: 1d2919a4-549f-4c46-811b-dbc22b18911a
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 6.14.1.39 (d16-5 / 30e8706b4)
Package version: 608000123
=== Mono Framework MDK ===
Runtime:
Mono 6.8.0.123 (2019-10/1d0d939dc30) (64-bit)
Package version: 608000123
=== Roslyn (Language Service) ===
3.5.0-beta4-20125-04+1baa0b3063238ed752ad1f0368b1df6b6901373e
=== NuGet ===
Version: 5.4.0.6315
=== .NET Core SDK ===
SDK: /usr/local/share/dotnet/sdk/3.1.200/Sdks
SDK Versions:
3.1.200
3.1.102
3.1.101
3.0.101
3.0.100
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/6.8.0/lib/mono/msbuild/Current/bin/Sdks
=== .NET Core Runtime ===
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
3.1.2
3.1.1
3.0.1
3.0.0
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
=== Xamarin.Profiler ===
Version: 1.6.12.29
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler
=== Updater ===
Version: 11
=== Apple Developer Tools ===
Xcode 11.4.1 (16137)
Build 11E503a
=== Xamarin.Mac ===
Version: 6.16.0.13 (Visual Studio Community)
Hash: b75deaf82
Branch: d16-5-xcode11.4
Build date: 2020-04-01 21:33:18-0400
=== Xamarin.iOS ===
Version: 13.16.0.13 (Visual Studio Community)
Hash: b75deaf82
Branch: d16-5-xcode11.4
Build date: 2020-04-01 21:33:19-0400
=== Xamarin Designer ===
Version: 16.5.0.471
Hash: 35aa4889d
Branch: remotes/origin/d16-5
Build date: 2020-02-25 00:52:08 UTC
=== Xamarin.Android ===
Version: 10.2.0.100 (Visual Studio Community)
Commit: xamarin-android/d16-5/988c811
Android SDK: /Users/yadusurf/Library/Developer/Xamarin/android-sdk-macosx
Supported Android versions:
7.0 (API level 24)
7.1 (API level 25)
8.1 (API level 27)
SDK Tools Version: 26.1.1
SDK Platform Tools Version: 28.0.2
SDK Build Tools Version: 28.0.3
Build Information:
Mono: c0c5c78
Java.Interop: xamarin/java.interop/d16-5@fc18c54
ProGuard: xamarin/proguard/master@905836d
SQLite: xamarin/sqlite/3.28.0@46204c4
Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-5@9f4ed4b
=== Microsoft Mobile OpenJDK ===
Java SDK: /Users/yadusurf/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.25
1.8.0-25
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL
=== Android SDK Manager ===
Version: 16.5.0.39
Hash: 6fb4c79
Branch: remotes/origin/d16-5
Build date: 2020-04-15 20:49:08 UTC
=== Android Device Manager ===
Version: 16.5.0.71
Hash: 49194e8
Branch: remotes/origin/d16-5~1
Build date: 2020-04-15 20:49:28 UTC
=== Xamarin Inspector ===
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1
=== Build Information ===
Release ID: 805040012
Git revision: 7642369422103e19b0b8d29ddc211abf2fd32607
Build date: 2020-04-16 08:55:15-04
Build branch: release-8.5
Xamarin extensions: 7642369422103e19b0b8d29ddc211abf2fd32607
=== Operating System ===
Mac OS X 10.15.4
Darwin 19.4.0 Darwin Kernel Version 19.4.0
Wed Mar 4 22:28:40 PST 2020
root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
### Log File
Logs generated with "diagnostic" mode.
[Logs.zip](https://github.com/xamarin/xamarin-android/files/4516071/Logs.zip)
| build | custom profile with startup tracing fails deployment on visual studio for mac this issue is a continuation of steps to reproduce could not isolate the problem in a small application problem occurs unfortunlatly only with my big project in vs for mac i open my solution i select release mode enable startup tracing check that my custom aprof is attached to the project hit start debugging expected behavior my app is deployed on my device actual behavior my app is not deployed on my device vs shows an error version information visual studio community for mac version build installation uuid gtk raleigh theme xamarin mac package version mono framework mdk runtime mono bit package version roslyn language service nuget version net core sdk sdk usr local share dotnet sdk sdks sdk versions msbuild sdks library frameworks mono framework versions lib mono msbuild current bin sdks net core runtime runtime usr local share dotnet dotnet runtime versions xamarin profiler version location applications xamarin profiler app contents macos xamarin profiler updater version apple developer tools xcode build xamarin mac version visual studio community hash branch build date xamarin ios version visual studio community hash branch build date xamarin designer version hash branch remotes origin build date utc xamarin android version visual studio community commit xamarin android android sdk users yadusurf library developer xamarin android sdk macosx supported android versions api level api level api level sdk tools version sdk platform tools version sdk build tools version build information mono java interop xamarin java interop proguard xamarin proguard master sqlite xamarin sqlite xamarin android tools xamarin xamarin android tools microsoft mobile openjdk java sdk users yadusurf library developer xamarin jdk microsoft dist openjdk android designer epl code available here android sdk manager version hash branch remotes origin build date utc android device manager version hash branch remotes origin build date utc xamarin inspector version hash branch release build date mon jul gmt client compatibility build information release id git revision build date build branch release xamarin extensions operating system mac os x darwin darwin kernel version wed mar pst root xnu release log file logs generated with diagnostic mode | 1 |
244,741 | 26,472,739,114 | IssuesEvent | 2023-01-17 08:50:18 | postgres-ai/database-lab-engine | https://api.github.com/repos/postgres-ai/database-lab-engine | closed | CVE-2022-24785 (High) detected in moment-2.29.1.tgz | security vulnerability | ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.29.1.tgz</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://registry.npmjs.org/moment/-/moment-2.29.1.tgz">https://registry.npmjs.org/moment/-/moment-2.29.1.tgz</a></p>
<p>
Dependency Hierarchy:
- @postgres.ai/ce-1.0.0.tgz (Root Library)
- :x: **moment-2.29.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/postgres-ai/database-lab-engine/commit/b3ac62d12e3d43994ff7ad836e34da801ed665fb">b3ac62d12e3d43994ff7ad836e34da801ed665fb</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates. A path traversal vulnerability impacts npm (server) users of Moment.js between versions 1.0.1 and 2.29.1, especially if a user-provided locale string is directly used to switch moment locale. This problem is patched in 2.29.2, and the patch can be applied to all affected versions. As a workaround, sanitize the user-provided locale name before passing it to Moment.js.
<p>Publish Date: 2022-04-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24785>CVE-2022-24785</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4">https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4</a></p>
<p>Release Date: 2022-04-04</p>
<p>Fix Resolution: moment - 2.29.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-24785 (High) detected in moment-2.29.1.tgz - ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.29.1.tgz</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://registry.npmjs.org/moment/-/moment-2.29.1.tgz">https://registry.npmjs.org/moment/-/moment-2.29.1.tgz</a></p>
<p>
Dependency Hierarchy:
- @postgres.ai/ce-1.0.0.tgz (Root Library)
- :x: **moment-2.29.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/postgres-ai/database-lab-engine/commit/b3ac62d12e3d43994ff7ad836e34da801ed665fb">b3ac62d12e3d43994ff7ad836e34da801ed665fb</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates. A path traversal vulnerability impacts npm (server) users of Moment.js between versions 1.0.1 and 2.29.1, especially if a user-provided locale string is directly used to switch moment locale. This problem is patched in 2.29.2, and the patch can be applied to all affected versions. As a workaround, sanitize the user-provided locale name before passing it to Moment.js.
<p>Publish Date: 2022-04-04
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24785>CVE-2022-24785</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4">https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4</a></p>
<p>Release Date: 2022-04-04</p>
<p>Fix Resolution: moment - 2.29.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve high detected in moment tgz cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href dependency hierarchy postgres ai ce tgz root library x moment tgz vulnerable library found in head commit a href found in base branch master vulnerability details moment js is a javascript date library for parsing validating manipulating and formatting dates a path traversal vulnerability impacts npm server users of moment js between versions and especially if a user provided locale string is directly used to switch moment locale this problem is patched in and the patch can be applied to all affected versions as a workaround sanitize the user provided locale name before passing it to moment js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution moment step up your open source security game with mend | 0 |
41,280 | 16,678,122,649 | IssuesEvent | 2021-06-07 18:58:58 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Extensible Calling Conventions for native callee functions | api-approved area-System.Runtime.InteropServices | ## Background and Motivation
The [`UnmanagedCallersOnlyAttribute`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.unmanagedcallersonlyattribute.callconvs) provides an extensible mechanism to define native calling conventions on a .NET method. This enables users to author functions that are callable in a native environment. A symmetrical need arises for functions that are defined in native code but declared to be called in a .NET environment. These native function declarations are done using [`DllImportAttribute`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.dllimportattribute).
This approach complements `UnmanagedCallersOnlyAttribute` and aligns with the reuse of the `CallConv*` types under the [`System.Runtime.CompilerServices`](https://docs.microsoft.com/dotnet/api/system.runtime.compilerservices) namespace.
## Proposed API
If the user specifies the `CallingConvention.Winapi` (the default) on the `DllImportAttribute` the following attribute will be queried.
```diff
namespace System.Runtime.InteropServices
{
+ /// <summary>
+ /// Provides an equivalent to <see cref="UnmanagedCallersOnlyAttribute"/> for native
+ /// functions declared in .NET.
+ /// </summary>
+ [AttributeUsage(AttributeTargets.Method)]
+ public class UnmanagedCalleeAttribute : Attribute
+ {
+ public UnmanagedCalleeAttribute() { }
+
+ /// <summary>
+ /// Types indicating calling conventions for the unmanaged callee.
+ /// </summary>
+ /// <remarks>
+ /// If <c>null</c>, the semantics are identical to <c>CallingConvention.Winapi</c>.
+ /// </remarks>
+ public Type[]? CallConvs;
+ }
}
```
## Usage Examples
**P/Invoke**
Using the defaults, all 3 of the following declarations are the same.
```csharp
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
[DllImport("nativelib", CallingConvention = CallingConvention.Winapi)]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
```
Some calling conventions can be declared in multiple ways.
```csharp
[DllImport("nativelib", CallingConvention = CallingConvention.Cdecl)]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvCdecl) })]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvCdecl) })]
[DllImport("nativelib", CallingConvention = CallingConvention.Winapi)]
static extern int Func(IntPtr a, nint val);
```
Future calling conventions would be enabled without updating the [`CallingConvention`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.dllimportattribute.callingconvention) enum. Examples in C# and VB.NET.
```csharp
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvVectorCall) })]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
```
```vbnet
<UnmanagedCallee(CallConvs := New Type() { GetType(CallConvVectorCall) })>
<DllImport("nativelib")>
Public Shared Function Func(a As IntPtr, val As IntPtr) As Integer
End Function
```
This proposal provides an alternative mechanism to support Native Varargs in https://github.com/dotnet/runtime/issues/48796.
**COM style interface** - Not proposed but example of how the attribute could evolve.
To enable this scenario the attribute would be updated with the following: `[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]`
Using the defaults, all 3 of the following declarations are the same on Windows.
```csharp
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
interface IFoo
{
int Call(ref SomeType valuetype);
}
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
[UnmanagedCallee]
interface IFoo
{
int Call(ref SomeType valuetype);
}
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvStdCall), typeof(CallConvMemberInstance) })]
interface IFoo
{
int Call(ref SomeType valuetype);
}
```
## Alternative Designs
Provide an enum to trigger off for reading the new attribute.
```diff
namespace System.Runtime.InteropServices
{
public enum CallingConvention
{
+ /// <summary>
+ /// Instructs the runtime to consult the <see cref="UnmanagedCalleeAttribute"/>.
+ /// </summary>
+ UnmanagedCallee = 7
}
}
```
Alternative name proposed could be `CallingConvention.UnmanagedCallConv`. | 1.0 | Extensible Calling Conventions for native callee functions - ## Background and Motivation
The [`UnmanagedCallersOnlyAttribute`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.unmanagedcallersonlyattribute.callconvs) provides an extensible mechanism to define native calling conventions on a .NET method. This enables users to author functions that are callable in a native environment. A symmetrical need arises for functions that are defined in native code but declared to be called in a .NET environment. These native function declarations are done using [`DllImportAttribute`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.dllimportattribute).
This approach complements `UnmanagedCallersOnlyAttribute` and aligns with the reuse of the `CallConv*` types under the [`System.Runtime.CompilerServices`](https://docs.microsoft.com/dotnet/api/system.runtime.compilerservices) namespace.
## Proposed API
If the user specifies the `CallingConvention.Winapi` (the default) on the `DllImportAttribute` the following attribute will be queried.
```diff
namespace System.Runtime.InteropServices
{
+ /// <summary>
+ /// Provides an equivalent to <see cref="UnmanagedCallersOnlyAttribute"/> for native
+ /// functions declared in .NET.
+ /// </summary>
+ [AttributeUsage(AttributeTargets.Method)]
+ public class UnmanagedCalleeAttribute : Attribute
+ {
+ public UnmanagedCalleeAttribute() { }
+
+ /// <summary>
+ /// Types indicating calling conventions for the unmanaged callee.
+ /// </summary>
+ /// <remarks>
+ /// If <c>null</c>, the semantics are identical to <c>CallingConvention.Winapi</c>.
+ /// </remarks>
+ public Type[]? CallConvs;
+ }
}
```
## Usage Examples
**P/Invoke**
Using the defaults, all 3 of the following declarations are the same.
```csharp
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
[DllImport("nativelib", CallingConvention = CallingConvention.Winapi)]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
```
Some calling conventions can be declared in multiple ways.
```csharp
[DllImport("nativelib", CallingConvention = CallingConvention.Cdecl)]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvCdecl) })]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvCdecl) })]
[DllImport("nativelib", CallingConvention = CallingConvention.Winapi)]
static extern int Func(IntPtr a, nint val);
```
Future calling conventions would be enabled without updating the [`CallingConvention`](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.dllimportattribute.callingconvention) enum. Examples in C# and VB.NET.
```csharp
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvVectorCall) })]
[DllImport("nativelib")]
static extern int Func(IntPtr a, nint val);
```
```vbnet
<UnmanagedCallee(CallConvs := New Type() { GetType(CallConvVectorCall) })>
<DllImport("nativelib")>
Public Shared Function Func(a As IntPtr, val As IntPtr) As Integer
End Function
```
This proposal provides an alternative mechanism to support Native Varargs in https://github.com/dotnet/runtime/issues/48796.
**COM style interface** - Not proposed but example of how the attribute could evolve.
To enable this scenario the attribute would be updated with the following: `[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]`
Using the defaults, all 3 of the following declarations are the same on Windows.
```csharp
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
interface IFoo
{
int Call(ref SomeType valuetype);
}
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
[UnmanagedCallee]
interface IFoo
{
int Call(ref SomeType valuetype);
}
[ComVisible(true)]
[Guid("C509A1C1-A6C9-4229-89CE-10B53CF8271B")]
[UnmanagedCallee(CallConvs = new[] { typeof(CallConvStdCall), typeof(CallConvMemberInstance) })]
interface IFoo
{
int Call(ref SomeType valuetype);
}
```
## Alternative Designs
Provide an enum to trigger off for reading the new attribute.
```diff
namespace System.Runtime.InteropServices
{
public enum CallingConvention
{
+ /// <summary>
+ /// Instructs the runtime to consult the <see cref="UnmanagedCalleeAttribute"/>.
+ /// </summary>
+ UnmanagedCallee = 7
}
}
```
Alternative name proposed could be `CallingConvention.UnmanagedCallConv`. | non_build | extensible calling conventions for native callee functions background and motivation the provides an extensible mechanism to define native calling conventions on a net method this enables users to author functions that are callable in a native environment a symmetrical need arises for functions that are defined in native code but declared to be called in a net environment these native function declarations are done using this approach complements unmanagedcallersonlyattribute and aligns with the reuse of the callconv types under the namespace proposed api if the user specifies the callingconvention winapi the default on the dllimportattribute the following attribute will be queried diff namespace system runtime interopservices provides an equivalent to for native functions declared in net public class unmanagedcalleeattribute attribute public unmanagedcalleeattribute types indicating calling conventions for the unmanaged callee if null the semantics are identical to callingconvention winapi public type callconvs usage examples p invoke using the defaults all of the following declarations are the same csharp static extern int func intptr a nint val static extern int func intptr a nint val static extern int func intptr a nint val some calling conventions can be declared in multiple ways csharp static extern int func intptr a nint val typeof callconvcdecl static extern int func intptr a nint val typeof callconvcdecl static extern int func intptr a nint val future calling conventions would be enabled without updating the enum examples in c and vb net csharp typeof callconvvectorcall static extern int func intptr a nint val vbnet public shared function func a as intptr val as intptr as integer end function this proposal provides an alternative mechanism to support native varargs in com style interface not proposed but example of how the attribute could evolve to enable this scenario the attribute would be updated with the following using the defaults all of the following declarations are the same on windows csharp interface ifoo int call ref sometype valuetype interface ifoo int call ref sometype valuetype typeof callconvstdcall typeof callconvmemberinstance interface ifoo int call ref sometype valuetype alternative designs provide an enum to trigger off for reading the new attribute diff namespace system runtime interopservices public enum callingconvention instructs the runtime to consult the unmanagedcallee alternative name proposed could be callingconvention unmanagedcallconv | 0 |
99,461 | 30,461,674,319 | IssuesEvent | 2023-07-17 07:26:21 | 2023Annotator/Att | https://api.github.com/repos/2023Annotator/Att | closed | [BUILD] 프로젝트 기본 설정 | 🌚 정현 BUILD | ## 문제 상황
프로젝트 진행을 위한 기본 설정이 필요
## 반영 형태 및 SEQUENCE
1. 프로젝트 Init
2. 기본 폴더링
3. Packages 추가
## TODO
- [x] Branch 파기
- [x] 프로젝트 Init
- [x] 기본 폴더링
- [x] Packages 추가
| 1.0 | [BUILD] 프로젝트 기본 설정 - ## 문제 상황
프로젝트 진행을 위한 기본 설정이 필요
## 반영 형태 및 SEQUENCE
1. 프로젝트 Init
2. 기본 폴더링
3. Packages 추가
## TODO
- [x] Branch 파기
- [x] 프로젝트 Init
- [x] 기본 폴더링
- [x] Packages 추가
| build | 프로젝트 기본 설정 문제 상황 프로젝트 진행을 위한 기본 설정이 필요 반영 형태 및 sequence 프로젝트 init 기본 폴더링 packages 추가 todo branch 파기 프로젝트 init 기본 폴더링 packages 추가 | 1 |
24,097 | 23,348,347,013 | IssuesEvent | 2022-08-09 20:21:12 | microsoft/CCF | https://api.github.com/repos/microsoft/CCF | closed | Expose to the operator clearly when retired nodes can be shut down | enhancement usability liveness 2.0.x p1 | A node being removed may observe the commit of its removal before its successor network does. In some circumstances, when the amount of nodes being removed is high enough to prevent the newly elected primary from establishing consensus over the committable suffix it inherits (as implemented in #1641), terminating those removed nodes too early could effectively cause consensus to become permanently unable to progress, requiring a catastrophic recovery.
If instead, nodes observing their retirement being committed redirect user requests to the new network from that point onwards, then an operator can simply wait for the transaction status of the removal transaction to become COMMITTED, from any node in either configuration, at which point the removed node(s) can be safely terminated.
This can be implemented by adding to the removal hook code that extracts the new configuration, and sending redirects to one of those nodes in response to all requests once the node is in state RETIRED. | True | Expose to the operator clearly when retired nodes can be shut down - A node being removed may observe the commit of its removal before its successor network does. In some circumstances, when the amount of nodes being removed is high enough to prevent the newly elected primary from establishing consensus over the committable suffix it inherits (as implemented in #1641), terminating those removed nodes too early could effectively cause consensus to become permanently unable to progress, requiring a catastrophic recovery.
If instead, nodes observing their retirement being committed redirect user requests to the new network from that point onwards, then an operator can simply wait for the transaction status of the removal transaction to become COMMITTED, from any node in either configuration, at which point the removed node(s) can be safely terminated.
This can be implemented by adding to the removal hook code that extracts the new configuration, and sending redirects to one of those nodes in response to all requests once the node is in state RETIRED. | non_build | expose to the operator clearly when retired nodes can be shut down a node being removed may observe the commit of its removal before its successor network does in some circumstances when the amount of nodes being removed is high enough to prevent the newly elected primary from establishing consensus over the committable suffix it inherits as implemented in terminating those removed nodes too early could effectively cause consensus to become permanently unable to progress requiring a catastrophic recovery if instead nodes observing their retirement being committed redirect user requests to the new network from that point onwards then an operator can simply wait for the transaction status of the removal transaction to become committed from any node in either configuration at which point the removed node s can be safely terminated this can be implemented by adding to the removal hook code that extracts the new configuration and sending redirects to one of those nodes in response to all requests once the node is in state retired | 0 |
5,113 | 2,761,677,400 | IssuesEvent | 2015-04-28 18:29:24 | ProjectTrace/Trace | https://api.github.com/repos/ProjectTrace/Trace | closed | Algorithm testing results with screenshots #5. Streets. | test report | Pattern chosen:

The actual coordinates that where created for 20 mins:

For 50 minutes:

| 1.0 | Algorithm testing results with screenshots #5. Streets. - Pattern chosen:

The actual coordinates that where created for 20 mins:

For 50 minutes:

| non_build | algorithm testing results with screenshots streets pattern chosen the actual coordinates that where created for mins for minutes | 0 |
9,974 | 13,018,790,233 | IssuesEvent | 2020-07-26 19:08:01 | ION28/BLUESPAWN | https://api.github.com/repos/ION28/BLUESPAWN | closed | Hunt T1038 and T1073 (DLL Search Order Hijacking/Sideloading) | difficulty/hard lang/c++ mode/hunt mode/monitor module/processes priority/high type/enhancement | https://attack.mitre.org/techniques/T1038/
and
https://attack.mitre.org/techniques/T1073/ (specifically see some of the APT group examples)
Also investigate: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs (note PowerSploit-PowerUp excludes these kinds of DLLs: https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1#L2369)
| 1.0 | Hunt T1038 and T1073 (DLL Search Order Hijacking/Sideloading) - https://attack.mitre.org/techniques/T1038/
and
https://attack.mitre.org/techniques/T1073/ (specifically see some of the APT group examples)
Also investigate: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs (note PowerSploit-PowerUp excludes these kinds of DLLs: https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1#L2369)
| non_build | hunt and dll search order hijacking sideloading and specifically see some of the apt group examples also investigate hkey local machine system currentcontrolset control session manager knowndlls note powersploit powerup excludes these kinds of dlls | 0 |
68,128 | 17,170,013,331 | IssuesEvent | 2021-07-15 02:01:16 | microsoft/appcenter | https://api.github.com/repos/microsoft/appcenter | closed | Build Overview Page Feature Request | Stale build feature request | VSTS (DevOps) currently has a feature that displays all of the current builds in progress, those queued and those that had previously completed (in a timeframe) for the given project.
This same functionality in AppCentre would be highly useful at the organisation level with consideration to security.
I sometimes find myself with x amount of Chrome windows open trying to keep on top of what is building. If you consider that there are potentially multiple branches building at the same time on a single app, it can mean I need quite a few pages open.
It's also a little intense in its current state because the build status for an individual job is buried down around 4 levels ... Org / App / Build / Branches.
Something to think about anyway.
Thanks for listening.
Brad | 1.0 | Build Overview Page Feature Request - VSTS (DevOps) currently has a feature that displays all of the current builds in progress, those queued and those that had previously completed (in a timeframe) for the given project.
This same functionality in AppCentre would be highly useful at the organisation level with consideration to security.
I sometimes find myself with x amount of Chrome windows open trying to keep on top of what is building. If you consider that there are potentially multiple branches building at the same time on a single app, it can mean I need quite a few pages open.
It's also a little intense in its current state because the build status for an individual job is buried down around 4 levels ... Org / App / Build / Branches.
Something to think about anyway.
Thanks for listening.
Brad | build | build overview page feature request vsts devops currently has a feature that displays all of the current builds in progress those queued and those that had previously completed in a timeframe for the given project this same functionality in appcentre would be highly useful at the organisation level with consideration to security i sometimes find myself with x amount of chrome windows open trying to keep on top of what is building if you consider that there are potentially multiple branches building at the same time on a single app it can mean i need quite a few pages open it s also a little intense in its current state because the build status for an individual job is buried down around levels org app build branches something to think about anyway thanks for listening brad | 1 |
145,964 | 5,591,593,830 | IssuesEvent | 2017-03-30 00:28:01 | GoogleCloudPlatform/google-cloud-ruby | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-ruby | closed | Datastore / grpc: 413:Request Entity Too Large reported as GRPC::Unavailable: 14 | API: datastore Priority: P1 Status: Acknowledged Type: Bug | So we recently started seeing this new error:
`GRPC::Unavailable: 14:413:Request Entity Too Large` two problems with it:
1) not completely sure what it means, there is other error code for oversized entities:
`Google::Cloud::InvalidArgumentError: 3:The value of property "data" is longer than 1048487 bytes.` Documentation says nothing about code 413.
2) It is reported as `Unavailable` class, so presumably retryable however whole context makes me think it is probably not.
I'm not sure it is ruby gem level problem, may be more of grpc stack.
| 1.0 | Datastore / grpc: 413:Request Entity Too Large reported as GRPC::Unavailable: 14 - So we recently started seeing this new error:
`GRPC::Unavailable: 14:413:Request Entity Too Large` two problems with it:
1) not completely sure what it means, there is other error code for oversized entities:
`Google::Cloud::InvalidArgumentError: 3:The value of property "data" is longer than 1048487 bytes.` Documentation says nothing about code 413.
2) It is reported as `Unavailable` class, so presumably retryable however whole context makes me think it is probably not.
I'm not sure it is ruby gem level problem, may be more of grpc stack.
| non_build | datastore grpc request entity too large reported as grpc unavailable so we recently started seeing this new error grpc unavailable request entity too large two problems with it not completely sure what it means there is other error code for oversized entities google cloud invalidargumenterror the value of property data is longer than bytes documentation says nothing about code it is reported as unavailable class so presumably retryable however whole context makes me think it is probably not i m not sure it is ruby gem level problem may be more of grpc stack | 0 |
3,320 | 3,122,459,158 | IssuesEvent | 2015-09-06 15:15:24 | zooniverse/Panoptes-Front-End | https://api.github.com/repos/zooniverse/Panoptes-Front-End | opened | "View this Workflow" doesn't preview & makes weird URLs | project builder | The "View this Workflow" button on the project builder is supposed to open a new window with a preview of the classification interface, right?
At the moment it appears to just re-load the workflow editor page, but with some URL strings that get appended, such that if you click the preview button multiple times you end up with URLs like:
https://www.zooniverse.org/lab/314/workflow/156/?reload=0/projects/vrooje/moon-crater-lab/classify/?workflow=156&reload=0/projects/vrooje/moon-crater-lab/classify/?workflow=156
etc. | 1.0 | "View this Workflow" doesn't preview & makes weird URLs - The "View this Workflow" button on the project builder is supposed to open a new window with a preview of the classification interface, right?
At the moment it appears to just re-load the workflow editor page, but with some URL strings that get appended, such that if you click the preview button multiple times you end up with URLs like:
https://www.zooniverse.org/lab/314/workflow/156/?reload=0/projects/vrooje/moon-crater-lab/classify/?workflow=156&reload=0/projects/vrooje/moon-crater-lab/classify/?workflow=156
etc. | build | view this workflow doesn t preview makes weird urls the view this workflow button on the project builder is supposed to open a new window with a preview of the classification interface right at the moment it appears to just re load the workflow editor page but with some url strings that get appended such that if you click the preview button multiple times you end up with urls like etc | 1 |
58,545 | 14,428,707,807 | IssuesEvent | 2020-12-06 11:05:57 | googleapis/java-pubsub | https://api.github.com/repos/googleapis/java-pubsub | reopened | pubsub.SubscriberIT: testSubscriber failed | :rotating_light: api: pubsub buildcop: flaky buildcop: issue priority: p1 type: bug | Note: #364 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 14ac8d7e10ef6fbecdb21cb80ef496686d20e8f3
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/5f9553c1-a5a1-4a47-9743-f3d303cb274e), [Sponge](http://sponge2/5f9553c1-a5a1-4a47-9743-f3d303cb274e)
status: failed
<details><summary>Test output</summary><br><pre>expected to contain:
Hello 0
but was:
[ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaE5tdSVxDB5wemd9Yl0RBwRBUH1aWjP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 1"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643351"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
, ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaU5tdSVxDB5wemd9Yl0RBwRBUH1aWTP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 2"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643352"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
]
at pubsub.SubscriberIT.testSubscriber(SubscriberIT.java:173)
</pre></details> | 2.0 | pubsub.SubscriberIT: testSubscriber failed - Note: #364 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 14ac8d7e10ef6fbecdb21cb80ef496686d20e8f3
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/5f9553c1-a5a1-4a47-9743-f3d303cb274e), [Sponge](http://sponge2/5f9553c1-a5a1-4a47-9743-f3d303cb274e)
status: failed
<details><summary>Test output</summary><br><pre>expected to contain:
Hello 0
but was:
[ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaE5tdSVxDB5wemd9Yl0RBwRBUH1aWjP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 1"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643351"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
, ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaU5tdSVxDB5wemd9Yl0RBwRBUH1aWTP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 2"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643352"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
]
at pubsub.SubscriberIT.testSubscriber(SubscriberIT.java:173)
</pre></details> | build | pubsub subscriberit testsubscriber failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output expected to contain hello but was ack id message data hello attributes key author value unknown attributes key year value message id publish time seconds nanos ack id message data hello attributes key author value unknown attributes key year value message id publish time seconds nanos at pubsub subscriberit testsubscriber subscriberit java | 1 |
2,609 | 2,989,782,286 | IssuesEvent | 2015-07-21 03:02:58 | facebook/osquery | https://api.github.com/repos/facebook/osquery | closed | signed pkg | build/test infrastructure deployment infrastructure triage | No osquery pkg I can find publicly available has a signature... e.g. `pkgutil --check-signature` | 1.0 | signed pkg - No osquery pkg I can find publicly available has a signature... e.g. `pkgutil --check-signature` | build | signed pkg no osquery pkg i can find publicly available has a signature e g pkgutil check signature | 1 |
76,306 | 21,334,823,648 | IssuesEvent | 2022-04-18 13:23:12 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Build TF 2.3 with GPU minus AVX | stat:awaiting response type:build/install stalled subtype:centos TF 2.3 | How to custom build TF 2.3 in centos 8 with GPU and without avx as my hardware not support AVX. | 1.0 | Build TF 2.3 with GPU minus AVX - How to custom build TF 2.3 in centos 8 with GPU and without avx as my hardware not support AVX. | build | build tf with gpu minus avx how to custom build tf in centos with gpu and without avx as my hardware not support avx | 1 |
101,856 | 11,260,806,145 | IssuesEvent | 2020-01-13 11:19:14 | theDavidBarton/video-games-on-RAWG-react-app | https://api.github.com/repos/theDavidBarton/video-games-on-RAWG-react-app | opened | introduce CI | documentation | - it is required to have for Heroku auto-deploys
- update README.md
- add link to github.io page and LinkedIn profile | 1.0 | introduce CI - - it is required to have for Heroku auto-deploys
- update README.md
- add link to github.io page and LinkedIn profile | non_build | introduce ci it is required to have for heroku auto deploys update readme md add link to github io page and linkedin profile | 0 |
47,263 | 11,992,946,566 | IssuesEvent | 2020-04-08 11:03:30 | spinnaker/spinnaker | https://api.github.com/repos/spinnaker/spinnaker | opened | Build Cop Log - Wed, 8 Apr 2020 | build-cop-rotation | For the full list of duties, see the [nightly builds](https://www.spinnaker.io/community/contributing/nightly-builds/#build-cop) page.
1. Ensure [all builds and tests](https://www.spinnaker.io/community/contributing/build-statuses/) are green. Follow the [troubleshooting playbook](https://www.spinnaker.io/community/contributing/nightly-builds/#troubleshooting-playbook) as needed.
1. Comment on this issue with:
1. The status of the build.
1. Any steps taken to return the build to green, if any.
1. Triage any new [issues](https://github.com/spinnaker/spinnaker/issues) by adding the appropriate `sig/` label, or `sig/none` if one doesn't exist.
1. Close this issue when finished.
| 1.0 | Build Cop Log - Wed, 8 Apr 2020 - For the full list of duties, see the [nightly builds](https://www.spinnaker.io/community/contributing/nightly-builds/#build-cop) page.
1. Ensure [all builds and tests](https://www.spinnaker.io/community/contributing/build-statuses/) are green. Follow the [troubleshooting playbook](https://www.spinnaker.io/community/contributing/nightly-builds/#troubleshooting-playbook) as needed.
1. Comment on this issue with:
1. The status of the build.
1. Any steps taken to return the build to green, if any.
1. Triage any new [issues](https://github.com/spinnaker/spinnaker/issues) by adding the appropriate `sig/` label, or `sig/none` if one doesn't exist.
1. Close this issue when finished.
| build | build cop log wed apr for the full list of duties see the page ensure are green follow the as needed comment on this issue with the status of the build any steps taken to return the build to green if any triage any new by adding the appropriate sig label or sig none if one doesn t exist close this issue when finished | 1 |
83,832 | 24,152,701,666 | IssuesEvent | 2022-09-22 03:35:55 | habitat-sh/builder | https://api.github.com/repos/habitat-sh/builder | closed | Navigating to a package which doesn't exist should ideally show the 404 page. | Focus:Builder Type:Feature Type:Front End Stale | @fnichol commented on [Tue Oct 31 2017](https://github.com/habitat-sh/habitat/issues/3966)
As a user of Builder, if I navigate to a package which doesn't exist, I'd expect to see some kind of 404 page rather than a page with partial package data.
For context I was trying to track down a build of `core/scaffolding-go` by incorrectly editing the URL and visiting the page for `core/go-scaffolding` (which doesn't exist). Seeing a quick and clear "this package does not exist" would have helped!
| 1.0 | Navigating to a package which doesn't exist should ideally show the 404 page. - @fnichol commented on [Tue Oct 31 2017](https://github.com/habitat-sh/habitat/issues/3966)
As a user of Builder, if I navigate to a package which doesn't exist, I'd expect to see some kind of 404 page rather than a page with partial package data.
For context I was trying to track down a build of `core/scaffolding-go` by incorrectly editing the URL and visiting the page for `core/go-scaffolding` (which doesn't exist). Seeing a quick and clear "this package does not exist" would have helped!
| build | navigating to a package which doesn t exist should ideally show the page fnichol commented on as a user of builder if i navigate to a package which doesn t exist i d expect to see some kind of page rather than a page with partial package data for context i was trying to track down a build of core scaffolding go by incorrectly editing the url and visiting the page for core go scaffolding which doesn t exist seeing a quick and clear this package does not exist would have helped | 1 |
21,612 | 7,048,477,987 | IssuesEvent | 2018-01-02 17:50:55 | TEAMMATES/teammates | https://api.github.com/repos/TEAMMATES/teammates | closed | Add custom gradle task for deployment | a-Build a-Docs c.DevOps | Edit by @whipermr5: Write a custom gradle task that encompasses `./gradlew appengineDeploy appengineDeployCron appengineDeployIndex appengineDeployQueue` and update the instructions in `development.md`.
<hr>
When trying to log in as instructor in my app teammates-shradheya.appspot.com
I am getting the following error after I add an instructor and attempt to join as instructor using the unique link mentioned in the email sent and then logging in using the google account( Note: I have used a different Google account than the one i used to set up the GCP, it is the account on which I got the email of the instructor joining link)

I am not sure what could be the reason as to why I am not able to access the instructor page. | 1.0 | Add custom gradle task for deployment - Edit by @whipermr5: Write a custom gradle task that encompasses `./gradlew appengineDeploy appengineDeployCron appengineDeployIndex appengineDeployQueue` and update the instructions in `development.md`.
<hr>
When trying to log in as instructor in my app teammates-shradheya.appspot.com
I am getting the following error after I add an instructor and attempt to join as instructor using the unique link mentioned in the email sent and then logging in using the google account( Note: I have used a different Google account than the one i used to set up the GCP, it is the account on which I got the email of the instructor joining link)

I am not sure what could be the reason as to why I am not able to access the instructor page. | build | add custom gradle task for deployment edit by write a custom gradle task that encompasses gradlew appenginedeploy appenginedeploycron appenginedeployindex appenginedeployqueue and update the instructions in development md when trying to log in as instructor in my app teammates shradheya appspot com i am getting the following error after i add an instructor and attempt to join as instructor using the unique link mentioned in the email sent and then logging in using the google account note i have used a different google account than the one i used to set up the gcp it is the account on which i got the email of the instructor joining link i am not sure what could be the reason as to why i am not able to access the instructor page | 1 |
5,069 | 3,507,054,730 | IssuesEvent | 2016-01-08 10:58:27 | Crosscheck/Ocelot | https://api.github.com/repos/Crosscheck/Ocelot | closed | Adjust the sassdoc task | Bug Build tool Gulp jacket Js _Pull requested_ | * options should not be as a var.
* change the path to use the config /assets does not exist anymore.
| 1.0 | Adjust the sassdoc task - * options should not be as a var.
* change the path to use the config /assets does not exist anymore.
| build | adjust the sassdoc task options should not be as a var change the path to use the config assets does not exist anymore | 1 |
809,274 | 30,183,847,867 | IssuesEvent | 2023-07-04 10:39:46 | fyjham-ts/Pathfinder-2E-Spell-DB | https://api.github.com/repos/fyjham-ts/Pathfinder-2E-Spell-DB | closed | Add support for managing bookmarks other than your current list | enhancement low priority | See if we can add the ability to manage a spell's bookmarking on other lists. Maybe through a press-and-hold drop list? | 1.0 | Add support for managing bookmarks other than your current list - See if we can add the ability to manage a spell's bookmarking on other lists. Maybe through a press-and-hold drop list? | non_build | add support for managing bookmarks other than your current list see if we can add the ability to manage a spell s bookmarking on other lists maybe through a press and hold drop list | 0 |
23,404 | 7,327,422,160 | IssuesEvent | 2018-03-04 10:00:10 | Tencent/rapidjson | https://api.github.com/repos/Tencent/rapidjson | closed | scan-build static analyzer warning: Dereference of null pointer | build | Hi , scan-build reports NULL-dereference issues in internal header.
Source: rapidjson Version: 1.1.0
```
rapidjson/internal/itoa.h:47:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:49:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:51:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:52:19: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:66:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:68:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:70:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:71:19: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:86:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:90:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:116:19: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
/usr/include/rapidjson/internal/itoa.h:142:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:144:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:146:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:147:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:161:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:163:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:165:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:166:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:197:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:199:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:201:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:203:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:205:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d3];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:207:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d3 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:209:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d4];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:211:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d4 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:227:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:230:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:234:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a / 100));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:243:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:294:19: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
```
```
/rapidjson/include/rapidjson/internal/dtoa.h:163:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[kk + 1], &buffer[kk], static_cast<size_t>(length - kk));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:179:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[offset], &buffer[0], static_cast<size_t>(length));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:209:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[2], &buffer[1], static_cast<size_t>(length - 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:221:23: warning: Dereference of null pointer
*buffer++ = '-'; // -0.0, Issue #289
~~~~~~~~~~^~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:229:23: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
```
| 1.0 | scan-build static analyzer warning: Dereference of null pointer - Hi , scan-build reports NULL-dereference issues in internal header.
Source: rapidjson Version: 1.1.0
```
rapidjson/internal/itoa.h:47:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:49:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:51:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:52:19: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:66:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:68:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:70:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:71:19: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:86:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:90:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:116:19: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
/usr/include/rapidjson/internal/itoa.h:142:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:144:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:146:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:147:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:161:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:163:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:165:27: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:166:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:197:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:199:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d1 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:201:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:203:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d2 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:205:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d3];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:207:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d3 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:209:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d4];
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:211:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[d4 + 1];
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:227:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:230:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:234:23: warning: Dereference of null pointer
*buffer++ = static_cast<char>('0' + static_cast<char>(a / 100));
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:243:23: warning: Dereference of null pointer
*buffer++ = cDigitsLut[i];
~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/rapidjson/internal/itoa.h:294:19: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
```
```
/rapidjson/include/rapidjson/internal/dtoa.h:163:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[kk + 1], &buffer[kk], static_cast<size_t>(length - kk));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:179:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[offset], &buffer[0], static_cast<size_t>(length));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:209:9: warning: Null pointer passed as an argument to a 'nonnull' parameter
std::memmove(&buffer[2], &buffer[1], static_cast<size_t>(length - 1));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:221:23: warning: Dereference of null pointer
*buffer++ = '-'; // -0.0, Issue #289
~~~~~~~~~~^~~~~
/rapidjson/include/rapidjson/internal/dtoa.h:229:23: warning: Dereference of null pointer
*buffer++ = '-';
~~~~~~~~~~^~~~~
```
| build | scan build static analyzer warning dereference of null pointer hi scan build reports null dereference issues in internal header source rapidjson version rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer static cast static cast a usr include rapidjson internal itoa h warning dereference of null pointer buffer usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer static cast static cast a usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer static cast static cast a usr include rapidjson internal itoa h warning dereference of null pointer buffer cdigitslut usr include rapidjson internal itoa h warning dereference of null pointer buffer rapidjson include rapidjson internal dtoa h warning null pointer passed as an argument to a nonnull parameter std memmove buffer buffer static cast length kk rapidjson include rapidjson internal dtoa h warning null pointer passed as an argument to a nonnull parameter std memmove buffer buffer static cast length rapidjson include rapidjson internal dtoa h warning null pointer passed as an argument to a nonnull parameter std memmove buffer buffer static cast length rapidjson include rapidjson internal dtoa h warning dereference of null pointer buffer issue rapidjson include rapidjson internal dtoa h warning dereference of null pointer buffer | 1 |
196,047 | 14,791,032,490 | IssuesEvent | 2021-01-12 12:56:23 | kedacore/keda | https://api.github.com/repos/kedacore/keda | opened | Azure Log Analytics scaler e2e tests are unstable | bug testing | There are intermittent e2e tests failures, happing quite often recently on main and nighly build.
Log:
```
2021-01-12T01:28:54.4469491Z >>> scalers/azure-log-analytics.test.ts.log <<<
2021-01-12T01:28:54.4470705Z
2021-01-12T01:28:54.4471445Z ✔ Deployment should have 0 replicas on start (709ms)
2021-01-12T01:28:54.4472500Z ✖ Deployment should scale to 2 replicas Replica count should be 2 after some time
2021-01-12T01:28:54.4473505Z ✔ Deployment should scale to 0 replicas (182ms)
2021-01-12T01:28:54.4473925Z
2021-01-12T01:28:54.4474320Z 1 test failed
2021-01-12T01:28:54.4474611Z
2021-01-12T01:28:54.4475166Z Deployment should scale to 2 replicas
2021-01-12T01:28:54.4475782Z
2021-01-12T01:28:54.4476694Z /__w/keda/keda/tests/scalers/azure-log-analytics.test.ts:62
2021-01-12T01:28:54.4477294Z
2021-01-12T01:28:54.4477705Z 61:
2021-01-12T01:28:54.4478686Z 62: t.is('2', replicaCount, 'Replica count should be 2 after some time')
2021-01-12T01:28:54.4479370Z 63:
2021-01-12T01:28:54.4479684Z
2021-01-12T01:28:54.4480185Z Replica count should be 2 after some time
2021-01-12T01:28:54.4480578Z
2021-01-12T01:28:54.4480987Z Difference:
2021-01-12T01:28:54.4481292Z
2021-01-12T01:28:54.4481771Z - '2'
2021-01-12T01:28:54.4482250Z + '0'
``` | 1.0 | Azure Log Analytics scaler e2e tests are unstable - There are intermittent e2e tests failures, happing quite often recently on main and nighly build.
Log:
```
2021-01-12T01:28:54.4469491Z >>> scalers/azure-log-analytics.test.ts.log <<<
2021-01-12T01:28:54.4470705Z
2021-01-12T01:28:54.4471445Z ✔ Deployment should have 0 replicas on start (709ms)
2021-01-12T01:28:54.4472500Z ✖ Deployment should scale to 2 replicas Replica count should be 2 after some time
2021-01-12T01:28:54.4473505Z ✔ Deployment should scale to 0 replicas (182ms)
2021-01-12T01:28:54.4473925Z
2021-01-12T01:28:54.4474320Z 1 test failed
2021-01-12T01:28:54.4474611Z
2021-01-12T01:28:54.4475166Z Deployment should scale to 2 replicas
2021-01-12T01:28:54.4475782Z
2021-01-12T01:28:54.4476694Z /__w/keda/keda/tests/scalers/azure-log-analytics.test.ts:62
2021-01-12T01:28:54.4477294Z
2021-01-12T01:28:54.4477705Z 61:
2021-01-12T01:28:54.4478686Z 62: t.is('2', replicaCount, 'Replica count should be 2 after some time')
2021-01-12T01:28:54.4479370Z 63:
2021-01-12T01:28:54.4479684Z
2021-01-12T01:28:54.4480185Z Replica count should be 2 after some time
2021-01-12T01:28:54.4480578Z
2021-01-12T01:28:54.4480987Z Difference:
2021-01-12T01:28:54.4481292Z
2021-01-12T01:28:54.4481771Z - '2'
2021-01-12T01:28:54.4482250Z + '0'
``` | non_build | azure log analytics scaler tests are unstable there are intermittent tests failures happing quite often recently on main and nighly build log scalers azure log analytics test ts log ✔ deployment should have replicas on start ✖ deployment should scale to replicas replica count should be after some time ✔ deployment should scale to replicas test failed deployment should scale to replicas w keda keda tests scalers azure log analytics test ts t is replicacount replica count should be after some time replica count should be after some time difference | 0 |
72,844 | 19,520,464,978 | IssuesEvent | 2021-12-29 17:26:23 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | opened | dbuild's SCYLLADB_DBUILD only works correctly as bash array - not as a string. | Build | The documentation of the SCYLLADB_DBUILD variable inside dbuild says:
> SCYLLADB_DBUILD this variable, which can be **a string or a bash array**
However, while the code correctly supports a bash array, it does not actually supports a string value: This value is not split to words, and when it is passed into docker it is passed as a single parameter, and doesn't work as expected. For example, `SCYLLADB_DBUILD="-e PATH=/usr/lib64/ccache:/usr/bin -v /home/nyh/.ccache:/home/nyh/.ccache:z"` tells docker to put in the PATH variable the entire value `/usr/lib64/ccache:/usr/bin -v /home/nyh/.ccache:/home/nyh/.ccache:z` :-)
Moreover, because bash arrays _cannot be exported_, it means the only way to correctly set SCYLLADB_DBUILD is to set it in ~/.config/scylladb/dbuild, where you can set a bash array. This was not meant (or at least documented) to be the *only* way to set this variable.
The problem is the code that the code uses `"${SCYLLADB_DBUILD[@]}"` - these quotes do the right thing when SCYLLADB_DBUILD is an array - it avoids spurious word breaking - but also avoids the _necessary_ word breaking when the variable is a string, and not an array.
CC @avikivity | 1.0 | dbuild's SCYLLADB_DBUILD only works correctly as bash array - not as a string. - The documentation of the SCYLLADB_DBUILD variable inside dbuild says:
> SCYLLADB_DBUILD this variable, which can be **a string or a bash array**
However, while the code correctly supports a bash array, it does not actually supports a string value: This value is not split to words, and when it is passed into docker it is passed as a single parameter, and doesn't work as expected. For example, `SCYLLADB_DBUILD="-e PATH=/usr/lib64/ccache:/usr/bin -v /home/nyh/.ccache:/home/nyh/.ccache:z"` tells docker to put in the PATH variable the entire value `/usr/lib64/ccache:/usr/bin -v /home/nyh/.ccache:/home/nyh/.ccache:z` :-)
Moreover, because bash arrays _cannot be exported_, it means the only way to correctly set SCYLLADB_DBUILD is to set it in ~/.config/scylladb/dbuild, where you can set a bash array. This was not meant (or at least documented) to be the *only* way to set this variable.
The problem is the code that the code uses `"${SCYLLADB_DBUILD[@]}"` - these quotes do the right thing when SCYLLADB_DBUILD is an array - it avoids spurious word breaking - but also avoids the _necessary_ word breaking when the variable is a string, and not an array.
CC @avikivity | build | dbuild s scylladb dbuild only works correctly as bash array not as a string the documentation of the scylladb dbuild variable inside dbuild says scylladb dbuild this variable which can be a string or a bash array however while the code correctly supports a bash array it does not actually supports a string value this value is not split to words and when it is passed into docker it is passed as a single parameter and doesn t work as expected for example scylladb dbuild e path usr ccache usr bin v home nyh ccache home nyh ccache z tells docker to put in the path variable the entire value usr ccache usr bin v home nyh ccache home nyh ccache z moreover because bash arrays cannot be exported it means the only way to correctly set scylladb dbuild is to set it in config scylladb dbuild where you can set a bash array this was not meant or at least documented to be the only way to set this variable the problem is the code that the code uses scylladb dbuild these quotes do the right thing when scylladb dbuild is an array it avoids spurious word breaking but also avoids the necessary word breaking when the variable is a string and not an array cc avikivity | 1 |
53,239 | 13,145,819,359 | IssuesEvent | 2020-08-08 06:00:32 | dxx-rebirth/dxx-rebirth | https://api.github.com/repos/dxx-rebirth/dxx-rebirth | closed | Build failure: similar/main/automap.cpp:1633:27: error: unused variable ‘gmi’ [-Werror=unused-variable] | build-failure | Hello,
I want to update the d2x-rebirth version in the openSUSE games repository: https://build.opensuse.org/package/show/games/d2x-rebirth
But the building fails for openSUSE Leap 15.1 and openSUSE Leap 15.2.
### Environment
I use the following git version: 519c14a4076bee1ad315148efe841e053a81f947
Should be the same version as on https://www.dxx-rebirth.com/download-dxx-rebirth/
commit: 519c14a , date: 2020/07/29
#### Operating System Environment
openSUSE Leap 15.1
openSUSE Leap 15.2
### Description
Building for openSUSE Leap 15.1 and 15.2 fails with following error:
```
[ 252s] similar/main/automap.cpp: In function ‘void d2x::InitMarkerInput()’:
[ 252s] similar/main/automap.cpp:1633:27: error: unused variable ‘gmi’ [-Werror=unused-variable]
[ 252s] auto &&[gmi, pmi, objidx] = *iter;
[ 252s] ^
[ 254s] cc1plus: some warnings being treated as errors
```
#### Regression status
Maybe this was introduced by https://github.com/dxx-rebirth/dxx-rebirth/commit/ec6a78c481933cd190f57fc69430e5474aaedeca#diff-60c49eaaa7ec0cf223448cb7d67db18d
I think (I am not a good programmer) it should be enough to fix the build problem by adding add (void) gmi;
```
diff -Nur d2x-rebirth-0.61.git.1595387478.519c14a40/similar/main/automap.cpp new/similar/main/automap.cpp
--- d2x-rebirth-0.61.git.1595387478.519c14a40/similar/main/automap.cpp 2020-07-22 05:11:18.000000000 +0200
+++ new/similar/main/automap.cpp 2020-08-05 17:54:42.634716130 +0200
@@ -1631,6 +1631,7 @@
for (;;)
{
auto &&[gmi, pmi, objidx] = *iter;
+ (void) gmi;
if (objidx == object_none) //found free slot!
{
MarkerState.MarkerBeingDefined = pmi;
```
| 1.0 | Build failure: similar/main/automap.cpp:1633:27: error: unused variable ‘gmi’ [-Werror=unused-variable] - Hello,
I want to update the d2x-rebirth version in the openSUSE games repository: https://build.opensuse.org/package/show/games/d2x-rebirth
But the building fails for openSUSE Leap 15.1 and openSUSE Leap 15.2.
### Environment
I use the following git version: 519c14a4076bee1ad315148efe841e053a81f947
Should be the same version as on https://www.dxx-rebirth.com/download-dxx-rebirth/
commit: 519c14a , date: 2020/07/29
#### Operating System Environment
openSUSE Leap 15.1
openSUSE Leap 15.2
### Description
Building for openSUSE Leap 15.1 and 15.2 fails with following error:
```
[ 252s] similar/main/automap.cpp: In function ‘void d2x::InitMarkerInput()’:
[ 252s] similar/main/automap.cpp:1633:27: error: unused variable ‘gmi’ [-Werror=unused-variable]
[ 252s] auto &&[gmi, pmi, objidx] = *iter;
[ 252s] ^
[ 254s] cc1plus: some warnings being treated as errors
```
#### Regression status
Maybe this was introduced by https://github.com/dxx-rebirth/dxx-rebirth/commit/ec6a78c481933cd190f57fc69430e5474aaedeca#diff-60c49eaaa7ec0cf223448cb7d67db18d
I think (I am not a good programmer) it should be enough to fix the build problem by adding add (void) gmi;
```
diff -Nur d2x-rebirth-0.61.git.1595387478.519c14a40/similar/main/automap.cpp new/similar/main/automap.cpp
--- d2x-rebirth-0.61.git.1595387478.519c14a40/similar/main/automap.cpp 2020-07-22 05:11:18.000000000 +0200
+++ new/similar/main/automap.cpp 2020-08-05 17:54:42.634716130 +0200
@@ -1631,6 +1631,7 @@
for (;;)
{
auto &&[gmi, pmi, objidx] = *iter;
+ (void) gmi;
if (objidx == object_none) //found free slot!
{
MarkerState.MarkerBeingDefined = pmi;
```
| build | build failure similar main automap cpp error unused variable ‘gmi’ hello i want to update the rebirth version in the opensuse games repository but the building fails for opensuse leap and opensuse leap environment i use the following git version should be the same version as on commit date operating system environment opensuse leap opensuse leap description building for opensuse leap and fails with following error similar main automap cpp in function ‘void initmarkerinput ’ similar main automap cpp error unused variable ‘gmi’ auto iter some warnings being treated as errors regression status maybe this was introduced by i think i am not a good programmer it should be enough to fix the build problem by adding add void gmi diff nur rebirth git similar main automap cpp new similar main automap cpp rebirth git similar main automap cpp new similar main automap cpp for auto iter void gmi if objidx object none found free slot markerstate markerbeingdefined pmi | 1 |
102,670 | 32,077,892,858 | IssuesEvent | 2023-09-25 12:14:59 | dotnet/dnceng | https://api.github.com/repos/dotnet/dnceng | opened | Build failed: dotnet-dnceng-weekly/main #2023092501 | Build Failed Ops - Service Maintenance | Build [#2023092501](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2275575) failed
## :x: : internal / dotnet-dnceng-weekly failed
### Summary
**Finished** - Mon, 25 Sep 2023 12:14:44 GMT
**Duration** - 4 minutes
**Requested for** - Microsoft.VisualStudio.Services.TFS
**Reason** - schedule
### Details
#### SynchronizeSecrets
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - User intervention required for creation or rotation of an AD Application.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - User intervention required for creation or rotation of an AD Application.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'deployment-table-sas-uri-FAKE' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'dn-bot-dnceng-build-rw-code-rw-release-rw' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-application-private-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-webhook-secret' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'app-insights-instrumentation-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'dotnet-status-grafana-api-key-editor' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-application-private-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-webhook-secret' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'token-table-sas-token' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'zen-hub-api-token' consider deleting it.
### Changes
| 1.0 | Build failed: dotnet-dnceng-weekly/main #2023092501 - Build [#2023092501](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2275575) failed
## :x: : internal / dotnet-dnceng-weekly failed
### Summary
**Finished** - Mon, 25 Sep 2023 12:14:44 GMT
**Duration** - 4 minutes
**Requested for** - Microsoft.VisualStudio.Services.TFS
**Reason** - schedule
### Details
#### SynchronizeSecrets
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - User intervention required for creation or rotation of an AD Application.
- :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - User intervention required for creation or rotation of an AD Application.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'deployment-table-sas-uri-FAKE' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'dn-bot-dnceng-build-rw-code-rw-release-rw' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-application-private-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-webhook-secret' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'app-insights-instrumentation-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'dotnet-status-grafana-api-key-editor' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-application-private-key' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'github-webhook-secret' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'token-table-sas-token' consider deleting it.
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2275575/logs/10) - Extra secret 'zen-hub-api-token' consider deleting it.
### Changes
| build | build failed dotnet dnceng weekly main build failed x internal dotnet dnceng weekly failed summary finished mon sep gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details synchronizesecrets x user intervention required for creation or rotation of an ad application x user intervention required for creation or rotation of an ad application warning extra secret deployment table sas uri fake consider deleting it warning extra secret dn bot dnceng build rw code rw release rw consider deleting it warning extra secret github application private key consider deleting it warning extra secret github webhook secret consider deleting it warning extra secret app insights instrumentation key consider deleting it warning extra secret dotnet status grafana api key editor consider deleting it warning extra secret github application private key consider deleting it warning extra secret github webhook secret consider deleting it warning extra secret token table sas token consider deleting it warning extra secret zen hub api token consider deleting it changes | 1 |
135,811 | 5,258,989,018 | IssuesEvent | 2017-02-03 01:33:08 | coreos/dex | https://api.github.com/repos/coreos/dex | closed | server: switch from text/template to html/template | area/security priority/P2 | We primarily use `text/template` because of needing to inject URLs into the page. However, this exposes the potential of HTML injections later down the line. For safety, switch to `html/template` and use the `template.URL`[0] type for known safe URLs.
[0] https://golang.org/pkg/html/template/#URL | 1.0 | server: switch from text/template to html/template - We primarily use `text/template` because of needing to inject URLs into the page. However, this exposes the potential of HTML injections later down the line. For safety, switch to `html/template` and use the `template.URL`[0] type for known safe URLs.
[0] https://golang.org/pkg/html/template/#URL | non_build | server switch from text template to html template we primarily use text template because of needing to inject urls into the page however this exposes the potential of html injections later down the line for safety switch to html template and use the template url type for known safe urls | 0 |
64,779 | 16,039,639,989 | IssuesEvent | 2021-04-22 05:51:15 | agda/agda | https://api.github.com/repos/agda/agda | closed | github cabal build fails for macOS because of text-icu | build-failure github-workflows platform:macOS text-icu upstream | The github workflow "cabal build" fails for macOS because of `text-icu`:
https://github.com/agda/agda/runs/2033568733?check_suite_focus=true
See #5012 and #5021 (PR) for the Windows instance.
Upstream issue: https://github.com/haskell/text-icu/issues/49 | 1.0 | github cabal build fails for macOS because of text-icu - The github workflow "cabal build" fails for macOS because of `text-icu`:
https://github.com/agda/agda/runs/2033568733?check_suite_focus=true
See #5012 and #5021 (PR) for the Windows instance.
Upstream issue: https://github.com/haskell/text-icu/issues/49 | build | github cabal build fails for macos because of text icu the github workflow cabal build fails for macos because of text icu see and pr for the windows instance upstream issue | 1 |
15,619 | 6,019,561,815 | IssuesEvent | 2017-06-07 14:45:26 | quicklisp/quicklisp-projects | https://api.github.com/repos/quicklisp/quicklisp-projects | closed | Please Add TM - A Formalized Iteration Library | canbuild | TM - A Formalized Iteration Library
TM stands for "tape machine".
https://github.com/Antigonus/tm/releases/tag/v0.1-alpha
The manual is at docs/html/index.html
Load "load.lisp" to load the library.
Evaluate (test-all) to run regression. Everything is passing on our side.
thank you!
| 1.0 | Please Add TM - A Formalized Iteration Library - TM - A Formalized Iteration Library
TM stands for "tape machine".
https://github.com/Antigonus/tm/releases/tag/v0.1-alpha
The manual is at docs/html/index.html
Load "load.lisp" to load the library.
Evaluate (test-all) to run regression. Everything is passing on our side.
thank you!
| build | please add tm a formalized iteration library tm a formalized iteration library tm stands for tape machine the manual is at docs html index html load load lisp to load the library evaluate test all to run regression everything is passing on our side thank you | 1 |
27,668 | 8,017,303,244 | IssuesEvent | 2018-07-25 15:34:27 | google/blockly-android | https://api.github.com/repos/google/blockly-android | opened | "resource style/BlocklyTheme not found" when using blocklylib-vertical:0.9-beta.20180709 from bintray | P0 bug build | In `blocklydemo/build.gradle`, replace
dependencies {
...
implementation project(':blocklylib-vertical')
}
with
implementation 'com.google.blockly.android:blocklylib-vertical:0.9-beta.20180709'
and the build fails with error:
error: resource style/BlocklyTheme (aka com.google.blockly.demo:style/BlocklyTheme) not found.
It also fails when using `api` and the deprecated `compile` instead of `implementation`.
The same is true with `20180427` release, but the build succeeds with `20171003`.
The latter indicates this will require a new release to solve (and maybe intermediate releases to test/debug), once the correct gradle 4 dependency commands are identified. | 1.0 | "resource style/BlocklyTheme not found" when using blocklylib-vertical:0.9-beta.20180709 from bintray - In `blocklydemo/build.gradle`, replace
dependencies {
...
implementation project(':blocklylib-vertical')
}
with
implementation 'com.google.blockly.android:blocklylib-vertical:0.9-beta.20180709'
and the build fails with error:
error: resource style/BlocklyTheme (aka com.google.blockly.demo:style/BlocklyTheme) not found.
It also fails when using `api` and the deprecated `compile` instead of `implementation`.
The same is true with `20180427` release, but the build succeeds with `20171003`.
The latter indicates this will require a new release to solve (and maybe intermediate releases to test/debug), once the correct gradle 4 dependency commands are identified. | build | resource style blocklytheme not found when using blocklylib vertical beta from bintray in blocklydemo build gradle replace dependencies implementation project blocklylib vertical with implementation com google blockly android blocklylib vertical beta and the build fails with error error resource style blocklytheme aka com google blockly demo style blocklytheme not found it also fails when using api and the deprecated compile instead of implementation the same is true with release but the build succeeds with the latter indicates this will require a new release to solve and maybe intermediate releases to test debug once the correct gradle dependency commands are identified | 1 |
129,401 | 12,406,720,293 | IssuesEvent | 2020-05-21 19:40:05 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | Github wiki may not render ZFS-on-Linux-Module-Parameters page due to it's size | Type: Documentation | ### Describe the problem you're observing
Github wiki can't render huge pages.
For example, I've added small update https://github.com/openzfs/zfs/wiki/ZFS-on-Linux-Module-Parameters/_compare/8510c572f34a04745bbe3b26a8eab710b07d1dbf...1c7f3b2000524567a4dba2d7c5b3d7826e068a74
and Github broke this page with error:

Looks like we need to pregenerate at least this page and host somewhere else.
### Describe how to reproduce the problem
Add 20-30 symbols to page https://github.com/openzfs/zfs/wiki/ZFS-on-Linux-Module-Parameters
@richardelling you may be interested in this problem. I've shortened my change to make it work again.
| 1.0 | Github wiki may not render ZFS-on-Linux-Module-Parameters page due to it's size - ### Describe the problem you're observing
Github wiki can't render huge pages.
For example, I've added small update https://github.com/openzfs/zfs/wiki/ZFS-on-Linux-Module-Parameters/_compare/8510c572f34a04745bbe3b26a8eab710b07d1dbf...1c7f3b2000524567a4dba2d7c5b3d7826e068a74
and Github broke this page with error:

Looks like we need to pregenerate at least this page and host somewhere else.
### Describe how to reproduce the problem
Add 20-30 symbols to page https://github.com/openzfs/zfs/wiki/ZFS-on-Linux-Module-Parameters
@richardelling you may be interested in this problem. I've shortened my change to make it work again.
| non_build | github wiki may not render zfs on linux module parameters page due to it s size describe the problem you re observing github wiki can t render huge pages for example i ve added small update and github broke this page with error looks like we need to pregenerate at least this page and host somewhere else describe how to reproduce the problem add symbols to page richardelling you may be interested in this problem i ve shortened my change to make it work again | 0 |
76,834 | 21,577,987,845 | IssuesEvent | 2022-05-02 15:35:15 | haskell/cabal | https://api.github.com/repos/haskell/cabal | reopened | GHC incorrectly concludes rebuild unnecessary, even when ghc-options have changed | type: bug blocked: ghc Cabal: cmd/build | Steps:
1. Compile your program (using `new-build`). Realize it has a space leak.
2. Change cabal.project to:
```
package ingest
ghc-options: -fno-full-laziness
```
1. Call `new-build` again:
```
# cabal new-build
In order, the following will be built (use -v for more details):
- ingest-0.1.0.0 (lib) --enable-profiling (configuration changed)
- ingest-0.1.0.0 (exe:ingest) --enable-profiling (configuration changed)
Configuring component lib from ingest-0.1.0.0
Preprocessing library ingest-0.1.0.0...
Configuring component exe:ingest from ingest-0.1.0.0
Preprocessing executable 'ingest' for ingest-0.1.0.0...
```
Note that although it detected "configuration changed", nothing actually got recompiled. The change only takes effect after I manually delete the `dist-newstyle` directory and rebuild again.
| 1.0 | GHC incorrectly concludes rebuild unnecessary, even when ghc-options have changed - Steps:
1. Compile your program (using `new-build`). Realize it has a space leak.
2. Change cabal.project to:
```
package ingest
ghc-options: -fno-full-laziness
```
1. Call `new-build` again:
```
# cabal new-build
In order, the following will be built (use -v for more details):
- ingest-0.1.0.0 (lib) --enable-profiling (configuration changed)
- ingest-0.1.0.0 (exe:ingest) --enable-profiling (configuration changed)
Configuring component lib from ingest-0.1.0.0
Preprocessing library ingest-0.1.0.0...
Configuring component exe:ingest from ingest-0.1.0.0
Preprocessing executable 'ingest' for ingest-0.1.0.0...
```
Note that although it detected "configuration changed", nothing actually got recompiled. The change only takes effect after I manually delete the `dist-newstyle` directory and rebuild again.
| build | ghc incorrectly concludes rebuild unnecessary even when ghc options have changed steps compile your program using new build realize it has a space leak change cabal project to package ingest ghc options fno full laziness call new build again cabal new build in order the following will be built use v for more details ingest lib enable profiling configuration changed ingest exe ingest enable profiling configuration changed configuring component lib from ingest preprocessing library ingest configuring component exe ingest from ingest preprocessing executable ingest for ingest note that although it detected configuration changed nothing actually got recompiled the change only takes effect after i manually delete the dist newstyle directory and rebuild again | 1 |
55,088 | 6,425,881,840 | IssuesEvent | 2017-08-09 16:14:43 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] full-cluster-restart BWC-Test fails because 6.0 is not released yet | test | link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+bwc-tests/229/console
error message:
```
:checkout-6.0:distribution:zip:assemble
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#prepareCluster.cleanShared
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.clean
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.checkPrevious SKIPPED
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.stopPrevious SKIPPED
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.extract FAILED
Cannot expand ZIP '/var/lib/jenkins/workspace/elastic+elasticsearch+master+bwc-tests/distribution/bwc/build/bwc/checkout-6.0/distribution/zip/build/distributions/elasticsearch-6.0.0-SNAPSHOT.zip' as it does not exist.
```
reproduce with:
```
gradle :qa:full-cluster-restart:bwcTest
``` | 1.0 | [CI] full-cluster-restart BWC-Test fails because 6.0 is not released yet - link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+bwc-tests/229/console
error message:
```
:checkout-6.0:distribution:zip:assemble
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#prepareCluster.cleanShared
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.clean
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.checkPrevious SKIPPED
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.stopPrevious SKIPPED
:qa:full-cluster-restart:v6.0.0-SNAPSHOT#oldClusterTestCluster#node0.extract FAILED
Cannot expand ZIP '/var/lib/jenkins/workspace/elastic+elasticsearch+master+bwc-tests/distribution/bwc/build/bwc/checkout-6.0/distribution/zip/build/distributions/elasticsearch-6.0.0-SNAPSHOT.zip' as it does not exist.
```
reproduce with:
```
gradle :qa:full-cluster-restart:bwcTest
``` | non_build | full cluster restart bwc test fails because is not released yet link error message checkout distribution zip assemble qa full cluster restart snapshot oldclustertestcluster preparecluster cleanshared qa full cluster restart snapshot oldclustertestcluster clean qa full cluster restart snapshot oldclustertestcluster checkprevious skipped qa full cluster restart snapshot oldclustertestcluster stopprevious skipped qa full cluster restart snapshot oldclustertestcluster extract failed cannot expand zip var lib jenkins workspace elastic elasticsearch master bwc tests distribution bwc build bwc checkout distribution zip build distributions elasticsearch snapshot zip as it does not exist reproduce with gradle qa full cluster restart bwctest | 0 |
69,829 | 22,689,811,110 | IssuesEvent | 2022-07-04 18:21:55 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | closed | Tunneler dwarf stops training | Type-Defect auto-migrated Component-Creatures Priority-Low | ```
What steps will reproduce the problem?
1. Get a Tunneler dwarf (I did this in Blaise End in an attempt to get 255
creatures)
2. Put him in the training room
What is the expected output? What do you see instead?
Like Imps, one would expect he stays there until he reaches level 10, but for
some reason a tunneler will just wander off after a few seconds to perform Imp
tasks instead.
What version of the product are you using? On what operating system?
0.4.0.523
Please provide any additional information below.
It's not really that big of an issue as you usually want to get rid of these
weak creatures, but does strike as being awkward. I don't recall the original
DK having this effect.
```
Original issue reported on code.google.com by `bvd...@gmail.com` on 15 Sep 2012 at 8:34
| 1.0 | Tunneler dwarf stops training - ```
What steps will reproduce the problem?
1. Get a Tunneler dwarf (I did this in Blaise End in an attempt to get 255
creatures)
2. Put him in the training room
What is the expected output? What do you see instead?
Like Imps, one would expect he stays there until he reaches level 10, but for
some reason a tunneler will just wander off after a few seconds to perform Imp
tasks instead.
What version of the product are you using? On what operating system?
0.4.0.523
Please provide any additional information below.
It's not really that big of an issue as you usually want to get rid of these
weak creatures, but does strike as being awkward. I don't recall the original
DK having this effect.
```
Original issue reported on code.google.com by `bvd...@gmail.com` on 15 Sep 2012 at 8:34
| non_build | tunneler dwarf stops training what steps will reproduce the problem get a tunneler dwarf i did this in blaise end in an attempt to get creatures put him in the training room what is the expected output what do you see instead like imps one would expect he stays there until he reaches level but for some reason a tunneler will just wander off after a few seconds to perform imp tasks instead what version of the product are you using on what operating system please provide any additional information below it s not really that big of an issue as you usually want to get rid of these weak creatures but does strike as being awkward i don t recall the original dk having this effect original issue reported on code google com by bvd gmail com on sep at | 0 |
198,775 | 22,674,098,991 | IssuesEvent | 2022-07-04 01:16:25 | hiucimon/PF2Client | https://api.github.com/repos/hiucimon/PF2Client | opened | CVE-2022-25758 (Medium) detected in scss-tokenizer-0.2.3.tgz | security vulnerability | ## CVE-2022-25758 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>scss-tokenizer-0.2.3.tgz</b></p></summary>
<p>A tokenzier for Sass' SCSS syntax</p>
<p>Library home page: <a href="https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz">https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz</a></p>
<p>Path to dependency file: /PF2Client/package.json</p>
<p>Path to vulnerable library: /node_modules/scss-tokenizer/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.6.8.tgz (Root Library)
- node-sass-4.9.3.tgz
- sass-graph-2.2.4.tgz
- :x: **scss-tokenizer-0.2.3.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of package scss-tokenizer are vulnerable to Regular Expression Denial of Service (ReDoS) via the loadAnnotation() function, due to the usage of insecure regex.
<p>Publish Date: 2022-07-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25758>CVE-2022-25758</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-25758">https://nvd.nist.gov/vuln/detail/CVE-2022-25758</a></p>
<p>Release Date: 2022-07-01</p>
<p>Fix Resolution: no_fix</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-25758 (Medium) detected in scss-tokenizer-0.2.3.tgz - ## CVE-2022-25758 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>scss-tokenizer-0.2.3.tgz</b></p></summary>
<p>A tokenzier for Sass' SCSS syntax</p>
<p>Library home page: <a href="https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz">https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz</a></p>
<p>Path to dependency file: /PF2Client/package.json</p>
<p>Path to vulnerable library: /node_modules/scss-tokenizer/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.6.8.tgz (Root Library)
- node-sass-4.9.3.tgz
- sass-graph-2.2.4.tgz
- :x: **scss-tokenizer-0.2.3.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
All versions of package scss-tokenizer are vulnerable to Regular Expression Denial of Service (ReDoS) via the loadAnnotation() function, due to the usage of insecure regex.
<p>Publish Date: 2022-07-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25758>CVE-2022-25758</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-25758">https://nvd.nist.gov/vuln/detail/CVE-2022-25758</a></p>
<p>Release Date: 2022-07-01</p>
<p>Fix Resolution: no_fix</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve medium detected in scss tokenizer tgz cve medium severity vulnerability vulnerable library scss tokenizer tgz a tokenzier for sass scss syntax library home page a href path to dependency file package json path to vulnerable library node modules scss tokenizer package json dependency hierarchy build angular tgz root library node sass tgz sass graph tgz x scss tokenizer tgz vulnerable library vulnerability details all versions of package scss tokenizer are vulnerable to regular expression denial of service redos via the loadannotation function due to the usage of insecure regex publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution no fix step up your open source security game with mend | 0 |
501,718 | 14,532,083,069 | IssuesEvent | 2020-12-14 21:49:54 | FEUP-ESOF-2020-21/open-cx-t4g2-codemasters | https://api.github.com/repos/FEUP-ESOF-2020-21/open-cx-t4g2-codemasters | closed | Edit conference's post added by the user | back-end front-end iteration-4 low priority | ### Things done:
- [x] Front-end (@MechJM )
- [ ] Back-end (@2dukes | @Jumaruba ) | 1.0 | Edit conference's post added by the user - ### Things done:
- [x] Front-end (@MechJM )
- [ ] Back-end (@2dukes | @Jumaruba ) | non_build | edit conference s post added by the user things done front end mechjm back end jumaruba | 0 |
14,499 | 5,680,857,302 | IssuesEvent | 2017-04-13 03:16:58 | chi-immigration-task-force/icirr-app | https://api.github.com/repos/chi-immigration-task-force/icirr-app | closed | Ask ICIRR how to submit the "Get Involved" Form | Building Task non-technical technical | Related to this is encouraging them to shorten their signup form. I suspect its length is deterring volunteers significantly. | 1.0 | Ask ICIRR how to submit the "Get Involved" Form - Related to this is encouraging them to shorten their signup form. I suspect its length is deterring volunteers significantly. | build | ask icirr how to submit the get involved form related to this is encouraging them to shorten their signup form i suspect its length is deterring volunteers significantly | 1 |
91,260 | 8,301,756,122 | IssuesEvent | 2018-09-21 12:33:47 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Ctrl+Alt+Backspace on reusable block also deletes block above | Accessibility Needs Testing Reusable Blocks [Type] Bug | **Describe the bug**
When using the remove block keyboard shortcut on a reusable block, the block above is also deleted. It doesn't happen when I select 'remove block' from the ellipsis, or when using the keyboard shortcut on other blocks.
It only happens with reusable blocks (not a specific one) and regardless of the type of block above it (including another reusable block).
**To Reproduce**
Steps to reproduce the behavior:
1. Add any block
2. Add a reusable block
3. Press ctrl+alt+backspace
4. Both the reusable block and the block above is deleted
**Expected behavior**
Only the reusable block should be removed
**Screenshots**
[](https://postimg.cc/image/4vcpydl7t/)
**Console error**
*I'm seeing the following errors, though I don't know if it's related*
Uncaught Error: only one instance of babel-polyfill is allowed
at Object.<anonymous> (commons-820.min.js?ver=8.2:1)
at Object.<anonymous> (commons-820.min.js?ver=8.2:1)
at e (commons-820.min.js?ver=8.2:1)
at Object.<anonymous> (commons-820.min.js?ver=8.2:6)
at e (commons-820.min.js?ver=8.2:1)
at commons-820.min.js?ver=8.2:1
at commons-820.min.js?ver=8.2:1
twp-templates.js?ver=1.1.5:101 Uncaught TypeError: Cannot read property 'replace' of undefined
at Object.t.refreshTitle (twp-templates.js?ver=1.1.5:101)
at refreshTemplateVars (twp-templates.js?ver=1.1.5:333)
**Desktop (please complete the following information):**
- OS: Windows 10.0.17134
- Chrome 68.0.3440.106
- Gutenberg 3.8 (I don't remember if it happened with earlier versions too - I might not have noticed)
| 1.0 | Ctrl+Alt+Backspace on reusable block also deletes block above - **Describe the bug**
When using the remove block keyboard shortcut on a reusable block, the block above is also deleted. It doesn't happen when I select 'remove block' from the ellipsis, or when using the keyboard shortcut on other blocks.
It only happens with reusable blocks (not a specific one) and regardless of the type of block above it (including another reusable block).
**To Reproduce**
Steps to reproduce the behavior:
1. Add any block
2. Add a reusable block
3. Press ctrl+alt+backspace
4. Both the reusable block and the block above is deleted
**Expected behavior**
Only the reusable block should be removed
**Screenshots**
[](https://postimg.cc/image/4vcpydl7t/)
**Console error**
*I'm seeing the following errors, though I don't know if it's related*
Uncaught Error: only one instance of babel-polyfill is allowed
at Object.<anonymous> (commons-820.min.js?ver=8.2:1)
at Object.<anonymous> (commons-820.min.js?ver=8.2:1)
at e (commons-820.min.js?ver=8.2:1)
at Object.<anonymous> (commons-820.min.js?ver=8.2:6)
at e (commons-820.min.js?ver=8.2:1)
at commons-820.min.js?ver=8.2:1
at commons-820.min.js?ver=8.2:1
twp-templates.js?ver=1.1.5:101 Uncaught TypeError: Cannot read property 'replace' of undefined
at Object.t.refreshTitle (twp-templates.js?ver=1.1.5:101)
at refreshTemplateVars (twp-templates.js?ver=1.1.5:333)
**Desktop (please complete the following information):**
- OS: Windows 10.0.17134
- Chrome 68.0.3440.106
- Gutenberg 3.8 (I don't remember if it happened with earlier versions too - I might not have noticed)
| non_build | ctrl alt backspace on reusable block also deletes block above describe the bug when using the remove block keyboard shortcut on a reusable block the block above is also deleted it doesn t happen when i select remove block from the ellipsis or when using the keyboard shortcut on other blocks it only happens with reusable blocks not a specific one and regardless of the type of block above it including another reusable block to reproduce steps to reproduce the behavior add any block add a reusable block press ctrl alt backspace both the reusable block and the block above is deleted expected behavior only the reusable block should be removed screenshots console error i m seeing the following errors though i don t know if it s related uncaught error only one instance of babel polyfill is allowed at object commons min js ver at object commons min js ver at e commons min js ver at object commons min js ver at e commons min js ver at commons min js ver at commons min js ver twp templates js ver uncaught typeerror cannot read property replace of undefined at object t refreshtitle twp templates js ver at refreshtemplatevars twp templates js ver desktop please complete the following information os windows chrome gutenberg i don t remember if it happened with earlier versions too i might not have noticed | 0 |
47,284 | 11,995,311,383 | IssuesEvent | 2020-04-08 15:01:22 | gradle/gradle | https://api.github.com/repos/gradle/gradle | opened | Only invalidate VFS entries from file watcher events if the timestamp is far enough in the past | @build-cache from:member | When using file watchers, there is always the chance of late events, aka an event coming in that happing before registering the watcher. In a Gradle build, this may happen after storing the output snapshot in the VFS. That would cause the output snapshot to be dropped from the VFS directly.
Currently, we use the strategy to ignore file watching events for all locations which have been produced by the current build. That may cause Gradle missing changes to the outputs of some task.
Instead, we could record the timestamp when the snapshot has been created, and only handle file changes which come in after a certain amount of time, e.g. 20ms, for the snapshot. All the file events between the creation of the snapshot and 20ms afterwards would then be ignored.
That may require adding a timestamp to the data reported by the native side.
---
cc: @gradle/build-cache
| 1.0 | Only invalidate VFS entries from file watcher events if the timestamp is far enough in the past - When using file watchers, there is always the chance of late events, aka an event coming in that happing before registering the watcher. In a Gradle build, this may happen after storing the output snapshot in the VFS. That would cause the output snapshot to be dropped from the VFS directly.
Currently, we use the strategy to ignore file watching events for all locations which have been produced by the current build. That may cause Gradle missing changes to the outputs of some task.
Instead, we could record the timestamp when the snapshot has been created, and only handle file changes which come in after a certain amount of time, e.g. 20ms, for the snapshot. All the file events between the creation of the snapshot and 20ms afterwards would then be ignored.
That may require adding a timestamp to the data reported by the native side.
---
cc: @gradle/build-cache
| build | only invalidate vfs entries from file watcher events if the timestamp is far enough in the past when using file watchers there is always the chance of late events aka an event coming in that happing before registering the watcher in a gradle build this may happen after storing the output snapshot in the vfs that would cause the output snapshot to be dropped from the vfs directly currently we use the strategy to ignore file watching events for all locations which have been produced by the current build that may cause gradle missing changes to the outputs of some task instead we could record the timestamp when the snapshot has been created and only handle file changes which come in after a certain amount of time e g for the snapshot all the file events between the creation of the snapshot and afterwards would then be ignored that may require adding a timestamp to the data reported by the native side cc gradle build cache | 1 |
577,271 | 17,106,947,627 | IssuesEvent | 2021-07-09 19:25:55 | internetarchive/openlibrary | https://api.github.com/repos/internetarchive/openlibrary | closed | Orphaned editions throw IndexError | Lead: @mekarpeles Module: Python Priority: 2 Type: Bug | Fixed in ~#4052~
<!-- What problem are we solving? What does the experience look like today? What are the symptoms? -->
### Evidence / Screenshot (if possible)
http://staging.openlibrary.org/books/OL21692921M?debug=true
<class 'IndexError'> at /books/OL21692921M
list index out of range
Python /openlibrary/openlibrary/templates/type/edition/view.html in __template__, line 9
Web GET http://staging.openlibrary.org/books/OL21692921M

### Relevant url?
<!-- `https://openlibrary.org/...` -->
http://staging.openlibrary.org/books/OL21692921M/Catharisme?debug=true&edition=
### Steps to Reproduce
<!-- What steps caused you to find the bug? -->
1. Go to ...
2. Do ...
<!-- What actually happened after these steps? What did you expect to happen? -->
* Actual:
* Expected:
### Details
- **Logged in (Y/N)?**
- **Browser type/version?**
- **Operating system?**
- **Environment (prod/dev/local)?** prod
<!-- If not sure, put prod -->
### Proposal & Constraints
<!-- What is the proposed solution / implementation? Is there a precedent of this approach succeeding elsewhere? -->
### Related files
<!-- Files related to this issue; this is super useful for new contributors who might want to help! If you're not sure, leave this blank; a maintainer will add them. -->
### Stakeholders
<!-- @ tag stakeholders of this bug -->
| 1.0 | Orphaned editions throw IndexError - Fixed in ~#4052~
<!-- What problem are we solving? What does the experience look like today? What are the symptoms? -->
### Evidence / Screenshot (if possible)
http://staging.openlibrary.org/books/OL21692921M?debug=true
<class 'IndexError'> at /books/OL21692921M
list index out of range
Python /openlibrary/openlibrary/templates/type/edition/view.html in __template__, line 9
Web GET http://staging.openlibrary.org/books/OL21692921M

### Relevant url?
<!-- `https://openlibrary.org/...` -->
http://staging.openlibrary.org/books/OL21692921M/Catharisme?debug=true&edition=
### Steps to Reproduce
<!-- What steps caused you to find the bug? -->
1. Go to ...
2. Do ...
<!-- What actually happened after these steps? What did you expect to happen? -->
* Actual:
* Expected:
### Details
- **Logged in (Y/N)?**
- **Browser type/version?**
- **Operating system?**
- **Environment (prod/dev/local)?** prod
<!-- If not sure, put prod -->
### Proposal & Constraints
<!-- What is the proposed solution / implementation? Is there a precedent of this approach succeeding elsewhere? -->
### Related files
<!-- Files related to this issue; this is super useful for new contributors who might want to help! If you're not sure, leave this blank; a maintainer will add them. -->
### Stakeholders
<!-- @ tag stakeholders of this bug -->
| non_build | orphaned editions throw indexerror fixed in evidence screenshot if possible at books list index out of range python openlibrary openlibrary templates type edition view html in template line web get relevant url steps to reproduce go to do actual expected details logged in y n browser type version operating system environment prod dev local prod proposal constraints related files stakeholders | 0 |
98,474 | 16,374,431,071 | IssuesEvent | 2021-05-15 20:16:14 | eldorplus/laravel-elixir-clean-unofficial | https://api.github.com/repos/eldorplus/laravel-elixir-clean-unofficial | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz | security vulnerability | ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/minimist</p>
<p>
Dependency Hierarchy:
- gulp-3.9.1.tgz (Root Library)
- vinyl-fs-0.3.14.tgz
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/minimist</p>
<p>
Dependency Hierarchy:
- gulp-3.9.1.tgz (Root Library)
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/eldorplus/laravel-elixir-clean-unofficial/commit/4a677400390892b6063782abef8ecc4e26f2a275">4a677400390892b6063782abef8ecc4e26f2a275</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/minimist</p>
<p>
Dependency Hierarchy:
- gulp-3.9.1.tgz (Root Library)
- vinyl-fs-0.3.14.tgz
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: laravel-elixir-clean-unofficial/package.json</p>
<p>Path to vulnerable library: laravel-elixir-clean-unofficial/node_modules/minimist</p>
<p>
Dependency Hierarchy:
- gulp-3.9.1.tgz (Root Library)
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/eldorplus/laravel-elixir-clean-unofficial/commit/4a677400390892b6063782abef8ecc4e26f2a275">4a677400390892b6063782abef8ecc4e26f2a275</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_build | cve medium detected in minimist tgz minimist tgz cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file laravel elixir clean unofficial package json path to vulnerable library laravel elixir clean unofficial node modules minimist dependency hierarchy gulp tgz root library vinyl fs tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file laravel elixir clean unofficial package json path to vulnerable library laravel elixir clean unofficial node modules minimist dependency hierarchy gulp tgz root library x minimist tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource | 0 |
317,368 | 23,673,437,611 | IssuesEvent | 2022-08-27 18:19:36 | wb8tyw/D-Rats | https://api.github.com/repos/wb8tyw/D-Rats | closed | d-rats setup.py/setup.cfg code is deprecated by python | bug documentation | The existing d-rats packaging setup.py/setup.cfg has been deprecated by python.
The new method requires modules not available from distros and must be installed via pip.
As pip install is involved a virtualenv needs to be setup.
Need to document how to setup a virtualenv that contains gtk, and can be used for running the new setup.cfg/setup.py format.
| 1.0 | d-rats setup.py/setup.cfg code is deprecated by python - The existing d-rats packaging setup.py/setup.cfg has been deprecated by python.
The new method requires modules not available from distros and must be installed via pip.
As pip install is involved a virtualenv needs to be setup.
Need to document how to setup a virtualenv that contains gtk, and can be used for running the new setup.cfg/setup.py format.
| non_build | d rats setup py setup cfg code is deprecated by python the existing d rats packaging setup py setup cfg has been deprecated by python the new method requires modules not available from distros and must be installed via pip as pip install is involved a virtualenv needs to be setup need to document how to setup a virtualenv that contains gtk and can be used for running the new setup cfg setup py format | 0 |
56,250 | 13,781,249,315 | IssuesEvent | 2020-10-08 15:55:45 | uiowa/uiowa | https://api.github.com/repos/uiowa/uiowa | opened | Disabling layout builder style overrides does not remove styles | SiteNow v3 bug layout builder | ### Problem
If a block has style override classes applied, unchecking the "Override style options" and saving the the block does not remove said classes.

### Proposed solution
Update our layout_builder_custom code to remove styles if the box is not checked. Using states might be an option and/or custom validate/submit handlers. | 1.0 | Disabling layout builder style overrides does not remove styles - ### Problem
If a block has style override classes applied, unchecking the "Override style options" and saving the the block does not remove said classes.

### Proposed solution
Update our layout_builder_custom code to remove styles if the box is not checked. Using states might be an option and/or custom validate/submit handlers. | build | disabling layout builder style overrides does not remove styles problem if a block has style override classes applied unchecking the override style options and saving the the block does not remove said classes proposed solution update our layout builder custom code to remove styles if the box is not checked using states might be an option and or custom validate submit handlers | 1 |
673,097 | 22,947,904,999 | IssuesEvent | 2022-07-19 03:12:52 | DeadlyBossMods/DBM-Retail | https://api.github.com/repos/DeadlyBossMods/DBM-Retail | opened | Dragonflight Dungeon Support | 🛠 Feature Request Medium Priority | **Brackenhide Hollow**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Uldaman: Legacy of Tyr**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**The Nokhud Offensive**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Neltharus**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Taz'algeth Academy**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**The Azure Vault**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Ruby Life Pools**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Halls of Infusion**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
| 1.0 | Dragonflight Dungeon Support - **Brackenhide Hollow**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Uldaman: Legacy of Tyr**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**The Nokhud Offensive**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Neltharus**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Taz'algeth Academy**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**The Azure Vault**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Ruby Life Pools**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
**Halls of Infusion**
- [x] Mods created with loading, stats, and combat detection for all bosses
- [ ] Dungeon Boss mods drycoded with warnings/timers/feature
- [ ] Dungeon boss mod drycodes tested and mods completed from real data
- [ ] Dungeon boss additional pass with mythic transcriptor log review to refine them further
- [ ] Dungeon Trash mod drycoded with warnings for all notable trash as outlined by Wowhead Guides
- [ ] Dungeon Trash mod tested thoroughly on Mythic or Mythic+
- [ ] Dungeon final pass on live, especially Mythic+
| non_build | dragonflight dungeon support brackenhide hollow mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic uldaman legacy of tyr mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic the nokhud offensive mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic neltharus mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic taz algeth academy mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic the azure vault mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic ruby life pools mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic halls of infusion mods created with loading stats and combat detection for all bosses dungeon boss mods drycoded with warnings timers feature dungeon boss mod drycodes tested and mods completed from real data dungeon boss additional pass with mythic transcriptor log review to refine them further dungeon trash mod drycoded with warnings for all notable trash as outlined by wowhead guides dungeon trash mod tested thoroughly on mythic or mythic dungeon final pass on live especially mythic | 0 |
38,836 | 10,255,464,365 | IssuesEvent | 2019-08-21 15:28:20 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | Error index test integration needs to be more robust | A-rustbuild C-enhancement | We've been plauged today with problems related to the error index tests. Today the way these tests work are:
- During compiling a crate with error codes, extra diagnostic information is emitted to a `tmp/` directory.
- Later the `error_index_generator` program runs, processing this diagnostic information and generating `error-index.md`
- Then rustdoc is used to test this markdown file.
This setup is brittle for a few reasons:
- Running the error index generator doesn't actually depend on the compilations of each crate, so you just have to conveniently sequence it after compiles have finished to get it to actually work.
- The probing logic of the error index generator is not precise, it simply slurps up anything that looks like diagnostics. This means that if there's a _bad_ or stale diagnostic file it'll get slurped up nonetheless.
- Emitting files always has fun complications when you run processes concurrently, and this in the past forced us to fix this emission for multi-host builds (e.g. the nightlies)
The compiler should not jettison json files out the back when compiling and instead the error index generator should process the diagnostics directly. This sidesteps sequencing problems, stale problems, etc, and should be more robust.
| 1.0 | Error index test integration needs to be more robust - We've been plauged today with problems related to the error index tests. Today the way these tests work are:
- During compiling a crate with error codes, extra diagnostic information is emitted to a `tmp/` directory.
- Later the `error_index_generator` program runs, processing this diagnostic information and generating `error-index.md`
- Then rustdoc is used to test this markdown file.
This setup is brittle for a few reasons:
- Running the error index generator doesn't actually depend on the compilations of each crate, so you just have to conveniently sequence it after compiles have finished to get it to actually work.
- The probing logic of the error index generator is not precise, it simply slurps up anything that looks like diagnostics. This means that if there's a _bad_ or stale diagnostic file it'll get slurped up nonetheless.
- Emitting files always has fun complications when you run processes concurrently, and this in the past forced us to fix this emission for multi-host builds (e.g. the nightlies)
The compiler should not jettison json files out the back when compiling and instead the error index generator should process the diagnostics directly. This sidesteps sequencing problems, stale problems, etc, and should be more robust.
| build | error index test integration needs to be more robust we ve been plauged today with problems related to the error index tests today the way these tests work are during compiling a crate with error codes extra diagnostic information is emitted to a tmp directory later the error index generator program runs processing this diagnostic information and generating error index md then rustdoc is used to test this markdown file this setup is brittle for a few reasons running the error index generator doesn t actually depend on the compilations of each crate so you just have to conveniently sequence it after compiles have finished to get it to actually work the probing logic of the error index generator is not precise it simply slurps up anything that looks like diagnostics this means that if there s a bad or stale diagnostic file it ll get slurped up nonetheless emitting files always has fun complications when you run processes concurrently and this in the past forced us to fix this emission for multi host builds e g the nightlies the compiler should not jettison json files out the back when compiling and instead the error index generator should process the diagnostics directly this sidesteps sequencing problems stale problems etc and should be more robust | 1 |
265,656 | 20,106,457,404 | IssuesEvent | 2022-02-07 10:59:08 | Izchomatik/RevitPluginKit | https://api.github.com/repos/Izchomatik/RevitPluginKit | closed | Add quick start guide new plugin section | documentation | Explain the initial steps of creating a custom plugin | 1.0 | Add quick start guide new plugin section - Explain the initial steps of creating a custom plugin | non_build | add quick start guide new plugin section explain the initial steps of creating a custom plugin | 0 |
69,242 | 17,606,765,987 | IssuesEvent | 2021-08-17 18:09:01 | surge-synthesizer/surge | https://api.github.com/repos/surge-synthesizer/surge | opened | Surge XT - Filter Cutoff hit / hover region range stretches too far to the right | UI Bug Report Rebuild with JUCE | The hit / hover region for both filter cutoff sliders stretches too far to the right. It takes approximatively half of the freq Offset button on F2, and same for resonance link. When hovering to the left of those buttons and clicking, it's selecting the cutoff silder, so it's not just related to the visual hover.
This may be the case for all horizontal sliders but I'm not sure.

| 1.0 | Surge XT - Filter Cutoff hit / hover region range stretches too far to the right - The hit / hover region for both filter cutoff sliders stretches too far to the right. It takes approximatively half of the freq Offset button on F2, and same for resonance link. When hovering to the left of those buttons and clicking, it's selecting the cutoff silder, so it's not just related to the visual hover.
This may be the case for all horizontal sliders but I'm not sure.

| build | surge xt filter cutoff hit hover region range stretches too far to the right the hit hover region for both filter cutoff sliders stretches too far to the right it takes approximatively half of the freq offset button on and same for resonance link when hovering to the left of those buttons and clicking it s selecting the cutoff silder so it s not just related to the visual hover this may be the case for all horizontal sliders but i m not sure | 1 |
61,813 | 15,089,381,482 | IssuesEvent | 2021-02-06 05:23:22 | opencv/opencv | https://api.github.com/repos/opencv/opencv | closed | Add Objective-C/Swift wrapper for improved iOS/macOS integration | category: build/install feature platform: ios/osx | ##### System information (version)
- OpenCV => latest
- Operating System / Platform => iOS/macOS
- Compiler => Xcode
##### Detailed description
On Android the Java wrapper gives us every easy access to OpenCV APIs however on iOS it is a lot of work to build custom Objective-C/Swift wrappers around the C++ library.
Solve this by adding an Objective/Swift wrapper generator similar to the Java wrapper generator.
(I have a pull-request I would like to contribute for this)
| 1.0 | Add Objective-C/Swift wrapper for improved iOS/macOS integration - ##### System information (version)
- OpenCV => latest
- Operating System / Platform => iOS/macOS
- Compiler => Xcode
##### Detailed description
On Android the Java wrapper gives us every easy access to OpenCV APIs however on iOS it is a lot of work to build custom Objective-C/Swift wrappers around the C++ library.
Solve this by adding an Objective/Swift wrapper generator similar to the Java wrapper generator.
(I have a pull-request I would like to contribute for this)
| build | add objective c swift wrapper for improved ios macos integration system information version opencv latest operating system platform ios macos compiler xcode detailed description on android the java wrapper gives us every easy access to opencv apis however on ios it is a lot of work to build custom objective c swift wrappers around the c library solve this by adding an objective swift wrapper generator similar to the java wrapper generator i have a pull request i would like to contribute for this | 1 |
374,174 | 11,081,322,737 | IssuesEvent | 2019-12-13 09:32:45 | incognitochain/incognito-wallet | https://api.github.com/repos/incognitochain/incognito-wallet | closed | Keep incognito token info | Priority: High Type: Enhancement | - Description
- Issuer email
- Issuer payment address
- Token icon
Use token's id as a key. | 1.0 | Keep incognito token info - - Description
- Issuer email
- Issuer payment address
- Token icon
Use token's id as a key. | non_build | keep incognito token info description issuer email issuer payment address token icon use token s id as a key | 0 |
42,790 | 11,081,227,241 | IssuesEvent | 2019-12-13 09:20:05 | LiskHQ/lisk-sdk | https://api.github.com/repos/LiskHQ/lisk-sdk | opened | Enable continuous integration for development | builds jenkins type: test | ### Description
Enable continuous integration for development on the local machine, so that developers can utilize the exact similar functionalities run on Jenkins to detect test issue upfront.
### Motivation
Currently, the sdk uses sample application for testing, which can sometimes lead to false-positive tests, as we are doing the build and link to lisk-core in a different way on Jenkins.
### Acceptance Criteria
To be able to run the exact similar Jenkins pipeline on developers' local machine.
### Additional Information
- Could be a docker container
- Could be a script | 1.0 | Enable continuous integration for development - ### Description
Enable continuous integration for development on the local machine, so that developers can utilize the exact similar functionalities run on Jenkins to detect test issue upfront.
### Motivation
Currently, the sdk uses sample application for testing, which can sometimes lead to false-positive tests, as we are doing the build and link to lisk-core in a different way on Jenkins.
### Acceptance Criteria
To be able to run the exact similar Jenkins pipeline on developers' local machine.
### Additional Information
- Could be a docker container
- Could be a script | build | enable continuous integration for development description enable continuous integration for development on the local machine so that developers can utilize the exact similar functionalities run on jenkins to detect test issue upfront motivation currently the sdk uses sample application for testing which can sometimes lead to false positive tests as we are doing the build and link to lisk core in a different way on jenkins acceptance criteria to be able to run the exact similar jenkins pipeline on developers local machine additional information could be a docker container could be a script | 1 |
83,802 | 15,720,729,339 | IssuesEvent | 2021-03-29 01:01:13 | idonthaveafifaaddiction/starter-kit-spring-maven | https://api.github.com/repos/idonthaveafifaaddiction/starter-kit-spring-maven | opened | CVE-2021-21349 (High) detected in xstream-1.4.9.jar | security vulnerability | ## CVE-2021-21349 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.9.jar</b></p></summary>
<p>XStream is a serialization library from Java objects to XML and back.</p>
<p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p>
<p>Path to dependency file: starter-kit-spring-maven/pom.xml</p>
<p>Path to vulnerable library: starter-kit-spring-maven/target/starter-kit-spring-maven-5.0.0/WEB-INF/lib/xstream-1.4.9.jar,canner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar</p>
<p>
Dependency Hierarchy:
- :x: **xstream-1.4.9.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21349>CVE-2021-21349</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv">https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.thoughtworks.xstream","packageName":"xstream","packageVersion":"1.4.9","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.thoughtworks.xstream:xstream:1.4.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.thoughtworks.xstream:xstream:1.4.16"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-21349","vulnerabilityDetails":"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21349","cvss3Severity":"high","cvss3Score":"8.6","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2021-21349 (High) detected in xstream-1.4.9.jar - ## CVE-2021-21349 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.9.jar</b></p></summary>
<p>XStream is a serialization library from Java objects to XML and back.</p>
<p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p>
<p>Path to dependency file: starter-kit-spring-maven/pom.xml</p>
<p>Path to vulnerable library: starter-kit-spring-maven/target/starter-kit-spring-maven-5.0.0/WEB-INF/lib/xstream-1.4.9.jar,canner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar</p>
<p>
Dependency Hierarchy:
- :x: **xstream-1.4.9.jar** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16.
<p>Publish Date: 2021-03-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21349>CVE-2021-21349</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv">https://github.com/x-stream/xstream/security/advisories/GHSA-f6hm-88x3-mfjv</a></p>
<p>Release Date: 2021-03-23</p>
<p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.thoughtworks.xstream","packageName":"xstream","packageVersion":"1.4.9","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.thoughtworks.xstream:xstream:1.4.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.thoughtworks.xstream:xstream:1.4.16"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-21349","vulnerabilityDetails":"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21349","cvss3Severity":"high","cvss3Score":"8.6","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_build | cve high detected in xstream jar cve high severity vulnerability vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file starter kit spring maven pom xml path to vulnerable library starter kit spring maven target starter kit spring maven web inf lib xstream jar canner repository com thoughtworks xstream xstream xstream jar dependency hierarchy x xstream jar vulnerable library found in base branch master vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com thoughtworks xstream xstream check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com thoughtworks xstream xstream isminimumfixversionavailable true minimumfixversion com thoughtworks xstream xstream basebranches vulnerabilityidentifier cve vulnerabilitydetails xstream is a java library to serialize objects to xml and back again in xstream before version there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream security framework with a whitelist limited to the minimal required types if you rely on xstream default blacklist of the security framework you will have to use at least version vulnerabilityurl | 0 |
30,733 | 8,583,483,088 | IssuesEvent | 2018-11-13 19:51:40 | Great-Hill-Corporation/quickBlocks | https://api.github.com/repos/Great-Hill-Corporation/quickBlocks | reopened | ERC677 example - possible test case | build-testing libs-tokenlib | The `ChainLinkToken` contract at address `0x514910771AF9Ca656af840dff83E8264EcF986CA` supports ERC677. This adds an additional function called `transferAndCall`.
function transferAndCall(address _to, uint _value, bytes _data) public returns (bool success) {
super.transfer(_to, _value);
Transfer(msg.sender, _to, _value, _data);
if (isContract(_to)) {
contractFallback(_to, _value, _data);
}
return true;
}
which does the regular transfer and then, if the receiver is a smart contract it calls the contract's fallback function in this function (and the isContract function):
function contractFallback(address _to, uint _value, bytes _data) private {
ERC677Receiver receiver = ERC677Receiver(_to);
receiver.onTokenTransfer(msg.sender, _value, _data);
}
function isContract(address _addr) private returns (bool hasCode) {
uint length;
assembly { length := extcodesize(_addr) }
return length > 0;
}
This has a weird (but perhaps inconsequential bug) in that it is unclear what happens when the recipient is a contract but not an ERC677 contract?
This could potentially be an interesting test case.
| 1.0 | ERC677 example - possible test case - The `ChainLinkToken` contract at address `0x514910771AF9Ca656af840dff83E8264EcF986CA` supports ERC677. This adds an additional function called `transferAndCall`.
function transferAndCall(address _to, uint _value, bytes _data) public returns (bool success) {
super.transfer(_to, _value);
Transfer(msg.sender, _to, _value, _data);
if (isContract(_to)) {
contractFallback(_to, _value, _data);
}
return true;
}
which does the regular transfer and then, if the receiver is a smart contract it calls the contract's fallback function in this function (and the isContract function):
function contractFallback(address _to, uint _value, bytes _data) private {
ERC677Receiver receiver = ERC677Receiver(_to);
receiver.onTokenTransfer(msg.sender, _value, _data);
}
function isContract(address _addr) private returns (bool hasCode) {
uint length;
assembly { length := extcodesize(_addr) }
return length > 0;
}
This has a weird (but perhaps inconsequential bug) in that it is unclear what happens when the recipient is a contract but not an ERC677 contract?
This could potentially be an interesting test case.
| build | example possible test case the chainlinktoken contract at address supports this adds an additional function called transferandcall function transferandcall address to uint value bytes data public returns bool success super transfer to value transfer msg sender to value data if iscontract to contractfallback to value data return true which does the regular transfer and then if the receiver is a smart contract it calls the contract s fallback function in this function and the iscontract function function contractfallback address to uint value bytes data private receiver to receiver ontokentransfer msg sender value data function iscontract address addr private returns bool hascode uint length assembly length extcodesize addr return length this has a weird but perhaps inconsequential bug in that it is unclear what happens when the recipient is a contract but not an contract this could potentially be an interesting test case | 1 |
443,122 | 30,876,236,459 | IssuesEvent | 2023-08-03 14:27:31 | withastro/docs | https://api.github.com/repos/withastro/docs | opened | Update Heroku CMS guide | improve documentation help wanted | ### 📚 Subject area/topic
Deploy guide (Heroku)
### 📋 Page(s) affected (or suggested, for new content)
https://docs.astro.build/en/guides/deploy/heroku/
### 📋 General description or bullet points (if proposing new content)
in https://docs.astro.build/en/guides/deploy/heroku/ we recommend heroku-buildpack-static, but it is deprecated.
```
# set buildpack for static sites
$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-static.git
```
Check if we can update this to a more recent and maintained package
### 🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
/ | 1.0 | Update Heroku CMS guide - ### 📚 Subject area/topic
Deploy guide (Heroku)
### 📋 Page(s) affected (or suggested, for new content)
https://docs.astro.build/en/guides/deploy/heroku/
### 📋 General description or bullet points (if proposing new content)
in https://docs.astro.build/en/guides/deploy/heroku/ we recommend heroku-buildpack-static, but it is deprecated.
```
# set buildpack for static sites
$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-static.git
```
Check if we can update this to a more recent and maintained package
### 🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
/ | non_build | update heroku cms guide 📚 subject area topic deploy guide heroku 📋 page s affected or suggested for new content 📋 general description or bullet points if proposing new content in we recommend heroku buildpack static but it is deprecated set buildpack for static sites heroku buildpacks set check if we can update this to a more recent and maintained package 🖥️ reproduction in stackblitz if reporting incorrect content or code samples | 0 |
445,932 | 12,837,970,232 | IssuesEvent | 2020-07-07 16:38:16 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | Expose creation date in scanner results | component: scanners priority: p3 state: pull request ready | This came up in our ML meeting today. It would be useful to have the `created` date exposed in the API response. | 1.0 | Expose creation date in scanner results - This came up in our ML meeting today. It would be useful to have the `created` date exposed in the API response. | non_build | expose creation date in scanner results this came up in our ml meeting today it would be useful to have the created date exposed in the api response | 0 |
85,642 | 24,646,233,012 | IssuesEvent | 2022-10-17 15:02:23 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | opened | qgis fails to build with "error: 'QVariant sipQgsSettingsEntryColor::convertToVariant(const QVariant&) const' marked 'override', but does not override" and other errors | 0.kind: build failure | ### Steps To Reproduce
Steps to reproduce the behavior:
1. build `qgis` (or, more specifically, `qgis-unwrapped`):
```bash
nix build /nix/store/8hjjm962r6mrhbqdnpcirfxcckaw82sg-qgis-unwrapped-3.26.2.drv
```
### Build log
see [this Gist](https://gist.github.com/das-g/7028006c2e326a636f56ecdbd6225a40)
### Additional context
This is on `nixos-unstable`, but I guess `master` currently has the same problem.
### Notify maintainers
@lsix, @sikmir, @erictapen, @willcohen
### Metadata
Result of `nix-shell -p nix-info --run "nix-info -m"`:
- system: `"x86_64-linux"`
- host os: `Linux 5.15.74, NixOS, 22.11 (Raccoon), 22.11pre417962.83b198a2083`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.11.0`
- channels(root): `"nixos"`
- channels(das-g): `""`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos` | 1.0 | qgis fails to build with "error: 'QVariant sipQgsSettingsEntryColor::convertToVariant(const QVariant&) const' marked 'override', but does not override" and other errors - ### Steps To Reproduce
Steps to reproduce the behavior:
1. build `qgis` (or, more specifically, `qgis-unwrapped`):
```bash
nix build /nix/store/8hjjm962r6mrhbqdnpcirfxcckaw82sg-qgis-unwrapped-3.26.2.drv
```
### Build log
see [this Gist](https://gist.github.com/das-g/7028006c2e326a636f56ecdbd6225a40)
### Additional context
This is on `nixos-unstable`, but I guess `master` currently has the same problem.
### Notify maintainers
@lsix, @sikmir, @erictapen, @willcohen
### Metadata
Result of `nix-shell -p nix-info --run "nix-info -m"`:
- system: `"x86_64-linux"`
- host os: `Linux 5.15.74, NixOS, 22.11 (Raccoon), 22.11pre417962.83b198a2083`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.11.0`
- channels(root): `"nixos"`
- channels(das-g): `""`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos` | build | qgis fails to build with error qvariant sipqgssettingsentrycolor converttovariant const qvariant const marked override but does not override and other errors steps to reproduce steps to reproduce the behavior build qgis or more specifically qgis unwrapped bash nix build nix store qgis unwrapped drv build log see additional context this is on nixos unstable but i guess master currently has the same problem notify maintainers lsix sikmir erictapen willcohen metadata result of nix shell p nix info run nix info m system linux host os linux nixos raccoon multi user yes sandbox yes version nix env nix channels root nixos channels das g nixpkgs nix var nix profiles per user root channels nixos | 1 |
443,567 | 12,796,220,339 | IssuesEvent | 2020-07-02 10:03:35 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | Handle guid updates or prevent updating guids entirely | component: admin tools priority: p4 | As a followup for https://github.com/mozilla/addons-server/issues/13123#issuecomment-648024427
Admins can edit the existing guid of an addon from the /change page in admin tools and the AddonGUID model is not being updated.
Expected result:
Handle that when the admin updates the guid, or prevent updating guids entirely.
Please note:
Changing the guid can cause errors such as in the [blocklisting](https://github.com/mozilla/addons-server/issues/13123#issuecomment-646626421) feature.
This is an edge case - in my case used on testing servers to import stats data from prod.
| 1.0 | Handle guid updates or prevent updating guids entirely - As a followup for https://github.com/mozilla/addons-server/issues/13123#issuecomment-648024427
Admins can edit the existing guid of an addon from the /change page in admin tools and the AddonGUID model is not being updated.
Expected result:
Handle that when the admin updates the guid, or prevent updating guids entirely.
Please note:
Changing the guid can cause errors such as in the [blocklisting](https://github.com/mozilla/addons-server/issues/13123#issuecomment-646626421) feature.
This is an edge case - in my case used on testing servers to import stats data from prod.
| non_build | handle guid updates or prevent updating guids entirely as a followup for admins can edit the existing guid of an addon from the change page in admin tools and the addonguid model is not being updated expected result handle that when the admin updates the guid or prevent updating guids entirely please note changing the guid can cause errors such as in the feature this is an edge case in my case used on testing servers to import stats data from prod | 0 |
627,647 | 19,911,300,249 | IssuesEvent | 2022-01-25 17:25:22 | DISSINET/InkVisitor | https://api.github.com/repos/DISSINET/InkVisitor | opened | Prepare the data model for extensions without the db breaking down | priority | There are some extensions which are possible, some even quite probable - we might decide for them and we need that in all cases where it is an extension of the dictionaries or change to existing structures, it is done without affecting already collecting data. This is very important, as the small case of deleting Robert's prep for classes has shown.
These are the main possible or even expected extensions:
- **third-order property**, i.e. a prop of a 2nd-order prop (definitely DDB2 needs this, but we found examples where this is needed even in DDB1: e.g. in [Guillelma, vested heretic since two years before S1, did something](https://dissinet.cz/apps/inkvisitor-sandbox/#territory=4bc64aef-349c-4d97-b0e2-4b4eea315d3f&statement=5d5596c1-da56-446e-8d5a-2375c1c6ec21&actant=6b7aab87-e41f-48a6-8003-2ece65308731));
- **new entity type** (e.g. Animal because the way they act, i.e. the verbs they shoult fit in, is often more similar to P and G than to Object);
- introduction of **elvl4, elvl5**;
- new inside-entity attributes;
- passing to the **lemma** instead of perfect tense in A types while keeping the perfect tense => more label variants + user customization which one to show);
- changed logic of lemma-synset: building the semantic relations not between the lemma-synset unit, i.e. individual language-version Cs, but among synset-synset, i.e. linguistically neutrally, as treebanks do (hardest one, probably only possible through export/import?);
- introducing connectors to different treebank's IDs.
Sorry about a stressful post :-) I wanted to list somewhere some of the dangers more specifically. | 1.0 | Prepare the data model for extensions without the db breaking down - There are some extensions which are possible, some even quite probable - we might decide for them and we need that in all cases where it is an extension of the dictionaries or change to existing structures, it is done without affecting already collecting data. This is very important, as the small case of deleting Robert's prep for classes has shown.
These are the main possible or even expected extensions:
- **third-order property**, i.e. a prop of a 2nd-order prop (definitely DDB2 needs this, but we found examples where this is needed even in DDB1: e.g. in [Guillelma, vested heretic since two years before S1, did something](https://dissinet.cz/apps/inkvisitor-sandbox/#territory=4bc64aef-349c-4d97-b0e2-4b4eea315d3f&statement=5d5596c1-da56-446e-8d5a-2375c1c6ec21&actant=6b7aab87-e41f-48a6-8003-2ece65308731));
- **new entity type** (e.g. Animal because the way they act, i.e. the verbs they shoult fit in, is often more similar to P and G than to Object);
- introduction of **elvl4, elvl5**;
- new inside-entity attributes;
- passing to the **lemma** instead of perfect tense in A types while keeping the perfect tense => more label variants + user customization which one to show);
- changed logic of lemma-synset: building the semantic relations not between the lemma-synset unit, i.e. individual language-version Cs, but among synset-synset, i.e. linguistically neutrally, as treebanks do (hardest one, probably only possible through export/import?);
- introducing connectors to different treebank's IDs.
Sorry about a stressful post :-) I wanted to list somewhere some of the dangers more specifically. | non_build | prepare the data model for extensions without the db breaking down there are some extensions which are possible some even quite probable we might decide for them and we need that in all cases where it is an extension of the dictionaries or change to existing structures it is done without affecting already collecting data this is very important as the small case of deleting robert s prep for classes has shown these are the main possible or even expected extensions third order property i e a prop of a order prop definitely needs this but we found examples where this is needed even in e g in new entity type e g animal because the way they act i e the verbs they shoult fit in is often more similar to p and g than to object introduction of new inside entity attributes passing to the lemma instead of perfect tense in a types while keeping the perfect tense more label variants user customization which one to show changed logic of lemma synset building the semantic relations not between the lemma synset unit i e individual language version cs but among synset synset i e linguistically neutrally as treebanks do hardest one probably only possible through export import introducing connectors to different treebank s ids sorry about a stressful post i wanted to list somewhere some of the dangers more specifically | 0 |
68,295 | 17,211,509,703 | IssuesEvent | 2021-07-19 05:34:45 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | opened | Add Names for Jobs in Pull Request Workflow | Type/Task area/build | **Description:**
In the pull request workflow in the Standard Library module repositories, some of the repos do not have defined a name for the build jobs. This introduces inconsistency and hence a blocker for adding required checks for PR merging.
Let's add names, if they are missing, and check the relevant boxes here.
- [ ] io
- [ ] java.arrays
- [ ] random
- [ ] regex
- [ ] time
- [ ] url
- [ ] xmldata
- [ ] crypto
- [ ] log
- [ ] os
- [ ] task
- [ ] xslt
- [ ] cache
- [ ] file
- [ ] ftp
- [ ] mime
- [ ] nats
- [ ] stan
- [ ] tcp
- [ ] udp
- [ ] uuid
- [ ] auth
- [ ] email
- [ ] jwt
- [ ] oauth2
- [ ] http
- [ ] graphql
- [ ] grpc
- [ ] websocket
- [ ] websub
- [ ] websubhub
- [ ] kafka
- [ ] rabbitmq
- [ ] sql
- [ ] java.jdbc
- [ ] mysql
- [ ] postgresql
- [ ] mssql | 1.0 | Add Names for Jobs in Pull Request Workflow - **Description:**
In the pull request workflow in the Standard Library module repositories, some of the repos do not have defined a name for the build jobs. This introduces inconsistency and hence a blocker for adding required checks for PR merging.
Let's add names, if they are missing, and check the relevant boxes here.
- [ ] io
- [ ] java.arrays
- [ ] random
- [ ] regex
- [ ] time
- [ ] url
- [ ] xmldata
- [ ] crypto
- [ ] log
- [ ] os
- [ ] task
- [ ] xslt
- [ ] cache
- [ ] file
- [ ] ftp
- [ ] mime
- [ ] nats
- [ ] stan
- [ ] tcp
- [ ] udp
- [ ] uuid
- [ ] auth
- [ ] email
- [ ] jwt
- [ ] oauth2
- [ ] http
- [ ] graphql
- [ ] grpc
- [ ] websocket
- [ ] websub
- [ ] websubhub
- [ ] kafka
- [ ] rabbitmq
- [ ] sql
- [ ] java.jdbc
- [ ] mysql
- [ ] postgresql
- [ ] mssql | build | add names for jobs in pull request workflow description in the pull request workflow in the standard library module repositories some of the repos do not have defined a name for the build jobs this introduces inconsistency and hence a blocker for adding required checks for pr merging let s add names if they are missing and check the relevant boxes here io java arrays random regex time url xmldata crypto log os task xslt cache file ftp mime nats stan tcp udp uuid auth email jwt http graphql grpc websocket websub websubhub kafka rabbitmq sql java jdbc mysql postgresql mssql | 1 |
59,569 | 14,615,274,677 | IssuesEvent | 2020-12-22 11:16:01 | OpenCTI-Platform/opencti | https://api.github.com/repos/OpenCTI-Platform/opencti | closed | VM Template Not Available | build solved | The [documentation](https://www.notion.so/Virtual-machine-template-1789b4442b414dbf87f748db51c85aa5) describes the VM template, but the provided link leads to a blank google drive page:

| 1.0 | VM Template Not Available - The [documentation](https://www.notion.so/Virtual-machine-template-1789b4442b414dbf87f748db51c85aa5) describes the VM template, but the provided link leads to a blank google drive page:

| build | vm template not available the describes the vm template but the provided link leads to a blank google drive page | 1 |
79,634 | 22,841,741,978 | IssuesEvent | 2022-07-12 22:56:16 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | TF fails to build on CPU when compiled with "-march=skylake-avx512" flag | stat:awaiting tensorflower type:build/install TF 2.9 | <details><summary>Click to expand!</summary>
### Issue Type
Build/Install
### Source
source
### Tensorflow Version
tf 2.9
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.9.12
### Bazel version
5.1.1
### GCC/Compiler version
9.3.0
### CUDA/cuDNN version
_No response_
### GPU model and memory
_No response_
### Current Behaviour?
```shell
Starting from 74059203de9c21ca26b27ea7609d49b3c87f2c19 commit, TF fails to build when compiled with `--copt=-march=skylake=avx512` flag on Cascade Lake (CLX) CPU systems or higher. The compilation succeeds when this flag is not passed.
```
### Standalone code to reproduce the issue
```shell
Command-line to trigger the build failure (on 74059203de9c21ca26b27ea7609d49b3c87f2c19 or newer commit):
bazel build --copt="-O3" --copt=-march=skylake-avx512 -c opt //tensorflow/tools/pip_package:build_pip_package
```
### Relevant log output
```shell
external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:250:5: error: ambiguous template instantiation for 'struct EigenForTFLite::internal::gemm_pack_rhs<float, long int, EigenForTFLite::internal::TensorContractionSubMapper<float, long int, 0, EigenForTFLite::TensorEvaluator<const EigenForTFLite::TensorReshapingOp<const EigenForTFLite::DSizes<long int, 2>, const EigenForTFLite::TensorImagePatchOp<-1, -1, const EigenForTFLite::TensorMap<EigenForTFLite::Tensor<const float, 4, 1, long int>, 16> > >, EigenForTFLite::ThreadPoolDevice>, std::array<long int, 1>, std::array<long int, 1>, 16, true, false, 0, EigenForTFLite::MakePointer>, 8, 0, false, false>'
250 | RhsPacker()(*rhsBlock, data_mapper, depth, cols);
| ^~~~~~~~~~~
```
</details> | 1.0 | TF fails to build on CPU when compiled with "-march=skylake-avx512" flag - <details><summary>Click to expand!</summary>
### Issue Type
Build/Install
### Source
source
### Tensorflow Version
tf 2.9
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No response_
### Python version
3.9.12
### Bazel version
5.1.1
### GCC/Compiler version
9.3.0
### CUDA/cuDNN version
_No response_
### GPU model and memory
_No response_
### Current Behaviour?
```shell
Starting from 74059203de9c21ca26b27ea7609d49b3c87f2c19 commit, TF fails to build when compiled with `--copt=-march=skylake=avx512` flag on Cascade Lake (CLX) CPU systems or higher. The compilation succeeds when this flag is not passed.
```
### Standalone code to reproduce the issue
```shell
Command-line to trigger the build failure (on 74059203de9c21ca26b27ea7609d49b3c87f2c19 or newer commit):
bazel build --copt="-O3" --copt=-march=skylake-avx512 -c opt //tensorflow/tools/pip_package:build_pip_package
```
### Relevant log output
```shell
external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h:250:5: error: ambiguous template instantiation for 'struct EigenForTFLite::internal::gemm_pack_rhs<float, long int, EigenForTFLite::internal::TensorContractionSubMapper<float, long int, 0, EigenForTFLite::TensorEvaluator<const EigenForTFLite::TensorReshapingOp<const EigenForTFLite::DSizes<long int, 2>, const EigenForTFLite::TensorImagePatchOp<-1, -1, const EigenForTFLite::TensorMap<EigenForTFLite::Tensor<const float, 4, 1, long int>, 16> > >, EigenForTFLite::ThreadPoolDevice>, std::array<long int, 1>, std::array<long int, 1>, 16, true, false, 0, EigenForTFLite::MakePointer>, 8, 0, false, false>'
250 | RhsPacker()(*rhsBlock, data_mapper, depth, cols);
| ^~~~~~~~~~~
```
</details> | build | tf fails to build on cpu when compiled with march skylake flag click to expand issue type build install source source tensorflow version tf custom code no os platform and distribution linux ubuntu mobile device no response python version bazel version gcc compiler version cuda cudnn version no response gpu model and memory no response current behaviour shell starting from commit tf fails to build when compiled with copt march skylake flag on cascade lake clx cpu systems or higher the compilation succeeds when this flag is not passed standalone code to reproduce the issue shell command line to trigger the build failure on or newer commit bazel build copt copt march skylake c opt tensorflow tools pip package build pip package relevant log output shell external eigen archive unsupported eigen src tensor tensorcontraction h error ambiguous template instantiation for struct eigenfortflite internal gemm pack rhs const eigenfortflite tensorimagepatchop eigenfortflite threadpooldevice std array std array true false eigenfortflite makepointer false false rhspacker rhsblock data mapper depth cols | 1 |
33,696 | 27,723,083,197 | IssuesEvent | 2023-03-14 22:33:14 | deckhouse/deckhouse | https://api.github.com/repos/deckhouse/deckhouse | opened | [node-group] Cleanup node script | type/enhancement area/cluster-and-infrastructure status/needs-triage area/ui | ### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success.
### Use case. Why is this important?
There is an [instruction in the doc](https://deckhouse.io/documentation/v1/modules/040-node-manager/faq.html#how-to-clean-up-a-node-for-adding-to-the-cluster) about how to clean up a node.
1. There are no guarantees that this instruction works.
2. It requires an engineer to find the doc, read it and copy all the commands.
### Proposed Solution
Automate the process of getting and executing the script. As the first step, it is possible to just render it with other scripts like adopt.sh and bootstrap.sh and simply render it in UI.
### Additional Information
This is a follow-up for https://github.com/deckhouse/deckhouse/issues/4101
Users need a way to clean a node somehow integrated with UI | 1.0 | [node-group] Cleanup node script - ### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success.
### Use case. Why is this important?
There is an [instruction in the doc](https://deckhouse.io/documentation/v1/modules/040-node-manager/faq.html#how-to-clean-up-a-node-for-adding-to-the-cluster) about how to clean up a node.
1. There are no guarantees that this instruction works.
2. It requires an engineer to find the doc, read it and copy all the commands.
### Proposed Solution
Automate the process of getting and executing the script. As the first step, it is possible to just render it with other scripts like adopt.sh and bootstrap.sh and simply render it in UI.
### Additional Information
This is a follow-up for https://github.com/deckhouse/deckhouse/issues/4101
Users need a way to clean a node somehow integrated with UI | non_build | cleanup node script preflight checklist i agree to follow the that this project adheres to i have searched the for an issue that matches the one i want to file without success use case why is this important there is an about how to clean up a node there are no guarantees that this instruction works it requires an engineer to find the doc read it and copy all the commands proposed solution automate the process of getting and executing the script as the first step it is possible to just render it with other scripts like adopt sh and bootstrap sh and simply render it in ui additional information this is a follow up for users need a way to clean a node somehow integrated with ui | 0 |
35,440 | 9,599,177,797 | IssuesEvent | 2019-05-10 05:22:50 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] Packgaing tests failing while building rhel-8 box | :Core/Infra/Build :Core/Infra/Packaging >test-failure | I see failed packaging tests job:-
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.0+packaging-tests/372/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+packaging-tests/346/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+packaging-tests/345/console
```
15:04:14 rhel-8: Red Hat Enterprise Linux 8 for x86_64 - BaseOS 171 B/s | 512 B 00:02
15:04:14 rhel-8: No match for argument: rsync
15:04:14 rhel-8: Error: Unable to find a match
15:04:14
15:04:14 Standard error:
15:04:14 The SSH command responded with a non-zero exit status. Vagrant
15:04:14 assumes that this means the command failed. The output for this command
15:04:14 should be in the log above. Please read the output to determine what
15:04:14 went wrong.
15:04:14
15:04:14
15:04:14 > Task :qa:vagrant:vagrantRhel8#up FAILED
```
| 1.0 | [CI] Packgaing tests failing while building rhel-8 box - I see failed packaging tests job:-
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.0+packaging-tests/372/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+packaging-tests/346/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+packaging-tests/345/console
```
15:04:14 rhel-8: Red Hat Enterprise Linux 8 for x86_64 - BaseOS 171 B/s | 512 B 00:02
15:04:14 rhel-8: No match for argument: rsync
15:04:14 rhel-8: Error: Unable to find a match
15:04:14
15:04:14 Standard error:
15:04:14 The SSH command responded with a non-zero exit status. Vagrant
15:04:14 assumes that this means the command failed. The output for this command
15:04:14 should be in the log above. Please read the output to determine what
15:04:14 went wrong.
15:04:14
15:04:14
15:04:14 > Task :qa:vagrant:vagrantRhel8#up FAILED
```
| build | packgaing tests failing while building rhel box i see failed packaging tests job rhel red hat enterprise linux for baseos b s b rhel no match for argument rsync rhel error unable to find a match standard error the ssh command responded with a non zero exit status vagrant assumes that this means the command failed the output for this command should be in the log above please read the output to determine what went wrong task qa vagrant up failed | 1 |
67,282 | 16,859,185,653 | IssuesEvent | 2021-06-21 10:46:46 | Scirra/Construct-3-bugs | https://api.github.com/repos/Scirra/Construct-3-bugs | closed | Whitelist Plugin (routine) | Build Service | The older version stops working in many Devices with iOS >= 14, and several more bugs.
`cordova-plugin-sign-in-with-apple@0.1.2`
Thankyou so much. | 1.0 | Whitelist Plugin (routine) - The older version stops working in many Devices with iOS >= 14, and several more bugs.
`cordova-plugin-sign-in-with-apple@0.1.2`
Thankyou so much. | build | whitelist plugin routine the older version stops working in many devices with ios and several more bugs cordova plugin sign in with apple thankyou so much | 1 |
17,399 | 6,422,853,107 | IssuesEvent | 2017-08-09 09:30:36 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | closed | Linux 32bit Version Cross-Compile Error, file not found. | Build system | I tried under Ubuntu 14.04 LTS + Ubuntu 16.04 LTS to compile the Linux 32 bit Wallet.
I did it this way:
> clone
cd depends
make HOST=i686-pc-linux-gnu
cd ..
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/i686-pc-linux-gnu/share/config.site ./configure --prefix=/$(pwd)/depends/i686-pc-linux-gnu
make
And received this Error while fetching boost (first cmd is running make HOST=i686-pc-linux-gnu ):
Errors:
` Fetching boost_1_64_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.64.0/source/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 76.7M 100 76.7M 0 0 1166k 0 0:01:07 0:01:07 --:--:-- 1174k
/root/Scripting/compiler/compile-processor-linux/depends/work/download/boost-1_64_0/boost_1_64_0.tar.bz2.temp: OK
Extracting boost...
/root/Scripting/compiler/compile-processor-linux/depends/sources/boost_1_64_0.tar.bz2: OK
Preprocessing boost...
Configuring boost...
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Unicode/ICU support for Boost.Regex?... disabled.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/build/doc/html/index.html
Building boost...
Performing configuration checks
- 32-bit : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- symlinks supported : yes
- lockfree boost::atomic_flag : no
Component configuration:
- atomic : not building
- chrono : building
- container : not building
- context : not building
- coroutine : not building
- coroutine2 : not building
- date_time : not building
- exception : not building
- fiber : not building
- filesystem : building
- graph : not building
- graph_parallel : not building
- iostreams : not building
- locale : not building
- log : not building
- math : not building
- metaparse : not building
- mpi : not building
- program_options : building
- python : not building
- random : not building
- regex : not building
- serialization : not building
- signals : not building
- system : building
- test : building
- thread : building
- timer : not building
- type_erasure : not building
- wave : not building
...patience...
...found 1541 targets...
...updating 124 targets...
common.mkdir stage
mkdir -p "stage"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release"
common.mkdir stage/lib
mkdir -p "stage/lib"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/chrono
mkdir -p "bin.v2/libs/chrono"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi"
common.mkdir bin.v2/libs/chrono/build
mkdir -p "bin.v2/libs/chrono/build"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from libs/system/src/error_code.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a(clean) for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>error_code.o...
...skipped <pstage/lib>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/chrono.hpp:12,
from ./boost/chrono/detail/inlined/chrono.hpp:13,
from libs/chrono/src/chrono.cpp:14:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/thread_clock.hpp:19,
from ./boost/chrono/detail/inlined/thread_clock.hpp:17,
from libs/chrono/src/thread_clock.cpp:18:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o...
common.mkdir bin.v2/libs/filesystem
mkdir -p "bin.v2/libs/filesystem"
common.mkdir bin.v2/libs/filesystem/build
mkdir -p "bin.v2/libs/filesystem/build"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from libs/filesystem/src/codecvt_error_category.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/process_cpu_clocks.hpp:20,
from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:19,
from libs/chrono/src/process_cpu_clocks.cpp:17:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o...
...skipped <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a(clean) for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>chrono.o...
...skipped <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>chrono.o...
...skipped <pstage/lib>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from ./boost/filesystem/operations.hpp:25,
from libs/filesystem/src/operations.cpp:44:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from libs/filesystem/src/path.cpp:26:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from libs/filesystem/src/path_traits.cpp:21:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from libs/filesystem/src/portability.cpp:21:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from ./boost/filesystem/operations.hpp:25,
from libs/filesystem/src/unique_path.cpp:20:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/locale:39,
from ./boost/detail/utf8_codecvt_facet.hpp:82,
from ./boost/detail/utf8_codecvt_facet.ipp:13,
from libs/filesystem/src/utf8_codecvt_facet.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o...
common.mkdir bin.v2/libs/program_options
mkdir -p "bin.v2/libs/program_options"
common.mkdir bin.v2/libs/program_options/build
mkdir -p "bin.v2/libs/program_options/build"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/windows_file_codecvt.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
...skipped <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pstage/lib>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/detail/config_file.hpp:11,
from libs/program_options/src/config_file.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/detail/cmdline.hpp:11,
from libs/program_options/src/cmdline.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/parsers.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/options_description.hpp:12,
from libs/program_options/src/options_description.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/variables_map.cpp:9:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/value_semantic.hpp:10,
from libs/program_options/src/value_semantic.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/locale:39,
from ./boost/detail/utf8_codecvt_facet.hpp:82,
from ./boost/detail/utf8_codecvt_facet.ipp:13,
from libs/program_options/src/utf8_codecvt_facet.cpp:15:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/positional_options.hpp:12,
from libs/program_options/src/positional_options.cpp:9:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/winmain.cpp:7:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/istream:38,
from /usr/include/c++/5/fstream:38,
from libs/program_options/src/convert.cpp:6:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o...
common.mkdir bin.v2/libs/timer
mkdir -p "bin.v2/libs/timer"
common.mkdir bin.v2/libs/timer/build
mkdir -p "bin.v2/libs/timer/build"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o" "libs/program_options/src/split.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/split.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o...
...skipped <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a(clean) for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>cmdline.o...
...skipped <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>cmdline.o...
...skipped <pstage/lib>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a...
gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o" "libs/timer/src/auto_timers_construction.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/timer/timer.hpp:16,
from libs/timer/src/auto_timers_construction.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o...
common.mkdir bin.v2/libs/test
mkdir -p "bin.v2/libs/test"
common.mkdir bin.v2/libs/test/build
mkdir -p "bin.v2/libs/test/build"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o" "libs/timer/src/cpu_timer.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/timer/timer.hpp:16,
from libs/timer/src/cpu_timer.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o...
...skipped <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a(clean) for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pstage/lib>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iterator:64,
from ./boost/test/detail/workaround.hpp:19,
from ./boost/test/impl/execution_monitor.ipp:26,
from libs/test/src/execution_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o" "libs/test/src/debug.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iterator:64,
from ./boost/test/detail/workaround.hpp:19,
from ./boost/test/impl/debug.ipp:20,
from libs/test/src/debug.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/execution_monitor.hpp:17,
from ./boost/test/impl/cpp_main.ipp:20,
from libs/test/src/cpp_main.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>execution_monitor.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>execution_monitor.o...
...skipped <pstage/lib>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/compiler_log_formatter.hpp:16,
from ./boost/test/impl/compiler_log_formatter.ipp:19,
from libs/test/src/compiler_log_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o" "libs/test/src/decorator.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/decorator.hpp:20,
from ./boost/test/impl/decorator.ipp:19,
from libs/test/src/decorator.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o" "libs/test/src/framework.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/framework.ipp:19,
from libs/test/src/framework.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/plain_report_formatter.hpp:19,
from ./boost/test/impl/plain_report_formatter.ipp:19,
from libs/test/src/plain_report_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/progress_monitor.hpp:16,
from ./boost/test/impl/progress_monitor.ipp:19,
from libs/test/src/progress_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/results_collector.ipp:19,
from libs/test/src/results_collector.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/results_reporter.hpp:19,
from ./boost/test/impl/results_reporter.ipp:19,
from libs/test/src/results_reporter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o" "libs/test/src/test_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/test_main.ipp:17,
from libs/test/src/test_main.cpp:13:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/test_tools.ipp:19,
from libs/test/src/test_tools.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o" "libs/test/src/test_tree.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/test_tree.ipp:19,
from libs/test/src/test_tree.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/unit_test_log.ipp:19,
from libs/test/src/unit_test_log.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/unit_test_main.ipp:19,
from libs/test/src/unit_test_main.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/execution_monitor.hpp:17,
from ./boost/test/unit_test_monitor.hpp:18,
from ./boost/test/impl/unit_test_monitor.ipp:20,
from libs/test/src/unit_test_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/unit_test_parameters.hpp:18,
from ./boost/test/impl/unit_test_parameters.ipp:22,
from libs/test/src/unit_test_parameters.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o" "libs/test/src/junit_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/junit_log_formatter.hpp:16,
from ./boost/test/impl/junit_log_formatter.ipp:16,
from libs/test/src/junit_log_formatter.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/xml_log_formatter.hpp:19,
from ./boost/test/impl/xml_log_formatter.ipp:19,
from libs/test/src/xml_log_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o...
common.mkdir bin.v2/libs/atomic
mkdir -p "bin.v2/libs/atomic"
common.mkdir bin.v2/libs/atomic/build
mkdir -p "bin.v2/libs/atomic/build"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/results_collector.hpp:19,
from ./boost/test/impl/xml_report_formatter.ipp:19,
from libs/test/src/xml_report_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a...
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread"
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/thread/exceptions.hpp:20,
from ./boost/thread/pthread/thread_data.hpp:10,
from ./boost/thread/thread_only.hpp:17,
from libs/thread/src/pthread/thread.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o...
gcc.compile.c++ bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_SOURCE -DBOOST_ATOMIC_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o" "libs/atomic/src/lockpool.cpp"
RmTemps bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a(clean)
rm -f "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" 2>/dev/null >/dev/null
gcc.archive bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a
"ar" rc "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o"
"ranlib" "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a"
common.copy stage/lib/libboost_atomic-mt.a
cp "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" "stage/lib/libboost_atomic-mt.a"
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o" "libs/thread/src/future.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/thread/futures/future_error_code.hpp:13,
from libs/thread/src/future.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/stdexcept:39,
from /usr/include/c++/5/array:38,
from /usr/include/c++/5/tuple:39,
from /usr/include/c++/5/functional:55,
from ./boost/thread/detail/invoke.hpp:38,
from ./boost/thread/pthread/once_atomic.hpp:17,
from ./boost/thread/once.hpp:20,
from libs/thread/src/pthread/./once_atomic.cpp:9,
from libs/thread/src/pthread/once.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o...
...skipped <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a(clean) for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>pthread/thread.o...
...skipped <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>pthread/thread.o...
...skipped <pstage/lib>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a...
...failed updating 47 targets...
...skipped 27 targets...
...updated 50 targets...
funcs.mk:242: die Regel für Ziel „/root/Scripting/compiler/compile-processor-linux/depends/work/build/i686-pc-linux-gnu/boost/1_64_0-79cfd0780dd/./.stamp_built“ scheiterte
make: *** [/root/Scripting/compiler/compile-processor-linux/depends/work/build/i686-pc-linux-gnu/boost/1_64_0-79cfd0780dd/./.stamp_built] Fehler 1 `
Did I missed something ? | 1.0 | Linux 32bit Version Cross-Compile Error, file not found. - I tried under Ubuntu 14.04 LTS + Ubuntu 16.04 LTS to compile the Linux 32 bit Wallet.
I did it this way:
> clone
cd depends
make HOST=i686-pc-linux-gnu
cd ..
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/i686-pc-linux-gnu/share/config.site ./configure --prefix=/$(pwd)/depends/i686-pc-linux-gnu
make
And received this Error while fetching boost (first cmd is running make HOST=i686-pc-linux-gnu ):
Errors:
` Fetching boost_1_64_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.64.0/source/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 76.7M 100 76.7M 0 0 1166k 0 0:01:07 0:01:07 --:--:-- 1174k
/root/Scripting/compiler/compile-processor-linux/depends/work/download/boost-1_64_0/boost_1_64_0.tar.bz2.temp: OK
Extracting boost...
/root/Scripting/compiler/compile-processor-linux/depends/sources/boost_1_64_0.tar.bz2: OK
Preprocessing boost...
Configuring boost...
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Unicode/ICU support for Boost.Regex?... disabled.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/build/doc/html/index.html
Building boost...
Performing configuration checks
- 32-bit : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- symlinks supported : yes
- lockfree boost::atomic_flag : no
Component configuration:
- atomic : not building
- chrono : building
- container : not building
- context : not building
- coroutine : not building
- coroutine2 : not building
- date_time : not building
- exception : not building
- fiber : not building
- filesystem : building
- graph : not building
- graph_parallel : not building
- iostreams : not building
- locale : not building
- log : not building
- math : not building
- metaparse : not building
- mpi : not building
- program_options : building
- python : not building
- random : not building
- regex : not building
- serialization : not building
- signals : not building
- system : building
- test : building
- thread : building
- timer : not building
- type_erasure : not building
- wave : not building
...patience...
...found 1541 targets...
...updating 124 targets...
common.mkdir stage
mkdir -p "stage"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release"
common.mkdir stage/lib
mkdir -p "stage/lib"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/chrono
mkdir -p "bin.v2/libs/chrono"
common.mkdir bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi"
common.mkdir bin.v2/libs/chrono/build
mkdir -p "bin.v2/libs/chrono/build"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from libs/system/src/error_code.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi/error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a(clean) for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>error_code.o...
...skipped <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>error_code.o...
...skipped <pstage/lib>libboost_system-mt.a for lack of <pbin.v2/libs/system/build/gcc-5.4.0/release/link-static/threading-multi>libboost_system-mt.a...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/chrono.hpp:12,
from ./boost/chrono/detail/inlined/chrono.hpp:13,
from libs/chrono/src/chrono.cpp:14:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/chrono.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/thread_clock.hpp:19,
from ./boost/chrono/detail/inlined/thread_clock.hpp:17,
from libs/chrono/src/thread_clock.cpp:18:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/thread_clock.o...
common.mkdir bin.v2/libs/filesystem
mkdir -p "bin.v2/libs/filesystem"
common.mkdir bin.v2/libs/filesystem/build
mkdir -p "bin.v2/libs/filesystem/build"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from libs/filesystem/src/codecvt_error_category.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/codecvt_error_category.o...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iostream:39,
from ./boost/chrono/time_point.hpp:34,
from ./boost/chrono/process_cpu_clocks.hpp:20,
from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:19,
from libs/chrono/src/process_cpu_clocks.cpp:17:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi/process_cpu_clocks.o...
...skipped <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a(clean) for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>chrono.o...
...skipped <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>chrono.o...
...skipped <pstage/lib>libboost_chrono-mt.a for lack of <pbin.v2/libs/chrono/build/gcc-5.4.0/release/link-static/threading-multi>libboost_chrono-mt.a...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from ./boost/filesystem/operations.hpp:25,
from libs/filesystem/src/operations.cpp:44:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/operations.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from libs/filesystem/src/path.cpp:26:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from libs/filesystem/src/path_traits.cpp:21:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/path_traits.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from libs/filesystem/src/portability.cpp:21:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/portability.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/filesystem/path_traits.hpp:23,
from ./boost/filesystem/path.hpp:25,
from ./boost/filesystem/operations.hpp:25,
from libs/filesystem/src/unique_path.cpp:20:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/unique_path.o...
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/locale:39,
from ./boost/detail/utf8_codecvt_facet.hpp:82,
from ./boost/detail/utf8_codecvt_facet.ipp:13,
from libs/filesystem/src/utf8_codecvt_facet.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o...
common.mkdir bin.v2/libs/program_options
mkdir -p "bin.v2/libs/program_options"
common.mkdir bin.v2/libs/program_options/build
mkdir -p "bin.v2/libs/program_options/build"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/windows_file_codecvt.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
...skipped <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>codecvt_error_category.o...
...skipped <pstage/lib>libboost_filesystem-mt.a for lack of <pbin.v2/libs/filesystem/build/gcc-5.4.0/release/link-static/threading-multi>libboost_filesystem-mt.a...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/detail/config_file.hpp:11,
from libs/program_options/src/config_file.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/config_file.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/detail/cmdline.hpp:11,
from libs/program_options/src/cmdline.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/cmdline.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/parsers.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/parsers.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/options_description.hpp:12,
from libs/program_options/src/options_description.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/options_description.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/variables_map.cpp:9:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/variables_map.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/errors.hpp:12,
from ./boost/program_options/value_semantic.hpp:10,
from libs/program_options/src/value_semantic.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/value_semantic.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/locale:39,
from ./boost/detail/utf8_codecvt_facet.hpp:82,
from ./boost/detail/utf8_codecvt_facet.ipp:13,
from libs/program_options/src/utf8_codecvt_facet.cpp:15:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/utf8_codecvt_facet.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/positional_options.hpp:12,
from libs/program_options/src/positional_options.cpp:9:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/positional_options.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/winmain.cpp:7:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/winmain.o...
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/istream:38,
from /usr/include/c++/5/fstream:38,
from libs/program_options/src/convert.cpp:6:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/convert.o...
common.mkdir bin.v2/libs/timer
mkdir -p "bin.v2/libs/timer"
common.mkdir bin.v2/libs/timer/build
mkdir -p "bin.v2/libs/timer/build"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o" "libs/program_options/src/split.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/program_options/option.hpp:11,
from ./boost/program_options/parsers.hpp:11,
from libs/program_options/src/split.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi/split.o...
...skipped <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a(clean) for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>cmdline.o...
...skipped <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>cmdline.o...
...skipped <pstage/lib>libboost_program_options-mt.a for lack of <pbin.v2/libs/program_options/build/gcc-5.4.0/release/link-static/threading-multi>libboost_program_options-mt.a...
gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o" "libs/timer/src/auto_timers_construction.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/timer/timer.hpp:16,
from libs/timer/src/auto_timers_construction.cpp:23:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/auto_timers_construction.o...
common.mkdir bin.v2/libs/test
mkdir -p "bin.v2/libs/test"
common.mkdir bin.v2/libs/test/build
mkdir -p "bin.v2/libs/test/build"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o" "libs/timer/src/cpu_timer.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/timer/timer.hpp:16,
from libs/timer/src/cpu_timer.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi/cpu_timer.o...
...skipped <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a(clean) for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>auto_timers_construction.o...
...skipped <pstage/lib>libboost_timer-mt.a for lack of <pbin.v2/libs/timer/build/gcc-5.4.0/release/link-static/threading-multi>libboost_timer-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iterator:64,
from ./boost/test/detail/workaround.hpp:19,
from ./boost/test/impl/execution_monitor.ipp:26,
from libs/test/src/execution_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/execution_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o" "libs/test/src/debug.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from /usr/include/c++/5/iterator:64,
from ./boost/test/detail/workaround.hpp:19,
from ./boost/test/impl/debug.ipp:20,
from libs/test/src/debug.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/debug.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/execution_monitor.hpp:17,
from ./boost/test/impl/cpp_main.ipp:20,
from libs/test/src/cpp_main.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/cpp_main.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>execution_monitor.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>execution_monitor.o...
...skipped <pstage/lib>libboost_prg_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_prg_exec_monitor-mt.a...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/compiler_log_formatter.hpp:16,
from ./boost/test/impl/compiler_log_formatter.ipp:19,
from libs/test/src/compiler_log_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/compiler_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o" "libs/test/src/decorator.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/decorator.hpp:20,
from ./boost/test/impl/decorator.ipp:19,
from libs/test/src/decorator.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/decorator.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o" "libs/test/src/framework.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/framework.ipp:19,
from libs/test/src/framework.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/framework.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/plain_report_formatter.hpp:19,
from ./boost/test/impl/plain_report_formatter.ipp:19,
from libs/test/src/plain_report_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/plain_report_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/progress_monitor.hpp:16,
from ./boost/test/impl/progress_monitor.ipp:19,
from libs/test/src/progress_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/progress_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/results_collector.ipp:19,
from libs/test/src/results_collector.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_collector.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/results_reporter.hpp:19,
from ./boost/test/impl/results_reporter.ipp:19,
from libs/test/src/results_reporter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/results_reporter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o" "libs/test/src/test_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/test_main.ipp:17,
from libs/test/src/test_main.cpp:13:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/test_tools.ipp:19,
from libs/test/src/test_tools.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tools.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o" "libs/test/src/test_tree.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/test_tree.ipp:19,
from libs/test/src/test_tree.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/test_tree.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/unit_test_log.hpp:18,
from ./boost/test/impl/unit_test_log.ipp:19,
from libs/test/src/unit_test_log.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_log.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/framework.hpp:17,
from ./boost/test/impl/unit_test_main.ipp:19,
from libs/test/src/unit_test_main.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_main.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/execution_monitor.hpp:17,
from ./boost/test/unit_test_monitor.hpp:18,
from ./boost/test/impl/unit_test_monitor.ipp:20,
from libs/test/src/unit_test_monitor.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_monitor.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/unit_test_parameters.hpp:18,
from ./boost/test/impl/unit_test_parameters.ipp:22,
from libs/test/src/unit_test_parameters.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/unit_test_parameters.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o" "libs/test/src/junit_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/junit_log_formatter.hpp:16,
from ./boost/test/impl/junit_log_formatter.ipp:16,
from libs/test/src/junit_log_formatter.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/junit_log_formatter.o...
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/output/xml_log_formatter.hpp:19,
from ./boost/test/impl/xml_log_formatter.ipp:19,
from libs/test/src/xml_log_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_log_formatter.o...
common.mkdir bin.v2/libs/atomic
mkdir -p "bin.v2/libs/atomic"
common.mkdir bin.v2/libs/atomic/build
mkdir -p "bin.v2/libs/atomic/build"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi"
gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/test/utils/basic_cstring/bcs_char_traits.hpp:25,
from ./boost/test/utils/basic_cstring/basic_cstring.hpp:21,
from ./boost/test/detail/global_typedef.hpp:15,
from ./boost/test/tree/observer.hpp:17,
from ./boost/test/results_collector.hpp:19,
from ./boost/test/impl/xml_report_formatter.ipp:19,
from libs/test/src/xml_report_formatter.cpp:16:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi/xml_report_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_test_exec_monitor-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_test_exec_monitor-mt.a...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a(clean) for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>compiler_log_formatter.o...
...skipped <pstage/lib>libboost_unit_test_framework-mt.a for lack of <pbin.v2/libs/test/build/gcc-5.4.0/release/link-static/threading-multi>libboost_unit_test_framework-mt.a...
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi"
common.mkdir bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread
mkdir -p "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread"
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from ./boost/thread/exceptions.hpp:20,
from ./boost/thread/pthread/thread_data.hpp:10,
from ./boost/thread/thread_only.hpp:17,
from libs/thread/src/pthread/thread.cpp:11:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/thread.o...
gcc.compile.c++ bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_SOURCE -DBOOST_ATOMIC_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o" "libs/atomic/src/lockpool.cpp"
RmTemps bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a(clean)
rm -f "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" 2>/dev/null >/dev/null
gcc.archive bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a
"ar" rc "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/lockpool.o"
"ranlib" "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a"
common.copy stage/lib/libboost_atomic-mt.a
cp "bin.v2/libs/atomic/build/gcc-5.4.0/release/link-static/threading-multi/libboost_atomic-mt.a" "stage/lib/libboost_atomic-mt.a"
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o" "libs/thread/src/future.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/bits/locale_classes.h:40,
from /usr/include/c++/5/bits/ios_base.h:41,
from /usr/include/c++/5/ios:42,
from /usr/include/c++/5/ostream:38,
from ./boost/system/error_code.hpp:19,
from ./boost/thread/futures/future_error_code.hpp:13,
from libs/thread/src/future.cpp:10:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/future.o...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o
"g++" "-m32" -ftemplate-depth-128 -std=c++11 -fvisibility=hidden -fPIC -I/root/Scripting/compiler/compile-processor-linux/depends/i686-pc-linux-gnu/include -O3 -finline-functions -Wno-inline -Wall -pedantic -march=i686 -pthread -m32 -Wextra -Wno-long-long -Wno-unused-parameter -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -DNDEBUG -I"." -c -o "bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
In file included from /usr/include/bits/errno.h:24:0,
from /usr/include/errno.h:35,
from /usr/include/c++/5/cerrno:41,
from /usr/include/c++/5/ext/string_conversions.h:44,
from /usr/include/c++/5/bits/basic_string.h:5249,
from /usr/include/c++/5/string:52,
from /usr/include/c++/5/stdexcept:39,
from /usr/include/c++/5/array:38,
from /usr/include/c++/5/tuple:39,
from /usr/include/c++/5/functional:55,
from ./boost/thread/detail/invoke.hpp:38,
from ./boost/thread/pthread/once_atomic.hpp:17,
from ./boost/thread/once.hpp:20,
from libs/thread/src/pthread/./once_atomic.cpp:9,
from libs/thread/src/pthread/once.cpp:8:
/usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: File or Directory not found
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi/pthread/once.o...
...skipped <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a(clean) for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>pthread/thread.o...
...skipped <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>pthread/thread.o...
...skipped <pstage/lib>libboost_thread-mt.a for lack of <pbin.v2/libs/thread/build/gcc-5.4.0/release/link-static/threading-multi>libboost_thread-mt.a...
...failed updating 47 targets...
...skipped 27 targets...
...updated 50 targets...
funcs.mk:242: die Regel für Ziel „/root/Scripting/compiler/compile-processor-linux/depends/work/build/i686-pc-linux-gnu/boost/1_64_0-79cfd0780dd/./.stamp_built“ scheiterte
make: *** [/root/Scripting/compiler/compile-processor-linux/depends/work/build/i686-pc-linux-gnu/boost/1_64_0-79cfd0780dd/./.stamp_built] Fehler 1 `
Did I missed something ? | build | linux version cross compile error file not found i tried under ubuntu lts ubuntu lts to compile the linux bit wallet i did it this way clone cd depends make host pc linux gnu cd autogen sh not required when building from tarball config site pwd depends pc linux gnu share config site configure prefix pwd depends pc linux gnu make and received this error while fetching boost first cmd is running make host pc linux gnu errors fetching boost tar from total received xferd average speed time time time current dload upload total spent left speed root scripting compiler compile processor linux depends work download boost boost tar temp ok extracting boost root scripting compiler compile processor linux depends sources boost tar ok preprocessing boost configuring boost building boost build engine with toolset gcc tools build src engine bin unicode icu support for boost regex disabled generating boost build configuration in project config jam bootstrapping is done to build run to adjust configuration edit project config jam further information command line help help getting started guide boost build documentation building boost performing configuration checks bit yes arm no no power no sparc no yes symlinks supported yes lockfree boost atomic flag no component configuration atomic not building chrono building container not building context not building coroutine not building not building date time not building exception not building fiber not building filesystem building graph not building graph parallel not building iostreams not building locale not building log not building math not building metaparse not building mpi not building program options building python not building random not building regex not building serialization not building signals not building system building test building thread building timer not building type erasure not building wave not building patience found targets updating targets common mkdir stage mkdir p stage common mkdir bin libs system build gcc release mkdir p bin libs system build gcc release common mkdir stage lib mkdir p stage lib common mkdir bin libs system build gcc release link static mkdir p bin libs system build gcc release link static common mkdir bin libs chrono mkdir p bin libs chrono common mkdir bin libs system build gcc release link static threading multi mkdir p bin libs system build gcc release link static threading multi common mkdir bin libs chrono build mkdir p bin libs chrono build common mkdir bin libs chrono build gcc mkdir p bin libs chrono build gcc common mkdir bin libs chrono build gcc release mkdir p bin libs chrono build gcc release common mkdir bin libs chrono build gcc release link static mkdir p bin libs chrono build gcc release link static common mkdir bin libs chrono build gcc release link static threading multi mkdir p bin libs chrono build gcc release link static threading multi gcc compile c bin libs system build gcc release link static threading multi error code o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread dboost all no lib dboost system static link dndebug i c o bin libs system build gcc release link static threading multi error code o libs system src error code cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from libs system src error code cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs system build gcc release link static threading multi error code o skipped libboost system mt a clean for lack of error code o skipped libboost system mt a for lack of error code o skipped libboost system mt a for lack of libboost system mt a gcc compile c bin libs chrono build gcc release link static threading multi chrono o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long dboost all no lib dboost all static link dboost system no deprecated dboost system static link dndebug i c o bin libs chrono build gcc release link static threading multi chrono o libs chrono src chrono cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from usr include c iostream from boost chrono time point hpp from boost chrono chrono hpp from boost chrono detail inlined chrono hpp from libs chrono src chrono cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs chrono build gcc release link static threading multi chrono o gcc compile c bin libs chrono build gcc release link static threading multi thread clock o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long dboost all no lib dboost all static link dboost system no deprecated dboost system static link dndebug i c o bin libs chrono build gcc release link static threading multi thread clock o libs chrono src thread clock cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from usr include c iostream from boost chrono time point hpp from boost chrono thread clock hpp from boost chrono detail inlined thread clock hpp from libs chrono src thread clock cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs chrono build gcc release link static threading multi thread clock o common mkdir bin libs filesystem mkdir p bin libs filesystem common mkdir bin libs filesystem build mkdir p bin libs filesystem build common mkdir bin libs filesystem build gcc mkdir p bin libs filesystem build gcc common mkdir bin libs filesystem build gcc release mkdir p bin libs filesystem build gcc release common mkdir bin libs filesystem build gcc release link static mkdir p bin libs filesystem build gcc release link static common mkdir bin libs filesystem build gcc release link static threading multi mkdir p bin libs filesystem build gcc release link static threading multi gcc compile c bin libs filesystem build gcc release link static threading multi codecvt error category o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi codecvt error category o libs filesystem src codecvt error category cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from libs filesystem src codecvt error category cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi codecvt error category o gcc compile c bin libs chrono build gcc release link static threading multi process cpu clocks o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long dboost all no lib dboost all static link dboost system no deprecated dboost system static link dndebug i c o bin libs chrono build gcc release link static threading multi process cpu clocks o libs chrono src process cpu clocks cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from usr include c iostream from boost chrono time point hpp from boost chrono process cpu clocks hpp from boost chrono detail inlined process cpu clocks hpp from libs chrono src process cpu clocks cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs chrono build gcc release link static threading multi process cpu clocks o skipped libboost chrono mt a clean for lack of chrono o skipped libboost chrono mt a for lack of chrono o skipped libboost chrono mt a for lack of libboost chrono mt a gcc compile c bin libs filesystem build gcc release link static threading multi operations o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi operations o libs filesystem src operations cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from boost filesystem path hpp from boost filesystem operations hpp from libs filesystem src operations cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi operations o gcc compile c bin libs filesystem build gcc release link static threading multi path o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi path o libs filesystem src path cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from boost filesystem path hpp from libs filesystem src path cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi path o gcc compile c bin libs filesystem build gcc release link static threading multi path traits o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi path traits o libs filesystem src path traits cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from libs filesystem src path traits cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi path traits o gcc compile c bin libs filesystem build gcc release link static threading multi portability o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi portability o libs filesystem src portability cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from boost filesystem path hpp from libs filesystem src portability cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi portability o gcc compile c bin libs filesystem build gcc release link static threading multi unique path o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi unique path o libs filesystem src unique path cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost filesystem path traits hpp from boost filesystem path hpp from boost filesystem operations hpp from libs filesystem src unique path cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi unique path o gcc compile c bin libs filesystem build gcc release link static threading multi codecvt facet o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi codecvt facet o libs filesystem src codecvt facet cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c locale from boost detail codecvt facet hpp from boost detail codecvt facet ipp from libs filesystem src codecvt facet cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs filesystem build gcc release link static threading multi codecvt facet o common mkdir bin libs program options mkdir p bin libs program options common mkdir bin libs program options build mkdir p bin libs program options build common mkdir bin libs program options build gcc mkdir p bin libs program options build gcc common mkdir bin libs program options build gcc release mkdir p bin libs program options build gcc release common mkdir bin libs program options build gcc release link static mkdir p bin libs program options build gcc release link static common mkdir bin libs program options build gcc release link static threading multi mkdir p bin libs program options build gcc release link static threading multi gcc compile c bin libs filesystem build gcc release link static threading multi windows file codecvt o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dboost filesystem static link dboost system static link dndebug i c o bin libs filesystem build gcc release link static threading multi windows file codecvt o libs filesystem src windows file codecvt cpp skipped libboost filesystem mt a clean for lack of codecvt error category o skipped libboost filesystem mt a for lack of codecvt error category o skipped libboost filesystem mt a for lack of libboost filesystem mt a gcc compile c bin libs program options build gcc release link static threading multi config file o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi config file o libs program options src config file cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options detail config file hpp from libs program options src config file cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi config file o gcc compile c bin libs program options build gcc release link static threading multi cmdline o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi cmdline o libs program options src cmdline cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options errors hpp from boost program options detail cmdline hpp from libs program options src cmdline cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi cmdline o gcc compile c bin libs program options build gcc release link static threading multi parsers o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi parsers o libs program options src parsers cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options option hpp from boost program options parsers hpp from libs program options src parsers cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi parsers o gcc compile c bin libs program options build gcc release link static threading multi options description o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi options description o libs program options src options description cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options errors hpp from boost program options options description hpp from libs program options src options description cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi options description o gcc compile c bin libs program options build gcc release link static threading multi variables map o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi variables map o libs program options src variables map cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options option hpp from boost program options parsers hpp from libs program options src variables map cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi variables map o gcc compile c bin libs program options build gcc release link static threading multi value semantic o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi value semantic o libs program options src value semantic cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options errors hpp from boost program options value semantic hpp from libs program options src value semantic cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi value semantic o gcc compile c bin libs program options build gcc release link static threading multi codecvt facet o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi codecvt facet o libs program options src codecvt facet cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c locale from boost detail codecvt facet hpp from boost detail codecvt facet ipp from libs program options src codecvt facet cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi codecvt facet o gcc compile c bin libs program options build gcc release link static threading multi positional options o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi positional options o libs program options src positional options cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options positional options hpp from libs program options src positional options cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi positional options o gcc compile c bin libs program options build gcc release link static threading multi winmain o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi winmain o libs program options src winmain cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options option hpp from boost program options parsers hpp from libs program options src winmain cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi winmain o gcc compile c bin libs program options build gcc release link static threading multi convert o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi convert o libs program options src convert cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c istream from usr include c fstream from libs program options src convert cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi convert o common mkdir bin libs timer mkdir p bin libs timer common mkdir bin libs timer build mkdir p bin libs timer build common mkdir bin libs timer build gcc mkdir p bin libs timer build gcc common mkdir bin libs timer build gcc release mkdir p bin libs timer build gcc release common mkdir bin libs timer build gcc release link static mkdir p bin libs timer build gcc release link static common mkdir bin libs timer build gcc release link static threading multi mkdir p bin libs timer build gcc release link static threading multi gcc compile c bin libs program options build gcc release link static threading multi split o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall march pthread dboost all no lib dndebug i c o bin libs program options build gcc release link static threading multi split o libs program options src split cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost program options option hpp from boost program options parsers hpp from libs program options src split cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs program options build gcc release link static threading multi split o skipped libboost program options mt a clean for lack of cmdline o skipped libboost program options mt a for lack of cmdline o skipped libboost program options mt a for lack of libboost program options mt a gcc compile c bin libs timer build gcc release link static threading multi auto timers construction o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs timer build gcc release link static threading multi auto timers construction o libs timer src auto timers construction cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost timer timer hpp from libs timer src auto timers construction cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs timer build gcc release link static threading multi auto timers construction o common mkdir bin libs test mkdir p bin libs test common mkdir bin libs test build mkdir p bin libs test build common mkdir bin libs test build gcc mkdir p bin libs test build gcc common mkdir bin libs test build gcc release mkdir p bin libs test build gcc release common mkdir bin libs test build gcc release link static mkdir p bin libs test build gcc release link static common mkdir bin libs test build gcc release link static threading multi mkdir p bin libs test build gcc release link static threading multi gcc compile c bin libs timer build gcc release link static threading multi cpu timer o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs timer build gcc release link static threading multi cpu timer o libs timer src cpu timer cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost timer timer hpp from libs timer src cpu timer cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs timer build gcc release link static threading multi cpu timer o skipped libboost timer mt a clean for lack of auto timers construction o skipped libboost timer mt a for lack of auto timers construction o skipped libboost timer mt a for lack of libboost timer mt a gcc compile c bin libs test build gcc release link static threading multi execution monitor o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi execution monitor o libs test src execution monitor cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from usr include c iterator from boost test detail workaround hpp from boost test impl execution monitor ipp from libs test src execution monitor cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi execution monitor o gcc compile c bin libs test build gcc release link static threading multi debug o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi debug o libs test src debug cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from usr include c iterator from boost test detail workaround hpp from boost test impl debug ipp from libs test src debug cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi debug o gcc compile c bin libs test build gcc release link static threading multi cpp main o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi cpp main o libs test src cpp main cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test execution monitor hpp from boost test impl cpp main ipp from libs test src cpp main cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi cpp main o skipped libboost prg exec monitor mt a clean for lack of execution monitor o skipped libboost prg exec monitor mt a for lack of execution monitor o skipped libboost prg exec monitor mt a for lack of libboost prg exec monitor mt a gcc compile c bin libs test build gcc release link static threading multi compiler log formatter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi compiler log formatter o libs test src compiler log formatter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test output compiler log formatter hpp from boost test impl compiler log formatter ipp from libs test src compiler log formatter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi compiler log formatter o gcc compile c bin libs test build gcc release link static threading multi decorator o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi decorator o libs test src decorator cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree decorator hpp from boost test impl decorator ipp from libs test src decorator cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi decorator o gcc compile c bin libs test build gcc release link static threading multi framework o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi framework o libs test src framework cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test framework hpp from boost test impl framework ipp from libs test src framework cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi framework o gcc compile c bin libs test build gcc release link static threading multi plain report formatter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi plain report formatter o libs test src plain report formatter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test output plain report formatter hpp from boost test impl plain report formatter ipp from libs test src plain report formatter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi plain report formatter o gcc compile c bin libs test build gcc release link static threading multi progress monitor o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi progress monitor o libs test src progress monitor cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree observer hpp from boost test progress monitor hpp from boost test impl progress monitor ipp from libs test src progress monitor cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi progress monitor o gcc compile c bin libs test build gcc release link static threading multi results collector o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi results collector o libs test src results collector cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree observer hpp from boost test unit test log hpp from boost test impl results collector ipp from libs test src results collector cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi results collector o gcc compile c bin libs test build gcc release link static threading multi results reporter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi results reporter o libs test src results reporter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test results reporter hpp from boost test impl results reporter ipp from libs test src results reporter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi results reporter o gcc compile c bin libs test build gcc release link static threading multi test main o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi test main o libs test src test main cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test framework hpp from boost test impl test main ipp from libs test src test main cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi test main o gcc compile c bin libs test build gcc release link static threading multi test tools o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi test tools o libs test src test tools cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree observer hpp from boost test unit test log hpp from boost test impl test tools ipp from libs test src test tools cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi test tools o gcc compile c bin libs test build gcc release link static threading multi test tree o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi test tree o libs test src test tree cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test framework hpp from boost test impl test tree ipp from libs test src test tree cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi test tree o gcc compile c bin libs test build gcc release link static threading multi unit test log o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi unit test log o libs test src unit test log cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree observer hpp from boost test unit test log hpp from boost test impl unit test log ipp from libs test src unit test log cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi unit test log o gcc compile c bin libs test build gcc release link static threading multi unit test main o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi unit test main o libs test src unit test main cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test framework hpp from boost test impl unit test main ipp from libs test src unit test main cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi unit test main o gcc compile c bin libs test build gcc release link static threading multi unit test monitor o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi unit test monitor o libs test src unit test monitor cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test execution monitor hpp from boost test unit test monitor hpp from boost test impl unit test monitor ipp from libs test src unit test monitor cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi unit test monitor o gcc compile c bin libs test build gcc release link static threading multi unit test parameters o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi unit test parameters o libs test src unit test parameters cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test unit test parameters hpp from boost test impl unit test parameters ipp from libs test src unit test parameters cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi unit test parameters o gcc compile c bin libs test build gcc release link static threading multi junit log formatter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi junit log formatter o libs test src junit log formatter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test output junit log formatter hpp from boost test impl junit log formatter ipp from libs test src junit log formatter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi junit log formatter o gcc compile c bin libs test build gcc release link static threading multi xml log formatter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi xml log formatter o libs test src xml log formatter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test output xml log formatter hpp from boost test impl xml log formatter ipp from libs test src xml log formatter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi xml log formatter o common mkdir bin libs atomic mkdir p bin libs atomic common mkdir bin libs atomic build mkdir p bin libs atomic build common mkdir bin libs atomic build gcc mkdir p bin libs atomic build gcc common mkdir bin libs atomic build gcc release mkdir p bin libs atomic build gcc release common mkdir bin libs atomic build gcc release link static mkdir p bin libs atomic build gcc release link static common mkdir bin libs atomic build gcc release link static threading multi mkdir p bin libs atomic build gcc release link static threading multi gcc compile c bin libs test build gcc release link static threading multi xml report formatter o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wno variadic macros dboost all no lib dboost chrono static link dboost system no deprecated dboost system static link dboost timer static link dndebug i c o bin libs test build gcc release link static threading multi xml report formatter o libs test src xml report formatter cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost test utils basic cstring bcs char traits hpp from boost test utils basic cstring basic cstring hpp from boost test detail global typedef hpp from boost test tree observer hpp from boost test results collector hpp from boost test impl xml report formatter ipp from libs test src xml report formatter cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs test build gcc release link static threading multi xml report formatter o skipped libboost test exec monitor mt a clean for lack of compiler log formatter o skipped libboost test exec monitor mt a for lack of compiler log formatter o skipped libboost test exec monitor mt a for lack of libboost test exec monitor mt a skipped libboost unit test framework mt a clean for lack of compiler log formatter o skipped libboost unit test framework mt a for lack of compiler log formatter o skipped libboost unit test framework mt a for lack of libboost unit test framework mt a common mkdir bin libs thread build gcc release mkdir p bin libs thread build gcc release common mkdir bin libs thread build gcc release link static mkdir p bin libs thread build gcc release link static common mkdir bin libs thread build gcc release link static threading multi mkdir p bin libs thread build gcc release link static threading multi common mkdir bin libs thread build gcc release link static threading multi pthread mkdir p bin libs thread build gcc release link static threading multi pthread gcc compile c bin libs thread build gcc release link static threading multi pthread thread o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long wno unused parameter wunused function pedantic dboost all no lib dboost atomic static link dboost system static link dboost thread build lib dboost thread dont use chrono dboost thread posix dndebug i c o bin libs thread build gcc release link static threading multi pthread thread o libs thread src pthread thread cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from boost thread exceptions hpp from boost thread pthread thread data hpp from boost thread thread only hpp from libs thread src pthread thread cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs thread build gcc release link static threading multi pthread thread o gcc compile c bin libs atomic build gcc release link static threading multi lockpool o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread dboost all no lib dboost atomic source dboost atomic static link dndebug i c o bin libs atomic build gcc release link static threading multi lockpool o libs atomic src lockpool cpp rmtemps bin libs atomic build gcc release link static threading multi libboost atomic mt a clean rm f bin libs atomic build gcc release link static threading multi libboost atomic mt a dev null dev null gcc archive bin libs atomic build gcc release link static threading multi libboost atomic mt a ar rc bin libs atomic build gcc release link static threading multi libboost atomic mt a bin libs atomic build gcc release link static threading multi lockpool o ranlib bin libs atomic build gcc release link static threading multi libboost atomic mt a common copy stage lib libboost atomic mt a cp bin libs atomic build gcc release link static threading multi libboost atomic mt a stage lib libboost atomic mt a gcc compile c bin libs thread build gcc release link static threading multi future o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long wno unused parameter wunused function pedantic dboost all no lib dboost atomic static link dboost system static link dboost thread build lib dboost thread dont use chrono dboost thread posix dndebug i c o bin libs thread build gcc release link static threading multi future o libs thread src future cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c bits locale classes h from usr include c bits ios base h from usr include c ios from usr include c ostream from boost system error code hpp from boost thread futures future error code hpp from libs thread src future cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs thread build gcc release link static threading multi future o gcc compile c bin libs thread build gcc release link static threading multi pthread once o g ftemplate depth std c fvisibility hidden fpic i root scripting compiler compile processor linux depends pc linux gnu include finline functions wno inline wall pedantic march pthread wextra wno long long wno unused parameter wunused function pedantic dboost all no lib dboost atomic static link dboost system static link dboost thread build lib dboost thread dont use chrono dboost thread posix dndebug i c o bin libs thread build gcc release link static threading multi pthread once o libs thread src pthread once cpp in file included from usr include bits errno h from usr include errno h from usr include c cerrno from usr include c ext string conversions h from usr include c bits basic string h from usr include c string from usr include c stdexcept from usr include c array from usr include c tuple from usr include c functional from boost thread detail invoke hpp from boost thread pthread once atomic hpp from boost thread once hpp from libs thread src pthread once atomic cpp from libs thread src pthread once cpp usr include linux errno h fatal error asm errno h file or directory not found compilation terminated failed gcc compile c bin libs thread build gcc release link static threading multi pthread once o skipped libboost thread mt a clean for lack of pthread thread o skipped libboost thread mt a for lack of pthread thread o skipped libboost thread mt a for lack of libboost thread mt a failed updating targets skipped targets updated targets funcs mk die regel für ziel „ root scripting compiler compile processor linux depends work build pc linux gnu boost stamp built“ scheiterte make fehler did i missed something | 1 |
101,532 | 31,226,349,641 | IssuesEvent | 2023-08-19 05:27:13 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | opened | Build failure: PACKAGENAME | 0.kind: build failure | ### Steps To Reproduce
Steps to reproduce the behavior:
1. build `python311Packages.pysideTools` or `python311Packages.pysideShiboken`
### Build log
https://gist.github.com/GetPsyched/867ff381a5fb2ff43ecd5dadcb961329
### Additional context
`pysideTools` breaks at build time (when put in `buildInputs`)
### Notify maintainers
@chaoflow (removed from maintainers)
### Metadata
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.42, NixOS, 23.11 (Tapir), 23.11.20230802.66aedfd`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.15.1`
- nixpkgs: `/nix/store/vr3d056k1n1r8fmm9qkz3d1r4cj03bza-source`
```
| 1.0 | Build failure: PACKAGENAME - ### Steps To Reproduce
Steps to reproduce the behavior:
1. build `python311Packages.pysideTools` or `python311Packages.pysideShiboken`
### Build log
https://gist.github.com/GetPsyched/867ff381a5fb2ff43ecd5dadcb961329
### Additional context
`pysideTools` breaks at build time (when put in `buildInputs`)
### Notify maintainers
@chaoflow (removed from maintainers)
### Metadata
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.42, NixOS, 23.11 (Tapir), 23.11.20230802.66aedfd`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.15.1`
- nixpkgs: `/nix/store/vr3d056k1n1r8fmm9qkz3d1r4cj03bza-source`
```
| build | build failure packagename steps to reproduce steps to reproduce the behavior build pysidetools or pysideshiboken build log additional context pysidetools breaks at build time when put in buildinputs notify maintainers chaoflow removed from maintainers metadata console nix shell p nix info run nix info m system linux host os linux nixos tapir multi user yes sandbox yes version nix env nix nixpkgs nix store source | 1 |
701,790 | 24,108,391,703 | IssuesEvent | 2022-09-20 09:20:00 | feast-dev/feast | https://api.github.com/repos/feast-dev/feast | opened | Fetching historical feature values by passing sql as entity_df | kind/bug priority/p2 | ## Expected Behavior
In Feast version 0.18.1, it was poosible to get historical features by passing a sql query as entity_df and it returns the values
## Current Behavior
When I updated or .24+ it returns error : `string entities are currently not supported in the MsSQL offline store.`
https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/mssql.py#L189
## Steps to reproduce
this is my feast_store.yaml
```
registry:
registry_store_type: AzureRegistryStore
path: ${REGISTRY_PATH}
project: FinalUniverseY1
provider: azure
online_store:
type: redis
connection_string: ${REDIS_CONN}
offline_store:
type: mssql
connection_string: ${SQL_CONN}
```
1. Defined entity
2. define feature view
3. Write this code:
```
feature_view = self.feature_store.get_feature_view(fq.feature_view_name)
entity = self.feature_store.get_entity(feature_view.entities[0])
features = [f"{feature_view.name}:{f.name}" for f in feature_view.features]
batch_source: MsSqlServerSource = feature_view.batch_source
entity_df = f"select {entity.join_key}, {feature_view.batch_source.timestamp_field} as event_timestamp from [dbo].{batch_source.table_ref} where {batch_source.timestamp_field} between '{fq.from_date}' and '{fq.to_date}'"
feature_service = self.feature_store.get_feature_service("test_service_1")
job = self.feature_store.get_historical_features(
entity_df=entity_df, features=feature_service
)
df = job.to_df()
```
### Specifications
- Version:0.24.1
- Platform :Azure
- Subsystem:
## Possible Solution
| 1.0 | Fetching historical feature values by passing sql as entity_df - ## Expected Behavior
In Feast version 0.18.1, it was poosible to get historical features by passing a sql query as entity_df and it returns the values
## Current Behavior
When I updated or .24+ it returns error : `string entities are currently not supported in the MsSQL offline store.`
https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/mssql.py#L189
## Steps to reproduce
this is my feast_store.yaml
```
registry:
registry_store_type: AzureRegistryStore
path: ${REGISTRY_PATH}
project: FinalUniverseY1
provider: azure
online_store:
type: redis
connection_string: ${REDIS_CONN}
offline_store:
type: mssql
connection_string: ${SQL_CONN}
```
1. Defined entity
2. define feature view
3. Write this code:
```
feature_view = self.feature_store.get_feature_view(fq.feature_view_name)
entity = self.feature_store.get_entity(feature_view.entities[0])
features = [f"{feature_view.name}:{f.name}" for f in feature_view.features]
batch_source: MsSqlServerSource = feature_view.batch_source
entity_df = f"select {entity.join_key}, {feature_view.batch_source.timestamp_field} as event_timestamp from [dbo].{batch_source.table_ref} where {batch_source.timestamp_field} between '{fq.from_date}' and '{fq.to_date}'"
feature_service = self.feature_store.get_feature_service("test_service_1")
job = self.feature_store.get_historical_features(
entity_df=entity_df, features=feature_service
)
df = job.to_df()
```
### Specifications
- Version:0.24.1
- Platform :Azure
- Subsystem:
## Possible Solution
| non_build | fetching historical feature values by passing sql as entity df expected behavior in feast version it was poosible to get historical features by passing a sql query as entity df and it returns the values current behavior when i updated or it returns error string entities are currently not supported in the mssql offline store steps to reproduce this is my feast store yaml registry registry store type azureregistrystore path registry path project provider azure online store type redis connection string redis conn offline store type mssql connection string sql conn defined entity define feature view write this code feature view self feature store get feature view fq feature view name entity self feature store get entity feature view entities features batch source mssqlserversource feature view batch source entity df f select entity join key feature view batch source timestamp field as event timestamp from batch source table ref where batch source timestamp field between fq from date and fq to date feature service self feature store get feature service test service job self feature store get historical features entity df entity df features feature service df job to df specifications version platform azure subsystem possible solution | 0 |
55,327 | 13,613,166,196 | IssuesEvent | 2020-09-23 11:27:18 | bleykauf/aisim | https://api.github.com/repos/bleykauf/aisim | closed | License is not an SPDX identifier (or a custom LicenseRef) nor an SPDX license expression. | building code style | As pointed out by the bot in https://github.com/conda-forge/staged-recipes/pull/12681 | 1.0 | License is not an SPDX identifier (or a custom LicenseRef) nor an SPDX license expression. - As pointed out by the bot in https://github.com/conda-forge/staged-recipes/pull/12681 | build | license is not an spdx identifier or a custom licenseref nor an spdx license expression as pointed out by the bot in | 1 |
67,077 | 16,815,130,550 | IssuesEvent | 2021-06-17 06:17:00 | Crocoblock/suggestions | https://api.github.com/repos/Crocoblock/suggestions | closed | Change the style of the price unit in the shopping cart and payment tab | JetWooBuilder Ready for release | Please add a feature to the shopping cart and payment page so that we can style the price unit separately. Just like the product grid widget : https://prnt.sc/12gy70y
thanks | 1.0 | Change the style of the price unit in the shopping cart and payment tab - Please add a feature to the shopping cart and payment page so that we can style the price unit separately. Just like the product grid widget : https://prnt.sc/12gy70y
thanks | build | change the style of the price unit in the shopping cart and payment tab please add a feature to the shopping cart and payment page so that we can style the price unit separately just like the product grid widget thanks | 1 |
85,714 | 24,667,156,930 | IssuesEvent | 2022-10-18 11:11:29 | google/mediapipe | https://api.github.com/repos/google/mediapipe | closed | ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings' | type:build/install MediaPipe stat:awaiting response platform:windows platform:python stalled | <em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em>
**System information** (Please provide as much relevant information as possible)
- Windows 10:
- Programming Language and version ( Python 3 ):
- [MediaPipe version]: latest docker
- [MediaPipe version 0.8.11:
- Bazel version 5.3.1:
- OpenCV version 4.6.0:
**Describe the problem**:
**[Provide the exact sequence of commands / steps that you executed before running into the problem]I followed the installation instructions on https://google.github.io/mediapipe/getting_started/install.html#installing-on-windows : Installing using Docker
docker build --tag=mediapipe .
docker run mediapipe
gave me No module named 'mediapipe.python._framework_bindings'
**Complete Logs:**
Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached:
(base) PS C:\Users\korin\mediapipe-master> docker run mediapipe
Traceback (most recent call last):
File "./myface.py", line 2, in <module>
import mediapipe as mp
File "/mediapipe/mediapipe/__init__.py", line 16, in <module>
from mediapipe.python import *
File "/mediapipe/mediapipe/python/__init__.py", line 17, in <module>
from mediapipe.python._framework_bindings import resource_util
ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings'
| 1.0 | ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings' - <em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em>
**System information** (Please provide as much relevant information as possible)
- Windows 10:
- Programming Language and version ( Python 3 ):
- [MediaPipe version]: latest docker
- [MediaPipe version 0.8.11:
- Bazel version 5.3.1:
- OpenCV version 4.6.0:
**Describe the problem**:
**[Provide the exact sequence of commands / steps that you executed before running into the problem]I followed the installation instructions on https://google.github.io/mediapipe/getting_started/install.html#installing-on-windows : Installing using Docker
docker build --tag=mediapipe .
docker run mediapipe
gave me No module named 'mediapipe.python._framework_bindings'
**Complete Logs:**
Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached:
(base) PS C:\Users\korin\mediapipe-master> docker run mediapipe
Traceback (most recent call last):
File "./myface.py", line 2, in <module>
import mediapipe as mp
File "/mediapipe/mediapipe/__init__.py", line 16, in <module>
from mediapipe.python import *
File "/mediapipe/mediapipe/python/__init__.py", line 17, in <module>
from mediapipe.python._framework_bindings import resource_util
ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings'
| build | modulenotfounderror no module named mediapipe python framework bindings please make sure that this is a build installation issue and also refer to the documentation before raising any issues system information please provide as much relevant information as possible windows programming language and version python latest docker mediapipe version bazel version opencv version describe the problem i followed the installation instructions on installing using docker docker build tag mediapipe docker run mediapipe gave me no module named mediapipe python framework bindings complete logs include complete log information or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached base ps c users korin mediapipe master docker run mediapipe traceback most recent call last file myface py line in import mediapipe as mp file mediapipe mediapipe init py line in from mediapipe python import file mediapipe mediapipe python init py line in from mediapipe python framework bindings import resource util modulenotfounderror no module named mediapipe python framework bindings | 1 |
627,996 | 19,958,729,580 | IssuesEvent | 2022-01-28 04:41:48 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Privacy policy doesn't contain reasons why we are collecting PII. | Priority/Normal Affected/2.1.0 | **Description:**
In WSO2 APIM policy Privacy policy it doesn't contain why we are collecting some of the PII like
Email Address
FirstName
LastName at user sign up level.
As per the reference in below, it should contain information of all PII data which we are using as our privacy policy.
[1] https://ico.org.uk/media/about-the-ico/consultations/2013551/draft-gdpr-consent-guidance-for-consultation-201703.pdf
**Suggested Labels:**
Type/Bug
Severity/Critical
Priority/High
Affected/APIM 2.1.0 Update13
**Affected Product Version:**
APIM 2.1.0 Update 13
| 1.0 | Privacy policy doesn't contain reasons why we are collecting PII. - **Description:**
In WSO2 APIM policy Privacy policy it doesn't contain why we are collecting some of the PII like
Email Address
FirstName
LastName at user sign up level.
As per the reference in below, it should contain information of all PII data which we are using as our privacy policy.
[1] https://ico.org.uk/media/about-the-ico/consultations/2013551/draft-gdpr-consent-guidance-for-consultation-201703.pdf
**Suggested Labels:**
Type/Bug
Severity/Critical
Priority/High
Affected/APIM 2.1.0 Update13
**Affected Product Version:**
APIM 2.1.0 Update 13
| non_build | privacy policy doesn t contain reasons why we are collecting pii description in apim policy privacy policy it doesn t contain why we are collecting some of the pii like email address firstname lastname at user sign up level as per the reference in below it should contain information of all pii data which we are using as our privacy policy suggested labels type bug severity critical priority high affected apim affected product version apim update | 0 |
34,164 | 14,278,788,206 | IssuesEvent | 2020-11-23 00:20:27 | microsoft/azure-pipelines-tasks | https://api.github.com/repos/microsoft/azure-pipelines-tasks | closed | Service Fabric Connection should have an option to reference a certificate from key vault | Area: Release Area: ServiceFabric enhancement stale | Currently we're required to specify the certificate body in the "Certificate based" option, however, we should have the ability to reference a certificate in key vault and service principal credentials. | 1.0 | Service Fabric Connection should have an option to reference a certificate from key vault - Currently we're required to specify the certificate body in the "Certificate based" option, however, we should have the ability to reference a certificate in key vault and service principal credentials. | non_build | service fabric connection should have an option to reference a certificate from key vault currently we re required to specify the certificate body in the certificate based option however we should have the ability to reference a certificate in key vault and service principal credentials | 0 |
96,224 | 27,783,519,236 | IssuesEvent | 2023-03-16 23:48:59 | ziglang/zig | https://api.github.com/repos/ziglang/zig | opened | remove std.log usage from std.Build.Cache in favor of proper error reporting | contributor friendly standard library zig build system | Extracted from #14647.
https://github.com/ziglang/zig/blob/b4d58e93ea4d0bbfe674f80d301279d302fe8fc8/lib/std/Build/Cache.zig#L797
https://github.com/ziglang/zig/blob/b4d58e93ea4d0bbfe674f80d301279d302fe8fc8/lib/std/Build/Cache.zig#L809
The cache system is used by the build runner during build graph execution which is multi-threaded. Errors should be properly collected into their designated places, rather than written globally to a log function. Likewise, the compiler code that uses the Cache wants to store compilation errors in the appropriate place rather than, again, being written globally to a log function. | 1.0 | remove std.log usage from std.Build.Cache in favor of proper error reporting - Extracted from #14647.
https://github.com/ziglang/zig/blob/b4d58e93ea4d0bbfe674f80d301279d302fe8fc8/lib/std/Build/Cache.zig#L797
https://github.com/ziglang/zig/blob/b4d58e93ea4d0bbfe674f80d301279d302fe8fc8/lib/std/Build/Cache.zig#L809
The cache system is used by the build runner during build graph execution which is multi-threaded. Errors should be properly collected into their designated places, rather than written globally to a log function. Likewise, the compiler code that uses the Cache wants to store compilation errors in the appropriate place rather than, again, being written globally to a log function. | build | remove std log usage from std build cache in favor of proper error reporting extracted from the cache system is used by the build runner during build graph execution which is multi threaded errors should be properly collected into their designated places rather than written globally to a log function likewise the compiler code that uses the cache wants to store compilation errors in the appropriate place rather than again being written globally to a log function | 1 |
103,669 | 4,183,520,444 | IssuesEvent | 2016-06-23 00:43:47 | firstred/mdstripe | https://api.github.com/repos/firstred/mdstripe | closed | Auto-update module with GitHub API | Estimate: L New feature Priority: critical Resolved | Check the GitHub API for updates for module updates and provide a way to manually or automatically update the module, if possible. | 1.0 | Auto-update module with GitHub API - Check the GitHub API for updates for module updates and provide a way to manually or automatically update the module, if possible. | non_build | auto update module with github api check the github api for updates for module updates and provide a way to manually or automatically update the module if possible | 0 |
80,634 | 10,035,898,823 | IssuesEvent | 2019-07-18 09:24:27 | andriusmp/enCErcla-Nico | https://api.github.com/repos/andriusmp/enCErcla-Nico | opened | Pel rànquing, agafar últim qüestionari | 0 prioritat alta 00 design 01 usuari empresa 02 rànquing de resultats | S'està agafant el millor --> cal canviar-ho per a que agafi l'últim | 1.0 | Pel rànquing, agafar últim qüestionari - S'està agafant el millor --> cal canviar-ho per a que agafi l'últim | non_build | pel rànquing agafar últim qüestionari s està agafant el millor cal canviar ho per a que agafi l últim | 0 |
4,945 | 3,482,402,516 | IssuesEvent | 2015-12-29 23:06:12 | python-pillow/Pillow | https://api.github.com/repos/python-pillow/Pillow | closed | build options via extras | Build Enhancement | I love the fact that setup has build options to override magic library sniffing.
But this doesn't help when using buildout or pip. It would be great, IMO, if there were extras corresponding to build options so I could, for example, install/require: ``Pillow [jpeg,tiff,notk]`` | 1.0 | build options via extras - I love the fact that setup has build options to override magic library sniffing.
But this doesn't help when using buildout or pip. It would be great, IMO, if there were extras corresponding to build options so I could, for example, install/require: ``Pillow [jpeg,tiff,notk]`` | build | build options via extras i love the fact that setup has build options to override magic library sniffing but this doesn t help when using buildout or pip it would be great imo if there were extras corresponding to build options so i could for example install require pillow | 1 |
15,652 | 6,022,419,947 | IssuesEvent | 2017-06-07 21:01:09 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = | build c | I git the latest source code, compile them in Ubuntu 16.04
that got follow errors:
[MAKE] Generating cache.mk [C] Compiling src/core/lib/security/credentials/jwt/jwt_verifier.c src/core/lib/security/credentials/jwt/jwt_verifier.c: In function ‘pkey_from_jwk’: src/core/lib/security/credentials/jwt/jwt_verifier.c:498:10: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = ^ Makefile:2526: recipe for target '/home/berli/grpc/objs/opt/src/core/lib/security/credentials/jwt/jwt_verifier.o' failed
I tried https://github.com/grpc/grpc/issues/8976 the instructions, but still
please help | 1.0 | error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = - I git the latest source code, compile them in Ubuntu 16.04
that got follow errors:
[MAKE] Generating cache.mk [C] Compiling src/core/lib/security/credentials/jwt/jwt_verifier.c src/core/lib/security/credentials/jwt/jwt_verifier.c: In function ‘pkey_from_jwk’: src/core/lib/security/credentials/jwt/jwt_verifier.c:498:10: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->n = ^ Makefile:2526: recipe for target '/home/berli/grpc/objs/opt/src/core/lib/security/credentials/jwt/jwt_verifier.o' failed
I tried https://github.com/grpc/grpc/issues/8976 the instructions, but still
please help | build | error dereferencing pointer to incomplete type ‘rsa aka struct rsa st ’ rsa n i git the latest source code compile them in ubuntu that got follow errors generating cache mk compiling src core lib security credentials jwt jwt verifier c src core lib security credentials jwt jwt verifier c in function ‘pkey from jwk’ src core lib security credentials jwt jwt verifier c error dereferencing pointer to incomplete type ‘rsa aka struct rsa st ’ rsa n makefile recipe for target home berli grpc objs opt src core lib security credentials jwt jwt verifier o failed i tried the instructions but still please help | 1 |
15,938 | 28,181,447,634 | IssuesEvent | 2023-04-04 03:01:42 | NikkisStickies/EcommerceWebsite | https://api.github.com/repos/NikkisStickies/EcommerceWebsite | opened | Favorites Feature | Functional Requirement | The website should have a feature that allows customers to create a list of favorite stickers. | 1.0 | Favorites Feature - The website should have a feature that allows customers to create a list of favorite stickers. | non_build | favorites feature the website should have a feature that allows customers to create a list of favorite stickers | 0 |
58,326 | 14,361,910,633 | IssuesEvent | 2020-11-30 18:59:43 | ethereum/solidity | https://api.github.com/repos/ethereum/solidity | opened | Run external tests on all platforms. | build system :building_construction: | Requested in https://github.com/ethereum/solidity/pull/10441#discussion_r532678397. Related to #10397.
Currently external tests use the emscripten binary. We should be running them on macOS and Linux executables too. Also Windows if that's not too much hassle. | 2.0 | Run external tests on all platforms. - Requested in https://github.com/ethereum/solidity/pull/10441#discussion_r532678397. Related to #10397.
Currently external tests use the emscripten binary. We should be running them on macOS and Linux executables too. Also Windows if that's not too much hassle. | build | run external tests on all platforms requested in related to currently external tests use the emscripten binary we should be running them on macos and linux executables too also windows if that s not too much hassle | 1 |
75,982 | 21,094,411,373 | IssuesEvent | 2022-04-04 08:57:53 | Niuslar/Multichannel-Temperature-Control | https://api.github.com/repos/Niuslar/Multichannel-Temperature-Control | opened | PR into develop | build process | @Niuslar, please modify the rules for the PR merge to have a successful pipeline build. This should be fairly obvious. Let me or @Masitech know if you cannot find it. | 1.0 | PR into develop - @Niuslar, please modify the rules for the PR merge to have a successful pipeline build. This should be fairly obvious. Let me or @Masitech know if you cannot find it. | build | pr into develop niuslar please modify the rules for the pr merge to have a successful pipeline build this should be fairly obvious let me or masitech know if you cannot find it | 1 |
80,009 | 23,091,326,973 | IssuesEvent | 2022-07-26 15:26:21 | foundry-rs/foundry | https://api.github.com/repos/foundry-rs/foundry | closed | Missing artifacts in `forge build` output | T-bug C-forge Cmd-forge-build | ### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (64fe4ac 2022-07-25T00:12:11.619094168Z)
### What command(s) is the bug in?
`forge build`
### Operating System
Linux
### Describe the bug
Here is a very sophisticated smart contract:
```
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.12;
contract Token {
uint256 x;
mapping(address => uint256) balances;
mapping(address => mapping(address => uint256)) allowances;
function _move(address src, address dst, uint256 amount) internal {
balances[src] = balances[src] - amount;
balances[dst] = balances[dst] + amount;
}
function transfer(address dst, uint256 amount) external {
_move(msg.sender, dst, amount);
}
}
```
Look at the output produced by `forge build --extra-output storageLayout`:
```
"storageLayout": {
"storage": [
{
"astId": 3,
"contract": "src/Token.sol:Token",
"label": "x",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 7,
"contract": "src/Token.sol:Token",
"label": "balances",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_uint256)"
},
{
"astId": 13,
"contract": "src/Token.sol:Token",
"label": "allowances",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"encoding": "mapping",
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"encoding": "mapping",
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
},
```
And look at the output of `solc --combined-json storage-layout`:
```
"storage-layout": {
"storage": [
{
"astId": 3,
"contract": "Token.sol:Token",
"label": "x",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 7,
"contract": "Token.sol:Token",
"label": "balances",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_uint256)"
},
{
"astId": 13,
"contract": "Token.sol:Token",
"label": "allowances",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32",
"value": "t_mapping(t_address,t_uint256)"
},
"t_mapping(t_address,t_uint256)": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => uint256)",
"numberOfBytes": "32",
"value": "t_uint256"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
}
```
In particular, the output produced by `forge build` is missing some fields, like the `key` field for each `type` in the `types` list. Admittedly, we can recompute this by just inspecting the `label`, but why would `forge build` throw this information away? Or if it never has this information for some reason, maybe it should strive to have the same output as `solc`? It's annoying that my code has to maintain two different code paths for interacting directly with `solc` vs with `forge build`.
Related: https://github.com/foundry-rs/foundry/issues/2309 | 1.0 | Missing artifacts in `forge build` output - ### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (64fe4ac 2022-07-25T00:12:11.619094168Z)
### What command(s) is the bug in?
`forge build`
### Operating System
Linux
### Describe the bug
Here is a very sophisticated smart contract:
```
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.12;
contract Token {
uint256 x;
mapping(address => uint256) balances;
mapping(address => mapping(address => uint256)) allowances;
function _move(address src, address dst, uint256 amount) internal {
balances[src] = balances[src] - amount;
balances[dst] = balances[dst] + amount;
}
function transfer(address dst, uint256 amount) external {
_move(msg.sender, dst, amount);
}
}
```
Look at the output produced by `forge build --extra-output storageLayout`:
```
"storageLayout": {
"storage": [
{
"astId": 3,
"contract": "src/Token.sol:Token",
"label": "x",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 7,
"contract": "src/Token.sol:Token",
"label": "balances",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_uint256)"
},
{
"astId": 13,
"contract": "src/Token.sol:Token",
"label": "allowances",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"encoding": "mapping",
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"encoding": "mapping",
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
},
```
And look at the output of `solc --combined-json storage-layout`:
```
"storage-layout": {
"storage": [
{
"astId": 3,
"contract": "Token.sol:Token",
"label": "x",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 7,
"contract": "Token.sol:Token",
"label": "balances",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_uint256)"
},
{
"astId": 13,
"contract": "Token.sol:Token",
"label": "allowances",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32",
"value": "t_mapping(t_address,t_uint256)"
},
"t_mapping(t_address,t_uint256)": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => uint256)",
"numberOfBytes": "32",
"value": "t_uint256"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
}
```
In particular, the output produced by `forge build` is missing some fields, like the `key` field for each `type` in the `types` list. Admittedly, we can recompute this by just inspecting the `label`, but why would `forge build` throw this information away? Or if it never has this information for some reason, maybe it should strive to have the same output as `solc`? It's annoying that my code has to maintain two different code paths for interacting directly with `solc` vs with `forge build`.
Related: https://github.com/foundry-rs/foundry/issues/2309 | build | missing artifacts in forge build output component forge have you ensured that all of these are up to date foundry foundryup what version of foundry are you on forge what command s is the bug in forge build operating system linux describe the bug here is a very sophisticated smart contract spdx license identifier unlicensed pragma solidity contract token x mapping address balances mapping address mapping address allowances function move address src address dst amount internal balances balances amount balances balances amount function transfer address dst amount external move msg sender dst amount look at the output produced by forge build extra output storagelayout storagelayout storage astid contract src token sol token label x offset slot type t astid contract src token sol token label balances offset slot type t mapping t address t astid contract src token sol token label allowances offset slot type t mapping t address t mapping t address t types t address encoding inplace label address numberofbytes t mapping t address t mapping t address t encoding mapping label mapping address mapping address numberofbytes t mapping t address t encoding mapping label mapping address numberofbytes t encoding inplace label numberofbytes and look at the output of solc combined json storage layout storage layout storage astid contract token sol token label x offset slot type t astid contract token sol token label balances offset slot type t mapping t address t astid contract token sol token label allowances offset slot type t mapping t address t mapping t address t types t address encoding inplace label address numberofbytes t mapping t address t mapping t address t encoding mapping key t address label mapping address mapping address numberofbytes value t mapping t address t t mapping t address t encoding mapping key t address label mapping address numberofbytes value t t encoding inplace label numberofbytes in particular the output produced by forge build is missing some fields like the key field for each type in the types list admittedly we can recompute this by just inspecting the label but why would forge build throw this information away or if it never has this information for some reason maybe it should strive to have the same output as solc it s annoying that my code has to maintain two different code paths for interacting directly with solc vs with forge build related | 1 |
44,082 | 11,363,764,357 | IssuesEvent | 2020-01-27 05:47:00 | DynamoRIO/dynamorio | https://api.github.com/repos/DynamoRIO/dynamorio | closed | Support building DR with VS2017 | Component-Build OpSys-Windows | Hi,
Is there any plan to include VS2015 or VS2017 to the supported compilers?
Thanks | 1.0 | Support building DR with VS2017 - Hi,
Is there any plan to include VS2015 or VS2017 to the supported compilers?
Thanks | build | support building dr with hi is there any plan to include or to the supported compilers thanks | 1 |
72,146 | 19,030,689,171 | IssuesEvent | 2021-11-24 10:20:56 | microsoft/fluentui | https://api.github.com/repos/microsoft/fluentui | opened | migrate-converged-pkg: removes --passWithNoTests | Area: Build System | I ran generator for ` @fluentui/react-shared-contexts` and it removed `--passWithNoTests` in `package.json#scripts` that caused CI failure.

IMO there is sense to enable this option in all Jest configs. | 1.0 | migrate-converged-pkg: removes --passWithNoTests - I ran generator for ` @fluentui/react-shared-contexts` and it removed `--passWithNoTests` in `package.json#scripts` that caused CI failure.

IMO there is sense to enable this option in all Jest configs. | build | migrate converged pkg removes passwithnotests i ran generator for fluentui react shared contexts and it removed passwithnotests in package json scripts that caused ci failure imo there is sense to enable this option in all jest configs | 1 |
298,844 | 9,201,773,881 | IssuesEvent | 2019-03-07 20:32:50 | Projeto-Fragelli/Trezentos-App | https://api.github.com/repos/Projeto-Fragelli/Trezentos-App | opened | Especificação de nota e número de integrantes - Backend | API Priority | # Especificação de nota e número de integrantes - Backend
## **Descrição**
A API deve receber os argumentos de número de integrante e a nota do ajudante para realizar a lógica de grupos do trezentos.
Isso já está implementado, porém em outra parte do aplicativo.
## **Tarefas**
## **Critérios de Aceitação** | 1.0 | Especificação de nota e número de integrantes - Backend - # Especificação de nota e número de integrantes - Backend
## **Descrição**
A API deve receber os argumentos de número de integrante e a nota do ajudante para realizar a lógica de grupos do trezentos.
Isso já está implementado, porém em outra parte do aplicativo.
## **Tarefas**
## **Critérios de Aceitação** | non_build | especificação de nota e número de integrantes backend especificação de nota e número de integrantes backend descrição a api deve receber os argumentos de número de integrante e a nota do ajudante para realizar a lógica de grupos do trezentos isso já está implementado porém em outra parte do aplicativo tarefas critérios de aceitação | 0 |
97,698 | 4,004,973,652 | IssuesEvent | 2016-05-12 09:34:17 | Victoire/victoire | https://api.github.com/repos/Victoire/victoire | closed | Link comportment do not show when adding a link to a picture | Priority : Medium Type : Bug | When I add a link to a picture inside the vic modal, the link comportment (same window, new tab, new window) do not show up. To make it visible I have to insert a link into the input, close the modal, reopen the modal and then the field is visible. | 1.0 | Link comportment do not show when adding a link to a picture - When I add a link to a picture inside the vic modal, the link comportment (same window, new tab, new window) do not show up. To make it visible I have to insert a link into the input, close the modal, reopen the modal and then the field is visible. | non_build | link comportment do not show when adding a link to a picture when i add a link to a picture inside the vic modal the link comportment same window new tab new window do not show up to make it visible i have to insert a link into the input close the modal reopen the modal and then the field is visible | 0 |
57,529 | 3,082,703,277 | IssuesEvent | 2015-08-24 00:18:36 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | closed | Non-sticky sessions: locking fails if operation timeout is high and long locks | bug imported Milestone-1.6.2 Priority-Medium | _From [mgrot...@googlemail.com](https://code.google.com/u/106095174986699796687/) on April 05, 2012 09:48:38_
LockingStrategy.checkTimeoutAndWait fails with "IllegalArgumentException: timeout value is negative" if a lock cannot be obtained for a long time and if operation timeout is high.
This was reported on the mailing list: <a href="http://groups.google.com/group/memcached-session-manager/browse_thread/thread/d21e1041a3126675" rel="nofollow">http://groups.google.com/group/memcached-session-manager/browse_thread/thread/d21e1041a3126675</a>
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=129_ | 1.0 | Non-sticky sessions: locking fails if operation timeout is high and long locks - _From [mgrot...@googlemail.com](https://code.google.com/u/106095174986699796687/) on April 05, 2012 09:48:38_
LockingStrategy.checkTimeoutAndWait fails with "IllegalArgumentException: timeout value is negative" if a lock cannot be obtained for a long time and if operation timeout is high.
This was reported on the mailing list: <a href="http://groups.google.com/group/memcached-session-manager/browse_thread/thread/d21e1041a3126675" rel="nofollow">http://groups.google.com/group/memcached-session-manager/browse_thread/thread/d21e1041a3126675</a>
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=129_ | non_build | non sticky sessions locking fails if operation timeout is high and long locks from on april lockingstrategy checktimeoutandwait fails with illegalargumentexception timeout value is negative if a lock cannot be obtained for a long time and if operation timeout is high this was reported on the mailing list original issue | 0 |
34,973 | 9,525,478,199 | IssuesEvent | 2019-04-28 12:41:51 | deltachat/deltachat-node | https://api.github.com/repos/deltachat/deltachat-node | closed | [ci] Linux docker is missing DC_ADDR environment variable | build | I guess we have to push that manually into the docker environment.
cc @flub | 1.0 | [ci] Linux docker is missing DC_ADDR environment variable - I guess we have to push that manually into the docker environment.
cc @flub | build | linux docker is missing dc addr environment variable i guess we have to push that manually into the docker environment cc flub | 1 |
17,915 | 6,527,855,053 | IssuesEvent | 2017-08-30 03:42:35 | Tirocupidus/TheExiledRPOverhaul | https://api.github.com/repos/Tirocupidus/TheExiledRPOverhaul | closed | Weaver tree suggestions/fixes | ready for build | - Stygian Vest, Shendyt and Sandals require light padding/lining whereas the other clothes don't require any padding/lining. It makes sense to me that clothes as opposed to real armor wouldn't require any padding. That'd be especially true to the light ones. If clothes armor and knockback defense get adjusted to real armor, this could be reevaluated for the better clothes.
- Assign similar heat insulation levels to the Relic Hunter set as is the case for the Shemite set.
- The crafted Relic Hunter set now has icons, it would be nice if those could be used for the crafting menu too.
- The two different color Tapestry versions (80551 and 80552), require different crafting mats: 25x leather + 10 twine for the original version and 30x silk for the new version.
- Yellow dye is back to requiring 5x brimstone, may or may not want to change that back to yellow lotus
- Maybe add exceptional/flawless versions of clothes, though I'm not sure through which means they'd be obtained (given that they're not crafted at an armorer's bench anymore)
- Add the "Fur Wrap" (or however it's actually called) and any other new northerner clothes to the weaver tree. | 1.0 | Weaver tree suggestions/fixes - - Stygian Vest, Shendyt and Sandals require light padding/lining whereas the other clothes don't require any padding/lining. It makes sense to me that clothes as opposed to real armor wouldn't require any padding. That'd be especially true to the light ones. If clothes armor and knockback defense get adjusted to real armor, this could be reevaluated for the better clothes.
- Assign similar heat insulation levels to the Relic Hunter set as is the case for the Shemite set.
- The crafted Relic Hunter set now has icons, it would be nice if those could be used for the crafting menu too.
- The two different color Tapestry versions (80551 and 80552), require different crafting mats: 25x leather + 10 twine for the original version and 30x silk for the new version.
- Yellow dye is back to requiring 5x brimstone, may or may not want to change that back to yellow lotus
- Maybe add exceptional/flawless versions of clothes, though I'm not sure through which means they'd be obtained (given that they're not crafted at an armorer's bench anymore)
- Add the "Fur Wrap" (or however it's actually called) and any other new northerner clothes to the weaver tree. | build | weaver tree suggestions fixes stygian vest shendyt and sandals require light padding lining whereas the other clothes don t require any padding lining it makes sense to me that clothes as opposed to real armor wouldn t require any padding that d be especially true to the light ones if clothes armor and knockback defense get adjusted to real armor this could be reevaluated for the better clothes assign similar heat insulation levels to the relic hunter set as is the case for the shemite set the crafted relic hunter set now has icons it would be nice if those could be used for the crafting menu too the two different color tapestry versions and require different crafting mats leather twine for the original version and silk for the new version yellow dye is back to requiring brimstone may or may not want to change that back to yellow lotus maybe add exceptional flawless versions of clothes though i m not sure through which means they d be obtained given that they re not crafted at an armorer s bench anymore add the fur wrap or however it s actually called and any other new northerner clothes to the weaver tree | 1 |
32,858 | 8,962,135,480 | IssuesEvent | 2019-01-28 11:34:29 | archlinuxcn/repo | https://api.github.com/repos/archlinuxcn/repo | closed | Ruby 2.6.0 rebuild | rebuild | ### 问题类型 / Type of issues
* 其它 / other
### 受影响的软件包 / Affected packages
- [x] jekyll @SilverRainZ
- [x] ruby-actioncable @a-wing
- [x] ruby-actionmailer @a-wing
- [x] ruby-actionpack @a-wing
- [x] ruby-actionview @a-wing
- [x] ruby-activejob @a-wing
- [x] ruby-activestorage @a-wing
- [x] ruby-bacon @a-wing
- [x] ruby-benchmark-ips @SilverRainZ
- [x] ruby-benchmark_suite @SilverRainZ
- [x] ruby-coderay @a-wing
- [x] ruby-em-websocket @SilverRainZ
- [x] ruby-erubis @a-wing https://github.com/archlinuxcn/repo/issues/1014
- [x] ruby-http_parser.rb @SilverRainZ
- [x] ruby-i18n-0.9 @SilverRainZ
- [x] ruby-jekyll-paginate @SilverRainZ
- [x] ruby-jekyll-watch @SilverRainZ
- [x] ruby-json @SilverRainZ
- [x] ruby-liquid @SilverRainZ
- [x] ruby-listen @SilverRainZ
- [x] ruby-loofah @a-wing
- [x] ruby-marcel @a-wing
- [x] ruby-pry @a-wing
- [x] ruby-rails @a-wing
- [x] ruby-rails-dom-testing @a-wing
- [x] ruby-rails-html-sanitizer @a-wing
- [x] ruby-railties @a-wing
- [x] ruby-rake-compiler @SilverRainZ
- [x] ruby-rb-fsevent @SilverRainZ
- [x] ruby-ruby_dep @SilverRainZ
- [x] ruby-sprockets-rails @a-wing
- [x] ruby-websocket-driver @a-wing
---
Genertated by:
```bash
lilacinfo -mm `for p in $(pkgfile -d "/usr/lib/ruby/gems/2.5.0/" | grep archlinuxcn); do echo ${p#archlinuxcn/}; done`
``` | 1.0 | Ruby 2.6.0 rebuild - ### 问题类型 / Type of issues
* 其它 / other
### 受影响的软件包 / Affected packages
- [x] jekyll @SilverRainZ
- [x] ruby-actioncable @a-wing
- [x] ruby-actionmailer @a-wing
- [x] ruby-actionpack @a-wing
- [x] ruby-actionview @a-wing
- [x] ruby-activejob @a-wing
- [x] ruby-activestorage @a-wing
- [x] ruby-bacon @a-wing
- [x] ruby-benchmark-ips @SilverRainZ
- [x] ruby-benchmark_suite @SilverRainZ
- [x] ruby-coderay @a-wing
- [x] ruby-em-websocket @SilverRainZ
- [x] ruby-erubis @a-wing https://github.com/archlinuxcn/repo/issues/1014
- [x] ruby-http_parser.rb @SilverRainZ
- [x] ruby-i18n-0.9 @SilverRainZ
- [x] ruby-jekyll-paginate @SilverRainZ
- [x] ruby-jekyll-watch @SilverRainZ
- [x] ruby-json @SilverRainZ
- [x] ruby-liquid @SilverRainZ
- [x] ruby-listen @SilverRainZ
- [x] ruby-loofah @a-wing
- [x] ruby-marcel @a-wing
- [x] ruby-pry @a-wing
- [x] ruby-rails @a-wing
- [x] ruby-rails-dom-testing @a-wing
- [x] ruby-rails-html-sanitizer @a-wing
- [x] ruby-railties @a-wing
- [x] ruby-rake-compiler @SilverRainZ
- [x] ruby-rb-fsevent @SilverRainZ
- [x] ruby-ruby_dep @SilverRainZ
- [x] ruby-sprockets-rails @a-wing
- [x] ruby-websocket-driver @a-wing
---
Genertated by:
```bash
lilacinfo -mm `for p in $(pkgfile -d "/usr/lib/ruby/gems/2.5.0/" | grep archlinuxcn); do echo ${p#archlinuxcn/}; done`
``` | build | ruby rebuild 问题类型 type of issues 其它 other 受影响的软件包 affected packages jekyll silverrainz ruby actioncable a wing ruby actionmailer a wing ruby actionpack a wing ruby actionview a wing ruby activejob a wing ruby activestorage a wing ruby bacon a wing ruby benchmark ips silverrainz ruby benchmark suite silverrainz ruby coderay a wing ruby em websocket silverrainz ruby erubis a wing ruby http parser rb silverrainz ruby silverrainz ruby jekyll paginate silverrainz ruby jekyll watch silverrainz ruby json silverrainz ruby liquid silverrainz ruby listen silverrainz ruby loofah a wing ruby marcel a wing ruby pry a wing ruby rails a wing ruby rails dom testing a wing ruby rails html sanitizer a wing ruby railties a wing ruby rake compiler silverrainz ruby rb fsevent silverrainz ruby ruby dep silverrainz ruby sprockets rails a wing ruby websocket driver a wing genertated by bash lilacinfo mm for p in pkgfile d usr lib ruby gems grep archlinuxcn do echo p archlinuxcn done | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.