Skip to content

mastodon: remove workspace package with broken symlinks#381428

Merged
GaetanLepage merged 1 commit intoNixOS:masterfrom
MattSturgeon:mastodonModules
Feb 12, 2025
Merged

mastodon: remove workspace package with broken symlinks#381428
GaetanLepage merged 1 commit intoNixOS:masterfrom
MattSturgeon:mastodonModules

Conversation

@MattSturgeon
Copy link
Contributor

@MattSturgeon MattSturgeon commented Feb 12, 2025

Fixes #380366 (build failure) caused by broken symlinks now being checked (#370750)

The fix was investigated and proposed by @networkException in #380366 (comment). I'm just upstreaming that solution.

I believe the nixpkgs-review failures are unrelated, nix-build -A mastodon.mastodonModules builds without issue.

cc maintainers: @happy-river @erictapen @Izorkin @ghuntley

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 33 packages failed to build:
  • python312Packages.batchspawner
  • python312Packages.batchspawner.dist
  • python312Packages.great-tables
  • python312Packages.great-tables.dist
  • python312Packages.reflex
  • python312Packages.reflex.dist
  • python312Packages.shiny
  • python312Packages.shiny.dist
  • python313Packages.batchspawner
  • python313Packages.batchspawner.dist
  • python313Packages.django-filingcabinet
  • python313Packages.django-filingcabinet.dist
  • python313Packages.dockerspawner
  • python313Packages.dockerspawner.dist
  • python313Packages.great-tables
  • python313Packages.great-tables.dist
  • python313Packages.jupyterhub
  • python313Packages.jupyterhub-ldapauthenticator
  • python313Packages.jupyterhub-ldapauthenticator.dist
  • python313Packages.jupyterhub-systemdspawner
  • python313Packages.jupyterhub-systemdspawner.dist
  • python313Packages.jupyterhub-tmpauthenticator
  • python313Packages.jupyterhub-tmpauthenticator.dist
  • python313Packages.jupyterhub.dist
  • python313Packages.oauthenticator
  • python313Packages.oauthenticator.dist
  • python313Packages.reflex
  • python313Packages.reflex.dist
  • python313Packages.shiny
  • python313Packages.shiny.dist
  • theharvester
  • theharvester.dist
  • wivrn
✅ 56 packages built:
  • changedetection-io
  • changedetection-io.dist
  • dnsproxy
  • envision
  • harper
  • lacus
  • lacus.dist
  • mastodon
  • pentestgpt
  • pentestgpt.dist
  • pinnwand
  • pinnwand.dist
  • playwright-test
  • python312Packages.django-filingcabinet
  • python312Packages.django-filingcabinet.dist
  • python312Packages.dockerspawner
  • python312Packages.dockerspawner.dist
  • python312Packages.jupyterhub
  • python312Packages.jupyterhub-ldapauthenticator
  • python312Packages.jupyterhub-ldapauthenticator.dist
  • python312Packages.jupyterhub-systemdspawner
  • python312Packages.jupyterhub-systemdspawner.dist
  • python312Packages.jupyterhub-tmpauthenticator
  • python312Packages.jupyterhub-tmpauthenticator.dist
  • python312Packages.jupyterhub.dist
  • python312Packages.lacuscore
  • python312Packages.lacuscore.dist
  • python312Packages.oauthenticator
  • python312Packages.oauthenticator.dist
  • python312Packages.playwright
  • python312Packages.playwright-stealth
  • python312Packages.playwright-stealth.dist
  • python312Packages.playwright.dist
  • python312Packages.playwrightcapture
  • python312Packages.playwrightcapture.dist
  • python312Packages.pycookiecheat
  • python312Packages.pycookiecheat.dist
  • python312Packages.pytest-playwright
  • python312Packages.pytest-playwright.dist
  • python313Packages.lacuscore
  • python313Packages.lacuscore.dist
  • python313Packages.playwright
  • python313Packages.playwright-stealth
  • python313Packages.playwright-stealth.dist
  • python313Packages.playwright.dist
  • python313Packages.playwrightcapture
  • python313Packages.playwrightcapture.dist
  • python313Packages.pycookiecheat
  • python313Packages.pycookiecheat.dist
  • python313Packages.pytest-playwright
  • python313Packages.pytest-playwright.dist
  • shot-scraper
  • shot-scraper.dist
  • teamspeak6-client
  • urlwatch
  • urlwatch.dist

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@MattSturgeon MattSturgeon added the 0.kind: bug Something is broken label Feb 12, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Feb 12, 2025
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 381428


x86_64-linux

✅ 1 package built:
  • mastodon

aarch64-linux

✅ 1 package built:
  • mastodon

@GaetanLepage GaetanLepage merged commit a8b9115 into NixOS:master Feb 12, 2025
35 of 37 checks passed
@MattSturgeon MattSturgeon deleted the mastodonModules branch February 12, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: bug Something is broken 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mastodon-modules: build failure

2 participants