[PR #534] [CLOSED] Fixed linux/build script #1364

Closed
opened 2026-01-29 17:16:00 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/534
Author: @Izaron
Created: 12/14/2016
Status: Closed

Base: masterHead: linux-build


📝 Commits (5)

  • e70face Fixed linux/build script
  • 6fd91b8 Fixed for non-english users
  • 008b78a Fixed linux/build for unknown error
  • 59e2dce Added different exit codes, gcc output in stderr
  • a888b76 Fixed gcc error condition from '== 1' to '!= 0'

📊 Changes

1 file changed (+36 additions, -1 deletions)

View changed files

📝 linux/build (+36 -1)

📄 Description

Checks for the presence of the dependencies.
Tested on Ubuntu, Debian, Fedora.
First in the variable output of the command recorded, then checked for errors.
I covered all possible dependencies.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/534 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 12/14/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `linux-build` --- ### 📝 Commits (5) - [`e70face`](https://github.com/CCExtractor/ccextractor/commit/e70face1309fd57eace833c75b25a52be8b3a01e) Fixed linux/build script - [`6fd91b8`](https://github.com/CCExtractor/ccextractor/commit/6fd91b8e1a5dc4b00cccb05817ad5e0de360da3c) Fixed for non-english users - [`008b78a`](https://github.com/CCExtractor/ccextractor/commit/008b78a45f74c9c501854c72b640b20662c42d65) Fixed linux/build for unknown error - [`59e2dce`](https://github.com/CCExtractor/ccextractor/commit/59e2dce6c02aa61bf9a8f5c45ca9cf494d5015eb) Added different exit codes, gcc output in stderr - [`a888b76`](https://github.com/CCExtractor/ccextractor/commit/a888b76bd094188b39bfe01f9dc97f558dd95536) Fixed gcc error condition from '== 1' to '!= 0' ### 📊 Changes **1 file changed** (+36 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `linux/build` (+36 -1) </details> ### 📄 Description Checks for the presence of the dependencies. Tested on Ubuntu, Debian, Fedora. First in the variable output of the command recorded, then checked for errors. I covered all possible dependencies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1364