Skip to content

fix(immich): correct LibRaw clone URL to official upstream#12526

Merged
CrazyWolf13 merged 2 commits intocommunity-scripts:mainfrom
DenislavDenev:patch-1
Mar 4, 2026
Merged

fix(immich): correct LibRaw clone URL to official upstream#12526
CrazyWolf13 merged 2 commits intocommunity-scripts:mainfrom
DenislavDenev:patch-1

Conversation

@DenislavDenev
Copy link
Contributor

@DenislavDenev DenislavDenev commented Mar 3, 2026

✍️ Description

  • Immich installation fails during the LibRaw compilation stage due to an incorrect clone URL: https://github.com/libraw/libraw.git

  • GitHub returns HTTP 500 and git exits with code 128.

  • The correct upstream repository is: https://github.com/LibRaw/LibRaw.git

  • This PR updates the clone URL to the official LibRaw repository.

  • Tested by reinstalling the Immich container from scratch.

🔗 Related Issue

N/A
Fixes #

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

The Immich helper script clones LibRaw from:

  https://github.com/libraw/libraw.git

This repository does not exist and results in:

  fatal: unable to access ... error: 500
  exit code: 128

The correct upstream repository is:

  https://github.com/LibRaw/LibRaw.git

This should resolve installation failure during the LibRaw compilation stage.
@DenislavDenev DenislavDenev requested a review from a team as a code owner March 3, 2026 20:20
@github-actions github-actions bot added bugfix update script A change that updates a script labels Mar 3, 2026
CrazyWolf13
CrazyWolf13 previously approved these changes Mar 3, 2026
@CrazyWolf13 CrazyWolf13 requested a review from vhsdream March 3, 2026 20:54
@vhsdream
Copy link
Member

vhsdream commented Mar 4, 2026

@DenislavDenev Are you saying that it doesn't automatically redirect for you? Weird.

But let's make the change. Thanks for the PR.

@vhsdream vhsdream requested a review from CrazyWolf13 March 4, 2026 02:33
@CrazyWolf13 CrazyWolf13 merged commit fbc8133 into community-scripts:main Mar 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix update script A change that updates a script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants