[PR #787] [MERGED] [FIX] Fix path to wrapper.h in Makefile.am #1597

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/787
Author: @jasonhancock
Created: 10/5/2017
Status: Merged
Merged: 10/7/2017
Merged by: @cfsmp3

Base: masterHead: fix_build_script


📝 Commits (1)

  • e3e2c06 Fix path to wrapper.h in Makefile.am

📊 Changes

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

View changed files

📝 linux/Makefile.am (+1 -1)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

I was trying to use the package_creators/rpm.sh script, but kept running into this error:

make  dist-gzip am__post_remove_distdir='@:'
make[2]: *** No rule to make target `src/extractors/wrapper.h', needed by `distdir'.  Stop.
make[2]: Entering directory `/mnt/build/ccextractor'
make[2]: Leaving directory `/mnt/build/ccextractor'
make[1]: *** [dist] Error 2
make[1]: Leaving directory `/mnt/build/ccextractor'
mv: cannot stat '*.gz': No such file or directory
mv: cannot stat '*.tar.gz': No such file or directory
error: File /mnt/build/ccextractor/package_creators/RPMBUILD/SOURCES/ccextractor-0.85.tar.gz: No such file or directory
Sorry, the package could not be created as rpmbuild failed with return code 1

I traced this back to commit 2eb5fd26de where it looks like some files were shuffled around and the Makefile.am wasn't updated correctly for the wrapper.h file. This fixes it.


🔄 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/787 **Author:** [@jasonhancock](https://github.com/jasonhancock) **Created:** 10/5/2017 **Status:** ✅ Merged **Merged:** 10/7/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `fix_build_script` --- ### 📝 Commits (1) - [`e3e2c06`](https://github.com/CCExtractor/ccextractor/commit/e3e2c06718da08784bc17c91d36ec0ccf4fe6afc) Fix path to wrapper.h in Makefile.am ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile.am` (+1 -1) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- I was trying to use the `package_creators/rpm.sh` script, but kept running into this error: ``` make dist-gzip am__post_remove_distdir='@:' make[2]: *** No rule to make target `src/extractors/wrapper.h', needed by `distdir'. Stop. make[2]: Entering directory `/mnt/build/ccextractor' make[2]: Leaving directory `/mnt/build/ccextractor' make[1]: *** [dist] Error 2 make[1]: Leaving directory `/mnt/build/ccextractor' mv: cannot stat '*.gz': No such file or directory mv: cannot stat '*.tar.gz': No such file or directory error: File /mnt/build/ccextractor/package_creators/RPMBUILD/SOURCES/ccextractor-0.85.tar.gz: No such file or directory Sorry, the package could not be created as rpmbuild failed with return code 1 ``` I traced this back to commit 2eb5fd26de9e4011a2cea5f8ddc6d97efccaf1fc where it looks like some files were shuffled around and the Makefile.am wasn't updated correctly for the wrapper.h file. This fixes it. --- <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:17:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1597